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.17.5 #94

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps assemblyscript from 0.9.4 to 0.17.5.

Release notes

Sourced from assemblyscript's releases.

v0.17.5

Bug fixes

  • Fix parseExp reading oob during parseFloat (#1567) (38f770582ee718437403545bf08f494e4d02ccae)

v0.17.4

Bug fixes

  • Fix wrong reallocations in String#replaceAll + refactoring (#1564) (1fcc374e985a1caca0736126a4e3ca6ca7776eac)

v0.17.3

New features

  • Support .wast extension in --textFile (#1545) (0544b8761213f157ad0c444bbc502e811e291c7d)

Bug fixes

  • Update Binaryen constants to reflect opcode renumbering (#1552) (00bc624a34b88debae4f059fde961500fac871ba)

Other

  • Add more detailed release config for asconfig template (#1532) (bdee86259c8552aa62b012f56259c9e6ab28ccbf)
  • Add definitions for RTrace hooks (#1558) (34dd7a0d94dfd3d0c28fe355f6071c61775bd66c)

v0.17.2

Bug fixes

  • Fix local confusion in builtin min/max/rotl/rotr (#1540) (d0a2c9e8ed4093237457481324be9aa5711d2e3f)

Other

  • Update Binaryen to 98.0.0-nightly.20201109 (#1531) (0204ff3576dc36b383bdf16989d92f97bfae843a)
  • Update Binaryen to 98.0.0-nightly.20201030 / update pass pipeline (#1526) (353807e835948d6a8e9045f691b404fded7630c8)

v0.17.1

Bug fixes

  • Add package exports fallback for the CLI, dist files, etc. (#1527) (019515eac75a5da344d9784d2ad9feeaec085292)

Other

  • Add link to examples (#1528) (c7ba137c971908b051cc0ff59c6ae896195bf7db)
  • Fix string casemapping test (#1525) (e9982a9fc16d9e743f85ca5f7751719590cc3d21)
  • Align comments of the new heap functions with docs (#1524) (35643031de3c4714836fe9f1a669ea8fd13dc0e2)
  • Slightly optimize Math.mod (#1521) (0fa51ab72cffc85830ad456d426475841c9600d9)
  • Update Binaryen to 98.0.0-nightly.20201027 (#1523) (76dc85d6bf81dfaf5a94a52de112e5e003381584)

v0.17.0

Breaking changes

Commits
  • 38f7705 fix: Fix parseExp reading oob during parseFloat (#1567)
  • 1fcc374 fix: Fix wrong reallocations in String#replaceAll + refactoring (#1564)
  • bdee862 Add more detailed release config for asconfig template (#1532)
  • 0544b87 feat: Support .wast extension in --textFile (#1545)
  • 34dd7a0 Add definitions for RTrace hooks (#1558)
  • 00bc624 fix: Update Binaryen constants to reflect opcode renumbering (#1552)
  • d0a2c9e fix: Fix local confusion in builtin min/max/rotl/rotr (#1540)
  • 0204ff3 Update Binaryen to 98.0.0-nightly.20201109 (#1531)
  • 353807e Update Binaryen to 98.0.0-nightly.20201030 / update pass pipeline (#1526)
  • c7ba137 Add link to examples (#1528)
  • Additional commits viewable in compare view


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 #97.