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.16 #341

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @assemblyscript/loader from 0.17.12 to 0.20.16.

Release notes

Sourced from @​assemblyscript/loader's releases.

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)

v0.20.14

New features

  • Add isVector builtin (#2369) (2a554490fdbd3eb9b28831ac1e4a5cec582d19ac)
  • Add override keyword (#2366) (9cbb728f9a233694809cbe065f3455bd486c0fbe)
  • Add overflow detection during parsing integer literals (#2365) (1d05e8df00c9aded4a32706cd32fcf36ccd7ddbf)
  • Add more document methods for bindings/dom.ts (#2336) (96599c65fd61033eff8df8eb838d37b1499844f8)
  • Add --disableWarning option to disable compilation warning (#2341) (4b73edb357813340f07730101ac9a8ba1cb0ede9)

Bug fixes

  • Fix compiler crash when certain operators used on types #3 (#2309) (7e1ff304ecc1766a74b239ea2299ff926a322bab)
  • Fix non-nullable assertion for externref-s (#2337) (9d8d4fad8d3a9b389be7eda57423b40eb9d23ad6)
  • Fix resolve typeof type (#2342) (ffbcbb2cb85e95a7db221fe88db215a031a34e81)
  • Fix incorrect error message for declaration (#2373) (1b027762dfff6bf19492c55ca6bfb1ab7601523e)
  • Fix type of slice in definitions (#2371) (42831a82bb0da9890f21e1d6c27fc78977b2fbd3)
  • Add memory & table for esm binding's exports (#2344) (2d18059b4aebcc4f0d9ce3ad152fdf9108e83aef)
  • Add coercion for unsigned 64-bit types for bindings (#2350) (fa4a6ef3c648ef1b0909cbc9f8413e8f8bce4c5b)

Other

  • Add fast-path for StaticArray lowering if values is TypedArray in bindings (#2370) (c74ef5e74c14298761b7c2433f5fe05ff76ccce7)
  • Introduce faster and memory optimal BitSet as replacement of Set<i32> (#2361) (17e46472ac4e882d171fdb6add876f054f47eaa3)
  • Add engine requirements for package.json (#2378) (75dbcfd2d4466e9f16c4b26c6c3905af5b2a97c0)
  • Add workaround for Math.pow constant folding (only for JS builds) (#2346) (ec0b0c891dffba152c11900bb95339b6d45dcc78)
  • Fallback to _start value for --exportStart if argument was skipped (#2343) (2ccea6b53d5bbe8e8cffba296170395d9ef00484)
  • Use unchecked array access for Map#values/keys and Set#values methods (#2339) (1465322bf2cb1759650391dec696b5adb7dfbcee)

v0.20.13

Bug fixes

  • Disallow type recursion during type declaration (#2331) (1f641be653c9a06dba18927715a067d3c865598c)
  • use correct ctx infer generic types (#2323) (7d935099ea70e398a5216699493e558aa76ccbf7)
  • Fix unreachable in block statement (#2325) (4ac283a5a2d6cbfae70be6cca7d399d949c9a882)

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