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.18 #344

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @assemblyscript/loader from 0.17.12 to 0.20.18.

Release notes

Sourced from @​assemblyscript/loader's releases.

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

  • [NFC] Refactor fill methos of all arrays (#2406) (aec8eb36a86237e63d57c493fc77af7fcd9c69c4)
  • Refactor uniqueMap. Add mergeMaps (#2394) (2a20187274da8ff8c64fccb4eefa42db4b703b4b)
  • Optimize indent util (#2395) (7680aa1b5fffcf4f956778370d173359189ba470)
  • Refactor stringify methods of Date (#2398) (876f9ff935cc47ff932537362c3f22e2e4a395b4)
  • Refactor types.ts (#2396) (3e0462be496eaee8c79d605145130c4e7b9bcc1d)
  • Optimize util for calculation year, month, day in Date (#2397) (f9de611db3cad54e2e06b74f476beac8694d54d7)
  • Improve valueof definitions. Add some extra tests (#2390) (24a908dfe2df085fd13179e3948eeb7b0b9f7e74)
  • Update esbuild & typescript dependencies (#2389) (71b02d41479bb5b23bc690bcbdfde28c264410a9)

v0.20.16

Bug fixes

  • Add missing resolve of RegExp literals (#2263) (3a5b51d184bf4dfc3c1a5e1d57481a1b0ce1a71d)
  • Diagnose recursion when resolving expressions (#2264) (92ea1c4a4c7c9ee12ca28cb87fd6416acb1aab73)
  • Properly diagnose when class extends itself (#2266) (1e20054c43d03c0311f65a312f4fc188a488832e)
  • Skip export default in namespace (#2267) (7dc3de0bc9d31371a32a80fd3dd45861e14c50ec)

v0.20.15

Bug fixes

  • change function signature of v128.pmin and v128.pmax (#2379) (79d2e6a335faeaade97a3ca71922f9eaf017852b)
  • Improve diagnostic messages printed to console (#2381) (a584906ef3d5519f3393aed669ac751e3e75eb02)
  • Support lifting/lowering of functions as internrefs (#2382) (c54624415e42f8ff00eee7225378d9cfb76e931b)

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