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.21 #153

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps assemblyscript from 0.9.4 to 0.18.21.

Release notes

Sourced from assemblyscript's releases.

v0.18.21

New features

  • Add optimize shorthands for -Ospeed and -Osize (#1781) (d812482b7b5bc4d6f4b90a6f8bc176f86ec7880d)

Bug fixes

  • Also traverse star exports when walking queued exports (#1780) (057ce465f0c1b8c5346d4b28df8e47089f9db9c9)

v0.18.20

New features

  • Expose version as global constants (#1765) (ede042d83c680c10dcfe44463bebf947f52edd7c)
  • Fall back to default type when inferring generic calls (#1759) (af53c48ec699cb18887588957608bcc60ce81535)

Bug fixes

  • Fix asc-constants test failing during publish (#1775) (cf2d3921407917cb00d41a12ff260fe7465a3b97)

Other

  • Add definitions for ASC_VERSION_* (#1773) (aec42cc8e7f4058f944d4ff46148cb03f33a75df)

v0.18.19

New features

  • Add a crash handler to asc (#1764) (639d5e058c19c3251401a17e88bb0bf9a9929fc4)

Bug fixes

  • Handle blocks larger than MAXSIZE in TLSF (#1763) (de2845bfe9e2ebb064b2395a07f1e556c63c82d4)

v0.18.18

Bug fixes

  • Fix type confusion when resolving nested generics (#1762) (07b9fb69705b3151a6c81c19b3b22dc5c3d4d5a9)
  • Fix invalid assertion when compiling a property errored earlier (#1760) (cd6f9f43e0c1b3fd9bc09773d52d335201dac393)

v0.18.17

New features

  • Initial support for template literals (#1715) (1789577d9a572429566deb5e29e42321a82f49e5)

Bug fixes

  • Backport math fixes from musl libc (#1749) (3005c64e10bd3d682b5b93516d941b5817668cf1)

v0.18.16

Bug fixes

... (truncated)

Commits
  • 057ce46 fix: Also traverse star exports when walking queued exports (#1780)
  • d812482 feat: Add optimize shorthands for -Ospeed and -Osize (#1781)
  • cf2d392 fix: Fix asc-constants test failing during publish (#1775)
  • aec42cc Add definitions for ASC_VERSION_* (#1773)
  • ede042d feat: Expose version as global constants (#1765)
  • af53c48 feat: Fall back to default type when inferring generic calls (#1759)
  • 639d5e0 feat: Add a crash handler to asc (#1764)
  • de2845b fix: Handle blocks larger than MAXSIZE in TLSF (#1763)
  • 07b9fb6 fix: Fix type confusion when resolving nested generics (#1762)
  • cd6f9f4 fix: Fix invalid assertion when compiling a property errored earlier (#1760)
  • 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 #155.