-
Notifications
You must be signed in to change notification settings - Fork 497
Upgrade dev and docs dependencies #509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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]" | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running
pnpm docs:buildafter upgrading@astrojs/starlight,astro, and related packages now fails withThe 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 👍 / 👎.
There was a problem hiding this comment.
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.