Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps graalvm.version from 25.0.0 to 25.0.1.
Updates org.graalvm.js:js from 25.0.0 to 25.0.1

Release notes

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

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

GraalJS version 25.0.1 is designed for use with Oracle GraalVM 25.0.1 or GraalVM Community Edition 25.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 its name. A JVM standalone has a -jvm suffix in its name.

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

† Support for macOS x64 is deprecated. Version 25.0.1 is the last release that supports this hardware architecture. In future, GraalVM will only support macOS on AArch64 (Apple Silicon).

Changelog

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

GraalJS 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 release calendar for release dates.

Version 25.1.0

  • 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.
  • Implemented the Immutable ArrayBuffers proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
Commits
  • 629f33f release GraalVM 25.0.1
  • b55cf7d [GR-69371] [GR-69405] Release GraalVM 25.0.0 and start 25.0.1 dev cycle.
  • 9ef660b Start 25.0.1 dev cycle.
  • See full diff in compare view

Updates org.graalvm.js:js-scriptengine from 25.0.0 to 25.0.1

Release notes

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

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

GraalJS version 25.0.1 is designed for use with Oracle GraalVM 25.0.1 or GraalVM Community Edition 25.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 its name. A JVM standalone has a -jvm suffix in its name.

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

† Support for macOS x64 is deprecated. Version 25.0.1 is the last release that supports this hardware architecture. In future, GraalVM will only support macOS on AArch64 (Apple Silicon).

Changelog

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

GraalJS 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 release calendar for release dates.

Version 25.1.0

  • 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.
  • Implemented the Immutable ArrayBuffers proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
Commits
  • 629f33f release GraalVM 25.0.1
  • b55cf7d [GR-69371] [GR-69405] Release GraalVM 25.0.0 and start 25.0.1 dev cycle.
  • 9ef660b Start 25.0.1 dev cycle.
  • See full diff in compare view

Updates org.graalvm.js:js-language from 25.0.0 to 25.0.1

Release notes

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

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

GraalJS version 25.0.1 is designed for use with Oracle GraalVM 25.0.1 or GraalVM Community Edition 25.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 its name. A JVM standalone has a -jvm suffix in its name.

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

† Support for macOS x64 is deprecated. Version 25.0.1 is the last release that supports this hardware architecture. In future, GraalVM will only support macOS on AArch64 (Apple Silicon).

Changelog

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

GraalJS 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 release calendar for release dates.

Version 25.1.0

  • 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.
  • Implemented the Immutable ArrayBuffers proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
Commits
  • 629f33f release GraalVM 25.0.1
  • b55cf7d [GR-69371] [GR-69405] Release GraalVM 25.0.0 and start 25.0.1 dev cycle.
  • 9ef660b Start 25.0.1 dev cycle.
  • See full diff in compare view

Updates org.graalvm.truffle:truffle-runtime from 25.0.0 to 25.0.1

Commits
  • 05ec025 release GraalVM 25.0.1
  • 6ea8be5 [GR-69464] Backport to 25.0: Evaluate Merge Explode PE without ProxyPlaceHold...
  • 32edf14 [GR-69811] Backport to 25.0: Mark compiler threads as crashed in both isolates.
  • e179587 [GR-68927] Backport to 25.0: Analyze and Fix Tier 2 Compile Times on function...
  • 386311f [GR-69429] Backport to 25.0: Speed up LinearScan lifetime analysis by compres...
  • 5f699a0 Drop metric changes
  • 26a139b late proxy generation: improvements.
  • 921a2d3 partial evluation: create proxies after PE not during.
  • 579c737 Adapt fix
  • 92a598b Review comments
  • 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 25.0.0 to 25.0.1.

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

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

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

Updates `org.graalvm.truffle:truffle-runtime` from 25.0.0 to 25.0.1
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-25.0.0...vm-25.0.1)

---
updated-dependencies:
- dependency-name: org.graalvm.js:js
  dependency-version: 25.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.js:js-scriptengine
  dependency-version: 25.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.js:js-language
  dependency-version: 25.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.graalvm.truffle:truffle-runtime
  dependency-version: 25.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 24, 2025
@garydgregory garydgregory merged commit 8283f35 into master Oct 24, 2025
13 of 15 checks passed
@garydgregory garydgregory deleted the dependabot/maven/graalvm.version-25.0.1 branch October 24, 2025 20:56
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