Skip to content

Bump js-sys from 0.3.85 to 0.3.91#400

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/js-sys-0.3.91
Open

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps js-sys from 0.3.85 to 0.3.91.

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
Dependency-only update limited to the WASM build; no application logic changes.

Overview
Bumps the WASM-only dependency js-sys in Cargo.toml to 0.3.91.

Updates Cargo.lock accordingly, pulling in js-sys 0.3.91 and newer wasm-bindgen/macro/shared crates (0.2.114).

Written by Cursor Bugbot for commit abbe8c9. This will update automatically on new commits. Configure here.

Bumps [js-sys](https://github.com/wasm-bindgen/wasm-bindgen) from 0.3.85 to 0.3.91.
- [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.91
  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 Mar 10, 2026
@socket-security
Copy link

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.1148210093100100
Updatedcargo/​js-sys@​0.3.85 ⏵ 0.3.9110010093100100

View full report

Copy link

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

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

[target.'cfg(target_family="wasm")'.dependencies]
getrandom = { version = "0.2", features = ["js"] }
js-sys = "0.3.77"
js-sys = "0.3.91"
Copy link

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 sub-project build

High Severity

Bumping js-sys to 0.3.91 in the root Cargo.toml introduces an irreconcilable dependency conflict with the wasm/ sub-project. js-sys 0.3.91 requires exactly wasm-bindgen = "=0.2.114", but wasm/Cargo.toml pins wasm-bindgen = "=0.2.100". Since wasm/Cargo.toml depends on chialisp via a path dependency, Cargo cannot satisfy both exact-version constraints simultaneously, causing the wasm/ sub-project to fail dependency resolution and be unbuildable.

Fix in Cursor Fix in Web

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