fix(deps): update rust crate wasm-bindgen to v0.2.99 #31

Merged
kjuulh merged 1 commits from renovate/rust-wasm-bindgen-monorepo into main 2024-12-07 02:26:38 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
wasm-bindgen (source) dependencies patch 0.2.97 -> 0.2.99

Release Notes

rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.99

Compare Source

Released 2024-12-07

Fixed
  • Mark wasm-bindgen v0.2.98 only compatible with wasm-bindgen-cli of the same version.
    #​4331

v0.2.98

Compare Source

Released 2024-12-07

Added
  • Add support for multi-threading in Node.js.
    #​4318

  • Add WASM_BINDGEN_TEST_DRIVER_TIMEOUT environment variable to control the timeout to start and connect to the test driver.
    #​4320

  • Add support for number slices of type MaybeUninit<T>.
    #​4316

Changed
  • Remove once_cell/critical-section requirement for no_std with atomics.
    #​4322

  • static FOO: Option<T> now returns None if undeclared in JS instead of throwing an error in JS.
    #​4319

Fixed
  • Fix macro-hygiene for calls to std::thread_local!.
    #​4315

  • Fix feature resolver version 1 compatibility.
    #​4327



Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [wasm-bindgen](https://rustwasm.github.io/) ([source](https://github.com/rustwasm/wasm-bindgen)) | dependencies | patch | `0.2.97` -> `0.2.99` | --- ### Release Notes <details> <summary>rustwasm/wasm-bindgen (wasm-bindgen)</summary> ### [`v0.2.99`](https://github.com/rustwasm/wasm-bindgen/blob/HEAD/CHANGELOG.md#0299) [Compare Source](https://github.com/rustwasm/wasm-bindgen/compare/0.2.98...0.2.99) Released 2024-12-07 ##### Fixed - Mark `wasm-bindgen` v0.2.98 only compatible with `wasm-bindgen-cli` of the same version. [#&#8203;4331](https://github.com/rustwasm/wasm-bindgen/pull/4331) *** ### [`v0.2.98`](https://github.com/rustwasm/wasm-bindgen/blob/HEAD/CHANGELOG.md#0298) [Compare Source](https://github.com/rustwasm/wasm-bindgen/compare/0.2.97...0.2.98) Released 2024-12-07 ##### Added - Add support for multi-threading in Node.js. [#&#8203;4318](https://github.com/rustwasm/wasm-bindgen/pull/4318) - Add `WASM_BINDGEN_TEST_DRIVER_TIMEOUT` environment variable to control the timeout to start and connect to the test driver. [#&#8203;4320](https://github.com/rustwasm/wasm-bindgen/pull/4320) - Add support for number slices of type `MaybeUninit<T>`. [#&#8203;4316](https://github.com/rustwasm/wasm-bindgen/pull/4316) ##### Changed - Remove `once_cell/critical-section` requirement for `no_std` with atomics. [#&#8203;4322](https://github.com/rustwasm/wasm-bindgen/pull/4322) - `static FOO: Option<T>` now returns `None` if undeclared in JS instead of throwing an error in JS. [#&#8203;4319](https://github.com/rustwasm/wasm-bindgen/pull/4319) ##### Fixed - Fix macro-hygiene for calls to `std::thread_local!`. [#&#8203;4315](https://github.com/rustwasm/wasm-bindgen/pull/4315) - Fix feature resolver version 1 compatibility. [#&#8203;4327](https://github.com/rustwasm/wasm-bindgen/pull/4327) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-12-07 02:26:32 +01:00
fix(deps): update rust crate wasm-bindgen to v0.2.99
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
1c8dd7d4f1
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-12-07 02:26:33 +01:00
kjuulh merged commit 1c8dd7d4f1 into main 2024-12-07 02:26:38 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/como-web#31
No description provided.