chore(deps): update napi to v3.9.4#9951
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
✅ Deploy Preview for rolldown-rs canceled.
|
Merging this PR will not alter performance
Comparing Footnotes
|
e400b8f to
413d083
Compare
413d083 to
1d97c70
Compare
shulaoda
added a commit
that referenced
this pull request
Jun 24, 2026
Related to #9884 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [napi](https://crates.io/crates/napi) | workspace.dependencies | patch | `3.9.3` → `3.9.4` | | [napi-derive](https://crates.io/crates/napi-derive) | workspace.dependencies | patch | `3.5.6` → `3.5.7` | `napi-derive-backend` is bumped transitively in `Cargo.lock` (`5.0.4` → `5.0.5`). ### Note on the `windows-sys` change in `Cargo.lock` The lockfile also flips a few `cfg(windows)`-only crates (`rustix`, `tempfile`, `errno`, `terminal_size`, `winapi-util`, `nu-ansi-term`) from `windows-sys 0.61.2` to `0.59.0`. This is **not** caused by napi (no napi crate depends on `windows-sys`) and **not** platform-specific — it is reproducible on macOS as well. It is Cargo lockfile churn: those crates accept a wide `windows-sys` range, so both `0.59.0` (kept alive by `colored`, which requires `<=0.59`) and `0.61.2` (kept alive by `tokio`/`mio`/`console`, which require `^0.61`) are valid. Running `cargo update -p napi` perturbs resolution and re-points those edges onto the already-present `0.59.0` node. Both states are valid and functionally equivalent (these deps are not even compiled on non-Windows targets). This matches the diff produced by the upstream Renovate PR [#9951](#9951) for the same update.
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.
This PR contains the following updates:
3.9.3→3.9.43.5.6→3.5.7Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.