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
590 stars 74 forks source link

Update wasm-bindgen requirement from =0.2.19 to =0.2.44 #243

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.44 > > Released 2019-05-16. > > ### Added > > * Support for exporting "fields" on JS objects wrapping Rust structs which are > hooked up to getters/setters has been added. This is in addition to `pub` > struct fields and allows performing more complicated computations in > getters/setters. > [#1440](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1440) > > * Support for futures 0.3 (and `async` / `await` syntax) has been added to the > `wasm-bindgen-futures` crate. > [#1507](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1507) > > * Stacks of imported JS functions that throw and aren't marked `catch` are now > logged in debug mode. > [#1466](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1466) > > * A utility for counting the size of the `anyref` heap has been added. > [#1521](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1521) > > * Passing ASCII-only strings to WASM should now be significantly faster. > [#1470](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1470) > > * The `selectionStart` and `selectionEnd` APIs of text areas have been enabled. > [#1533](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1533) > > ### Changed > > * Some more methods in `web-sys` now take immutable slices instead of mutable > ones. > [#1508](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1508) > > * TypeScript bindings for `Option` arguments now use `foo?` where possible. > [#1483](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1483) > > ### Fixed > > * Unnecessary bindings to `__wbindgen_object_drop_ref` have been fixed. > [#1504](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1504) > > * Some direct imports have been fixed for `--target web`. > [#1503](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1503) > > * Both importing and exporting the same name has been fixed. > [#1506](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1506) > > * TypeScript typings for `init` in `--target web` have been fixed. > ... (truncated)
Commits - See full diff in [compare view](https://github.com/rustwasm/wasm-bindgen/commits)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - 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 #244.