Skip to content

Bump assemblyscript from 0.17.12 to 0.20.18#343

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps assemblyscript from 0.17.12 to 0.20.18.

Release notes

Sourced from assemblyscript's releases.

v0.20.18

New features

  • Automatically export runtime when necessary (#2383) (53af0e02113f0c4cd84947465a8c5064d3a82786)

Bug fixes

  • Fix endless recursion during dts generation (#2387) (19838839ec94cefcdd0b6c6578a6c4e2afde3a97)
  • Add missing unit test cases to v128 of simd (#2384) (6ca63c74b55fc7bfea704596c4c06e7d1fd0b99a)

Other

  • Generalize TypedArray#set (#2388) (7db10061caa2bc50117334ae6ec8525544b21653)
  • Refactor unary and binary methods in Module (#2411) (270d00d826a0989acdfa2d830d210faad7dd75bd)
  • Revert #1353: revert runtime type check to compile time check for Array#flat (#2416) (99753013e3449b4c53ebcd25d79af5310b28172e)
  • [cli] Update --exportRuntime option description (#2415) (84a06c8432d96c53afb437232d18a7a98d780208)
  • [bindings] Add size types for fast path lowering in StaticArray (#2414) (1fdf83fc9eee75ec2b8ff37ba8f7f6f642d28690)

v0.20.17

Bug fixes

  • Remove dead code for compiler.ts (#2403) (ac82d9b0b89ef811c056c3188a94dc699259ce2a)

Other

  • [NFC] Refactor fill methos of all arrays (#2406) (aec8eb36a86237e63d57c493fc77af7fcd9c69c4)
  • Refactor uniqueMap. Add mergeMaps (#2394) (2a20187274da8ff8c64fccb4eefa42db4b703b4b)
  • Optimize indent util (#2395) (7680aa1b5fffcf4f956778370d173359189ba470)
  • Refactor stringify methods of Date (#2398) (876f9ff935cc47ff932537362c3f22e2e4a395b4)
  • Refactor types.ts (#2396) (3e0462be496eaee8c79d605145130c4e7b9bcc1d)
  • Optimize util for calculation year, month, day in Date (#2397) (f9de611db3cad54e2e06b74f476beac8694d54d7)
  • Improve valueof definitions. Add some extra tests (#2390) (24a908dfe2df085fd13179e3948eeb7b0b9f7e74)
  • Update esbuild & typescript dependencies (#2389) (71b02d41479bb5b23bc690bcbdfde28c264410a9)

v0.20.16

Bug fixes

  • Add missing resolve of RegExp literals (#2263) (3a5b51d184bf4dfc3c1a5e1d57481a1b0ce1a71d)
  • Diagnose recursion when resolving expressions (#2264) (92ea1c4a4c7c9ee12ca28cb87fd6416acb1aab73)
  • Properly diagnose when class extends itself (#2266) (1e20054c43d03c0311f65a312f4fc188a488832e)
  • Skip export default in namespace (#2267) (7dc3de0bc9d31371a32a80fd3dd45861e14c50ec)

v0.20.15

Bug fixes

  • change function signature of v128.pmin and v128.pmax (#2379) (79d2e6a335faeaade97a3ca71922f9eaf017852b)
  • Improve diagnostic messages printed to console (#2381) (a584906ef3d5519f3393aed669ac751e3e75eb02)
  • Support lifting/lowering of functions as internrefs (#2382) (c54624415e42f8ff00eee7225378d9cfb76e931b)

... (truncated)

Commits
  • 270d00d Refactor unary and binary methods in Module (#2411)
  • 9975301 revert #1353: revert runtime type check to compile time check for `Array#flat...
  • 84a06c8 [cli] update exportRuntime option description (#2415)
  • 1fdf83f [bindings] add size types for path path lowering in StaticArray (#2414)
  • 53af0e0 feat: Automatically export runtime when necessary (#2383)
  • 1983883 fix: fix endless recursion during dts generation (#2387)
  • 7db1006 fix: Generalize TypedArray#set (#2388)
  • 6ca63c7 fix: Add missing unit test cases to v128 of simd (#2384)
  • aec8eb3 [NFC] Refactor fill methos of all arrays (#2406)
  • 2a20187 Refactor uniqueMap. Add mergeMaps (#2394)
  • 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.20.18.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](AssemblyScript/assemblyscript@v0.17.12...v0.20.18)

---
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 8, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2022

Superseded by #345.

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