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.17.14 #115

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps @assemblyscript/loader from 0.9.4 to 0.17.14.

Release notes

Sourced from @assemblyscript/loader's releases.

v0.17.14

Bug fixes

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

v0.17.13

Bug fixes

  • Make sure the main start function is assembled last (#1607) (caa58015062dbccba7de9133c3d09138eec93e85)

v0.17.12

Bug fixes

  • Fix assertion on exported interfaces (#1600) (485cfee144f8a682ec41e3952b7e0dc5d91d6952)

v0.17.11

Bug fixes

  • Fix OOB array access in runPasses (#1592) (f31451246a55732681f9988ca79eddb438ad3578)

Other

  • Backport minor changes made in #1559 (#1591) (bef5bea8ac665ce64200e12ba81b9e2c69ba64cb)

v0.17.10

Bug fixes

  • Unify ctor generation with and without base ctor (#1590) (4b204dbd5e65766791015e6e2df03faebebfc45b)
  • Fix binary util discarding bits when compiling to Wasm (#1589) (a4f0c3be99f02c641196053a98555f6b4d9c7805)

v0.17.9

Bug fixes

  • Backport static memory fixes made in #1559 (#1586) (c54dd6497d2b28811877c83e98182e9e4a35ec53)

v0.17.8

Bug fixes

  • Fix relational string comparisons when sizes differ (#1583) (17f908f7005513b46c677147dedbc6598db8b912)

Other

  • Cache more field accesses in std Map and Set (#1578) (d7ad4821a974d2491a0115cb35c85c649b34e7f0)
  • Update dependencies (#1575) (028e998a2381198d502e9c0fd8745df839407650)
  • Export block and object layout constants from Rtrace (#1572) (478229299d9501ecb9b36146855d017c317d27dc)

v0.17.7

Bug fixes

  • Fix invalid and remove unnecessary string encoding arguments in asc (#1570) (879e10f9009d6fcd8c643a3608da1f0c62e63004)

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