Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2023

Bumps @assemblyscript/loader from 0.17.12 to 0.26.5.

Release notes

Sourced from @​assemblyscript/loader's releases.

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)

v0.26.4

Bug fixes

  • Also support null | T in parser (#2507) (b08fe23bae904ac0c288e8b48214ad4d18497cda)

v0.26.3

New features

  • Provide an easily reusable Web SDK (#2615) (6a7aaefc93ef8b755658dfea003b4e6a45614bf4)

v0.26.2

Bug fixes

  • Maintain onNewLine state on subsequent lookahead (#2613) (fc522304102cc69145c3c52c38ac05cfb8959323)

Other

  • Update Binaryen (#2612) (9971708170f657b805abed16e8d6f04fae93c3dd)

v0.26.1

Bug fixes

  • Mitigate endless loop in (invalid) override discovery (d46bfeb0b5e85907aff5d84fe60dc818e76f3873)
  • Check ASI upon unusual trailing expressions (#2252) (282d924381acc961ab4c323be11b7b620cb7b184)

Other

  • [NFC] Simplify lookup tables with reinterprect casts (#2609) (c9297dbc3468e836e9e3f1f7dcf583f878ae2915)

v0.26.0

Breaking changes

  • Add LUB computation for class types (#2594) (4b3b390393746964145647654af90741b8011525) Binary and ternary expressions now compute and evaluate to the least upper bound of two not identical class type inputs in the absence of a better fitting contextual type. Technically a breaking change, yet likely without noticeable effects on existing code.

Bug fixes

  • Defuse assert in lookupPropertyAccessExpression after prior error (82812de86738d45aa6601f7aa6483e3bd78ddacf)

... (truncated)

Commits
  • 688dcd2 Implicitly inherit from Object (#2559)
  • a565d73 Remove no longer used half of RTTI (#2555)
  • 8bb4fae Remove local sharing logic (#2540)
  • 324d41c fix: Update Binaryen + fix instantiation in bindings (#2302)
  • 33055b2 Support Node.js v12.0.0 in loader (#2190)
  • a7c87e6 BREAKING CHANGE: ESM, JS bindings, triple equals and general cleanup (#2157)
  • 81d5898 fix: loader: Consider .byteLength of slices when obtaining typed arrays (#2162)
  • 587c414 Cherry pick some loader string test cases (#2050)
  • 8eaa44a feat: add ability to create arrays with capacity for __newArray (#2024)
  • b0549e0 feat: Add __getFunction method for loader (#2037)
  • 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/loader](https://github.com/AssemblyScript/assemblyscript/tree/HEAD/lib/loader) from 0.17.12 to 0.26.5.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](https://github.com/AssemblyScript/assemblyscript/commits/v0.26.5/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 added the dependencies Pull requests that update a dependency file label Jan 20, 2023
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.

1 participant