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.18.4 #121

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps assemblyscript from 0.9.4 to 0.18.4.

Release notes

Sourced from assemblyscript's releases.

v0.18.4

Bug fixes

  • Properly handle semantically anonymous functions (#1666) (368fda07d92cfb6c02210b7c53d503d0d2c86de6)
  • Support optional parameters in d.ts generation (#1665) (b24925c39c5de186617df96e9bbedbcdb2f552f9)
  • Reject identifier or keyword immediately following a numeric literal (#1662) (7a46aa91b78ee2b6c58a262a34b551cb07048719)
  • Emit a diagnostic when an expression refers to a static element (#1661) (4dc6567f42077acaa232308631fca00a2efa2491)
  • Substitute type arguments in 'new' only if prototypes match (#1660) (598199555c93d936fba74a429f05b43c9d102849)
  • Fill correct view region in crypto.getRandomValues (#1659) (cc37cc4df91e81333e822d7210e5142f3e6d74bc)

Other

  • Add missing tetsts for Array#slice (#1655) (eb3616606f89053f1c8b0fe45aec9b1fd7b61ed8)

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

... (truncated)

Commits
  • 368fda0 fix: Properly handle semantically anonymous functions (#1666)
  • b24925c fix: Support optional parameters in d.ts generation (#1665)
  • eb36166 Add missing tetsts for Array#slice (#1655)
  • 7a46aa9 fix: Reject identifier or keyword immediately following a numeric literal (#1...
  • 4dc6567 fix: Emit a diagnostic when an expression refers to a static element (#1661)
  • 5981995 fix: Substitute type arguments in 'new' only if prototypes match (#1660)
  • cc37cc4 fix: Fill correct view region in crypto.getRandomValues (#1659)
  • 1188b8a feat: Implement nontrapping-f2i proposal (#1651)
  • b204216 fix: Propagate mark after visiting pinned objects in minimal runtime (#1650)
  • 99e77a7 fix: Fix emitting ASMJS (#1649)
  • 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 #122.