feat(deps): upgrade upstream dependencies#1267
Merged
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
Member
|
I need to fix the vp check issue first before handling the dependency updates |
When oxlint reports only warnings (0 errors), override the raw exit code to SUCCESS instead of propagating oxlint's non-zero exit code. This fixes ecosystem-ci failures where type-aware lint rules (e.g. typescript-eslint/await-thenable) produce warnings that cause `vp check --fix` to exit with code 1.
83294cf to
013fc6e
Compare
Member
|
deps on #1268 |
… snap test Verify that a plain `vp check` also exits with code 0 when only warnings are present, matching the --fix behavior.
013fc6e to
10c1876
Compare
fengmk2
approved these changes
Apr 2, 2026
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: failure
Note
Medium Risk
Moderate risk because this is primarily a broad dependency/toolchain bump (notably
oxcandrolldown), which can introduce build/runtime behavior changes and CI failures despite minimal code changes.Overview
Updates the Rust workspace to
oxc0.123.0(from0.121.0) and refreshesCargo.lock, pulling in newer transitive crypto/network dependencies (e.g., newdigest/sha1versions andwindows-sys0.61.2).Bumps the bundled
rolldownversion inpackages/core/package.jsonto1.0.0-rc.13and updates the tracked upstreamrolldowncommit hash inpackages/tools/.upstream-versions.json. Also addsprettyplease,proc-macro2,quote, andsynto workspace deps andcargo-shearignore list to match upstream usage.Written by Cursor Bugbot for commit 88c1325. This will update automatically on new commits. Configure here.