Skip to content

chore: update development dependencies - #511

Merged
chensid merged 1 commit into
mainfrom
codex/update-dependencies
Jul 31, 2026
Merged

chore: update development dependencies#511
chensid merged 1 commit into
mainfrom
codex/update-dependencies

Conversation

@chensid

@chensid chensid commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Summary

  • upgrade the Vite+ toolchain from 0.2.6 to 0.2.7
  • update compatible development dependencies, including Shiki 4.4.1, size-limit 13.0.3, @vitejs/plugin-react 6.0.5, React type definitions, and Playwright
  • keep TypeScript on 6.0.3 because TypeScript 7 currently breaks declaration generation in vp pack
  • add a patch changeset and refresh pnpm supply-chain policy exclusions for newly published packages

Impact

No runtime API changes. This refreshes the development, test, documentation, and packaging toolchain.

Validation

  • vp check
  • vp test — 294 passed, 1 skipped
  • vp pack — attw and publint passed
  • vp run size
  • CI=true vp install --frozen-lockfile

@chensid
chensid merged commit 3a05393 into main Jul 31, 2026
2 checks passed
@chensid
chensid deleted the codex/update-dependencies branch July 31, 2026 12:35
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8197957) to head (a723f31).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant