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/loader from 0.17.12 to 0.21.3 #351

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps @assemblyscript/loader from 0.17.12 to 0.21.3.

Release notes

Sourced from @​assemblyscript/loader's releases.

v0.21.3

New features

  • Add warning about NaN invariant and -0.0 for direct comparisons (#2475) (6c79e39cea8b755dafd98e8a080f83b080782b8a)

Bug fixes

  • Update Binaryen and fix #2482 (#2477) (8ae597d5ea95a64556f5c6aadd74fce009299410)
  • Disallow expressions with void type & references for some operations (#2474) (28bfe64e006127c02c680438ee39bc320d57c78b)
  • Properly handle -0 literal for floating point context (#2478) (f52f612be0e1981f6c2952b7f63bf98bbd351cb7)
  • Proper parseFloat for signed zeros inputs (#2483) (12838ace3b9d9b23193124544f6163fc7e75ff16)

Other

  • Enhance FunctionExpression type inference (#2458) (e06557c7613b07bce87b387d11cc03f6f394b385)
  • Add stringref expression ids (#2487) (b1766498e3cb767cb7e06231f08ac734038e9605)
  • Simplify floating points comparison for Object.is (#2476) (525b2e1f914a9c7d643e952374412282f97dad43)
  • Add optimized path of Math.round for preferred size mode (#2479) (819d8a3f67ecf4f83252fa5ecc6411e2a1aebf0a)

v0.21.2

New features

  • Introduce new parse methods for builtin value types. Deprecate XX.parseInt/parseFloat (#2465) (12b3f35edc6cb213cbb30394efa4df66fc00b81e)

Bug fixes

  • Element access operator should derive index type properly from overloaded signature (#2468) (141e35065969cf5812e2b5cfb06c47ce91fc4a8e)
  • Fix number of lines for f32x4.shuffle definition (#2459) (61317b4339c5ec2b70e65a1c447938a298013487)

Other

  • Update binaryen (#2461) (665b9375cdd2acaeba1bb94ce1a9308321d502e9)
  • Minor refactorings for numeric parsing in tokenizer (#2472) (3bfdf55822550c08d051749a8c8f29e7b0b9f30b)
  • Refactor RefIsOp and RefAsOp enums (#2470) (8c301ce20acce56b94575145ee31dbe7933c0cb7)
  • Add various Binaryen constant for new instructions (#2469) (c8336013b738f595c9ff357b648efa7fb3f53efc)

v0.21.1

Bug fixes

  • handle void to void during convertExpression (#2412) (707fc7a723660b0be2337a4c02f789621573d997)
  • Fix resolveNamedType cannot resolve type parameter in contextual element (#2448) (b044b7167ae4c1bfc60e74ad5cb5e34294d4cbf2)

Other

  • [NFC] Minor refactorings for resolver (#2457) (3ac6efd7b563effdf11ef2fdc852952d3ddcded8)

v0.21.0

Breaking changes

... (truncated)

Commits
  • 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)
  • 5df7318 feat: add __newArrayBuffer() to the loader (#1965)
  • 3564848 Add string conversion error modes (#1902)
  • 7e20ad2 Fix: Use F_NOEXPORTRUNTIME if __rtti_base is missing (#1808)
  • 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 #354.