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.8 #199

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps assemblyscript from 0.9.4 to 0.19.8.

Release notes

Sourced from assemblyscript's releases.

v0.19.8

New features

  • Add findLastIndex for Array and TypedArray (Stage 3) (#1981) (a0307d870ba610d57405d3746744e26bcec153f2)
  • add __newArrayBuffer() to the loader (#1965) (5df731825e44fc53076303df3316e00787eaf277)

Bug fixes

  • use type cast for comparing BinaryOp to -1 (#1964) (20a0635d648301c3652b4b03148ff8c1dcad6681)
  • Make warning 232 pedantic (#1986) (3a33a253b6bb59252df056fafc99f7084046b2c0)
  • check function's instance class is a subclass of virtual method (#1985) (1958554d1c82cd044ea27b50c59093823a88c50c)

Other

  • Update binaryen (#1989) (3efc838b0240185d2953aa33e224f876ecade093)
  • Renumber now-pedantic diagnostic from 232 to 907 (#2001) (7ec33a4bcf1494b12ba7735051f9b2a2e6269548)
  • reduce INSERTION_SORT_THRESHOLD constant to 48 (#1978) (886a4a6af908ef3eb5fc475c2b0fcafb67c75ba8)

v0.19.7

Bug fixes

  • new sorting algorithm (#1904) (6b774d453b885e045cea9858f065292468a1c4a6)

v0.19.6

New features

  • Statically eliminate logical expression branches (#1967) (bf24bb9067378c2e5c208e9828884aaf151fa10a)

Other

  • Annotate that the ERROR macro terminates execution (#1968) (f95ee44fb29e9019d30fd7c0f3d8543889047afc)
  • Update binaryen (#1952) (b95886d1605295f446c6aa6d15c6c76b32ec4735)

v0.19.5

Bug fixes

  • Fix constructor parameter initialization order (#1934) (f4091b8f3b6b029d30cd917cf84d97421faadeeb)
  • Fix assertion on invalid generic operator overloads (#1935) (a7f7226dabd0d33df440ae9057fa229b6174eb7a)
  • Allow inlining the original function into its varargs stub (#1936) (a5563f9fc0e5a65f87fddbafd31e872096e458bc)

Other

  • Emit a diagnostic when using the spread operator (#1926) (c441afd99f7b377f69ffb5f81dc8fe9cfd86bd22)
  • Use correct number aliases in TS type definitions (#1917) (5eebd2f15d2f9b27f9286f4d5d0fc52833198c28)

v0.19.4

Bug fixes

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

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