chore: prune matured release-age exclusions and align CLAUDE.md to 0.2.7 - #512
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #512 +/- ##
=========================================
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:
|
#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.
chensid
force-pushed
the
claude/dependency-updates-check-pnpfwm
branch
from
August 1, 2026 15:15
1f60493 to
7306111
Compare
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.
Prune
minimumReleaseAgeExclude#511 made those same upgrades while the versions were still inside pnpm's 24h
minimumReleaseAgegate, so loose mode self-appended 24 entries tominimumReleaseAgeExclude.Every one of them has since matured — checked individually against real publish times, 29–50h old at the time of this commit — which makes each entry a no-op. The list goes back to
[].Verified with
vp install --frozen-lockfile, the CI path that re-validates the lockfile against the gate: it passes with noERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION.Align
CLAUDE.mdto 0.2.7#511 did not touch
CLAUDE.md, so it still described the 0.2.6 toolchain. Updated to the 0.2.7 bundled pins —tsdown0.22.13 → 0.22.14; Vite 8.1.5, Rolldown 1.2.0, Vitest 4.1.10, Oxfmt 0.60.0, Oxlint 1.75.0 and oxlint-tsgolint 7.0.2001 are unchanged.TypeScript — retested, still blocked
typescriptstays on~6.0.3.The note added in #508 said to revisit only when a Vite+ release bundles a newer tsdown, and 0.2.7 did exactly that — so 7.0.2 was retested against tsdown 0.22.14. It fails identically to 0.22.13:
vp checkandvp testboth pass under TS 7 and cannot see this — tsgolint typechecks independently of the TypeScript API. Onlyvp packcatches it, andvp packbacksprepublishOnly. The note now records that the retry happened, so the next person does not repeat it.Test plan
vp install --frozen-lockfile— pass, the gate re-validation that makes the prune safevp 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— budgets unchanged (index 12.35/13 kB, registry 2.45/3 kB, preset-full 989 B/1.5 kB)No changeset: housekeeping only, nothing about the published package changes — consistent with #506 and #507.
🤖 Generated with Claude Code
https://claude.ai/code/session_01R6AGGmoatgTmzaNWMALktH