Skip to content

Bump assemblyscript from 0.15.0 to 0.17.1#89

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

Bump assemblyscript from 0.15.0 to 0.17.1#89
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/assemblyscript-0.17.1

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps assemblyscript from 0.15.0 to 0.17.1.

Release notes

Sourced from assemblyscript's releases.

v0.17.1

Bug fixes

  • Add package exports fallback for the CLI, dist files, etc. (#1527) (019515eac75a5da344d9784d2ad9feeaec085292)

Other

  • Add link to examples (#1528) (c7ba137c971908b051cc0ff59c6ae896195bf7db)
  • Fix string casemapping test (#1525) (e9982a9fc16d9e743f85ca5f7751719590cc3d21)
  • Align comments of the new heap functions with docs (#1524) (35643031de3c4714836fe9f1a669ea8fd13dc0e2)
  • Slightly optimize Math.mod (#1521) (0fa51ab72cffc85830ad456d426475841c9600d9)
  • Update Binaryen to 98.0.0-nightly.20201027 (#1523) (76dc85d6bf81dfaf5a94a52de112e5e003381584)

v0.17.0

Breaking changes

  • Make Rtrace ESM by default, with UMD fallback (#1515) (2e249e4fffb891aed3781f6575c949bb0ce57ddb) Rtrace is now an ES module by default as well.
  • Generalize runtime (#1503) (8c97612d50a6e5fc3a14d5753c7a577ee22e044d) The __alloc family of built-ins has been split, now being named __new. __renew, __newString, __newArray etc. when dealing with managed objects. Furthermore, internal memory layouts of managed objects have changed. As a result, the new heap.alloc/realloc/free APIs now allow working with unmanaged heap memory more naturally and do not imply a managed object header anymore, more closely resembling malloc/realloc/free in C.
  • Make loader ESM by default, with UMD fallback (#1513) (ff80a4e51854f8133494cccafee1fc7a4a0e64df) The loader is now an ES module by default so it works out of the box on the web. Users of older node.js versions may have to switch to require("@assemblyscript/loader/umd").
  • Wrap RHS of SMI shifts to maximum size of type in bits (#1511) (9b57abd00f686d5714a24eb4b8bdef99f2029a37) When shifting a small integer value of type i8/u8 or i16/u16, only the 3 respectively 4 least significant bits of the RHS value affect the result, analogous to the result of an i32.shl only being affected by the 5 least significant bits of the RHS value. Example: someI8 << 8 previously produced the value 0, but now produces someI8 due to masking the RHS as 8 & 7 = 0 (3 bits).

Bug fixes

  • Use explicit cast in Usize/Isize#toString (#1517) (bee3b7381e76732b2b15741fb31f1035602354c2)
  • Fix publishing / update dependencies (#1516) (32d10b4ecba67829ccad818091449c51abe6b70e)
  • Keep recompiling when unifying local flags in loops (a0a9da745f36405005f418022b82abb8b976d7a4)

Other

  • Switch release process to aspublish (#1519) (cf20c6cf797fe4ea3797bd576923d9c70a55ed0c)
  • Update to Binaryen 98.0.0-nightly.20201025 (#1520) (ec730cf3bd725dcfc17be8e3e95b03b74bed0076)
  • Update Binaryen (#1514) (6ed4f7437ccb80e4b95ed8b1e226c6f5613ed9d5)
  • Update binaryen to latest (#1506) (93703aa540b159d04c5639a43c0af25376624609)

v0.16.1

0.16.1 (2020-10-17)

Bug Fixes

  • Fix conflicting imports type definition in loader (#1508) (dad5add)

v0.16.0

0.16.0 (2020-10-16)

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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [assemblyscript](https://github.com/AssemblyScript/assemblyscript) from 0.15.0 to 0.17.1.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](AssemblyScript/assemblyscript@v0.15.0...v0.17.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 29, 2020
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #90.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/assemblyscript-0.17.1 branch November 10, 2020 13:18
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