feat(deps): upgrade upstream dependencies#1331
Closed
Brooooooklyn wants to merge 1 commit intomainfrom
Closed
Conversation
32b07a0 to
67655d8
Compare
✅ Deploy Preview for viteplus-preview canceled.
|
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.
Automated daily upgrade of upstream dependencies:
Build status: success
Note
Medium Risk
Medium risk due to upgrades of core build/test/lint/format dependencies (Vite, Vitest, Oxlint, Oxfmt) which can change behavior across the toolchain; code changes are small but touch CLI execution paths.
Overview
Upgrades upstream toolchain versions (notably
vite8.0.6,vitest4.1.3,oxfmt0.44.0,oxlint1.59.0) and refreshes lockfile/workspace pins to match, including adding Vitest coverage peer deps.Hardens runtime resolution and typing: the CLI now derives the
oxfmtbinary path from the package main entry (avoiding non-exported subpaths) for bothvp fmtand thebin/oxfmt --lspwrapper, and several CLI/build-support/prompt helpers are updated to return explicitundefined(and add default switch branches/return types) to satisfy stricter TypeScript expectations.Reviewed by Cursor Bugbot for commit 67655d8. Bugbot is set up for automated code reviews on this repo. Configure here.