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.3 #118

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.3.

Release notes

Sourced from @assemblyscript/loader's releases.

v0.18.3

New features

  • Implement nontrapping-f2i proposal (#1651) (1188b8a49e7f5f67cd85a422fa52218604227a2b)

Bug fixes

  • Propagate mark after visiting pinned objects in minimal runtime (#1650) (b2042166185ba1b596102003bcefe09b45a5ebb5)
  • Fix emitting ASMJS (#1649) (99e77a7fd931b456440b7f9ea90c608835ce5f9d)

v0.18.2

New features

  • Implement Array/TypedArray/String#at (#1606) (0e851caea560f886457375c70c7f7c01f5aac068)

Bug fixes

  • Add std/portable to list of package exports (#1605) (2a35b824fa47fb52431dab75daa84fc3e984200f)
  • Switch to bool instead of boolean in DataView (#1647) (0e12d7aaa187f5d53fc9f93ab266ae9adb700d88)

Other

  • Optimize for powers of two in ipow32/64 (#1610) (ba28ea00f9cb6b6b545e21f51f52fe428f06ff93)

v0.18.1

Bug fixes

  • Bundle loader and rtrace with asc (#1641) (f38c838aa6090832275881a3acc8e3e71f17a0da)

Other

  • Add missing tests for Array#lastIndexOf (#1642) (027f9380945ba3c1e756f6a53004269b8cd059af)

v0.18.0

Breaking changes

  • Rewrite runtime, switch to tracing GC and bootstrap (#1559) (b85794456b74cd3dff4d39fcd4f9ca3b69b63bec) The exported runtime interface has changed, affecting how external objects are being kept alive. Please refer to the updated documentation on Garbage collection for all the details.

Other

  • Add valueOf method to generated class definitions (#1631) (ffdf4114160185b54ac527d9bd80a68723faf865)

v0.17.14

Bug fixes

  • Include the loader's Class.wrap in generated TS definitions (#1618) (f06b68fd33b91ccc3bb6bff3772725eee9159091)

v0.17.13

Bug fixes

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