saschagrunert / yew-router

Router extension to yew
MIT License
28 stars 6 forks source link

Bump wasm-bindgen from 0.2.46 to 0.2.47 #136

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps wasm-bindgen from 0.2.46 to 0.2.47.

Changelog *Sourced from [wasm-bindgen's changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md).* > ## 0.2.47 > > Released 2019-06-19. > > ### Changed > > * The `HtmlHyperlinkElement` should now include more native methods after a > small edit to the WebIDL. > [#1604](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1604) > > * Duplicate names for getters/setters now have a first-class `wasm-bindgen` > error. > [#1605](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1605) > > ### Fixed > > * TypeScript definition of `init` with `--target web` now reflects that the > first argument is optional. > [#1599](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1599) > > * A panic with the futures 0.3 support has been fixed. > [#1598](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1598) > > * More slice types are recognized as becoming immutable in some WebIDL methods. > [#1602](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1602) > > * The function table is now no longer too aggressively removed. > [#1606](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/pull/1606) > > --------------------------------------------------------------------------------
Commits - [`a1fc270`](https://github.com/rustwasm/wasm-bindgen/commit/a1fc270f2a6ebe25d850199eed16258dfd02229a) Merge pull request [#1608](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1608) from alexcrichton/bump - [`b7b92cf`](https://github.com/rustwasm/wasm-bindgen/commit/b7b92cffe243fccdbfb4a95c0a45a2a7759c5778) Update mdbook install - [`d71ab78`](https://github.com/rustwasm/wasm-bindgen/commit/d71ab78fc65c0dc1ee3420c6fc8a9ba5d7c4ba59) Bump to 0.2.47 - [`9b8191e`](https://github.com/rustwasm/wasm-bindgen/commit/9b8191efb1baabe4c3339d8d8e4c3c1b6df0ce5a) Merge pull request [#1605](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1605) from c410-f3r/getters-check - [`e7902f3`](https://github.com/rustwasm/wasm-bindgen/commit/e7902f384f9fb20b0677590bedee92fe20cedb5d) Merge pull request [#1606](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1606) from alexcrichton/gc-elss - [`c9ee88b`](https://github.com/rustwasm/wasm-bindgen/commit/c9ee88bda3b46d251440e17d18727f40e2f871e4) Preserve the function table during early gc passes - [`8d90655`](https://github.com/rustwasm/wasm-bindgen/commit/8d90655f98b4db00b8479aa531af908c4d45deeb) Merge pull request [#1602](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1602) from alexcrichton/more-immutable - [`1aa6773`](https://github.com/rustwasm/wasm-bindgen/commit/1aa6773c47629721c01ffda036a14022b01d0d48) Merge pull request [#1604](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1604) from marienz/link-utils-mixin - [`597b697`](https://github.com/rustwasm/wasm-bindgen/commit/597b69701774198414cdf8e7a6b1c7236b79ee46) Forbid duplicated getter/setter names in fields and methods - [`3361e02`](https://github.com/rustwasm/wasm-bindgen/commit/3361e02cafb4164c90db3d2fe356afc619cd71de) Merge pull request [#1601](https://github-redirect.dependabot.com/rustwasm/wasm-bindgen/issues/1601) from c410-f3r/unnecessary-result - Additional commits viewable in [compare view](https://github.com/rustwasm/wasm-bindgen/compare/0.2.46...0.2.47)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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.