chore: update development dependencies - #511
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #511 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 20 20
Lines 648 648
Branches 150 150
=========================================
Hits 648 648 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
chensid
pushed a commit
that referenced
this pull request
Aug 1, 2026
#511 landed the same dependency and vite-plus 0.2.7 upgrades while those versions were still inside pnpm's 24h minimumReleaseAge gate, so loose mode self-appended 24 entries to minimumReleaseAgeExclude. Every one of them has since matured (29-50h at the time of this commit), which makes the entries no-ops, so the list goes back to empty. Verified with `vp install --frozen-lockfile` — the CI path that re-validates the lockfile against the gate. CLAUDE.md still described the 0.2.6 toolchain, since #511 did not touch it. Updated to the 0.2.7 bundled pins (tsdown 0.22.13 -> 0.22.14; Vite, Rolldown, Vitest, Oxfmt, Oxlint and oxlint-tsgolint unchanged). Also records that TypeScript 7.0.2 was retested against the new tsdown 0.22.14 — the documented trigger for revisiting it — and still fails `vp pack` with `tsgo did not generate dts file for src/preset-full.ts`, identical to 0.22.13. typescript stays on ~6.0.3. No changeset: housekeeping only, nothing about the published package changes.
5 tasks
chensid
added a commit
that referenced
this pull request
Aug 1, 2026
…2.7 (#512) #511 landed the same dependency and vite-plus 0.2.7 upgrades while those versions were still inside pnpm's 24h minimumReleaseAge gate, so loose mode self-appended 24 entries to minimumReleaseAgeExclude. Every one of them has since matured (29-50h at the time of this commit), which makes the entries no-ops, so the list goes back to empty. Verified with `vp install --frozen-lockfile` — the CI path that re-validates the lockfile against the gate. CLAUDE.md still described the 0.2.6 toolchain, since #511 did not touch it. Updated to the 0.2.7 bundled pins (tsdown 0.22.13 -> 0.22.14; Vite, Rolldown, Vitest, Oxfmt, Oxlint and oxlint-tsgolint unchanged). Also records that TypeScript 7.0.2 was retested against the new tsdown 0.22.14 — the documented trigger for revisiting it — and still fails `vp pack` with `tsgo did not generate dts file for src/preset-full.ts`, identical to 0.22.13. typescript stays on ~6.0.3. No changeset: housekeeping only, nothing about the published package changes. Co-authored-by: Claude <noreply@anthropic.com>
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
@vitejs/plugin-react6.0.5, React type definitions, and Playwrightvp packImpact
No runtime API changes. This refreshes the development, test, documentation, and packaging toolchain.
Validation
vp checkvp test— 294 passed, 1 skippedvp pack— attw and publint passedvp run sizeCI=true vp install --frozen-lockfile