privacy-scaling-explorations / maci

Minimal Anti-Collusion Infrastructure (MACI)
https://maci.pse.dev/
Other
492 stars 124 forks source link

chore(deps-dev): bump assemblyscript from 0.19.23 to 0.27.28 #1605

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 6 days ago

Bumps assemblyscript from 0.19.23 to 0.27.28.

Release notes

Sourced from assemblyscript's releases.

v0.27.28

Bug fixes

  • detect execution environment when loading wasm module (#2855) (78963c5311b1ba9506d9a81e6faf30bb35b90a5c)

Other

  • chore: temporary disable std/math.release.wat check in aarch64 osx (#2856) (be4961084a02e7a8dc5be90f1ba2340a4fc7bec7)

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

... (truncated)

Commits
  • 78963c5 fix: detect execution environment when loading wasm module (#2855)
  • be49610 chore: temporary disable std/math.release.wat check in aarch64 osx (#2856)
  • 64cba2e fix: for statement increment will be processed in correct context (#2839)
  • 721236d chore: remove comment in PR title check pipeline (#2837)
  • 9e23c8c chore: add action to check PR title prefix (#2836)
  • b640ff2 fix: ignore this (#2834)
  • 9102c05 Compile incrementors in for loops within the initializer's flow (#2826)
  • 9605c03 Binaryen on transform (#2832)
  • de174c5 fix: select correct override function (#2822)
  • 4655745 fix: asinit support --noColors opinion (#2817)
  • 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 show 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)
vercel[bot] commented 6 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
maci-website ✅ Ready (Inspect) Visit Preview Jun 24, 2024 7:14pm
dependabot[bot] commented 6 days ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.