Skip to content

Bump js-sys from 0.3.85 to 0.3.93#428

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/js-sys-0.3.93
Closed

Bump js-sys from 0.3.85 to 0.3.93#428
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/js-sys-0.3.93

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 7, 2026

Bumps js-sys from 0.3.85 to 0.3.93.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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-sys versions during compilation or runtime in browsers.

Overview
Updates the WASM-specific dependency js-sys to 0.3.93 in Cargo.toml.

Refreshes Cargo.lock accordingly, pulling in newer resolved versions of wasm-bindgen and related macro/support crates (to 0.2.116).

Reviewed by Cursor Bugbot for commit 03be1d3. Bugbot is set up for automated code reviews on this repo. Configure here.

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>
@dependabot dependabot Bot added Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 7, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcargo/​wasm-bindgen@​0.2.108 ⏵ 0.2.1168110093100100
Updatedcargo/​js-sys@​0.3.85 ⏵ 0.3.93100 +110095 +2100100

View full report

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread Cargo.toml
[target.'cfg(target_family="wasm")'.dependencies]
getrandom = { version = "0.2", features = ["js"] }
js-sys = "0.3.77"
js-sys = "0.3.93"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 03be1d3. Configure here.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 21, 2026

Superseded by #453.

@dependabot dependabot Bot closed this Apr 21, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/js-sys-0.3.93 branch April 21, 2026 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changed Required label for PR that categorizes merge commit message as "Changed" for changelog dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants