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.19 #346

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @assemblyscript/loader from 0.17.12 to 0.20.19.

Release notes

Sourced from @​assemblyscript/loader's releases.

v0.20.19

New features

  • Add simd shuffle / swizzle aliases for i16x8, i32x4, i64x2, f32x4 and f64x2 (#2368) (e8ed2dddd0bc75f03ac52773965053b8bec3cb4c)
  • Make result of StaticArray#slice and StaticArray#concat as instance generics. Deprecate static methods (#2404) (847dbde6a6fef5478f077ec13610d7aeae15effc)

Bug fixes

  • assert throwing expected 2 arguments but got 1 (#2435) (cf676d3aab18282d53fde3801cb1c4fe88ce3c71)
  • Fix mixed up naming "upcast" "downcast" for runtime checks (#2423) (5faef3a973e2dcbf8083037c2a0d68e570fc5672)

Other

  • Add warnings if entry contains imported / exported function or global with v128 type (#2429) (256a6b0a8abcab310ca104846e68cc3be51df169)
  • Update binaryen (#2385) (bdfe5511694a2ecd7527d6415268b9f4b3e0c0ab)
  • Prevent uses binaryFile and propose use outFile (#2380) (c6b4e845697ccf4d6193b8db1dc757bfc156ef6d)
  • Move bswap to builtins. Remove bswap16 (#2417) (afa0e2de4bececc1463a72a353d31dc02bcd2d49)
  • Cover the functionalities of SIMD with more test cases (#2420) (90bd9e8cc8a87b39e88dfe61f7c51c9017fc41a2)
  • [NFC] Refactor using size operations (#2424) (cf750b70d307a997c8bfc914151efe7b4e3c9448)
  • Add v128 case for makeNegOne (#2425) (64ac6a85e0867eefa5032867a69523f1709eac70)
  • Refactor branch / select sign checks from rshift to cmp with zero (#2426) (e6123559d255f5836e8bf2865b2e48f8eddd97de)
  • Template literal optimization (#2432) (6cfd8b32b64bd55d6b3599d5623c8d41b45249b3)
  • Remove dead code of compiler.ts (#2428) (fd90fdaedd7ac382038c25cb4043b6019a9bda0c)

v0.20.18

New features

  • Automatically export runtime when necessary (#2383) (53af0e02113f0c4cd84947465a8c5064d3a82786)

Bug fixes

  • Fix endless recursion during dts generation (#2387) (19838839ec94cefcdd0b6c6578a6c4e2afde3a97)
  • Add missing unit test cases to v128 of simd (#2384) (6ca63c74b55fc7bfea704596c4c06e7d1fd0b99a)

Other

  • Generalize TypedArray#set (#2388) (7db10061caa2bc50117334ae6ec8525544b21653)
  • Refactor unary and binary methods in Module (#2411) (270d00d826a0989acdfa2d830d210faad7dd75bd)
  • Revert #1353: revert runtime type check to compile time check for Array#flat (#2416) (99753013e3449b4c53ebcd25d79af5310b28172e)
  • [cli] Update --exportRuntime option description (#2415) (84a06c8432d96c53afb437232d18a7a98d780208)
  • [bindings] Add size types for fast path lowering in StaticArray (#2414) (1fdf83fc9eee75ec2b8ff37ba8f7f6f642d28690)

v0.20.17

Bug fixes

  • Remove dead code for compiler.ts (#2403) (ac82d9b0b89ef811c056c3188a94dc699259ce2a)

Other

... (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 #348.