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.20.7 #326

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @assemblyscript/loader from 0.17.12 to 0.20.7.

Release notes

Sourced from @​assemblyscript/loader's releases.

v0.20.7

Bug fixes

  • Update Binaryen + fix instantiation in bindings (#2302) (324d41c397a8cc2846e884a0efe25264bde53c3c)
  • Fix 'Number' type declaration (#2278) (e89cec29fd63eb43bed64af24163efd271c23554)

v0.20.6

New features

  • Add i32/i64/f32/f64.eq/ne builtins (#2258) (ac01b0a7e1c356101948e29d27e14415a9c10758)

Bug fixes

  • Fix process.exitCode description (#2271) (618460c9a3e28ec765b5ba3127f8b82bcbfdf811)
  • Fix bindings feature test on Node.js 18 (#2274) (a835094810ab4cb4e3ebca68590fb82951613f6a)

v0.20.5

Bug fixes

  • Add global type 'Number' to stdlib types (#2260) (21cb8bb0e9c11df5736e29d90780a3c0d2584622)

v0.20.4

New features

  • Support dynamic operands to SIMD constructors (#2143) (3d84f2d4abd7849c1dbec793a5beadb078e5133e)

Bug fixes

  • Fix parseInt result for some mixed integers (#2193) (a3dcd5de346e16f0b4274055d04409872591fc0e)
  • Fix function expression lifting in bindings (#2255) (f79b82e63e041105fac8584d4f5d128e2e36ae93)
  • Fix setUTCMonth check being off by one (#2239) (2b7ad4d906c335fd006d7026db719f402b2899f6)

Other

  • Use fixed size tables when possible (#2257) (d884ac8032b2bfa0caf26d4dc11d99c5a9543c13)
  • Add DataView dataStart definition (#2224) (f3d580b732dec0678cb5b851f463fed7928ee470)
  • Support Node.js v12.0.0 in loader (#2190) (33055b2dc0c10b9488eeafcdfbe027f3c034cc20)
  • Add generic add/sub/mul/div instructions to tests/builtins (#2245) (0e7d829ed0f59a65fcdcd9f0e157f9b42588f5d1)

v0.20.3

Bug fixes

  • Add unimplemented error for first-class built-ins (#2240) (9c0db25fb64eca0aec257184d54ad6674e1d48ac)

v0.20.2

Bug fixes

  • Fix invalid assumption when compiling binary overloads (#2237) (89035f576a5f33ab6026abe8e1d9f14f84797264)
  • Fix crash on reference typed constant (#2238) (6e7c8f41826b847e0bcac73066ca5b4244a14463)

... (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 2 years ago

Superseded by #327.