Skip to content

Conversation

@seratch
Copy link
Member

@seratch seratch commented Sep 25, 2025

This pull request upgrades dev dependencies at the top level and the deps for serving the document pages.

@seratch seratch added project dependencies Pull requests that update a dependency file labels Sep 25, 2025
@changeset-bot
Copy link

changeset-bot bot commented Sep 25, 2025

⚠️ No Changeset found

Latest commit: e03128c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@seratch seratch enabled auto-merge (squash) September 25, 2025 07:06
@seratch seratch merged commit ea2328e into main Sep 25, 2025
4 checks passed
@seratch seratch deleted the dev-docs-deps branch September 25, 2025 07:08
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

Comment on lines 13 to +18
"dependencies": {
"@astrojs/starlight": "^0.35.2",
"@astrojs/starlight": "^0.35.3",
"@astrojs/starlight-tailwind": "^4.0.1",
"@openai/agents": "workspace:*",
"@tailwindcss/vite": "^4.0.17",
"astro": "^5.13.7",
"sharp": "^0.34.2",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.13.11",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Dependency bump breaks docs build

Running pnpm docs:build after upgrading @astrojs/starlight, astro, and related packages now fails with The requested module '@astrojs/internal-helpers/path' does not provide an export named 'isInternalPath' and the build aborts before any pages are generated. The same command succeeds on the parent commit. The new versions in the docs package appear to be out of sync with the expected internal helpers, so the documentation site can no longer be built. Consider aligning the Astro/Starlight versions or pinning compatible versions so the docs build passes again.

Useful? React with 👍 / 👎.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, but it works for me and CI builds; so there is no actual issue. deleting node_modules/ may help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants