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.1.1 is designed for use with Oracle GraalVM for JDK 23.0.1 or GraalVM Community Edition for JDK 23.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.
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.1.0 is designed for use with Oracle GraalVM for JDK 23.0.0 or GraalVM Community Edition for JDK 23.0.0, 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.
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.2 is designed for use with Oracle GraalVM for JDK 22.0.2 or GraalVM Community Edition for JDK 22.0.2, 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.
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
Implemented the Promise.withResolvers proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
Implementation of Async Iterator Helpers proposal (that was split out from Iterator Helpers proposal) was moved behind the experimental option --js.async-iterator-helpers.
Implemented the Well-Formed Unicode Strings proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
Implemented the JSON.parse source text access proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
Updated Node.js to version 18.18.2.
WebAssembly support in Node.js has been enabled by default. It can be disabled using the experimental option --js.webassembly=false.
--js.import-assertions option has been replaced by --js.import-attributes option because the corresponding proposal has migrated from the usage of assertions to the usage of attributes.
Version 23.1.0
NOTE: GraalVM no longer ships with a "js" ScriptEngine. Please either use the Maven dependency or explicitly put js-scriptengine.jar on the module path. See ScriptEngine documentation for details.
ECMAScript 2023 mode/features enabled by default.
Updated Node.js to version 18.17.1.
Implemented the Async Context proposal. It is available behind the experimental option --js.async-context.
FinalizationRegistry.prototype.cleanupSome is not enabled by default any more; it has been moved to ECMAScript staging mode (--js.ecmascript-version=staging).
Added an experimental option --js.allow-narrow-spaces-in-date-format (enabled by default). When this option is set to false then narrow spaces in date/time formats are replaced by a space (0x20).
Made option js.console stable and allowed in SandboxPolicy.UNTRUSTED.
Made option js.unhandled-rejections stable and allowed in SandboxPolicy.CONSTRAINED.
Added option js.allow-eval that is stable and allowed in SandboxPolicy.UNTRUSTED.
Deprecated option js.disable-eval, superseded by js.allow-eval.
Implemented the String.dedent proposal. It is available in ECMAScript staging mode (--js.ecmascript-version=staging).
You can trigger a rebase of this PR 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 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)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps
graalvm.version
from 21.1.0 to 24.1.1. Updatesorg.graalvm.compiler:compiler
from 21.1.0 to 24.1.1Commits
4d9a08f
Release GraalVM 24.1.1.9dabc62
[GR-57975] Backport to 24.1: Update bouncycastle dependency56e4c31
[GR-58283] Respin labsjdk to 23.0.1+11-jvmci-b01.8dc96da
labsjdk respin : adopt jdk-23.0.1+114c91c24
[GR-56704] Update mx import.d0e1958
[GR-57721] Backport to 24.1: Create Gradle plugin with similar features as ou...d759153
Update mx import.a8318eb
revert : support different JDK version between CE and EE for labsjdk-latest7fadcea
update JVMCI CE to 23.0.1+10-jvmci-b01a9352f8
[WIP] Update labsjdk to 23.0.1+10-jvmci-b01Updates
org.graalvm.truffle:truffle-api
from 21.1.0 to 24.1.1Commits
4d9a08f
Release GraalVM 24.1.1.9dabc62
[GR-57975] Backport to 24.1: Update bouncycastle dependency56e4c31
[GR-58283] Respin labsjdk to 23.0.1+11-jvmci-b01.8dc96da
labsjdk respin : adopt jdk-23.0.1+114c91c24
[GR-56704] Update mx import.d0e1958
[GR-57721] Backport to 24.1: Create Gradle plugin with similar features as ou...d759153
Update mx import.a8318eb
revert : support different JDK version between CE and EE for labsjdk-latest7fadcea
update JVMCI CE to 23.0.1+10-jvmci-b01a9352f8
[WIP] Update labsjdk to 23.0.1+10-jvmci-b01Updates
org.graalvm.sdk:graal-sdk
from 21.1.0 to 24.1.1Commits
4d9a08f
Release GraalVM 24.1.1.9dabc62
[GR-57975] Backport to 24.1: Update bouncycastle dependency56e4c31
[GR-58283] Respin labsjdk to 23.0.1+11-jvmci-b01.8dc96da
labsjdk respin : adopt jdk-23.0.1+114c91c24
[GR-56704] Update mx import.d0e1958
[GR-57721] Backport to 24.1: Create Gradle plugin with similar features as ou...d759153
Update mx import.a8318eb
revert : support different JDK version between CE and EE for labsjdk-latest7fadcea
update JVMCI CE to 23.0.1+10-jvmci-b01a9352f8
[WIP] Update labsjdk to 23.0.1+10-jvmci-b01Updates
org.graalvm.js:js
from 21.1.0 to 24.1.1Commits
4d9a08f
Release GraalVM 24.1.1.9dabc62
[GR-57975] Backport to 24.1: Update bouncycastle dependency56e4c31
[GR-58283] Respin labsjdk to 23.0.1+11-jvmci-b01.8dc96da
labsjdk respin : adopt jdk-23.0.1+114c91c24
[GR-56704] Update mx import.d0e1958
[GR-57721] Backport to 24.1: Create Gradle plugin with similar features as ou...d759153
Update mx import.a8318eb
revert : support different JDK version between CE and EE for labsjdk-latest7fadcea
update JVMCI CE to 23.0.1+10-jvmci-b01a9352f8
[WIP] Update labsjdk to 23.0.1+10-jvmci-b01Updates
org.graalvm.js:js-scriptengine
from 21.1.0 to 24.1.1Release notes
Sourced from org.graalvm.js:js-scriptengine's releases.
... (truncated)
Changelog
Sourced from org.graalvm.js:js-scriptengine's changelog.
... (truncated)
Commits
2e80837
Release GraalVM 24.1.1.3af98dd
[GR-57970] Backport to 24.1: Make js.webassembly option stable.c6cbcdd
Update changelog.3d3d33a
Make js.webassembly option stable and allowed in sandboxed mode.4deb7c0
[GR-58037] Start 24.1.1 dev cycle.8bbd1c4
Start 24.1.1 dev cycle.5ed929b
[GR-54375] Release GraalVM 24.1.0.c7170b3
[GR-57059] Batch backport from master into 24.1 release branch.3a569a8
Sync CI files.e118c7b
Adding a note about js.stack-trace-api option into change-log.You can trigger a rebase of this PR 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