Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2022

Bumps @assemblyscript/loader from 0.17.12 to 0.21.5.

Release notes

Sourced from @​assemblyscript/loader's releases.

v0.21.5

Bug fixes

  • Push to the inline stack after compiling arguments (#2527) (dc797a46af5d6c2d6d350e1399c8b21d64e981cc)

Other

  • Fix link in CONTRIBUTING.md (#2528) (08a6b9616ee125c6edbbd5f8b78ad8f736879954)
  • Add two to four bytes utf8 character tests (#2495) (0ed65eb9ed44cc0efd50e9d4b23789185db479c4)
  • Support supplementary CPs in Unicode identifiers (#2522) (f8a775f1c76624be69e4d476901077d1a3955fb8)
  • [CI] Build respective other variant after bootstrap (#2523) (3135e7e6b75d88ac5676dd408df82a8d0a10b0e1)

v0.21.4

Bug fixes

  • Support windows format path (#2262) (#2279) (098d8b42505e1aa7896fe6cb31c00f475ae49087)
  • Properly handle override keyword in multilevel inherit (#2449) (cfb46164f615fde8fd49640ad6b57bbef6f6c2ab)
  • Fix internal setter signature caching (#2521) (5ab63fa3ee09ffd90cf35f1828779c477bf092cc)
  • Use proper portable copysign polyfill (#2490) (5e17892ca903b6ccbe026d0b97bade07c5388f65)
  • Fix shadowstack pass discard debuginfo (#2496) (f9dee7220ff173307b3f1c10bad137513fbc3d91)
  • Remove leftover process streams (#2519) (e3dbefaaa9743a0bc85977374ce72da7fdc2981f)

Other

  • Add more test coverage for binary expressions (#2515) (bf3bf34f4e4c4be30c18d076a10ac0e2f7a2b534)
  • Use matching filename in tokenizer test (#2513) (078a4d085deb540eca7ac190015160f7e7e48948)
  • Update Binaryen (#2493) (d32ef085527626d00e55a92155c4fbf62021a63b)
  • Add optional test coverage reports (#2517) (4801750cccb3bc24f55c3da7e3cb0ca72f4e724e)
  • Improve math tests by using Object.is for -0.0 checks (#2504) (99b71964fdd0c97f687d01a5ddc83fc95837e9cd)
  • Update v8-canary version in CI (#2500) (e5fb10b476f82e40485a661109d2ff53eb768b07)

v0.21.3

New features

  • Add warning about NaN invariant and -0.0 for direct comparisons (#2475) (6c79e39cea8b755dafd98e8a080f83b080782b8a)

Bug fixes

  • Update Binaryen and fix #2482 (#2477) (8ae597d5ea95a64556f5c6aadd74fce009299410)
  • Disallow expressions with void type & references for some operations (#2474) (28bfe64e006127c02c680438ee39bc320d57c78b)
  • Properly handle -0 literal for floating point context (#2478) (f52f612be0e1981f6c2952b7f63bf98bbd351cb7)
  • Proper parseFloat for signed zeros inputs (#2483) (12838ace3b9d9b23193124544f6163fc7e75ff16)

Other

  • Enhance FunctionExpression type inference (#2458) (e06557c7613b07bce87b387d11cc03f6f394b385)
  • Add stringref expression ids (#2487) (b1766498e3cb767cb7e06231f08ac734038e9605)
  • Simplify floating points comparison for Object.is (#2476) (525b2e1f914a9c7d643e952374412282f97dad43)
  • Add optimized path of Math.round for preferred size mode (#2479) (819d8a3f67ecf4f83252fa5ecc6411e2a1aebf0a)

... (truncated)

Commits
  • 324d41c fix: Update Binaryen + fix instantiation in bindings (#2302)
  • 33055b2 Support Node.js v12.0.0 in loader (#2190)
  • a7c87e6 BREAKING CHANGE: ESM, JS bindings, triple equals and general cleanup (#2157)
  • 81d5898 fix: loader: Consider .byteLength of slices when obtaining typed arrays (#2162)
  • 587c414 Cherry pick some loader string test cases (#2050)
  • 8eaa44a feat: add ability to create arrays with capacity for __newArray (#2024)
  • b0549e0 feat: Add __getFunction method for loader (#2037)
  • 5df7318 feat: add __newArrayBuffer() to the loader (#1965)
  • 3564848 Add string conversion error modes (#1902)
  • 7e20ad2 Fix: Use F_NOEXPORTRUNTIME if __rtti_base is missing (#1808)
  • 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/loader](https://github.com/AssemblyScript/assemblyscript/tree/HEAD/lib/loader) from 0.17.12 to 0.21.5.
- [Release notes](https://github.com/AssemblyScript/assemblyscript/releases)
- [Commits](https://github.com/AssemblyScript/assemblyscript/commits/v0.21.5/lib/loader)

---
updated-dependencies:
- dependency-name: "@assemblyscript/loader"
  dependency-type: direct:production
  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 Oct 4, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2022

Superseded by #357.

@dependabot dependabot bot closed this Oct 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/assemblyscript/loader-0.21.5 branch October 7, 2022 06:04
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