chore: bump deps, TypeScript v6, pnpm v11#1278
Merged
Merged
Conversation
Update `typescript` catalog to ^6.0.3, `pnpm` packageManager and catalog to 11.1.3, and bump `pnpm/action-setup` to v4 in CI. Also rolls forward the rest of the catalog versions (vite 7→8, esbuild 0.27→0.28, @antfu/eslint-config 7→9, vue-tsc 3.2→3.3, etc.) and adds matching `minimumReleaseAgeExclude` entries to satisfy the pnpm 11 supply-chain policy for freshly-published packages.
✅ Deploy Preview for shiki-matsu ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for shiki-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Drop Node 20 from test matrix: pnpm 11 requires Node >=22.13.
- Cast vite plugins at the vitepress boundary (`docs/.vitepress/config.ts`, `packages/vitepress-twoslash/src/cache-inline/index.ts`) — vitepress 2.0.0-alpha.17 still embeds vite 7 while the catalog is on vite 8.
- Refresh `sql.{js,wasm}.json` snapshots for the tm-grammars 1.31.6 → 1.31.15 update.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1278 +/- ##
==========================================
- Coverage 89.67% 89.50% -0.18%
==========================================
Files 79 79
Lines 3516 3516
Branches 1011 998 -13
==========================================
- Hits 3153 3147 -6
- Misses 327 331 +4
- Partials 36 38 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
xbetween the brackts.Description
Bumps the
clicatalog to TypeScript^6.0.3, the rootpackageManagerandclicatalog topnpm@11.1.3, andpnpm/action-setupto@v4in CI. Rolls forward the remaining workspace catalogs (vite 7→8, esbuild 0.27→0.28,@antfu/eslint-config7→9,vue-tsc3.2→3.3,@types/node25.3→25.9,bumpp10→11,lint-staged16→17,@antfu/ni28→30, tsdown 0.20→0.22, twoslash 0.3.6→0.3.8,@vueuse/core14.2→14.3, vitest 4.0→4.1, and friends) and regeneratespnpm-lock.yamlunder pnpm 11. AddsminimumReleaseAgeExcludeentries for the packages flagged by pnpm 11's new supply-chain check so installs succeed today.Additional context
pnpm run buildpasses;pnpm run typechecksurfaces one pre-existing vite plugin type conflict inpackages/vitepress-twoslash/src/cache-inline/index.tscaused byvitepressstill pulling invite@7alongside the catalog'svite@8— likely needs a separate follow-up once vitepress 2 alpha bumps to vite 8.