root - chore: upgrade build tooling (vite)#381
Merged
Conversation
Bump vite to the latest gated version. - vite 8.0.14 -> 8.0.16 tsdown 0.22.3 deferred: it pulls @napi-rs/wasm-runtime@1.1.6 (published ~32h ago), which violates the repo's minimumReleaseAge gate. Will upgrade once that transitive dependency matures past the gate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013MMsnH2H2ghs6xLGibb5v2
There was a problem hiding this comment.
Code Review
This pull request updates the vite dependency from version ^8.0.14 to ^8.0.16 in package.json and updates the lockfile (pnpm-lock.yaml) to reflect this change. The lockfile updates also include upgrading rolldown to 1.0.3 (along with its platform-specific bindings), updating @oxc-project/types to 0.133.0, and adding tinyglobby@0.2.17. There are no review comments, and I have no feedback to provide.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #381 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 409 409
Branches 96 96
=========================================
Hits 409 409 ☔ 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
Upgrade
viteto the latest gated version. Second PR in the dependency-maintenance dev phase (TypeScript / build tooling group).Versions
vite8.0.14→8.0.16Tests
pnpm buildpassespnpm testpasses (239 tests, 100% coverage)Notes
tsdown0.22.0→0.22.3was deferred: it pulls@napi-rs/wasm-runtime@1.1.6(published ~32h ago), which the repo'sminimumReleaseAgegate correctly rejects. It will be upgraded once that transitive dependency matures past the 7-day gate.@types/nodestays at major24(latest25.xexceeds the.nvmrcNode major and is intentionally not bumped).🤖 Generated with Claude Code
Generated by Claude Code