Skip to content

build(deps): update wasm-bindgen requirement from =0.2.109 to =0.2.113 in /bindings/javascript#662

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/bindings/javascript/wasm-bindgen-eq-0.2.113
Open

build(deps): update wasm-bindgen requirement from =0.2.109 to =0.2.113 in /bindings/javascript#662
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/bindings/javascript/wasm-bindgen-eq-0.2.113

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Updates the requirements on wasm-bindgen to permit the latest version.

Release notes

Sourced from wasm-bindgen's releases.

0.2.113

Changed

  • Reduced usage of unsafe code: replaced transmute/transmute_copy with safe alternatives for Boolean/Null/Undefined constants and ArrayTuple conversions, unified duplicated AsRef/From impls for generic imported types, and removed the __wbindgen_object_is_undefined intrinsic in favor of a safe Rust-side equivalent. #4993

Fixed

  • Fixed incorrect method naming for stable web-sys methods that reference unstable types (e.g. texImage2D taking a VideoFrame parameter). These methods were being named in a separate unstable expansion namespace, producing overly-short names like tex_image_2d instead of the correct tex_image_2d_with_u32_and_u32_and_video_frame. The fix separates the signature classification to distinguish "from unstable IDL" (authoritative overrides) from "stable method using an unstable type", ensuring the latter is named as part of the stable expansion. #4991
Changelog

Sourced from wasm-bindgen's changelog.

0.2.113

Changed

  • Reduced usage of unsafe code: replaced transmute/transmute_copy with safe alternatives for Boolean/Null/Undefined constants and ArrayTuple conversions, unified duplicated AsRef/From impls for generic imported types, and removed the __wbindgen_object_is_undefined intrinsic in favor of a safe Rust-side equivalent. #4993

Fixed

  • Fixed incorrect method naming for stable web-sys methods that reference unstable types (e.g. texImage2D taking a VideoFrame parameter). These methods were being named in a separate unstable expansion namespace, producing overly-short names like tex_image_2d instead of the correct tex_image_2d_with_u32_and_u32_and_video_frame. The fix separates the signature classification to distinguish "from unstable IDL" (authoritative overrides) from "stable method using an unstable type", ensuring the latter is named as part of the stable expansion. #4991

0.2.112

Removed

  • Removed ImmediateClosure type introduced in 0.2.109. Stack-borrowed &dyn Fn / &mut dyn FnMut closures are now treated as unwind safe by default (panics are caught and converted to JS exceptions with proper unwinding). A unified ScopedClosure::immediate approach may be revisited in a future release. #4986

0.2.111

Fixed

  • Restored backwards compatibility for breaking changes introduced in 0.2.110: re-added deprecated Promise::then2 binding, reverted Promise::all_settled stable signature to take &JsValue instead of owned Object, and added default type parameters (= JsValue) to ArrayIntoIter, ArrayIter, and Iter structs. #4979

0.2.110

Changed

  • Refactor new closure methods - ensures that all closure constructor functions have the variants Closure::foo(), Closure::foo_aborting() and Closure::foo_assert_unwind_safe() this then fully allows switching from the UnwindSafe bound now being applies on foo() to use one of the alternatives, given these limitations of AssertUnwindSafe. The same applies to ImmediateClosure. In addition, mutable reentrancy guards are

... (truncated)

Commits
  • 7509015 Release 0.2.113
  • 67c2e98 fix(web-sys): name stable methods using unstable types within the stable expa...
  • 6a5a7ca Reduce unsafe (#4993)
  • 91de3dd Abort reinit wip: Wrap expected errors in custom wasm eh tag (#4963)
  • 226ddc3 fix: avoid BorrowedClosure in test runner to restore CLI backward compatibili...
  • 6dd529c Release 0.2.112 (#4987)
  • b91b423 revert: remove immediate closures (#4986)
  • 693c543 Release 0.2.111 (#4980)
  • ce651fd fix(js-sys): restore backwards compatibility for breaking changes in 0.2.110 ...
  • 39bad71 0.2.110
  • Additional commits viewable in compare view

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)

Updates the requirements on [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) to permit the latest version.
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.109...0.2.113)

---
updated-dependencies:
- dependency-name: wasm-bindgen
  dependency-version: 0.2.113
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 25, 2026
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 25, 2026

Merging this PR will not alter performance

✅ 12 untouched benchmarks


Comparing dependabot/cargo/bindings/javascript/wasm-bindgen-eq-0.2.113 (050cf14) with master (10fa6ad)

Open in CodSpeed

@codecov
Copy link

codecov bot commented Feb 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.52%. Comparing base (10fa6ad) to head (050cf14).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #662   +/-   ##
=======================================
  Coverage   91.52%   91.52%           
=======================================
  Files          17       17           
  Lines        2524     2524           
=======================================
  Hits         2310     2310           
  Misses        214      214           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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