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.19.19 #304

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps assemblyscript from 0.17.12 to 0.19.19.

Release notes

Sourced from assemblyscript's releases.

v0.19.19

New features

  • Add trueish conversion for v128 types (#2135) (584bacf85fe838451e19da4ee1042ae6f9af27d7)

Bug fixes

  • Fix Binaryen glue string encoding (#2129) (3b3fe600cbc1262d1cb5117d3869e7c7d40bbf96)
  • Fix boolean oveflow casts for constants (#2134) (6a3e8485a71f61fc6cf4e1184b464a3ef34bd7a2)
  • Always normalize relative transform paths (#2096) (341cb9d168cfc9e48aace1f4ee79b04fce38a174)
  • Types of small integer constants should always set a current type (#2132) (1cbe3937d1ecb0538a4a1ebc3ae741d7d773bb8b)
  • Propagate inner conditional flags in switch statements (#2102) (70013e94d5e154d5005cc73edbed308dec5c5950)

Other

  • Optimize some inner cases for tokenFromKeyword (#2116) (34f52c748c923845a579603b43d1abf8956bc5e0)
  • Update dependencies (#2128) (02a3e754ca9a9b99ac36c3e1ade258e8079ebba4)
  • Update ts-node to 10.4.0 (#2123) (b4dfc444111ff440a68b3ec8d806371f69644f7b)
  • Expose new ASC_RUNTIME compile time constant. Avoid mem cleanups in std containers for Incremental Runtime (#2122) (85da1a5937d52b30ae2f36bd85f6589db7dcc07f)
  • Add early inline pass (#2117) (1510bac5d8c69bb266eb5c52248799e989497060)
  • Move Token.ASTERISK_ASTERISK to general group in resolveBinaryExpression (#2114) (9f9cde14ac1783402a331f3f24ce672c51c1e92a)
  • Simplify stringLengthUTF8 more (#2113) (d802fa437b91e8f80e9cda9c5c66abb94f4a1acc)
  • Slightly optimize interop with binaryen (#2108) (e08a264df212928d8561e529cbdfe403df25d158)
  • Expose try for exception handling (#2110) (ca18f258eab32cd70044ddb19b488c61e2e4c12d)
  • Change typescript deps prefix (#2111) (5757fa8782a66e62eed942f0cfc72ad219fce378)
  • Update binaryen & other deps (#2057) (0520fcb2658541b95816597fc015fa933c7e8879)
  • Remove experimental bigint v8 flags (#2076) (87cf3e85ced590ccbdb406d5005b3c5d0c7db8ce)
  • Impove nearest operation portable polyfill (#2105) (9ffab6a9e52adf1927a8298ff98fd38e9ae2e829)

v0.19.18

New features

  • Make timeout and count optional for atomic.wait and atomic.notify (#2093)

Bug fixes

  • Don't assume LHS of binary overload has a valid type (#2098)

v0.19.17

Bug fixes

  • NEW token should not participate in non-starting precedence (#2086) (2fe8ad586a53cdcc273a10e8777320cbed990c52)

Other

  • Fix unsupported fields in snapcraft.yaml (#2087) (d3f52e563705ddffcba4bfc9f665a70834d055f4)
  • [std] Improve bswap (#2077) (a32ceadb6c7bc7fcdba62a7d3a3b41c961e47a07)
  • Update snap build (#2080) (6a693c8acf596847c59fcdf329598ea3e9644ff1)
  • Refactor cloneExpression to reuse copyExpression (#2079) (c629b1ddb3a760a3661d5d8ec60ff2e9fc735e27)

... (truncated)

Commits
  • 584bacf feat: Add trueish conversion for v128 types (#2135)
  • 3b3fe60 fix: Fix Binaryen glue string encoding (#2129)
  • 6a3e848 fix: Fix boolean oveflow casts for constants (#2134)
  • 341cb9d fix: Always normalize relative transform paths (#2096)
  • 34f52c7 Optimize some inner cases for tokenFromKeyword (#2116)
  • 1cbe393 fix: Types of small integer constants should always set a current type (#2132)
  • 70013e9 fix: Propagate inner conditional flags in switch statements (#2102)
  • 02a3e75 Update dependencies (#2128)
  • b4dfc44 Update ts-node to 10.4.0 (#2123)
  • 85da1a5 Expose new ASC_RUNTIME compiletime constant. Avoid mem cleanups in std contai...
  • 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 #305.