Upgrade dependencies (July 2026)#11265
Draft
timotheeguerin wants to merge 3 commits into
Draft
Conversation
Bump pnpm to 11.10.0 and update catalog dependencies (starlight, babel, expressive-code, vite, oxlint-tsgolint, etc.). Pin astro to 7.0.3: 7.0.4-7.0.6 have a static-build regression (withastro/astro#17306) that breaks the website build; the fix (7.0.8) is still within the 7-day new-package quarantine.
- Pin typescript back to ~6.0.2 (6.0.3): TS7 native port drops the JS Compiler API that unplugin-dts/vite-plugin-dts require. - Restore sha512 integrity and drop proxy tarball URLs in pnpm-lock.yaml.
Contributor
|
No changes needing a change description found. |
|
You can try these changes here
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Routine dependency upgrade pass for July 2026.
pnpmto11.10.0.@astrojs/starlight,@babel/*(7 → 8),@expressive-code/core/astro-expressive-code,vite,@vscode/test-web,oxlint-tsgolint,vite-plugin-dts, etc.minimumReleaseAgeto 7 days.Note on astro
astrois pinned to7.0.3rather than bumped. Versions7.0.4-7.0.6contain a static-build regression (withastro/astro#17306) where dynamic file-extension endpoints (e.g.docs/[...slug].md.ts) withtrailingSlash: "always"fail the build withNoMatchingStaticPathFound. The upstream fix (#17320) ships in7.0.8, which is published but still within our 7-day new-package quarantine. The pin should be dropped once7.0.8clears quarantine.Validation
websitebuilds successfully with the pin (1128 pages, noNoMatchingStaticPathFound).