Skip to content

Bump assemblyscript from 0.19.8 to 0.19.12#290

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/assemblyscript-0.19.12
Closed

Bump assemblyscript from 0.19.8 to 0.19.12#290
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/assemblyscript-0.19.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 6, 2021

Copy link
Copy Markdown
Contributor

Bumps assemblyscript from 0.19.8 to 0.19.12.

Release notes

Sourced from assemblyscript's releases.

v0.19.12

New features

  • Add optional capacity parameter to loader's __newArray (#2024) (8eaa44a73e024f29f31d0c64c7131180e4722bd0)
  • Add __getFunction helper to loader (#2037) (b0549e07ba8a0d61a4c8089da4cab7a75c74a5eb)

Bug fixes

  • Make messages and labels optional in WASI console APIs (#2047) (8e75367c2c6825250a1a97b5c0bbf2790a09bfb7)
  • Annotate internal helpers in TS definitions (#2039) (71e407b85d7296e8360a415daff46e831562aaaa)
  • Properly handle nulls in runtime upcast checks (#2042) (df3d29c992e40e631213ccb0854163b55381e5d3)
  • Compile virtual dependencies before finalizing stubs (#2040) (115c820b383aad6eb7994d809d33d2ecbe49f114)

Other

  • Update binaryen (#2029) (b652b46fc143649a0f5a37c5324ba4ba36a45825)
  • Execute portable glue only once (#2049) (ee6144c6e227e85e1373e0bfd7e4ced789d985d6)
  • Cherry pick some loader string test cases (#2050) (587c41436832d3d88ded00537b4399c52759f854)
  • Manually update nightly version in CI (#2046) (454529dcc4597e7b5bdd338ff101e97d3e18b05b)
  • Add web template to asinit (#1996) (c5ba2095c139c7b0c7a37da54e02424fec79c8ee)
  • Optimize Array#reverse method (#2016) (fa42172d2afb3154bd7adfdbdbada65cfc9e4eda)
  • Slightly improve pass pipeline (#2028) (91b531c6a65723d7f06767e05db9e0f56be9cd0c)

v0.19.11

Bug fixes

  • Properly handle EnumValue in Flow#canOverflow (#2032) (ecf28b10b95b4155a2622076235642d3bb9cc666)

Other

  • ci: pin node vertion to 17.0.0-v8-canary202108069771f4a956 (#2027) (2e38a6e633b062b71a96caadb8bbeb7bea184e3a)

v0.19.10

Bug fixes

  • proper error for block scoped class expressions (#2012) (75890dc7d8c817cfe7686dfc359d127943484f89)
  • Expression passed to evaluateCondition asserted to be valid (#2013) (81c2bad9b9f152eb87dc24cb88de224a2bcd2aa5)
  • Add redeclare variable error message (#1987) (#2002) (935b865ad382c042c7912a7dbec7736edae40200)
  • Ast Builder: Fix export statment (#1998) (b7a3db8c533584f438695fd58565cc2effd7f898)

Performance

  • Add shortcuts for some non-tagged string templates (#2014) (551b312a9fa676fb77905f364590fbc24203ad66)

Other

  • Minor reafactoring for asc.js (#2010) (dd5111b3c65ade84ebaad1ae62331a990ba4e0ca)

v0.19.9

Bug fixes

... (truncated)

Commits
  • b652b46 Update binaryen (#2029)
  • ee6144c Execute portable glue only once (#2049)
  • 8e75367 fix: (wasi) fix some potential issues. Make messages and labels as optional i...
  • 587c414 Cherry pick some loader string test cases (#2050)
  • 8eaa44a feat: add ability to create arrays with capacity for __newArray (#2024)
  • b0549e0 feat: Add __getFunction method for loader (#2037)
  • 71e407b fix: Fix internal hints in definitions (#2039)
  • df3d29c fix: Handle nulls in runtime upcast checks (#2042)
  • 115c820 fix: Compile virtual dependencies before finalizing stubs (#2040)
  • 454529d [chore] Manually update nightly version in CI (#2046)
  • 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.19.8 to 0.19.12.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](AssemblyScript/assemblyscript@v0.19.8...v0.19.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 6, 2021
@dependabot @github

dependabot Bot commented on behalf of github Sep 13, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #293.

@dependabot dependabot Bot closed this Sep 13, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/assemblyscript-0.19.12 branch September 13, 2021 13:21
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