digiwf-core
digiwf-core copied to clipboard
Bump graalvm.version from 23.0.5 to 24.1.0
Bumps graalvm.version from 23.0.5 to 24.1.0.
Updates org.graalvm.sdk:graal-sdk from 23.0.5 to 24.1.0
Commits
- See full diff in compare view
Updates org.graalvm.js:js from 23.0.5 to 24.1.0
Commits
- See full diff in compare view
Updates org.graalvm.js:js-scriptengine from 23.0.5 to 24.1.0
Release notes
Sourced from org.graalvm.js:js-scriptengine's releases.
GraalJS 24.1.0
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
-communityin the name. A JVM standalone has a-jvmsuffix in a name.Learn more about GraalJS and how to get started on the website: https://www.graalvm.org/javascript/.
GraalJS 24.0.2
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
-communityin the name. A JVM standalone has a-jvmsuffix in a name.Learn more about GraalJS and how to get started on the website: https://www.graalvm.org/javascript/.
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
-communityin the name. A JVM standalone has a-jvmsuffix in a name.Learn more about GraalJS and how to get started on the website: https://www.graalvm.org/javascript/.
GraalJS 24.0.0
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.0 is designed for use with Oracle GraalVM for JDK 22.0.0 or GraalVM Community Edition for JDK 22.0.0, and can be downloaded separately.
There are two standalone types to choose from:
- Native Standalone: This contains a Native Image compiled launcher
... (truncated)
Changelog
Sourced from org.graalvm.js:js-scriptengine's changelog.
Version 24.1.0
- ECMAScript 2024 mode/features enabled by default.
- Implemented the Make eval-introduced global vars redeclarable proposal.
- Implemented the Float16Array proposal. It is available in ECMAScript staging mode (
--js.ecmascript-version=staging).- Implemented the Array.fromAsync proposal. It is available in ECMAScript staging mode (
--js.ecmascript-version=staging).- Implemented the Resizable and Growable ArrayBuffers proposal.
- Updated Node.js to version 20.13.1.
- Made option
js.esm-eval-returns-exportsstable and allowed inSandboxPolicy.UNTRUSTED.Version 24.0.0
- Implemented the WebAssembly threads proposal.
- 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-assertionsoption has been replaced by--js.import-attributesoption 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.jaron 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.cleanupSomeis 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 tofalsethen narrow spaces in date/time formats are replaced by a space (0x20).- Made option
js.consolestable and allowed inSandboxPolicy.UNTRUSTED.- Made option
js.unhandled-rejectionsstable and allowed inSandboxPolicy.CONSTRAINED.- Added option
js.allow-evalthat is stable and allowed inSandboxPolicy.UNTRUSTED.- Deprecated option
js.disable-eval, superseded byjs.allow-eval.- Implemented the String.dedent proposal. It is available in ECMAScript staging mode (
--js.ecmascript-version=staging).- Duplicate named capture groups are now supported in regular expressions, as per the duplicate named capturing groups proposal.
- Implemented the RegExp v flag proposal. It is available behind the experimental option
--js.regexp-unicode-sets.- The Maven coordinates for embedding the GraalVM JavaScript have been updated. For consuming the enterprise GraalVM JavaScript, use:
For consuming the community GraalVM JavaScript, use:<dependency> <groupId>org.graalvm.polyglot</groupId> <artifactId>js</artifactId> <version>${graalvm.version}</version> <type>pom</type> </dependency><dependency> <groupId>org.graalvm.polyglot</groupId> <artifactId>js-community</artifactId> <version>${graalvm.version}</version> <type>pom</type>
... (truncated)
Commits
- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)