Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"translate": "tsx src/scripts/translate.ts"
},
"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",
Comment on lines 13 to +18

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.

"sharp": "^0.34.4",
"starlight-llms-txt": "^0.6.0",
"starlight-typedoc": "^0.21.3",
"typedoc": "^0.28.1",
"typedoc-plugin-markdown": "^4.8.1"
"typedoc": "^0.28.13",
"typedoc-plugin-markdown": "^4.9.0"
},
"devDependencies": {
"tailwindcss": "^3.3.3",
"tsx": "^4.19.4",
"tailwindcss": "^3.4.17",
"tsx": "^4.20.5",
"typedoc-plugin-frontmatter": "^1.3.0",
"typedoc-plugin-zod": "^1.4.1"
"typedoc-plugin-zod": "^1.4.2"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,26 @@
"local-npm:publish": "pnpm -r publish --registry http://localhost:4873 --force --no-git-checks"
},
"devDependencies": {
"@changesets/cli": "^2.29.5",
"@eslint/js": "^9.30.1",
"@changesets/cli": "^2.29.7",
"@eslint/js": "^9.36.0",
"@types/node": "^22.16.3",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"@vitest/coverage-v8": "^3.2.4",
"concurrently": "^9.2.0",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-unused-imports": "^4.1.4",
"concurrently": "^9.2.1",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-unused-imports": "^4.2.0",
"execa": "^9.6.0",
"husky": "^9.1.7",
"playwright": "^1.54.0",
"playwright": "^1.55.1",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"tsc-multi": "^1.1.0",
"tsx": "^4.20.3",
"tsx": "^4.20.5",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0",
"verdaccio": "^6.1.5",
"typescript-eslint": "^8.44.1",
"verdaccio": "^6.1.6",
"vitest": "^3.2.4"
},
"packageManager": "[email protected]"
Expand Down
Loading