Benjamin-Lee / DNAvisualization.org

🧬📈 Turn DNA sequences into interactive visualizations
https://dnavisualization.org
Apache License 2.0
12 stars 4 forks source link

Bump assemblyscript from 0.17.12 to 0.26.1 #376

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps assemblyscript from 0.17.12 to 0.26.1.

Release notes

Sourced from assemblyscript's releases.

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)
  • Support trailing comma in function type parameters (#2608) (1ff71e51111a20f8f22b8fa2dd2aa078825a8d2c)

Other

  • Use DataView in bindings generation (#2599) (a1434b2c479add77315300fafd8cc20b195903f7)

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

... (truncated)

Commits
  • d46bfeb fix: Mitigate endless loop in (invalid) override discovery
  • c9297db [NFC] Simplify lookup tables with reinterprect casts (#2609)
  • 282d924 fix: Check ASI upon unusual trailing expressions (#2252)
  • 82812de fix: Defuse assert in lookupPropertyAccessExpression after prior error
  • 1ff71e5 fix: Support trailing comma in function type parameters (#2608)
  • 4b3b390 Add LUB computation for class types (#2594)
  • a1434b2 Use DataView in bindings generation (#2599)
  • 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)
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #378.