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 from 0.17.12 to 0.21.2 #349

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps assemblyscript from 0.17.12 to 0.21.2.

Release notes

Sourced from assemblyscript's releases.

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

  • Remove support for WASI (#2439) (9f21bf33e22f90316cebb2d8f3b99413ce46bcb8)

New features

  • Store local names in debug mode (#2437) (6968448b09c18ff5436ec21c76c2a18f2bded7bd)

Bug fixes

  • Remove the parameter number limit for functionType infer (#2434) (a20c005137488aa186a350a41bfff27e9e642ef7)
  • Disallow "any to v128" or "v128 to any" conversions (#2442) (b0ca3885b144f8b3cf54589aceb08312fbdca9c7)
  • Infer return type in implicit return arrow function (#2433) (f7beaac247ff10df64e879a4791197273aad73d9)
  • Properly check undefined exportStart option (#2453) (7406fa11fa27f19034cc76e241a8c506032ebb9f)
  • Add missing type for i64_signbit input argument (#2454) (beda866c29b0a7cd28bd0de6f770a26421067e89)

Other

  • Add optimized for size float to bool conversion path (#2445) (11094c50524bbd0e15f0c3da477b3e9d16e0abc5)
  • Add debugInfo for compiler's Options (#2450) (114fd031f620164365724ab7fedad5321540d771)
  • Disable "preserveConstEnums" in tsconfig (#2440) (0e10552c9f22cb7887a968915e1cf702e6db7d52)
  • Reorganize & refactor diagnostic's utils. Add more const enums (#2438) (a81896e96a0dccbd696eeffb4c75456ca8cb6228)

... (truncated)

Commits
  • 141e350 fix: Element access operator should derive index type properly from overloade...
  • 665b937 Update binaryen (#2461)
  • 3bfdf55 Minor refactorings for numeric parsing in tokenizer (#2472)
  • 12b3f35 feat: Introduce new parse methods for builtin value types. Deprecate XX.parse...
  • 61317b4 fix: Fix number of lines for f32x4.shuffle definition (#2459)
  • 8c301ce Refactor RefIsOp and RefAsOp enums (#2470)
  • c833601 Add various Binaryen constant for new instructions (#2469)
  • 3ac6efd [NFC] Minor refactorings for resolver (#2457)
  • 707fc7a fix: handle void to void during convertExpression (#2412)
  • b044b71 fix: Fix resolveNamedType cannot resolve type parameter in contextual element...
  • 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 #352.