Skip to content

Comments

Bump assemblyscript from 0.17.12 to 0.21.1#347

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/assemblyscript-0.21.1
Closed

Bump assemblyscript from 0.17.12 to 0.21.1#347
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/assemblyscript-0.21.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2022

Bumps assemblyscript from 0.17.12 to 0.21.1.

Release notes

Sourced from assemblyscript's releases.

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)

v0.20.19

New features

  • Add simd shuffle / swizzle aliases for i16x8, i32x4, i64x2, f32x4 and f64x2 (#2368) (e8ed2dddd0bc75f03ac52773965053b8bec3cb4c)
  • Make result of StaticArray#slice and StaticArray#concat as instance generics. Deprecate static methods (#2404) (847dbde6a6fef5478f077ec13610d7aeae15effc)

Bug fixes

  • assert throwing expected 2 arguments but got 1 (#2435) (cf676d3aab18282d53fde3801cb1c4fe88ce3c71)
  • Fix mixed up naming "upcast" "downcast" for runtime checks (#2423) (5faef3a973e2dcbf8083037c2a0d68e570fc5672)

Other

  • Add warnings if entry contains imported / exported function or global with v128 type (#2429) (256a6b0a8abcab310ca104846e68cc3be51df169)
  • Update binaryen (#2385) (bdfe5511694a2ecd7527d6415268b9f4b3e0c0ab)

... (truncated)

Commits
  • 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...
  • a20c005 fix: remove the parameter number limit for functionType infer (#2434)
  • bda41b9 Update fixtures (#2456)
  • b0ca388 fix: Disallow "any to v128" or "v128 to any" conversions (#2442)
  • f7beaac fix: infer return type in implicit return arrow function (#2433)
  • 6968448 feat: store local names in debug mode (#2437)
  • 7406fa1 fix: properly check undefined exportStart option (#2453)
  • beda866 fix: Add missing type for i64_signbit input argument (#2454)
  • 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.17.12 to 0.21.1.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](AssemblyScript/assemblyscript@v0.17.12...v0.21.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 22, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 29, 2022

Superseded by #349.

@dependabot dependabot bot closed this Aug 29, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/assemblyscript-0.21.1 branch August 29, 2022 06:05
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