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 24.0.0 to 24.0.1 #81

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2024

Bumps graalvm.version from 24.0.0 to 24.0.1.
Updates org.graalvm.polyglot:polyglot from 24.0.0 to 24.0.1

Commits
  • d3ba9c4 follow up fix: graalpython import
  • 3a9a3fe GR-53257 : release GraalVM 24.0.1
  • fa07fff [GR-52946] Backport to 24.0 : GH-8638: Correctness problem when System.arrayc...
  • 83f9932 [GR-51274] Backport removal of the GraalVM Component Updater (gu) and the ins...
  • e9edc20 basic array copy: less virtualization for illegal values
  • 812049f [GR-51666] Backport to 24.0: Use safe abs in loop opts.
  • 738a5e0 [GR-52910] Backport to 24.0: Fix caching of Regexps.
  • af65204 [GR-52434] [GR-52613] [GR-52616] [GR-52921] Backport to 24.0: Small fixes and...
  • 0ded87c Remove references to the removed gu component.
  • 97f9971 Remove the GraalVM Component Updater (gu).
  • Additional commits viewable in compare view

Updates org.graalvm.js:js-scriptengine from 24.0.0 to 24.0.1

Release notes

Sourced from org.graalvm.js:js-scriptengine's releases.

GraalJS 24.0.1

GraalJS is 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.

GraalJS version 24.0.1 is designed for use with Oracle GraalVM for JDK 22.0.1 or GraalVM Community Edition for JDK 22.0.1, and can be downloaded separately.

There are two standalone types to choose from:

  • Native Standalone: This contains a Native Image compiled launcher
  • JVM Standalone: This contains JavaScript in the JVM configuration

To distinguish between them, the GraalVM Community Edition version has the suffix -community in the name. A JVM standalone has a -jvm suffix in a name.

Learn more about GraalJS and how to get started on the website: https://www.graalvm.org/javascript/.

Changelog

Sourced from org.graalvm.js:js-scriptengine's changelog.

Version 24.0.1

  • Updated Node.js to version 18.19.1.
Commits
  • d1a4fb7 GR-53257 : release GraalVM 24.0.1
  • 7db2823 [GR-52840] Backport to 24.0: Instanceof operator should check whether the lef...
  • 9894a42 Testing foreignBoxedPrimitive instanceof Object.
  • b44ced4 Testing javaNull instanceof Object.
  • dd8a7fd Instanceof operator should check whether the left side is a (foreign) object.
  • c103057 [GR-52466] Backport to 24.0: Upgrading the underlying Node.js to version 18.1...
  • f2e7ec7 GR-50768 : new dev cycle GraalVM 24.0.1
  • 2798cd3 Correction of the last modified year in the copyright header.
  • ad53cc0 Adding a note about Node.js update (to version 18.19.1) into changelog.
  • 312ad07 Ensure that the object with the finalizer is not kept alive in test_finalizer.
  • Additional commits viewable in compare view

Updates org.graalvm.polyglot:js-community from 24.0.0 to 24.0.1

Release notes

Sourced from org.graalvm.polyglot:js-community's releases.

GraalJS 24.0.1

GraalJS is 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.

GraalJS version 24.0.1 is designed for use with Oracle GraalVM for JDK 22.0.1 or GraalVM Community Edition for JDK 22.0.1, and can be downloaded separately.

There are two standalone types to choose from:

  • Native Standalone: This contains a Native Image compiled launcher
  • JVM Standalone: This contains JavaScript in the JVM configuration

To distinguish between them, the GraalVM Community Edition version has the suffix -community in the name. A JVM standalone has a -jvm suffix in a name.

Learn more about GraalJS and how to get started on the website: https://www.graalvm.org/javascript/.

Changelog

Sourced from org.graalvm.polyglot:js-community's changelog.

Version 24.0.1

  • Updated Node.js to version 18.19.1.
Commits
  • d1a4fb7 GR-53257 : release GraalVM 24.0.1
  • 7db2823 [GR-52840] Backport to 24.0: Instanceof operator should check whether the lef...
  • 9894a42 Testing foreignBoxedPrimitive instanceof Object.
  • b44ced4 Testing javaNull instanceof Object.
  • dd8a7fd Instanceof operator should check whether the left side is a (foreign) object.
  • c103057 [GR-52466] Backport to 24.0: Upgrading the underlying Node.js to version 18.1...
  • f2e7ec7 GR-50768 : new dev cycle GraalVM 24.0.1
  • 2798cd3 Correction of the last modified year in the copyright header.
  • ad53cc0 Adding a note about Node.js update (to version 18.19.1) into changelog.
  • 312ad07 Ensure that the object with the finalizer is not kept alive in test_finalizer.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 24.0.0 to 24.0.1.

Updates `org.graalvm.polyglot:polyglot` from 24.0.0 to 24.0.1
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.0.0...vm-24.0.1)

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

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

---
updated-dependencies:
- dependency-name: org.graalvm.polyglot:polyglot
  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
- dependency-name: org.graalvm.polyglot:js-community
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 17, 2024
@csviri csviri merged commit ff1e2af into main Apr 17, 2024
3 checks passed
@csviri csviri deleted the dependabot/maven/graalvm.version-24.0.1 branch April 17, 2024 08:55
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant