esimkowitz / dev-widgets

Collection of useful conversions and widgets implemented as a portable Rust app
https://widgets.fyi/
MIT License
11 stars 1 forks source link

Bump wasm-bindgen from 0.2.92 to 0.2.93 #189

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps wasm-bindgen from 0.2.92 to 0.2.93.

Changelog

Sourced from wasm-bindgen's changelog.

0.2.93

Released 2024-08-13

Added

  • Allow exporting functions named default. Throw error in wasm-bindgen-cli if --target web and an exported symbol is named default. #3930

  • Added support for arbitrary expressions when using #[wasm_bindgen(typescript_custom_section)]. #3901

  • Implement From<NonNull<T>> for JsValue. #3877

  • Add method copy_within for TypedArray, add methods find_last,find_last_index for Array. #3888

  • Added support for returning Vecs from async functions. #3630

  • Added bindings for InputDeviceInfo and MediaTrackCapabilities. #3935

  • Add bindings for RTCRtpReceiver.getCapabilities(DOMString) method. #3941

  • Add bindings for VisualViewport. #3931

  • Add bindings for queueMicrotask. #3981

  • Add experimental bindings for User Agent Client Hints API #3989

  • Add bindings for FocusOptions. #3996

  • Add bindings for RTCRtpReceiver.jitterBufferTarget. #3968

  • Generate getters for all WebIDL dictionary types. #3993

  • Support for iterable in WebIDL. Gives entries, keys, values methods for regular and asynchronous, as well as for_each for regular, iterables. #3962

  • Add bindings for HTMLTableCellElement.abbr and scope properties.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)