monkey-rust
monkey-rust copied to clipboard
chore(deps): bump wasm-bindgen from 0.2.80 to 0.2.92
Bumps wasm-bindgen from 0.2.80 to 0.2.92.
Changelog
Sourced from wasm-bindgen's changelog.
0.2.92
Released 2024-03-04
Added
Add bindings for
RTCPeerConnectionIceErrorEvent. #3835Add bindings for
CanvasState.reset(), affectingCanvasRenderingContext2DandOffscreenCanvasRenderingContext2D. #3844Add
TryFromimplementations forNumber, that allow losslessly converting from 64- and 128-bits numbers. #3847Add support for
Option<*const T>,Option<*mut T>andNonNull<T>. #3852 #3857Allow overriding the URL used for headless tests by setting
WASM_BINDGEN_TEST_ADDRESS. #3861Fixed
Make .wasm output deterministic when using
--reference-types. #3851Don't allow invalid Unicode scalar values in
char. #3866
0.2.91
Released 2024-02-06
Added
Added bindings for the
RTCRtpTransceiver.setCodecPreferences()and unstable bindings for theRTCRtpEncodingParameters.scalabilityMode. #3828Add 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_workerandrun_in_service_worker. #3804Accept the
--skipflag withwasm-bindgen-test-runner. #3803
... (truncated)
Commits
2a4a493Prepare v0.2.92 release (#3869)8e992dcDon't allow invalid Unicode scalar values inchar(#3866)807bdb4Revert "Allow using'staticlifetimes in functions (#3856)" (#3865)983ec57AddNonNull\<T>as parameter (#3857)0095fa7Allow overriding headless test URL (#3861)0023077Update passing-rust-closures-to-js.md (#3859)b9ccb8fAllow using'staticlifetimes in functions (#3856)c80bf9aAdd support forOption\<*const T>,Option\<*mut T>andNonNull\<T>(#3852)0c09e15Fix CI (#3853)557e2e6Introduce impl TryFrom for Number that succeeds iff the value is within the s...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.