hugomrdias / rabin-wasm

Rabin fingerprinting implemented in WASM
28 stars 7 forks source link

chore(deps): bump @assemblyscript/loader from 0.9.4 to 0.18.11 #135

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @assemblyscript/loader from 0.9.4 to 0.18.11.

Release notes

Sourced from @assemblyscript/loader's releases.

v0.18.11

New features

  • Slightly optimize shadow stack pass (#1667) (d4e7b9db15c072cf1a9772d45919feaa50e9e17e)

v0.18.10

New features

  • Make use of initial memory when initializing incremental GC (#1692) (4ccda0b5c34e7a29bc111994088b99b8b4a418e9)

Other

  • Add missing tests for String#codePointAt, concat and fromCharCodes (#1686) (369c6fcf85c4855944340f2e6c97e69d7b1ecba1)

v0.18.9

Bug fixes

  • Ensure exported field getters and setters are compiled (#1683) (6fe4b288d31b9e08895e80e06c53c7cf426eda90)

v0.18.8

Bug fixes

  • Update Rtrace definitions (#1681) (bff4c458bef28012033b602523d79671fabda4ac)
  • Fix premature collect of backing buffers in loader's __newArray (92bc7dd7329d4780e30c4f0883bbd6fe1d57fa34)

v0.18.7

Bug fixes

  • Emit a diagnostic when 'super' is used in a non-derived class (#1678) (7f6c51c42482cfc54fa07e17b13415d97f35c09a)
  • Make sure that the ~argumentsLength global exists (#1676) (4400623f59f7ac6a372bc8c513c2b48e62cb9d75)

v0.18.6

New features

  • Implement xxHash32 and use it in stdlib (#1580) (6905299b74701450132280dd93ff03cca33e30b0)

v0.18.5

Bug fixes

  • Fix non-usize first-class function arguments to be usize (#1669) (0474456ab1b5cb5c949c0a3eb9b447ec260a3aff)

Other

  • Remove unused tslint comments / replace deprecated deepEqual (#1670) (7f4296d510c32a46e2811fa409d85cae5e74175a)
  • Add index signature to ArrayLike (#1668) (f95209b22a9dd175054cd5221279ade4d4c8e475)

v0.18.4

Bug fixes

  • Properly handle semantically anonymous functions (#1666) (368fda07d92cfb6c02210b7c53d503d0d2c86de6)

... (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 #137.