Skip to content

Bump assemblyscript from 0.17.12 to 0.20.4#321

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/assemblyscript-0.20.4
Closed

Bump assemblyscript from 0.17.12 to 0.20.4#321
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/assemblyscript-0.20.4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2022

Bumps assemblyscript from 0.17.12 to 0.20.4.

Release notes

Sourced from assemblyscript's releases.

v0.20.4

New features

  • Support dynamic operands to SIMD constructors (#2143) (3d84f2d4abd7849c1dbec793a5beadb078e5133e)

Bug fixes

  • Fix parseInt result for some mixed integers (#2193) (a3dcd5de346e16f0b4274055d04409872591fc0e)
  • Fix function expression lifting in bindings (#2255) (f79b82e63e041105fac8584d4f5d128e2e36ae93)
  • Fix setUTCMonth check being off by one (#2239) (2b7ad4d906c335fd006d7026db719f402b2899f6)

Other

  • Use fixed size tables when possible (#2257) (d884ac8032b2bfa0caf26d4dc11d99c5a9543c13)
  • Add DataView dataStart definition (#2224) (f3d580b732dec0678cb5b851f463fed7928ee470)
  • Support Node.js v12.0.0 in loader (#2190) (33055b2dc0c10b9488eeafcdfbe027f3c034cc20)
  • Add generic add/sub/mul/div instructions to tests/builtins (#2245) (0e7d829ed0f59a65fcdcd9f0e157f9b42588f5d1)

v0.20.3

Bug fixes

  • Add unimplemented error for first-class built-ins (#2240) (9c0db25fb64eca0aec257184d54ad6674e1d48ac)

v0.20.2

Bug fixes

  • Fix invalid assumption when compiling binary overloads (#2237) (89035f576a5f33ab6026abe8e1d9f14f84797264)
  • Fix crash on reference typed constant (#2238) (6e7c8f41826b847e0bcac73066ca5b4244a14463)

v0.20.1

Bug fixes

  • Defuse assert when flattening after diagnosed error (#2233) (1c806f57bda153e8d6e149118f8d309ea3292b62)
  • Mitigate crash on arrays of void or v128 (#2232) (b571122c396f3bb570d97aa3acd546e2e3b04792)
  • Emit a diagnostic when a --use element cannot be found (#2231) (8047b024488b74deeea5dded7efdf4b24108474d)

v0.20.0

ECMAScript modules

Fixes #1306. Migrating our dependencies to ESM made it possible to migrate the compiler and frontend as well, alongside internal utility and scripts. This is a breaking change for consumers of the compiler API (i.e. transforms), but not for command line usage. Viable strategies to account for the changes are:

  1. Migrate any code utilizing compiler APIs to ESM as well:

    import assemblyscript from "assemblyscript";
    ...
  2. Utilize a dynamic import while consuming code remains in its current module format:

... (truncated)

Commits
  • d884ac8 Use fixed size tables when possible (#2257)
  • 3d84f2d feat: Support dynamic operands to SIMD constructors (#2143)
  • f3d580b Add DataView dataStart definition (#2224)
  • a3dcd5d fix: Fix parseInt result for some mixed integers (#2193)
  • f79b82e fix: Fix function expression lifting in bindings (#2255)
  • 33055b2 Support Node.js v12.0.0 in loader (#2190)
  • 0e7d829 Add generic add/sub/mul/div instructions to tests/builtins (#2245)
  • 2b7ad4d fix: Fix setUTCMonth check being off by one (#2239)
  • 9c0db25 fix: Add unimplemented error for first-class built-ins (#2240)
  • 89035f5 fix: Fix invalid assumption when compiling binary overloads (#2237)
  • 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)

Bumps [assemblyscript](https://github.com/AssemblyScript/assemblyscript) from 0.17.12 to 0.20.4.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](AssemblyScript/assemblyscript@v0.17.12...v0.20.4)

---
updated-dependencies:
- dependency-name: assemblyscript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 25, 2022

Superseded by #323.

@dependabot dependabot bot closed this Apr 25, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/assemblyscript-0.20.4 branch April 25, 2022 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants