Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 15, 2019

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

Release notes

Sourced from wasm-bindgen-test's releases.

0.2.48

Changes:

  • a3ddd097eb5288597804d223c4bbf46027efdddf Merge pull request #1660 from alexcrichton/bump
  • 5c975592be3a369d8ba3ae11e14627b706b27fc3 Merge pull request #1657 from fitzgen/fix-dyn-warnings
  • e596ef596ca884cf555ec4ce67e0481b91a029da Bump to 0.2.48
  • 6252c7ab78728abe9b479b8ec21a91250e7a36ed Fix warnings about missing dyn on trait objects
  • c21c85a7ff1dc58873661a7e38ad6c25f4df7f86 Merge pull request #1655 from rustwasm/dependabot/cargo/weedle-0.10
  • ce40388a7f0337d99ae718b5f85b76c64574c998 Update weedle requirement from 0.9 to 0.10
  • d02e115fd4d384c9950ae509e7f9e05fa87b99c6 Merge pull request #1650 from alexcrichton/less-csp
  • b64f5c0ad8beaca21227d6a217278ff64b09935d Merge pull request #1649 from alexcrichton/fix-futures
  • 15cc4fbb0b3d5a8c8c64b3dc9f7bc851f5e2949f Merge pull request #1652 from fitzgen/fix-some-warnings
  • 6cb659d5aca8b7f79a63ef03a2329f21a9e0d8da Fix warning about dead code when testing on non-wasm32 targets
See more
  • 1ba298548fa0ec8be86e8a684f7988043a966f8b Fix warning about unnecessary parens in generated code
  • d32b6a916c8f7d7711eb545037b5209daef6a61d Update futures implementation to not destroy callbacks [ #1637 ]
  • 0b08bba0c76d7fed13c8c0a76c06d6a77ae8fada Use static accessors if possible to get global object [ #1641 ]
  • 604c036111542e7ac2bf0ce60a644fd265106c97 Merge pull request #1645 from derekdreery/fix_futures_0_3_hack
  • 16fc0596eb51a9712756dc91af9037d03de3ecb9 Merge pull request #1646 from ibaryshnikov/explicit-extension
  • 8f52f10aea164845271eb0bd8dbed4165efb58a3 added explicit extension for imported .wasm file for --target bundler
  • 25415077893cfaad518eb2daa14dfb91b7b4cff9 Add in (unsafe and incorrect) impls of Send/Sync that are now required.
  • 7fe3dfd4f54bd2e00cd3c015e5dc22839eb4cca5 Merge pull request #1639 from dakom/master
  • f27de49989f42aaec47e1408c24b5f5e6bd67a93 whitelist slices for webgl2 uniformNuiv
  • bf631eda1beae45aa77eb426ac0b1a76bb86b773 Merge pull request #1633 from Warfields/master [ #1622 ]
  • 367a56eb2514a9591e968606601cc8169bd011b5 Test are fully implemented
  • 06d0704cf825fa5bab6a13a36d3aa35da616126e Added tests for bind1()
  • caa86a07a01c408a8b57e10a6d521d6c549614ac Attempted to tackle #1622
  • 792ab403a134da8a9ace46622e135deda43d5585 Merge pull request #1625 from alexcrichton/less-return-ptr
  • 250e84f091ea47cff08e33445bf41ad4d06a0540 Merge pull request #1620 from Pauan/add-typed-array-into
  • 497c5ed423759e1c54139c2006f0190ec02aed06 Removing TODOs
  • b9fd30b49e0e38026b36c4db10c9fbd53292e9ed Adding in TODO note
  • 92a464d48e4ecfa95c61da41b2f8a6d26087600f Updating a couple examples
  • 8cb9b88acb55bdd4bbe10e777ea6509c1d29a4be Adding in unit tests for From impl
  • 86937b9dbafaa96c4ef7a40f5bcf47d50a1927de Adding in From impl for TypedArrays
  • e106ca3b615477f6d6220b3a9ed9e015ef2b0aaa Merge pull request #1626 from alexcrichton/more-standard
  • b9c27b93a56a4dbe012d4bd3cab11b5fd69b02b8 Update all non-mutable slices into Rust to use AllocCopy
  • eb550f5b4fcc1537b974aef77a49748c81f67237 Remove __wbindgen_global_argument_ptr intrinsic
  • e16dd1569795f87b500c2d97316dd9dfdd141999 Merge pull request #1624 from alexcrichton/less-stack
  • a021a967b27bc076097d8bd003662e957f3273c3 Remove the long-defunkt Stack trait
  • d9e53ac2f6fdc9b659e1b6a812f860c1cf408eab Switch to debug_assert_eq! in intrinic
  • b601c3fb2ee67d033bad66b92b92929221688119 Revert add example to what was originally intended
  • 1beb19b6984270e25a8ec2c3da88ca98e0e781b9 Merge pull request #1616 from najamelan/fix/travis
  • 597d66ab872fa1686a50dd24b66a7f6dba708170 Update git repo for wasm-webidl-bindings
  • e41bd688d0a56da3297d39873806cd186276374e remove warning about caching
  • e0ef329e17a5091e7f7ade80c78143796a24e98d Merge pull request #1594 from alexcrichton/webidl-for-realz
  • c664110d9ffac8c116b5c048ce48af1b6c6ebb43 Merge pull request #1618 from alexcrichton/update-webgl
  • 7f55067fa0d332ca762245ba502ddfb618e0d51a Merge pull request #1617 from alexcrichton/fix-gc
... (truncated)
Changelog

Sourced from wasm-bindgen-test's changelog.

0.2.48

Released 2019-07-11.

Added

  • All typed arrays now implement From for the corresponding Rust slice type,
    providing a safe way to create an instance which copies the data.
    #1620

  • Function::bind{2,3,4} are now available in js-sys.
    #1633

Changed

  • More WebGL methods have been updated to use shared slices instead of mutable
    slices.
    #1639

  • When using the bundler target the import of the wasm file now uses the
    .wasm extension to ensure a wasm file is loaded.
    #1646

  • The old internal Stack trait has been removed since it is no longer used.
    #1624

Fixed

  • The js_sys::global() accessor now attempts other strategies before falling
    back to a Function constructor which can violate some strict CSP settings.
    #1650

  • Dropping a JsFuture no longer logs a benign error to the console.
    #1649

  • Fixed an assertion which could happen in some modules when generating
    bindings.
    #1617


0.2.47

Released 2019-06-19.

Changed

  • The HtmlHyperlinkElement should now include more native methods after a
    small edit to the WebIDL.
    #1604
... (truncated)
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 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:

  • 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.

Updates the requirements on [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) to permit the latest version. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.48...0.2.48) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 15, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #275.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/wasm-bindgen-test-eq-0.2.49 branch October 28, 2019 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

1 participant