Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

chore(deps): Bump @assemblyscript/loader from 0.21.3 to 0.27.2 #1183

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @assemblyscript/loader from 0.21.3 to 0.27.2.

Release notes

Sourced from @​assemblyscript/loader's releases.

v0.27.2

New features

  • Implement relaxed SIMD operations (#2681) (77d0af2b578c0619bce68594d80778f2f3ec0e33)

Bug fixes

  • Update Binaryen to 112.0.0-nightly.20230411 (#2683) (f7571a427e0acca2ce21e129bdb00fe21d957166) Emscripten lowered the default stack size of emitted modules to 64kb recently, easily producing stack overflows in the optimizer. This version of Binaryen increases stack size to the previous 5mb again.

Other

  • Fix a typo in program.ts comment (#2665) (076d8a9e4f8660745e4ec1bff4364e4c30343ed1)

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)

... (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 dependencies Pull requests that update a dependency file L - Awaiting reviews Lifecycle - Each PR must have at least 2 reviewers labels Apr 12, 2023
Bumps [@assemblyscript/loader](https://github.com/AssemblyScript/assemblyscript/tree/HEAD/lib/loader) from 0.21.3 to 0.27.2.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](https://github.com/AssemblyScript/assemblyscript/commits/v0.27.2/lib/loader)

---
updated-dependencies:
- dependency-name: "@assemblyscript/loader"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/feat/stardust/assemblyscript/loader-0.27.2 branch from fa4afcc to b090784 Compare April 14, 2023 16:30
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 26, 2023

Superseded by #1194.

@dependabot dependabot bot closed this Apr 26, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/feat/stardust/assemblyscript/loader-0.27.2 branch April 26, 2023 05:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file L - Awaiting reviews Lifecycle - Each PR must have at least 2 reviewers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants