chore: bump @types/node, react-router-dom and pnpm - #509
Merged
Conversation
Picks up the dependency updates that have cleared pnpm's 24h minimumReleaseAge gate: - @types/node 26.1.1 -> 26.1.2 - react-router-dom 7.18.1 -> 7.18.2 - pnpm 11.17.0 -> 11.18.0 (packageManager) Deliberately left out, all still inside the 24h gate at the time of this commit: size-limit and @size-limit/file 13.0.3 (~2.7h old) and @vitejs/plugin-react 6.0.5 (~5.5h old). Taking them now would mean adding minimumReleaseAgeExclude entries that go stale within a day and need pruning again, so they can ride the next bump instead. typescript stays on ~6.0.3. The toolchain is unchanged (Vite+ 0.2.6, tsdown 0.22.13), so the `vp pack` dts-emit blocker documented in CLAUDE.md still applies to 7.0.2. pnpm-workspace.yaml is untouched and minimumReleaseAgeExclude remains empty, confirming no gated version slipped into the lockfile.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #509 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 20
Lines 648 648
Branches 151 150 -1
=========================================
Hits 648 648 ☔ View full report in Codecov by Harness. 🚀 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.
Summary
Picks up the dependency updates that have cleared pnpm's 24h
minimumReleaseAgegate.@types/nodereact-router-dompnpm(packageManager)All are devDependencies or tooling pins — no runtime or published-API change.
react-router-domis only used by the examples app.Deliberately left out
Still inside the 24h gate at the time of this commit, so pnpm holds them back:
size-limit+@size-limit/file13.0.1 → 13.0.3 (~2.7h old)@vitejs/plugin-react6.0.4 → 6.0.5 (~5.5h old)Taking them now would mean adding
minimumReleaseAgeExcludeentries that go stale within a day and immediately need pruning again — exactly the accumulation the dep-management notes warn about. They can ride the next bump.pnpm-workspace.yamlis untouched andminimumReleaseAgeExcluderemains empty, which confirms no gated version slipped into the lockfile.TypeScript
Stays on
~6.0.3. The toolchain is unchanged (Vite+ 0.2.6, tsdown 0.22.13), so thevp packdts-emit blocker documented inCLAUDE.md(#508) still applies to 7.0.2.Test plan
vp check— pass (132 files formatted, 89 typechecked)vp test run --project unit— 292/292 passvp pack— all three entries built, attw + publint cleanvp run size— all three budgets green (index 12.35/13 kB, registry 2.45/3 kB, preset-full 989 B/1.5 kB)vp install --frozen-lockfile— pass (the CI install path, re-validates the release-age gate)The
browserproject is not runnable in this sandbox (preinstalled Chromium is build 1194, Playwright 1.62 wants 1234), so it is covered by CI rather than locally.🤖 Generated with Claude Code
https://claude.ai/code/session_01R6AGGmoatgTmzaNWMALktH
Generated by Claude Code