fix(deps): update rust-wasm-bindgen monorepo
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
js-sys (source) | dependencies | patch |
0.3.71 -> 0.3.72
|
wasm-bindgen (source) | dependencies | patch |
0.2.94 -> 0.2.95
|
web-sys (source) | dependencies | patch |
0.3.71 -> 0.3.72
|
Release Notes
rustwasm/wasm-bindgen (wasm-bindgen)
v0.2.95
Released 2024-10-10
Added
-
Added support for implicit discriminants in enums. #4152
-
Added support for
Self
in complex type expressions in methods. #4155
Changed
- String enums are no longer generate TypeScript types. #4174
Fixed
-
Fixed generated setters from WebIDL interface attributes binding to wrong JS method names. #4170
-
Fix string enums showing up in JS documentation and TypeScript bindings without corresponding types. #4175
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.