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.19.23 to 0.27.1 #16931

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2023

Bumps assemblyscript from 0.19.23 to 0.27.1.

Release notes

Sourced from assemblyscript's releases.

v0.27.1

Bug fixes

  • Move compilation of instanceof helpers post override discovery (#2661) (9497c3d51e8b10cf0b2f3fbfd1c4fffb4f26ac67)

Other

  • Update dependencies (#2643) (b7452165b88e6c76823818146d128a34630dc31d)
  • Add relaxed SIMD constants (#2639) (1e2de99e43f0d2f61e6699d9c23093a1b753a000)
  • Update Binaryen (#2637) (810b8e6161a6041af8f27f86a32c299c6d91116d)

v0.27.0

Breaking changes

  • Check global uses more strictly (#2632) (5cbbf844ecfda16c54b156734baccd9dfc2fe9f2) Use of global variables (in the Wasm sense) is now checked more strictly to prevent undesirable execution order. If the compiler detects that it is possible that a variable might not have been initialized when accessed, a diagnostic is produced. It cannot be ruled out that some amount of existing code will be affected, since such checks are performed at runtime in JS but are proven at compile time in AS. If encountered, the fix is to move the variable's declaration up, say before the first invocation of a function (that might call another function) accessing the variable, so it is guaranteed that it is initialized before its first use.

Bug fixes

  • Update this and return type in generated child class constructor (#2635) (941b0e1aed16c50dd80fc66112275f4f5c4b6089)

Other

  • Check that builtins are implemented (#2636) (e22a599ce68f376def12590331898d39f10f7611)
  • Modernize issue templates (5823c0e75e5d6a0ba7eea4acfc1d92d6aef6fe9d)

v0.26.7

Bug fixes

  • Detect recursive types early (#2634) (bcfb5e8d6489459fc7c98ee318a0dff2bb738a25)

v0.26.6

Bug fixes

  • Handle all possible element kinds when walking exports (#2631) (e06c7bc2d266a0ccc0534ae6925ba8c55b97369c)
  • Diagnose not yet implemented 'in' operator (#2629) (7ccadf068749f7e8d660fa8796093dd70d94d48f)

Other

  • Add parse methods to portable. Also fix couple type definitions (#2627) (45352637bcac8f5b2dc1cb3e43609af7f3782e47)

v0.26.5

Bug fixes

  • Correctly analyze ParenthesizedExpression and FunctionExpression in parser (#2605) (#2620) (c0a0fd09603de385f84d64b3cc46e9e340ba803f)

Other

  • Add reorder-globals pass to pass pipeline (#2625) (eb603485f87044551dbaf7c79c2285363f935edb)
  • Fix typos (#2621) (849a13c9c235befc934e57d342e1ce97b5e5d9da)

... (truncated)

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 dependabot bot added the dependencies Pull requests that update a dependency file label Apr 7, 2023
@webpack-bot
Copy link
Contributor

For maintainers only:

  • This needs to be documented (issue in webpack/webpack.js.org will be filed when merged)
  • This needs to be backported to webpack 4 (issue will be created when merged)

Bumps [assemblyscript](https://github.com/AssemblyScript/assemblyscript) from 0.19.23 to 0.27.1.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](AssemblyScript/assemblyscript@v0.19.23...v0.27.1)

---
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 force-pushed the dependabot/npm_and_yarn/assemblyscript-0.27.1 branch from d1c72c0 to 4718eb9 Compare April 11, 2023 18:16
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 12, 2023

Superseded by #16959.

@dependabot dependabot bot closed this Apr 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/assemblyscript-0.27.1 branch April 12, 2023 02:57
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 PR: unreviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant