Skip to content

Bump assemblyscript from 0.17.12 to 0.25.2#374

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/assemblyscript-0.25.2
Closed

Bump assemblyscript from 0.17.12 to 0.25.2#374
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/assemblyscript-0.25.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 23, 2022

Copy link
Copy Markdown
Contributor

Bumps assemblyscript from 0.17.12 to 0.25.2.

Release notes

Sourced from assemblyscript's releases.

v0.25.2

New features

  • Add --uncheckedBehavior to customize the use of unchecked() (#2575) (7a35ff8def441a800be9e479c18487dd47791645)

Bug fixes

  • Fix lifetime confusion in shadow stack pass (#2596) (d3410f49e6738516864202ca6163540885c6b59a)

Other

  • Integrate Rtrace with ESM bindings (#2595) (0e0a3c13fa15279b69bdc634f0b61994c5017c5a)
  • Update GitHub actions badges (280a8ef2ecd1d2aa85ebfcf262068590e4d3e37c)

v0.25.1

Bug fixes

  • Use constructor signature for class decorators (#2587) (1d0451a0d76aa6ee46fb2dae4726fbcf258e5d45)
  • Do proper subtype tests in instanceof (#2588) (78b3260902b7e3998aef8441d7b3160e533d760c)

Other

  • Remove unchecked indexed set on normal arrays (#2586) (b3cffa3713558e8d4e371bf010d61ea75cb68eee)

v0.25.0

Breaking changes

  • Fix variable initialization checks / revise flow logic (#2578) (6717de0ddc7a0cad300912b87af3b47d3891c4f0) Initialization of global variables sometimes wasn't guaranteed before, allowing unsafe behavior if initialization indeed wasn't performed before access. To mitigate, variables from now on require either an initializer, a primitive type with a trivial default value (typically 0), a nullable type (if a reference, defaulting to null) or otherwise annotation with definitive assignment (i.e. let someObject!: ..., then inserting a runtime check upon access).

Other

  • Speed-up signature lookups, make signatures immutable (#2582) (378659a72aca49dbbd559cebf0071585aeec87fd)
  • Re-add Windows to CI (#2584) (658b5e8f0a2734c61eb6146e1f1e06412331dbce)

v0.24.1

Bug fixes

  • Bindings: Expect memory growth when lowering references (#2568) (8ae086d95f9dfecb83d58f7108fd63a10d9ecf8f)
  • Defuse assert in finishResolveClass (#2567) (cb982b1cac8df4b1df196db6954364e5942fff2c)

v0.24.0

Breaking changes

  • Implicitly inherit from Object (#2559) (688dcd23eaebaa8d82185b11ec5181c010726714) Constant class ids of String, ArrayBuffer etc. moved one value up, with Object now represented by ID=0.

v0.23.1

Bug fixes

... (truncated)

Commits
  • 7a35ff8 feat: Add --uncheckedBehavior to customize the use of unchecked() (#2575)
  • d3410f4 fix: Fix lifetime confusion in shadow stack pass (#2596)
  • 0e0a3c1 Integrate Rtrace with ESM bindings (#2595)
  • 280a8ef Update GitHub actions badges
  • 1d0451a fix: Use constructor signature for class decorators (#2587)
  • 78b3260 fix: Do proper subtype tests in instanceof (#2588)
  • b3cffa3 Remove unchecked indexed set on normal arrays (#2586)
  • 378659a Speed-up signature lookups, make signatures immutable (#2582)
  • 6717de0 Fix variable initialization checks / revise flow logic (#2578)
  • 658b5e8 Re-add Windows to CI (#2584)
  • 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.17.12 to 0.25.2.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](AssemblyScript/assemblyscript@v0.17.12...v0.25.2)

---
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 added the dependencies Pull requests that update a dependency file label Dec 23, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jan 9, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #376.

@dependabot dependabot Bot closed this Jan 9, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/assemblyscript-0.25.2 branch January 9, 2023 06:02
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