rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
597 stars 74 forks source link

Update wasm-bindgen requirement from =0.2.48 to =0.2.51 #271

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on wasm-bindgen to permit the latest version.

Changelog *Sourced from [wasm-bindgen's changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md).* > ## 0.2.51 > > Released 2019-09-26. > > ### Added > > * The `wasm-bindgen-futures` and `wasm-bindgen-test` crates now require Nightly > Rust and have a new major version published as a result. These crates now > support `async`/`await` by default, and they will be supported in the stable > Rust 1.39.0 release. The previous versions of crates will continue to work on > stable today. > [#1741](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1741) > > * Using `#[wasm_bindgen]` on an `async` function will now work and return a > `Promise` on the JS side of things. > [#1754](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1754) > > * More helper methods for `js_sys::Array` have been added. > [#1749](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1749) > > * Initial support for the WebAssembly multi-value proposal has been added. > [#1764](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1764) > > * Constructors for `js_sys::Date` with optional parameters has been added. > [#1759](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1759) > > * Headless tests can now be run against a remote webdriver client > [#1744](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1744) > > ### Changed > > * The `passStringToWasm` function has been optimized for size. > [#1736](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1736) > > ### Fixed > > * BOM markers will not be preserved when passing strings to/from wasm. > [#1730](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1730) > > * Importing a `static` value which isn't a `JsValue` has been fixed. > [#1784](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1784) > > * Converting `undefined` to a Rust value via `into_serde` has been fixed. > [#1783](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1783) > > * Routine errors are no longer erroneously logged in debug mode. > [#1788](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1788) > > -------------------------------------------------------------------------------- > > ... (truncated)
Commits - [`6d1dc81`](https://github.com/rustwasm/wasm-bindgen/commit/6d1dc813c49043d82eddf1703ee60710a1aff8e3) Bump to 0.2.51 ([#1797](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1797)) - [`599ec8b`](https://github.com/rustwasm/wasm-bindgen/commit/599ec8b9f4f983e8a145fa55b60a1b283b965edb) Use official node releases for anyref test suite ([#1798](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1798)) - [`bdcf27c`](https://github.com/rustwasm/wasm-bindgen/commit/bdcf27c7cb0f8d01f59b770e75daf256c72e960d) Major improvements to wasm-bindgen-futures ([#1760](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1760)) - [`0b1a764`](https://github.com/rustwasm/wasm-bindgen/commit/0b1a764f8ae17f6232a2e4c5a86754f21a41901e) Guarantee `static_method_of` uses the right `this` ([#1795](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1795)) - [`025b1d8`](https://github.com/rustwasm/wasm-bindgen/commit/025b1d8bca8f34b056672173077578b0d4d29551) Switch to Cargo's `-Zbuild-std` for building libstd ([#1796](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1796)) - [`6b31777`](https://github.com/rustwasm/wasm-bindgen/commit/6b3177779488e7619f030688582f5d319e317d41) Fix local webdriver discovery via PATH ([#1794](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1794)) - [`0607a75`](https://github.com/rustwasm/wasm-bindgen/commit/0607a75b784551c33a896c287c756aaf2aa805e2) Switch CI to testing `beta` toolchains ([#1792](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1792)) - [`6f52f2a`](https://github.com/rustwasm/wasm-bindgen/commit/6f52f2a37c30579dfed40c49d71fb35024c35cc7) Fix logic for `is_enabled` in the threads transform ([#1791](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1791)) - [`f4a7fe3`](https://github.com/rustwasm/wasm-bindgen/commit/f4a7fe3ddbc8d4dbff082d70b68861f96e313619) More CHANGELOG updates - [`72f3468`](https://github.com/rustwasm/wasm-bindgen/commit/72f346871c8e7fd6df2d6b67262fd7369e354aff) Handle `JSON.stringify(undefined)` - Additional commits viewable in [compare view](https://github.com/rustwasm/wasm-bindgen/compare/0.2.48...0.2.51)


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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #274.