Skip to content

fix(deps): update rust-wasm-bindgen monorepo

This MR contains the following updates:

Package Type Update Change
js-sys (source) dependencies patch 0.3.65 -> 0.3.66
wasm-bindgen (source) dependencies patch 0.2.88 -> 0.2.89
wasm-bindgen-futures (source) dependencies patch 0.4.38 -> 0.4.39

Release Notes

rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.89

Compare Source

Released 2023-11-27.

Added
  • Add additional constructor to DataView for SharedArrayBuffer. #​3695

  • Stabilize wasm_bindgen::module(). #​3690

Fixed
  • The DWARF section is now correctly modified instead of leaving it in a broken state. #​3483

  • Fixed an issue where #[wasm_bindgen] automatically derived the TryFrom trait for any struct, preventing custom TryFrom<JsValue> implementations. It has been updated to utilize a new TryFromJsValue trait instead. #​3709

  • Update the TypeScript signature of __wbindgen_thread_destroy to indicate that it's parameters are optional. #​3703

Removed
  • Removed Gecko-internal dictionary bindings Csp, CspPolicies, CspReport and CspReportProperties. #​3721

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Panter User for API access

Merge request reports