Bump js-sys from 0.3.85 to 0.3.93#428
Conversation
Bumps [js-sys](https://github.com/wasm-bindgen/wasm-bindgen) from 0.3.85 to 0.3.93. - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: js-sys dependency-version: 0.3.93 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 03be1d3. Configure here.
| [target.'cfg(target_family="wasm")'.dependencies] | ||
| getrandom = { version = "0.2", features = ["js"] } | ||
| js-sys = "0.3.77" | ||
| js-sys = "0.3.93" |
There was a problem hiding this comment.
Dependency version conflict breaks wasm subcrate build
High Severity
The js-sys update to 0.3.93 for wasm targets pulls in wasm-bindgen =0.2.116. This creates an irreconcilable dependency conflict with the wasm/ subcrate's pinned wasm-bindgen = "=0.2.100". Cargo cannot unify these exact versions, breaking wasm-pack build and cargo clippy in CI.
Reviewed by Cursor Bugbot for commit 03be1d3. Configure here.
|
Superseded by #453. |


Bumps js-sys from 0.3.85 to 0.3.93.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Low risk dependency-only change affecting the WASM build; main risk is potential API/behavior differences in updated
wasm-bindgen/js-sysversions during compilation or runtime in browsers.Overview
Updates the WASM-specific dependency
js-systo0.3.93inCargo.toml.Refreshes
Cargo.lockaccordingly, pulling in newer resolved versions ofwasm-bindgenand related macro/support crates (to0.2.116).Reviewed by Cursor Bugbot for commit 03be1d3. Bugbot is set up for automated code reviews on this repo. Configure here.