Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump assemblyscript from 0.27.22 to 0.27.27 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps assemblyscript from 0.27.22 to 0.27.27.

Release notes

Sourced from assemblyscript's releases.

v0.27.27

Bug fixes

  • for statement increment will be processed in correct context (#2839) (64cba2e22bc415994274dd14eeae50a5a9369d70)

Other

  • chore: remove comment in PR title check pipeline (#2837) (721236d892b65ef2e9b296ca513e179775bfb204)
  • chore: add action to check PR title prefix (#2836) (9e23c8cdbd62c17d92dffae6786fb6c3590102e7)

v0.27.26

Bug fixes

  • ignore this (#2834) (b640ff25e40edc98f599f2493ae4a0d40e69cb8e) This is a dummy commit to create a new release.

Other

  • Compile incrementors in for loops within the initializer's flow (#2826) (9102c050b7be1fb482f85ea0c1427cfc63bc5e39) It turns out that incrementors were compiled with the body's flow, which meant that the incrementor had access to local variables declared in the body. Now, incrementors no longer have access to such variables.

    Fixes #2825.

  • Binaryen on transform (#2832) (9605c037bbf47a81b55120d6bb36fa3f85d56859)

    • Expose binaryen instance on transform

    • Fix invalid import in generated output

v0.27.25

Bug fixes

  • select correct override function (#2822) (de174c5f2863ea7947ba4496be4f9028c99d3367)

v0.27.24

Bug fixes

  • asinit support --noColors opinion (#2817) (4655745c011a80a1e419953d27d0738ad0bbbb57)

v0.27.23

Bug fixes

  • clear garbage bits before cast short integer to float (#2813) (67579debd580cdba3774425269515de5b402d9f3) Co-authored-by: CountBleck [email protected]

Other

  • Update Binaryen (#2811) (dc547a8fdc13575e8541fb61363c9a2cd19be2dc) This version of binaryen.js has the requisite 4 GiB max memory change. Fixes #2810.
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.27.22 to 0.27.27.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](AssemblyScript/assemblyscript@v0.27.22...v0.27.27)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 15, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants