fix(deps): update rust-wasm-bindgen monorepo
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
js-sys (source) | dependencies | patch |
0.3.66 -> 0.3.67
|
wasm-bindgen (source) | dependencies | patch |
0.2.89 -> 0.2.90
|
web-sys (source) | dependencies | patch |
0.3.66 -> 0.3.67
|
Release Notes
rustwasm/wasm-bindgen (wasm-bindgen)
v0.2.90
Released 2024-01-06
Fixed
- Fix JS shim default path detection for the no-modules target. #3748
Added
-
Add bindings for
HTMLFormElement.requestSubmit()
. #3747 -
Add bindings for
RTCRtpSender.getCapabilities(DOMString)
method,RTCRtpCapabilities
,RTCRtpCodecCapability
andRTCRtpHeaderExtensionCapability
. #3737 -
Add bindings for
UserActivation
. #3719 -
Add unstable bindings for the Compression Streams API. #3752
Changed
Fixed
- Fixed a compiler error when using
#[wasm_bindgen]
insidemacro_rules!
. #3725
Removed
- Removed Gecko-only
InstallTriggerData
and Gecko-internalFlexLineGrowthState
,GridDeclaration
,GridTrackState
,RtcLifecycleEvent
andWebrtcGlobalStatisticsReport
features. #3723
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.