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 graalvm.version from 22.3.0 to 22.3.1 #923

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2023

Bumps graalvm.version from 22.3.0 to 22.3.1.
Updates js from 22.3.0 to 22.3.1

Release notes

Sourced from js's releases.

GraalJS - GraalVM Community Edition 22.3.1

GraalVM provides an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard compliant, execute applications with high performance, and provide all benefits from the GraalVM stack, including language interoperability and common tooling.

More information is available on the GraalVM website: http://www.graalvm.org/reference-manual/js/

Changelog

Sourced from js's changelog.

GraalVM JavaScript (Graal.js) Changelog

This changelog summarizes major changes between GraalVM versions of the GraalVM JavaScript (ECMAScript) language runtime. The main focus is on user-observable behavior of the engine. Changelog may include unreleased versions. See version roadmap for release dates.

Version 22.3.1.

  • Updated Node.js to version 16.18.1.
Commits
  • 0974eda Release GraalVM 22.3.1
  • 6b78b31 [GR-42807] Ensure deleted elements are filled with hole values.
  • cd81cf2 Assert that hole elements are empty after fillHoles.
  • 45a10c9 Clean up hole count assertion.
  • eca46dd [GR-42807] Add regression test.
  • 83231c4 Clear unused elements during transition from zero-based to contiguous array.
  • 90885dd All implementations of incrementHolesCount are the same.
  • 4f5e0e0 [GR-42289] Backport: Upgrading the underlying Node.js to version 16.18.1.
  • 9909fc9 All fields of HeapStatistics should be initialized.
  • df21bfc Updating Node.js license in 3rd_party_licenses.txt.
  • Additional commits viewable in compare view

Updates js-scriptengine from 22.3.0 to 22.3.1

Release notes

Sourced from js-scriptengine's releases.

GraalJS - GraalVM Community Edition 22.3.1

GraalVM provides an ECMAScript-compliant runtime to execute JavaScript and Node.js applications. It is fully standard compliant, execute applications with high performance, and provide all benefits from the GraalVM stack, including language interoperability and common tooling.

More information is available on the GraalVM website: http://www.graalvm.org/reference-manual/js/

Changelog

Sourced from js-scriptengine's changelog.

GraalVM JavaScript (Graal.js) Changelog

This changelog summarizes major changes between GraalVM versions of the GraalVM JavaScript (ECMAScript) language runtime. The main focus is on user-observable behavior of the engine. Changelog may include unreleased versions. See version roadmap for release dates.

Version 22.3.1.

  • Updated Node.js to version 16.18.1.
Commits
  • 0974eda Release GraalVM 22.3.1
  • 6b78b31 [GR-42807] Ensure deleted elements are filled with hole values.
  • cd81cf2 Assert that hole elements are empty after fillHoles.
  • 45a10c9 Clean up hole count assertion.
  • eca46dd [GR-42807] Add regression test.
  • 83231c4 Clear unused elements during transition from zero-based to contiguous array.
  • 90885dd All implementations of incrementHolesCount are the same.
  • 4f5e0e0 [GR-42289] Backport: Upgrading the underlying Node.js to version 16.18.1.
  • 9909fc9 All fields of HeapStatistics should be initialized.
  • df21bfc Updating Node.js license in 3rd_party_licenses.txt.
  • Additional commits viewable in compare view

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 `graalvm.version` from 22.3.0 to 22.3.1.

Updates `js` from 22.3.0 to 22.3.1
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/vm-22.3.1/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-22.3.0...vm-22.3.1)

Updates `js-scriptengine` from 22.3.0 to 22.3.1
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/vm-22.3.1/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-22.3.0...vm-22.3.1)

---
updated-dependencies:
- dependency-name: org.graalvm.js:js
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.js:js-scriptengine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependency-update java Pull requests that update Java code labels Feb 3, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/graalvm.version-22.3.1 branch from 09385b2 to b068f5c Compare February 3, 2023 07:46
@codecov-commenter
Copy link

codecov-commenter commented Feb 3, 2023

Codecov Report

Base: 55.81% // Head: 55.81% // No change to project coverage 👍

Coverage data is based on head (b068f5c) compared to base (4f6dd94).
Patch has no changes to coverable lines.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #923   +/-   ##
=========================================
  Coverage     55.81%   55.81%           
  Complexity      913      913           
=========================================
  Files           178      178           
  Lines          4502     4502           
  Branches        592      592           
=========================================
  Hits           2513     2513           
  Misses         1827     1827           
  Partials        162      162           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bennetelli bennetelli merged commit b83447d into master Feb 3, 2023
@bennetelli bennetelli deleted the dependabot/maven/graalvm.version-22.3.1 branch February 3, 2023 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency-update java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants