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

Update rust-wasm-bindgen monorepo #116

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
js-sys (source) dependencies patch 0.3.67 -> 0.3.69
wasm-bindgen (source) dependencies patch 0.2.90 -> 0.2.92
wasm-bindgen-futures (source) dependencies patch 0.4.40 -> 0.4.42
wasm-bindgen-test dev-dependencies patch 0.3.40 -> 0.3.42
web-sys (source) dependencies patch 0.3.67 -> 0.3.69

Release Notes

rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.92

Compare Source

Released 2024-03-04

Added
  • Add bindings for RTCPeerConnectionIceErrorEvent.
    #​3835

  • Add bindings for CanvasState.reset(), affecting CanvasRenderingContext2D and OffscreenCanvasRenderingContext2D.
    #​3844

  • Add TryFrom implementations for Number, that allow losslessly converting from 64- and 128-bits numbers.
    #​3847

  • Add support for Option<*const T>, Option<*mut T> and NonNull<T>.
    #​3852
    #​3857

  • Allow overriding the URL used for headless tests by setting WASM_BINDGEN_TEST_ADDRESS.
    #​3861

Fixed
  • Make .wasm output deterministic when using --reference-types.
    #​3851

  • Don't allow invalid Unicode scalar values in char.
    #​3866


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 - "before 4am on the first day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot merged commit a8ba961 into main Mar 31, 2024
2 checks passed
@renovate renovate bot deleted the renovate/rust-wasm-bindgen-monorepo branch March 31, 2024 19:24
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.

0 participants