Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[deps]: Update rust-wasm-bindgen monorepo (#504)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [js-sys](https://rustwasm.github.io/wasm-bindgen/) ([source](https://togithub.com/rustwasm/wasm-bindgen/tree/HEAD/crates/js-sys)) | dependencies | patch | `0.3.66` -> `0.3.67` | | [wasm-bindgen](https://rustwasm.github.io/) ([source](https://togithub.com/rustwasm/wasm-bindgen)) | dependencies | patch | `0.2.89` -> `0.2.90` | | [wasm-bindgen-futures](https://rustwasm.github.io/wasm-bindgen/) ([source](https://togithub.com/rustwasm/wasm-bindgen/tree/HEAD/crates/futures)) | dependencies | patch | `0.4.39` -> `0.4.40` | | [wasm-bindgen-test](https://togithub.com/rustwasm/wasm-bindgen) | dev-dependencies | patch | `0.3.39` -> `0.3.40` | --- ### Release Notes <details> <summary>rustwasm/wasm-bindgen (wasm-bindgen)</summary> ### [`v0.2.90`](https://togithub.com/rustwasm/wasm-bindgen/blob/HEAD/CHANGELOG.md#0290) [Compare Source](https://togithub.com/rustwasm/wasm-bindgen/compare/0.2.89...0.2.90) Released 2024-01-06 ##### Fixed - Fix JS shim default path detection for the no-modules target. [#​3748](https://togithub.com/rustwasm/wasm-bindgen/pull/3748) ##### Added - Add bindings for `HTMLFormElement.requestSubmit()`. [#​3747](https://togithub.com/rustwasm/wasm-bindgen/pull/3747) - Add bindings for `RTCRtpSender.getCapabilities(DOMString)` method, `RTCRtpCapabilities`, `RTCRtpCodecCapability` and `RTCRtpHeaderExtensionCapability`. [#​3737](https://togithub.com/rustwasm/wasm-bindgen/pull/3737) - Add bindings for `UserActivation`. [#​3719](https://togithub.com/rustwasm/wasm-bindgen/pull/3719) - Add unstable bindings for the Compression Streams API. [#​3752](https://togithub.com/rustwasm/wasm-bindgen/pull/3752) ##### Changed - Stabilize File System API. [#​3745](https://togithub.com/rustwasm/wasm-bindgen/pull/3745) - Stabilize `QueuingStrategy`. [#​3753](https://togithub.com/rustwasm/wasm-bindgen/pull/3753) ##### Fixed - Fixed a compiler error when using `#[wasm_bindgen]` inside `macro_rules!`. [#​3725](https://togithub.com/rustwasm/wasm-bindgen/pull/3725) ##### Removed - Removed Gecko-only `InstallTriggerData` and Gecko-internal `FlexLineGrowthState`, `GridDeclaration`, `GridTrackState`, `RtcLifecycleEvent` and `WebrtcGlobalStatisticsReport` features. [#​3723](https://togithub.com/rustwasm/wasm-bindgen/pull/3723) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bitwarden/sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information