hugomrdias / rabin-wasm

Rabin fingerprinting implemented in WASM
28 stars 7 forks source link

chore(deps-dev): bump assemblyscript from 0.9.4 to 0.19.4 #190

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps assemblyscript from 0.9.4 to 0.19.4.

Release notes

Sourced from assemblyscript's releases.

v0.19.4

Bug fixes

  • use shrinkLevel with 0 instead 1 (#1919) (1bbde87be163dcc3d55a0facb10271788ce8a1a9)
  • Fix invalid codegen on small to long int cast (#1921) (495814f01c9e3d912ba8034ebacbfe94d43d075d)

v0.19.3

Bug fixes

  • Make a patch release for #1894 (#1908) (ad009d3a04158abbde7f67791590cc76838611df)

Other

  • Add string conversion error modes (#1902) (3564848ccab9a330dcd2f15db77bcdb22a477c55)
  • Include env/RT in generated definitions (#1901) (3a76daf008c7a102e5ac5c42babbef530635654f)
  • Fixed stdlib builtins not working with typedoc (#1894) (7ada77c3e603fcf7bfba1aa7228423aca9747497)

v0.19.2

New features

  • Add nonnull/NonNullable builtin type (#1875) (42883cbc15befe07e8cfa57cdd58d0ae46a13933)

Other

  • update binaryen to 101.0.0-nightly.20210604 (#1885) (ee5016cc40c63b3d698468f8c239ae44f2d12a72)
  • Refactor and clean up Binaryen bindings (#1889) (bee6a9fb175dc011f859303cb21e6237f6950b73)
  • Sync README with docs (f3546784ed7dcf2480a7793df4e8d8503af35fb8)

v0.19.1

Bug fixes

  • Fix negative inputs of Math.acosh (#1876) (861126150663568d1afdac8b08fac52adef1b523)
  • Support floats in SIMD load/store lane/zero (#1879) (39a99f04e127f250d3cb89d889601fcb29ecc536)

Other

  • Add stale action (#1880) (8a280c4a0ddfb0de6de65fc86c1b04a6a7425f78)
  • Remove stalebot, is not working anyhow (f5f72e290ccd01d072e8a698ec68145c4aa10714)
  • Fix CI after changing default branch (45e0eb1a3fd071257dc57ef882df587b3ef5d247)
  • Fix function-expression test (238aa6570177e841d236360794da31b9a5edde02)
  • Update default branch to main (9edfa28c358f57db3d6ff5ecf37d5e7abe2c31e6)

v0.19.0

Breaking changes

  • Enable sign extension ops by default (#1869) (f67e61a6b2185ec8d8973b93d2ab7fa98f7450f8) With all major browsers now shipping them, sign extension operations are now enabled by default. To disable: --disable sign-extension.
  • Flatten generated TypeScript definitions (#1872) (6540a2d37703073a39aec6dbc711dbe77664edb4) Generated TypeScript definitions for WebAssembly modules are now flat, that is do not export default ASModule anymore, but the module members directly, with the ASModule namespace removed.
  • Revise default optimization level (#1776) (e3d563107a69e2cfbeef2cb3500b2887eb50d249)

... (truncated)

Commits


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.


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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #193.