Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump assemblyscript from 0.19.8 to 0.19.23 #325

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2022

Bumps assemblyscript from 0.19.8 to 0.19.23.

Release notes

Sourced from assemblyscript's releases.

v0.19.23

Bug fixes

  • Fix assertion when assigning an object literal to an interface (#2197) (fa14b3b03bd4607efa52aaff3132bea0c03a7989)

Other

  • Disable CI on Windows (#2198) (c740610a0bf8f1f72dd3e8f2d564c15ba3459703)
  • Simplify wrap and improve ctz polyfills in portable (#2177) (f54dbfb527842f3d68f18643bb614d104b4f0160)

v0.19.22

Bug fixes

  • Fix OOB on String.UTF8.encode when nullTerminated (#2173) (09beb42dcdec58cda9098abcf4dae80405e58e92)

Other

  • Diagnose better error when using generic function by value (#2170) (a9625287354a530f3b81ec24af7efae771a745cd)

v0.19.21

Bug fixes

  • Fix contextual type confusion when resolving functions (#2167) (fd1e1df88cd925db10da1a926228d808e045d753)
  • loader: Consider .byteLength of slices when obtaining typed arrays (#2162) (81d5898ea99fac205be1706c8daabc36fe26a371)

Other

  • update duplicate-fields fixture (#2164) (f87a1fd4f8fe403b33082767fd3eeee373bfe77f)
  • Remove dead tests (8fe5248a22f59b23b381243b1ea3ed92f5b4c222)
  • add tableName for indirect calls (#2125) (b73c2851e934f52781b28d3b93dd2260f7396942)
  • Add clz and ctz unary operations for glue/i64 (#2155) (e231d193674121912851d0cb3c347c42304a39b3)
  • Allow redeclaration of compatible class fields (#2158) (a924cc724be73cea7c110d5f00949fc1f0da1050)
  • Add class-level declare to parser (#2160) (a001103ed05702af7b6a636a01b2aab5a50330b1)
  • Improve pass pipeline. Refactor code folding (#2156) (049a6a6ffe180c86aaba4392799db645639fed3a)
  • Refactor pass pipeline for better precompute globals (#2154) (273d7d19ddf70822faf3003cc66b8f3f11cc8144)
  • Optimize expandType for JS target (#2148) (eddf08c981026a20cdec3b1f62145907d966f286)
  • Update typescript and other dependencies (#2151) (9bdeb8b1788604c22a24b3a6ef3c75f6e1ecec3b)
  • Skip leading bar during type's declaration (#2149) (738af31c9b05050fb18cabd8e61d39bad6466d8f)
  • Fix reference-types test failure (#2136) (777f440d435091d3b3accb7f03cfd4b2e265fca8)
  • Refactor text util surrogate helpers (#2146) (e56abf7a6e9891f05a71a039611d01f88876b27e)
  • Update node nightly for CI (#2147) (30c71189c99e4ef50efee8fafb1155d8c0d53ea6)
  • Refactor text utils (#2144) (ab5a4808d9681245b60563937ae77ce1a8d99a0a)
  • Disable useDefineForClassFields & extra strictness for tsconfig (#2145) (52255f53c25649d43666777dce09f12e75f7d073) This speedup typescript compilation significantly

v0.19.20

Bug fixes

  • Update long.js CDN path in SDK (#2138) (8c3cc2a05892374501f71972f59f7c83b07eb1bc)

... (truncated)

Commits
  • fa14b3b fix: Fix assertion when assigning an object literal to an interface (#2197)
  • c740610 Disable CI on Windows (#2198)
  • f54dbfb Simplify wrap and improve ctz polyfills in portable (#2177)
  • 09beb42 fix: Fix OOB on String.UTF8.encode when nullTerminated (#2173)
  • a962528 Diagnose better error when using generic function by value (#2170)
  • fd1e1df fix: Fix contextual type confusion when resolving functions (#2167)
  • 81d5898 fix: loader: Consider .byteLength of slices when obtaining typed arrays (#2162)
  • f87a1fd update duplicate-fields fixture (#2164)
  • 8fe5248 Remove dead tests
  • b73c285 add tableName for indirect calls (#2125)
  • 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)

Bumps [assemblyscript](https://github.com/AssemblyScript/assemblyscript) from 0.19.8 to 0.19.23.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](AssemblyScript/assemblyscript@v0.19.8...v0.19.23)

---
updated-dependencies:
- dependency-name: assemblyscript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants