chore: bump vite-task to 417b6aa#2076
Merged
Merged
Conversation
✅ Deploy Preview for viteplus-preview canceled.
|
fengmk2
approved these changes
Jul 7, 2026
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012QANkkX799YYVngPJnHEbP
Resolves the cargo-deny advisory failure surfaced in the Security Analysis job: crossbeam-epoch 0.9.18 is affected by RUSTSEC-2026-0204 (invalid pointer dereference in the fmt::Pointer impl for Atomic/Shared). Advisory solution is to upgrade to >=0.9.20. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012QANkkX799YYVngPJnHEbP
fd21183 to
bbe9957
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.
Bumps the
vite-taskgit dependency from6cfa6e4to417b6aa, and resolves a security advisory surfaced by the resulting lockfile.Changelog
[vite-task '6cfa6e4...417b6aa'](https://github.com/voidzero-dev/vite-task/compare/6cfa6e47a1a5fdadd215e1556766cc753603a539...417b6aae5fca92b128c586c8ff3421e43911b553#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed)The only behavioral change is:
@voidzero-dev/vite-task-clientnow returnundefinedinstead ofnull, preserving Vite productionNODE_ENVsemantics when builds run throughvp run(#508).The remaining commits are dependency, CI, and test-fixture updates. The one Rust change (#508) is scoped to vite-task's own
vite_task_client_napicrate, which vite-plus does not consume, so there are no API changes on the consuming side.Security fix
The
Security Analysis(cargo-deny) job flaggedcrossbeam-epoch 0.9.18under RUSTSEC-2026-0204 (invalid pointer dereference in thefmt::Pointerimpl forAtomic/Shared). Updated it to0.9.20per the advisory's prescribed solution (lockfile-only, patch bump).Verification
main.cargo check --workspace— passesvite_command,vite_error,vite_install,vite_js_runtime,vite_migration,vite_shared,vite_static_config,vite-plus-cli,vite_global_cli) — all pass