Skip to content

Bump graalVMVersion from 22.3.2 to 25.3.4.1 - #350

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/graalVMVersion-25.3.4.1
Open

Bump graalVMVersion from 22.3.2 to 25.3.4.1#350
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/graalVMVersion-25.3.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps graalVMVersion from 22.3.2 to 25.3.4.1.
Updates org.graalvm.sdk:graal-sdk from 22.3.2 to 25.3.4.1

Commits
  • 7b02598 [GR-78616] Update labsjdk to 25.0.4.1+1-jvmci-25.3-b22
  • b460981 update JVMCI to 25.0.4.1+1-jvmci-25.3-b23
  • 84af3df [GR-78623] Adapt graal-publish-javadoc for the GraalVM 25.3.4.1 release.
  • 64f83de Adapt graal-publish-javadoc for the GraalVM 25.3.4.1 release.
  • f3c130e [GR-77576] Compact Unicorn historical chart links.
  • 4b6781b [GR-77864] Remove support for building FastR.
  • 6543255 Remove support for building FastR.
  • 788ef12 [GR-78774] Use correct initial stack size when type checking catch clauses.
  • 0ad12bb Use correct initial stack size when type checking catch clauses
  • a66e9cc [GR-78794] Fold constant bytecode stack effects in Crema handlers
  • Additional commits viewable in compare view

Updates org.graalvm.js:js from 22.3.2 to 25.3.4.1

Release notes

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

GraalJS 25 Innovation 3 (25.3.4.1)

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

You can download GraalJS as a Native Standalone distribution for Oracle GraalVM or GraalVM Community Edition. Native Standalone contains a Native Image compiled launcher.

Starting with 25.0.3, JVM Standalone artifacts are no longer supported and are not included in this release.

To distinguish between Oracle GraalVM and GraalVM Community Edition, the Community Edition distribution has the suffix -community in its name.

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

GraalJS 25 Innovation 2 (25.2.4)

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

You can download GraalJS as a Native Standalone distribution for Oracle GraalVM or GraalVM Community Edition. Native Standalone contains a Native Image compiled launcher.

Starting with 25.0.3, JVM Standalone artifacts are no longer supported and are not included in this release.

To distinguish between Oracle GraalVM and GraalVM Community Edition, the Community Edition distribution has the suffix -community in its name.

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

GraalJS 25 Innovation 1 (25.1.3)

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

You can download GraalJS as a Native Standalone distribution for Oracle GraalVM or GraalVM Community Edition. Native Standalone contains a Native Image compiled launcher.

Starting with 25.0.3, JVM Standalone artifacts are no longer supported and are not included in this release.

To distinguish between Oracle GraalVM and GraalVM Community Edition, the Community Edition distribution has the suffix -community in its name.

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

GraalJS 25.0.3

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

You can download GraalJS as a Native Standalone distribution for Oracle GraalVM or GraalVM Community Edition. Native Standalone contains a Native Image compiled launcher.

Starting with 25.0.3, JVM Standalone artifacts are no longer supported and are not included in this release.

To distinguish between Oracle GraalVM and GraalVM Community Edition, the Community Edition distribution has the suffix -community in its name.

... (truncated)

Changelog

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

Version 25.3.4.1

  • Implemented the Iterator Includes proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Iterator Join proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Iterator Chunking proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Updated Node.js to version 24.18.1.

Version 25.2.4

  • Updated Node.js to version 24.17.0.

Version 25.1.3

  • ECMAScript 2026 mode/features enabled by default.
  • Removed support and builds for macOS x86-64 (darwin-amd64).
  • Added an experimental option js.crypto that provides getRandomValues() and randomUUID() from the Web Crypto API.
  • Added stable option js.performance that provides performance.now(), timeOrigin, and toJSON() from the Web High Resolution Time API.
  • Finished support for Temporal. It is available in ECMAScript 2027 mode (--js.ecmascript-version=2027).
  • Implemented the Immutable ArrayBuffers proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Explicit Resource Management proposal. It is available behind the experimental option (--js.explicit-resource-management).
  • Updated Node.js to version 24.14.1.
  • Limited Chrome inspector remote debugging to localhost.
  • Implemented the Joint Iteration proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Import Text proposal. It is available behind the experimental option (--js.import-text).
  • Implemented the Import Bytes proposal. It is available behind the experimental option (--js.import-bytes).
  • Implemented the Error Stack Accessor proposal. It is available behind the experimental option (--js.error-stack-accessor).
  • Removed support for legacy import assertions (import ... assert {type: "..."}) and the --js.import-assertions option; use import attributes (import ... with {type: "..."}, option --js.import-attributes) instead.

Version 25.0.0

  • ECMAScript 2025 mode/features enabled by default.
  • Updated Node.js to version 22.17.1.
  • Implemented the Intl.DurationFormat proposal.
  • Made option js.text-encoding stable and allowed in SandboxPolicy.CONSTRAINED.
  • Implemented the import defer proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Upsert proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Enabled source phase imports from WebAssembly modules (import source mod from "./mod.wasm") by default if the js.webassembly option is enabled and the js.source-phase-imports option is not explicitly set to false.

Version 24.2.0

  • Updated Node.js to version 22.13.1.
  • Implemented the Error.isError proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Math.sumPrecise proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Promise.try proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Atomics.pause proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Uint8Array to/from base64 and hex proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
  • Implemented the Source Phase Imports proposal. It is available behind the experimental option (--js.source-phase-imports).
  • Implemented the WebAssembly/ES Module Integration proposal, allowing .wasm modules to be loaded via import statements.
  • Implemented basic Worker API (resembling the API available in d8). It is available behind the experimental option --js.worker.
  • Added option js.stack-trace-api that enables/disables Error.captureStackTrace, Error.prepareStackTrace and Error.stackTraceLimit. These non-standard extensions are disabled by default (unless js.v8-compat or js.nashorn-compat is used).
  • Made option js.webassembly stable.
  • Made options js.load, js.print, and js.graal-builtin stable and allowed in SandboxPolicy.UNTRUSTED.
  • Made option js.locale stable and allowed in SandboxPolicy.UNTRUSTED. Its value, if non-empty, must be a well-formed Unicode BCP 47 locale identifier and is now validated.
  • Added an experimental java.util.concurrent.Executor that can be used to post tasks into the event loop thread in graal-nodejs. It is available as require('node:graal').eventLoopExecutor.
  • Implemented the TextDecoder and TextEncoder APIs of the WHATWG Encoding Standard. They are available behind the experimental option (--js.text-encoding).

... (truncated)

Commits
  • aede65d [GR-78747] Fix iterator closing for Array.from and collection constructors.
  • 4d5b9b6 [GR-78730] Avoid duplicate builtin key and name strings.
  • 5cfa11d Update test262 status.
  • 0daf607 Fix iterator closing for Array.from and collection constructors.
  • 735f95c [GR-78733] Preserve pending return value across finally blocks.
  • 5294bb8 Update test262 status.
  • 0f79287 Preserve pending return value across finally blocks.
  • 05e11b8 [GR-78732] Avoid prototype mutation during context initialization.
  • cd3aaac Fix and assert functionData.hasStrictFunctionProperties() for async functions.
  • e09a6d8 Allocate built-in derived constructor functions with their expected prototype.
  • 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 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 `graalVMVersion` from 22.3.2 to 25.3.4.1.

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

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

---
updated-dependencies:
- dependency-name: org.graalvm.sdk:graal-sdk
  dependency-version: 25.3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.graalvm.js:js
  dependency-version: 25.3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Aug 31, 2026
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.

0 participants