bodil / typed-html

Type checked JSX for Rust
Mozilla Public License 2.0
1.87k stars 62 forks source link

Update wasm-bindgen-test requirement from 0.2.38 to 0.3.9 #107

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

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

Changelog

Sourced from wasm-bindgen-test's changelog.

wasm-bindgen Change Log


0.2.59

Released 2020-03-03.

Added

  • The js_sys::Number type now has a number of JS-number associated constants on it now. #1965

  • The getTransform method on CanvasRenderingContext2D has been added. #1966

  • Initial experimental support was added for electron targets with a new --omit-imports flag. #1958

  • Optional struct fields are now reflected idiomatically in TypeScript. #1990

  • Typed arrays in js_sys now have get_index and set_index methods. #2001

  • The web_sys::Blob type has been updated with arrayBuffer and text methods. #2008

  • Support for unstable browser interfaces has now been added. By compiling web_sys with --cfg web_sys_unstable_apis (typically via RUSTFLAGS) you'll be able to access all bound WebIDL functions, even those like GPU support on the web, which has now also had its WebIDL updated. #1997

  • The compile time for web_sys has been massively reduced by pre-generating Rust code from WebIDL. It is also readable now since it generates #[wasm_bindgen] annotations instead of expanded code. #2012

  • A new typescript_type attribute can be used to specify the TypeScript type for an extern type. #2012

  • It is now possible to use string values with #[wasm_bindgen] enums. #2012

  • A new skip_tyepscript attribute is recognized to skip generating TypeScript bindings for a function or type.

... (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 will not automatically merge this PR because not all of the dependencies had an identifiable previous version.


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)
dependabot-preview[bot] commented 4 years ago

Looks like wasm-bindgen-test is up-to-date now, so this is no longer needed.