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

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps assemblyscript from 0.17.12 to 0.19.16.

Release notes

Sourced from assemblyscript's releases.

v0.19.16

New features

  • Provide a reusable transform diagnostic (#1909) (3d26c86543345ce6f1fcc5475d3fe698d462dddc)
  • Check for transform diagnostics after 'afterCompile' (#1983) (4fc4dd164f9a2f30c0fb775861c04febf61539c0)

Bug fixes

  • Fix type and local confusion when resolving types (#2075) (62071b7faeb198518f901ace0c8c2658be0c22f6)

v0.19.15

New features

  • Add more methods for StaticArray (#2068) (880b2d52cf5c34ddcaa6f58638357bdeb2695871)

Bug fixes

  • Remove automatic type detection when emitting a select (#2074) (2d45564c3e38facd5e237e5ae9b1339a52f4cc9b)
  • Defuse assertion when mixing managed and unmanaged classes (#2071) (647cc5e8d7b7abb480d7e7ced1530e7474166436)
  • Fix value confusion in recursive template literals (#2070) (1d11f4b06e7fcbc7377dff7c5153cdac29e5b04b)

v0.19.14

New features

  • Allow returning void from void functions (#2063) (63c1e8572a22229708f8f5cd8549c8d898cc8c4e)

Bug fixes

  • Properly skip duplicate class id exports (#2065) (c56a7f560160acb4c8f7ee1fea95cfb6936e69b4)
  • Handle compiler crash where there is no stack trace (#2064) (f3c0860636975031fef53f2d625652823a93f68f)

v0.19.13

New features

  • Add StaticArray#sort (#2062) (ab1f0e9c524a1d90f230eafabf20280148424611)
  • Support ternary expressions in void contexts (#2060) (c23059ac16e84f285ad77cd9f58fa7129c46643e)

Bug fixes

  • Use shared temporary buffer for WASI out values (#2059) (fe06a2f11839c9af5f4397af0410baa16b5fe7d9)
  • Use correct data length in Array#flat (#2058) (5dce4e4ebad520637f4d3aa160db11b50fe278d8)
  • Internal field names should use instance notation (#2056) (ba270a8448161aba355e3f9f743f4b632c5057a4)
  • Properly handle conditional continue in do loops (#2055) (d864c1ab289c357d5701c774369f92933980a1aa)
  • Defuse flow assertion on invalid function expression (#2051) (1bf3120a8c27430b6e4f23424d62893ffd65b0ae)
  • Fix infinite loop on template literals during parse error recovery (#2011) (b1a5b0f39e039ab721b15dfcc925999d307b03f3)

Other

  • Legalize zero seed in seedRandom (#2053) (78d40b0589209716a7394c46b2c809eabdd23f85)

... (truncated)

Commits
  • 3d26c86 feat: Provide a reusable transform diagnostic (#1909)
  • 4fc4dd1 feat: Check for transform diagnostics after 'afterCompile' (#1983)
  • 62071b7 fix: Fix type and local confusion when resolving types (#2075)
  • 880b2d5 feat: Add more methods for StaticArray (#2068)
  • 2d45564 fix: Remove automatic type detection when emitting a select (#2074)
  • 647cc5e fix: Defuse assertion when mixing managed and unmanaged classes (#2071)
  • 1d11f4b fix: Fix value confusion in recursive template literals (#2070)
  • c56a7f5 fix: Properly skip duplicate class id exports (#2065)
  • f3c0860 fix: Handle compiler crash where there is no stack trace (#2064)
  • 63c1e85 feat: Allow returning void from void functions (#2063)
  • 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 #300.