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

[Snyk] Upgrade @assemblyscript/loader from 0.10.1 to 0.17.5 #28

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade @assemblyscript/loader from 0.10.1 to 0.17.5.

merge advice
✨ Snyk has automatically assigned this pull request, set who gets assigned.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 35 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2020-12-08.
Release notes
Package name: @assemblyscript/loader
  • 0.17.5 - 2020-12-08

    Bug fixes

    • Fix parseExp reading oob during parseFloat (#1567) (38f7705)
  • 0.17.4 - 2020-12-03

    Bug fixes

    • Fix wrong reallocations in String#replaceAll + refactoring (#1564) (1fcc374)
  • 0.17.3 - 2020-11-24

    New features

    Bug fixes

    • Update Binaryen constants to reflect opcode renumbering (#1552) (00bc624)

    Other

    • Add more detailed release config for asconfig template (#1532) (bdee862)
    • Add definitions for RTrace hooks (#1558) (34dd7a0)
  • 0.17.2 - 2020-11-10

    Bug fixes

    • Fix local confusion in builtin min/max/rotl/rotr (#1540) (d0a2c9e)

    Other

    • Update Binaryen to 98.0.0-nightly.20201109 (#1531) (0204ff3)
    • Update Binaryen to 98.0.0-nightly.20201030 / update pass pipeline (#1526) (353807e)
  • 0.17.1 - 2020-10-29

    Bug fixes

    • Add package exports fallback for the CLI, dist files, etc. (#1527) (019515e)

    Other

  • 0.17.0 - 2020-10-26

    Breaking changes

    • Make Rtrace ESM by default, with UMD fallback (#1515) (2e249e4)
      Rtrace is now an ES module by default as well.
    • Generalize runtime (#1503) (8c97612)
      The __alloc family of built-ins has been split, now being named __new. __renew, __newString, __newArray etc. when dealing with managed objects. Furthermore, internal memory layouts of managed objects have changed. As a result, the new heap.alloc/realloc/free APIs now allow working with unmanaged heap memory more naturally and do not imply a managed object header anymore, more closely resembling malloc/realloc/free in C.
    • Make loader ESM by default, with UMD fallback (#1513) (ff80a4e)
      The loader is now an ES module by default so it works out of the box on the web. Users of older node.js versions may have to switch to require("@ assemblyscript/loader/umd").
    • Wrap RHS of SMI shifts to maximum size of type in bits (#1511) (9b57abd)
      When shifting a small integer value of type i8/u8 or i16/u16, only the 3 respectively 4 least significant bits of the RHS value affect the result, analogous to the result of an i32.shl only being affected by the 5 least significant bits of the RHS value. Example: someI8 << 8 previously produced the value 0, but now produces someI8 due to masking the RHS as 8 & 7 = 0 (3 bits).

    Bug fixes

    • Use explicit cast in Usize/Isize#toString (#1517) (bee3b73)
    • Fix publishing / update dependencies (#1516) (32d10b4)
    • Keep recompiling when unifying local flags in loops (a0a9da7)

    Other

  • 0.16.1 - 2020-10-17

    0.16.1 (2020-10-17)

    Bug Fixes

    • Fix conflicting imports type definition in loader (#1508) (dad5add)
  • 0.16.0 - 2020-10-16

    0.16.0 (2020-10-16)

    Bug Fixes

    • Small integer rotl/rotr should use temp variables (81fda4c)

    • Refactor binary expression compilation to be reusable in builtins (#1489) (a4dc45e), closes #1489

    BREAKING CHANGES

    • The compiler's convertExpression does no longer take a wrap argument.
  • 0.15.2 - 2020-10-13

    0.15.2 (2020-10-13)

    Bug Fixes

    • Fix rotl/rotr builtins for small integers (#1494) (041d35b)
  • 0.15.1 - 2020-10-09

    0.15.1 (2020-10-09)

    Bug Fixes

  • 0.15.0 - 2020-10-07
  • 0.14.13 - 2020-10-06
  • 0.14.12 - 2020-09-28
  • 0.14.11 - 2020-09-20
  • 0.14.10 - 2020-09-05
  • 0.14.9 - 2020-08-21
  • 0.14.8 - 2020-08-06
  • 0.14.7 - 2020-07-31
  • 0.14.6 - 2020-07-27
  • 0.14.5 - 2020-07-26
  • 0.14.4 - 2020-07-25
  • 0.14.3 - 2020-07-23
  • 0.14.2 - 2020-07-22
  • 0.14.1 - 2020-07-20
  • 0.14.0 - 2020-07-17
  • 0.13.8 - 2020-07-16
  • 0.13.7 - 2020-07-14
  • 0.13.6 - 2020-07-11
  • 0.13.5 - 2020-07-10
  • 0.13.4 - 2020-07-08
  • 0.13.3 - 2020-07-05
  • 0.13.2 - 2020-07-03
  • 0.13.1 - 2020-07-02
  • 0.13.0 - 2020-07-01
  • 0.12.5 - 2020-06-27
  • 0.10.1 - 2020-06-12
from @assemblyscript/loader GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

👩‍💻 Set who automatically gets assigned

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant