Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate wasm-bindgen to 0.2.91 #20

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
wasm-bindgen (source) workspace.dependencies patch 0.2.90 -> 0.2.91

Release Notes

rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.91

Compare Source

Released 2024-02-06

Added
  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode.
    #​3828

  • Add unstable bindings for the FileSystemAccess API
    #​3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker.
    #​3804

  • Accept the --skip flag with wasm-bindgen-test-runner.
    #​3803

  • Introduce environment variable WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION to disable origin isolation for wasm-bindgen-test-runner.
    #​3807

  • Add bindings for USBDevice.forget().
    #​3821

Changed
  • Stabilize ClipboardEvent.
    #​3791

  • Use immutable buffers in SubtleCrypto methods.
    #​3797

  • Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker.
    #​3804

  • Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods.
    #​3816

  • Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection.
    #​3822

Fixed
  • Fixed UB when freeing strings received from JS if not using the default allocator.
    #​3808

  • Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS.
    #​3817

  • Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].
    #​3823

  • Fixed nighly build of wasm-bindgen-futures.
    #​3827


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate. View repository job log here.

@magic-akari magic-akari merged commit 0b7d7ee into main Feb 7, 2024
13 of 14 checks passed
@renovate renovate bot deleted the renovate/wasm-bindgen-0.x branch February 7, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant