dependabot[bot] opened a new pull request, #703: URL: https://github.com/apache/commons-text/pull/703
Bumps `graalvm.version` from 24.2.2 to 25.0.0. Updates `org.graalvm.js:js` from 24.2.2 to 25.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/graaljs/releases">org.graalvm.js:js's releases</a>.</em></p> <blockquote> <h2>GraalJS 25.0.0</h2> <p><a href="https://www.graalvm.org/javascript/">GraalJS</a> 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.</p> <p>GraalJS version 25.0.0 is designed for use with Oracle GraalVM 25.0.0 or GraalVM Community Edition 25.0.0, and can be downloaded separately.</p> <p>There are two standalone types to choose from:</p> <ul> <li>Native Standalone: This contains a Native Image compiled launcher</li> <li>JVM Standalone: This contains JavaScript in the JVM configuration</li> </ul> <p>To distinguish between them, the GraalVM Community Edition version has the suffix <code>-community</code> in its name. A JVM standalone has a <code>-jvm</code> suffix in its name.</p> <p>Learn more about GraalJS and how to get started on the website at <a href="https://www.graalvm.org/javascript/">https://www.graalvm.org/javascript/</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oracle/graaljs/blob/master/CHANGELOG.md">org.graalvm.js:js's changelog</a>.</em></p> <blockquote> <h2>Version 25.0.0</h2> <ul> <li>ECMAScript 2025 mode/features enabled by default.</li> <li>Updated Node.js to version 22.17.1.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-intl-duration-format"><code>Intl.DurationFormat</code></a> proposal.</li> <li>Made option <code>js.text-encoding</code> stable and allowed in <code>SandboxPolicy.CONSTRAINED</code>.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-defer-import-eval"><code>import defer</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-upsert"><code>Upsert</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Enabled source phase imports from WebAssembly modules (<code>import source mod from "./mod.wasm"</code>) by default if the <code>js.webassembly</code> option is enabled and the <code>js.source-phase-imports</code> option is not explicitly set to <code>false</code>.</li> </ul> <h2>Version 24.2.0</h2> <ul> <li>Updated Node.js to version 22.13.1.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-is-error"><code>Error.isError</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-math-sum"><code>Math.sumPrecise</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-promise-try"><code>Promise.try</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-atomics-microwait"><code>Atomics.pause</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-arraybuffer-base64">Uint8Array to/from base64 and hex</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-source-phase-imports">Source Phase Imports</a> proposal. It is available behind the experimental option (<code>--js.source-phase-imports</code>).</li> <li>Implemented the <a href="https://github.com/WebAssembly/esm-integration">WebAssembly/ES Module Integration</a> proposal, allowing <code>.wasm</code> modules to be loaded via <code>import</code> statements.</li> <li>Implemented basic Worker API (resembling the API available in <code>d8</code>). It is available behind the experimental option <code>--js.worker</code>.</li> <li>Added option <code>js.stack-trace-api</code> that enables/disables <code>Error.captureStackTrace</code>, <code>Error.prepareStackTrace</code> and <code>Error.stackTraceLimit</code>. These non-standard extensions are disabled by default (unless <code>js.v8-compat</code> or <code>js.nashorn-compat</code> is used).</li> <li>Made option <code>js.webassembly</code> stable.</li> <li>Made options <code>js.load</code>, <code>js.print</code>, and <code>js.graal-builtin</code> stable and allowed in <code>SandboxPolicy.UNTRUSTED</code>.</li> <li>Made option <code>js.locale</code> stable and allowed in <code>SandboxPolicy.UNTRUSTED</code>. Its value, if non-empty, must be a well-formed Unicode BCP 47 locale identifier and is now validated.</li> <li>Added an experimental <code>java.util.concurrent.Executor</code> that can be used to post tasks into the event loop thread in <code>graal-nodejs</code>. It is available as <code>require('node:graal').eventLoopExecutor</code>.</li> <li>Implemented the <code>TextDecoder</code> and <code>TextEncoder</code> APIs of the <a href="https://encoding.spec.whatwg.org/">WHATWG Encoding Standard</a>. They are available behind the experimental option (<code>--js.text-encoding</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-regex-escaping"><code>RegExp.escape</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-regexp-modifiers">Regular Expression Pattern Modifiers</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-iterator-sequencing">Iterator Sequencing</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> </ul> <h2>Version 24.1.0</h2> <ul> <li>ECMAScript 2024 mode/features enabled by default.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-redeclarable-global-eval-vars">Make eval-introduced global vars redeclarable</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-float16array">Float16Array</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-array-from-async">Array.fromAsync</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-resizablearraybuffer">Resizable and Growable ArrayBuffers</a> proposal.</li> <li>Updated Node.js to version 20.13.1.</li> <li>Made option <code>js.esm-eval-returns-exports</code> stable and allowed in <code>SandboxPolicy.UNTRUSTED</code>.</li> </ul> <h2>Version 24.0.0</h2> <ul> <li>Implemented the <a href="https://github.com/WebAssembly/threads">WebAssembly threads</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-promise-with-resolvers">Promise.withResolvers</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implementation of <a href="https://github.com/tc39/proposal-async-iterator-helpers">Async Iterator Helpers</a> proposal (that was split out from Iterator Helpers proposal) was moved behind the experimental option <code>--js.async-iterator-helpers</code>.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-is-usv-string">Well-Formed Unicode Strings</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-json-parse-with-source">JSON.parse source text access</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Updated Node.js to version 18.18.2.</li> <li>WebAssembly support in Node.js has been enabled by default. It can be disabled using the experimental option <code>--js.webassembly=false</code>.</li> <li><code>--js.import-assertions</code> option has been replaced by <code>--js.import-attributes</code> option because <a href="https://github.com/tc39/proposal-import-attributes">the corresponding proposal</a> has migrated from the usage of assertions to the usage of attributes.</li> </ul> <h2>Version 23.1.0</h2> <ul> <li>NOTE: GraalVM no longer ships with a "js" ScriptEngine. Please either use the Maven dependency or explicitly put <code>js-scriptengine.jar</code> on the module path. See <a href="https://github.com/oracle/graaljs/blob/master/docs/user/ScriptEngine.md">ScriptEngine documentation</a> for details.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/930257e6db1e6e7ee36ef462db67ba01a28d469c"><code>930257e</code></a> Release GraalVM 25.0.0.</li> <li><a href="https://github.com/oracle/graaljs/commit/633e62aa2f474944c21d7d1cf54297627e9c60af"><code>633e62a</code></a> [GR-68100] Backport to 25: Build Graal.js and GraalNode.js native standalones...</li> <li><a href="https://github.com/oracle/graaljs/commit/44cb2a621679dc9cb93f0e26ff4cdced2e7ef4ad"><code>44cb2a6</code></a> Do not set Vector API specific options for libjsvm and libgraal-nodejs on pre...</li> <li><a href="https://github.com/oracle/graaljs/commit/6073998e27fd3adf8c7a082d03083dfcb99132be"><code>6073998</code></a> [GR-67852] Backport to 25.0: Merge master into release branch.</li> <li><a href="https://github.com/oracle/graaljs/commit/fa450a6e329ebf204b94d1d39e742183647f500f"><code>fa450a6</code></a> Update the status of sequential test suite.</li> <li><a href="https://github.com/oracle/graaljs/commit/2b263ffd75b6178f326743a02fa21f3604d8916c"><code>2b263ff</code></a> Sync CI files.</li> <li><a href="https://github.com/oracle/graaljs/commit/e863e8ed988d092fbbba56303a9546b92eab1431"><code>e863e8e</code></a> Update graal import.</li> <li><a href="https://github.com/oracle/graaljs/commit/9957c13372eb41e4f5c0a808b00dae2c781eab67"><code>9957c13</code></a> Revert "Start 26.0.0 dev cycle."</li> <li><a href="https://github.com/oracle/graaljs/commit/1aa4a8a927f7d99a760608aac3fffcc817b8f34c"><code>1aa4a8a</code></a> [GR-67647] Upgrading the underlying Node.js to version 22.17.1.</li> <li><a href="https://github.com/oracle/graaljs/commit/113cb4469f78e59e4e58faf0597ad23ec2bc81d3"><code>113cb44</code></a> [GR-65834] Fix possible deopt cycle in property cache.</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-24.2.2...vm-25.0.0">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.js:js-scriptengine` from 24.2.2 to 25.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/graaljs/releases">org.graalvm.js:js-scriptengine's releases</a>.</em></p> <blockquote> <h2>GraalJS 25.0.0</h2> <p><a href="https://www.graalvm.org/javascript/">GraalJS</a> 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.</p> <p>GraalJS version 25.0.0 is designed for use with Oracle GraalVM 25.0.0 or GraalVM Community Edition 25.0.0, and can be downloaded separately.</p> <p>There are two standalone types to choose from:</p> <ul> <li>Native Standalone: This contains a Native Image compiled launcher</li> <li>JVM Standalone: This contains JavaScript in the JVM configuration</li> </ul> <p>To distinguish between them, the GraalVM Community Edition version has the suffix <code>-community</code> in its name. A JVM standalone has a <code>-jvm</code> suffix in its name.</p> <p>Learn more about GraalJS and how to get started on the website at <a href="https://www.graalvm.org/javascript/">https://www.graalvm.org/javascript/</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oracle/graaljs/blob/master/CHANGELOG.md">org.graalvm.js:js-scriptengine's changelog</a>.</em></p> <blockquote> <h2>Version 25.0.0</h2> <ul> <li>ECMAScript 2025 mode/features enabled by default.</li> <li>Updated Node.js to version 22.17.1.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-intl-duration-format"><code>Intl.DurationFormat</code></a> proposal.</li> <li>Made option <code>js.text-encoding</code> stable and allowed in <code>SandboxPolicy.CONSTRAINED</code>.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-defer-import-eval"><code>import defer</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-upsert"><code>Upsert</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Enabled source phase imports from WebAssembly modules (<code>import source mod from "./mod.wasm"</code>) by default if the <code>js.webassembly</code> option is enabled and the <code>js.source-phase-imports</code> option is not explicitly set to <code>false</code>.</li> </ul> <h2>Version 24.2.0</h2> <ul> <li>Updated Node.js to version 22.13.1.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-is-error"><code>Error.isError</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-math-sum"><code>Math.sumPrecise</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-promise-try"><code>Promise.try</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-atomics-microwait"><code>Atomics.pause</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-arraybuffer-base64">Uint8Array to/from base64 and hex</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-source-phase-imports">Source Phase Imports</a> proposal. It is available behind the experimental option (<code>--js.source-phase-imports</code>).</li> <li>Implemented the <a href="https://github.com/WebAssembly/esm-integration">WebAssembly/ES Module Integration</a> proposal, allowing <code>.wasm</code> modules to be loaded via <code>import</code> statements.</li> <li>Implemented basic Worker API (resembling the API available in <code>d8</code>). It is available behind the experimental option <code>--js.worker</code>.</li> <li>Added option <code>js.stack-trace-api</code> that enables/disables <code>Error.captureStackTrace</code>, <code>Error.prepareStackTrace</code> and <code>Error.stackTraceLimit</code>. These non-standard extensions are disabled by default (unless <code>js.v8-compat</code> or <code>js.nashorn-compat</code> is used).</li> <li>Made option <code>js.webassembly</code> stable.</li> <li>Made options <code>js.load</code>, <code>js.print</code>, and <code>js.graal-builtin</code> stable and allowed in <code>SandboxPolicy.UNTRUSTED</code>.</li> <li>Made option <code>js.locale</code> stable and allowed in <code>SandboxPolicy.UNTRUSTED</code>. Its value, if non-empty, must be a well-formed Unicode BCP 47 locale identifier and is now validated.</li> <li>Added an experimental <code>java.util.concurrent.Executor</code> that can be used to post tasks into the event loop thread in <code>graal-nodejs</code>. It is available as <code>require('node:graal').eventLoopExecutor</code>.</li> <li>Implemented the <code>TextDecoder</code> and <code>TextEncoder</code> APIs of the <a href="https://encoding.spec.whatwg.org/">WHATWG Encoding Standard</a>. They are available behind the experimental option (<code>--js.text-encoding</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-regex-escaping"><code>RegExp.escape</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-regexp-modifiers">Regular Expression Pattern Modifiers</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-iterator-sequencing">Iterator Sequencing</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> </ul> <h2>Version 24.1.0</h2> <ul> <li>ECMAScript 2024 mode/features enabled by default.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-redeclarable-global-eval-vars">Make eval-introduced global vars redeclarable</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-float16array">Float16Array</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-array-from-async">Array.fromAsync</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-resizablearraybuffer">Resizable and Growable ArrayBuffers</a> proposal.</li> <li>Updated Node.js to version 20.13.1.</li> <li>Made option <code>js.esm-eval-returns-exports</code> stable and allowed in <code>SandboxPolicy.UNTRUSTED</code>.</li> </ul> <h2>Version 24.0.0</h2> <ul> <li>Implemented the <a href="https://github.com/WebAssembly/threads">WebAssembly threads</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-promise-with-resolvers">Promise.withResolvers</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implementation of <a href="https://github.com/tc39/proposal-async-iterator-helpers">Async Iterator Helpers</a> proposal (that was split out from Iterator Helpers proposal) was moved behind the experimental option <code>--js.async-iterator-helpers</code>.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-is-usv-string">Well-Formed Unicode Strings</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-json-parse-with-source">JSON.parse source text access</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Updated Node.js to version 18.18.2.</li> <li>WebAssembly support in Node.js has been enabled by default. It can be disabled using the experimental option <code>--js.webassembly=false</code>.</li> <li><code>--js.import-assertions</code> option has been replaced by <code>--js.import-attributes</code> option because <a href="https://github.com/tc39/proposal-import-attributes">the corresponding proposal</a> has migrated from the usage of assertions to the usage of attributes.</li> </ul> <h2>Version 23.1.0</h2> <ul> <li>NOTE: GraalVM no longer ships with a "js" ScriptEngine. Please either use the Maven dependency or explicitly put <code>js-scriptengine.jar</code> on the module path. See <a href="https://github.com/oracle/graaljs/blob/master/docs/user/ScriptEngine.md">ScriptEngine documentation</a> for details.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/930257e6db1e6e7ee36ef462db67ba01a28d469c"><code>930257e</code></a> Release GraalVM 25.0.0.</li> <li><a href="https://github.com/oracle/graaljs/commit/633e62aa2f474944c21d7d1cf54297627e9c60af"><code>633e62a</code></a> [GR-68100] Backport to 25: Build Graal.js and GraalNode.js native standalones...</li> <li><a href="https://github.com/oracle/graaljs/commit/44cb2a621679dc9cb93f0e26ff4cdced2e7ef4ad"><code>44cb2a6</code></a> Do not set Vector API specific options for libjsvm and libgraal-nodejs on pre...</li> <li><a href="https://github.com/oracle/graaljs/commit/6073998e27fd3adf8c7a082d03083dfcb99132be"><code>6073998</code></a> [GR-67852] Backport to 25.0: Merge master into release branch.</li> <li><a href="https://github.com/oracle/graaljs/commit/fa450a6e329ebf204b94d1d39e742183647f500f"><code>fa450a6</code></a> Update the status of sequential test suite.</li> <li><a href="https://github.com/oracle/graaljs/commit/2b263ffd75b6178f326743a02fa21f3604d8916c"><code>2b263ff</code></a> Sync CI files.</li> <li><a href="https://github.com/oracle/graaljs/commit/e863e8ed988d092fbbba56303a9546b92eab1431"><code>e863e8e</code></a> Update graal import.</li> <li><a href="https://github.com/oracle/graaljs/commit/9957c13372eb41e4f5c0a808b00dae2c781eab67"><code>9957c13</code></a> Revert "Start 26.0.0 dev cycle."</li> <li><a href="https://github.com/oracle/graaljs/commit/1aa4a8a927f7d99a760608aac3fffcc817b8f34c"><code>1aa4a8a</code></a> [GR-67647] Upgrading the underlying Node.js to version 22.17.1.</li> <li><a href="https://github.com/oracle/graaljs/commit/113cb4469f78e59e4e58faf0597ad23ec2bc81d3"><code>113cb44</code></a> [GR-65834] Fix possible deopt cycle in property cache.</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-24.2.2...vm-25.0.0">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.js:js-language` from 24.2.2 to 25.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/graaljs/releases">org.graalvm.js:js-language's releases</a>.</em></p> <blockquote> <h2>GraalJS 25.0.0</h2> <p><a href="https://www.graalvm.org/javascript/">GraalJS</a> 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.</p> <p>GraalJS version 25.0.0 is designed for use with Oracle GraalVM 25.0.0 or GraalVM Community Edition 25.0.0, and can be downloaded separately.</p> <p>There are two standalone types to choose from:</p> <ul> <li>Native Standalone: This contains a Native Image compiled launcher</li> <li>JVM Standalone: This contains JavaScript in the JVM configuration</li> </ul> <p>To distinguish between them, the GraalVM Community Edition version has the suffix <code>-community</code> in its name. A JVM standalone has a <code>-jvm</code> suffix in its name.</p> <p>Learn more about GraalJS and how to get started on the website at <a href="https://www.graalvm.org/javascript/">https://www.graalvm.org/javascript/</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/oracle/graaljs/blob/master/CHANGELOG.md">org.graalvm.js:js-language's changelog</a>.</em></p> <blockquote> <h2>Version 25.0.0</h2> <ul> <li>ECMAScript 2025 mode/features enabled by default.</li> <li>Updated Node.js to version 22.17.1.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-intl-duration-format"><code>Intl.DurationFormat</code></a> proposal.</li> <li>Made option <code>js.text-encoding</code> stable and allowed in <code>SandboxPolicy.CONSTRAINED</code>.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-defer-import-eval"><code>import defer</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-upsert"><code>Upsert</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Enabled source phase imports from WebAssembly modules (<code>import source mod from "./mod.wasm"</code>) by default if the <code>js.webassembly</code> option is enabled and the <code>js.source-phase-imports</code> option is not explicitly set to <code>false</code>.</li> </ul> <h2>Version 24.2.0</h2> <ul> <li>Updated Node.js to version 22.13.1.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-is-error"><code>Error.isError</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-math-sum"><code>Math.sumPrecise</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-promise-try"><code>Promise.try</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-atomics-microwait"><code>Atomics.pause</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-arraybuffer-base64">Uint8Array to/from base64 and hex</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-source-phase-imports">Source Phase Imports</a> proposal. It is available behind the experimental option (<code>--js.source-phase-imports</code>).</li> <li>Implemented the <a href="https://github.com/WebAssembly/esm-integration">WebAssembly/ES Module Integration</a> proposal, allowing <code>.wasm</code> modules to be loaded via <code>import</code> statements.</li> <li>Implemented basic Worker API (resembling the API available in <code>d8</code>). It is available behind the experimental option <code>--js.worker</code>.</li> <li>Added option <code>js.stack-trace-api</code> that enables/disables <code>Error.captureStackTrace</code>, <code>Error.prepareStackTrace</code> and <code>Error.stackTraceLimit</code>. These non-standard extensions are disabled by default (unless <code>js.v8-compat</code> or <code>js.nashorn-compat</code> is used).</li> <li>Made option <code>js.webassembly</code> stable.</li> <li>Made options <code>js.load</code>, <code>js.print</code>, and <code>js.graal-builtin</code> stable and allowed in <code>SandboxPolicy.UNTRUSTED</code>.</li> <li>Made option <code>js.locale</code> stable and allowed in <code>SandboxPolicy.UNTRUSTED</code>. Its value, if non-empty, must be a well-formed Unicode BCP 47 locale identifier and is now validated.</li> <li>Added an experimental <code>java.util.concurrent.Executor</code> that can be used to post tasks into the event loop thread in <code>graal-nodejs</code>. It is available as <code>require('node:graal').eventLoopExecutor</code>.</li> <li>Implemented the <code>TextDecoder</code> and <code>TextEncoder</code> APIs of the <a href="https://encoding.spec.whatwg.org/">WHATWG Encoding Standard</a>. They are available behind the experimental option (<code>--js.text-encoding</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-regex-escaping"><code>RegExp.escape</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-regexp-modifiers">Regular Expression Pattern Modifiers</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-iterator-sequencing">Iterator Sequencing</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> </ul> <h2>Version 24.1.0</h2> <ul> <li>ECMAScript 2024 mode/features enabled by default.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-redeclarable-global-eval-vars">Make eval-introduced global vars redeclarable</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-float16array">Float16Array</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-array-from-async">Array.fromAsync</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-resizablearraybuffer">Resizable and Growable ArrayBuffers</a> proposal.</li> <li>Updated Node.js to version 20.13.1.</li> <li>Made option <code>js.esm-eval-returns-exports</code> stable and allowed in <code>SandboxPolicy.UNTRUSTED</code>.</li> </ul> <h2>Version 24.0.0</h2> <ul> <li>Implemented the <a href="https://github.com/WebAssembly/threads">WebAssembly threads</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-promise-with-resolvers">Promise.withResolvers</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implementation of <a href="https://github.com/tc39/proposal-async-iterator-helpers">Async Iterator Helpers</a> proposal (that was split out from Iterator Helpers proposal) was moved behind the experimental option <code>--js.async-iterator-helpers</code>.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-is-usv-string">Well-Formed Unicode Strings</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-json-parse-with-source">JSON.parse source text access</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Updated Node.js to version 18.18.2.</li> <li>WebAssembly support in Node.js has been enabled by default. It can be disabled using the experimental option <code>--js.webassembly=false</code>.</li> <li><code>--js.import-assertions</code> option has been replaced by <code>--js.import-attributes</code> option because <a href="https://github.com/tc39/proposal-import-attributes">the corresponding proposal</a> has migrated from the usage of assertions to the usage of attributes.</li> </ul> <h2>Version 23.1.0</h2> <ul> <li>NOTE: GraalVM no longer ships with a "js" ScriptEngine. Please either use the Maven dependency or explicitly put <code>js-scriptengine.jar</code> on the module path. See <a href="https://github.com/oracle/graaljs/blob/master/docs/user/ScriptEngine.md">ScriptEngine documentation</a> for details.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/930257e6db1e6e7ee36ef462db67ba01a28d469c"><code>930257e</code></a> Release GraalVM 25.0.0.</li> <li><a href="https://github.com/oracle/graaljs/commit/633e62aa2f474944c21d7d1cf54297627e9c60af"><code>633e62a</code></a> [GR-68100] Backport to 25: Build Graal.js and GraalNode.js native standalones...</li> <li><a href="https://github.com/oracle/graaljs/commit/44cb2a621679dc9cb93f0e26ff4cdced2e7ef4ad"><code>44cb2a6</code></a> Do not set Vector API specific options for libjsvm and libgraal-nodejs on pre...</li> <li><a href="https://github.com/oracle/graaljs/commit/6073998e27fd3adf8c7a082d03083dfcb99132be"><code>6073998</code></a> [GR-67852] Backport to 25.0: Merge master into release branch.</li> <li><a href="https://github.com/oracle/graaljs/commit/fa450a6e329ebf204b94d1d39e742183647f500f"><code>fa450a6</code></a> Update the status of sequential test suite.</li> <li><a href="https://github.com/oracle/graaljs/commit/2b263ffd75b6178f326743a02fa21f3604d8916c"><code>2b263ff</code></a> Sync CI files.</li> <li><a href="https://github.com/oracle/graaljs/commit/e863e8ed988d092fbbba56303a9546b92eab1431"><code>e863e8e</code></a> Update graal import.</li> <li><a href="https://github.com/oracle/graaljs/commit/9957c13372eb41e4f5c0a808b00dae2c781eab67"><code>9957c13</code></a> Revert "Start 26.0.0 dev cycle."</li> <li><a href="https://github.com/oracle/graaljs/commit/1aa4a8a927f7d99a760608aac3fffcc817b8f34c"><code>1aa4a8a</code></a> [GR-67647] Upgrading the underlying Node.js to version 22.17.1.</li> <li><a href="https://github.com/oracle/graaljs/commit/113cb4469f78e59e4e58faf0597ad23ec2bc81d3"><code>113cb44</code></a> [GR-65834] Fix possible deopt cycle in property cache.</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-24.2.2...vm-25.0.0">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.truffle:truffle-runtime` from 24.2.2 to 25.0.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graal/commit/082f26e36e8b0740f9d4805ad97087a707de25d9"><code>082f26e</code></a> Release GraalVM 25.0.0.</li> <li><a href="https://github.com/oracle/graal/commit/0cc910a029a595cbbe40b75aa4853c45dbf51c89"><code>0cc910a</code></a> [GR-67856] Update 3rd party license file.</li> <li><a href="https://github.com/oracle/graal/commit/ce41e5b01eb9ef551721ad18e3806d040b193162"><code>ce41e5b</code></a> Update 3rd party license file.</li> <li><a href="https://github.com/oracle/graal/commit/cb9d29e7774666c950ffd7da85faaeb23fc3558c"><code>cb9d29e</code></a> [GR-69263] Update labsjdk to 25+37-jvmci-b01</li> <li><a href="https://github.com/oracle/graal/commit/9f2a62e142ff36fe33d9f012c7d3624e4733c0f3"><code>9f2a62e</code></a> update JVMCI to 25+37-jvmci-b01</li> <li><a href="https://github.com/oracle/graal/commit/7e37405e3107e33ccff40a9b11c21baf83d46837"><code>7e37405</code></a> [GR-69039] Remove Jipher from the base GraalVM EE artifact.</li> <li><a href="https://github.com/oracle/graal/commit/26f2032c080a2b9358c7628e5645913eeec8a4ca"><code>26f2032</code></a> Remove Jipher from the base GraalVM EE artifact.</li> <li><a href="https://github.com/oracle/graal/commit/f94cbf03fb887a04ad5f21b239fc16fa7da3b61b"><code>f94cbf0</code></a> [GR-68894] Backport to 25.0: GraalWasm performance regressions due to unsuppo...</li> <li><a href="https://github.com/oracle/graal/commit/b00e6bfd7907cdd5b322e5a5e8e4c106d5bad44d"><code>b00e6bf</code></a> [GR-68876] Backport to 25.0.0: Comment out lock assertion that doesn't always...</li> <li><a href="https://github.com/oracle/graal/commit/4412bdc461b712b359d0de4ee5f136d1a8733a5d"><code>4412bdc</code></a> [GR-68825] Backport to 25.0: Fix truncated decompression in java zlib backend</li> <li>Additional commits viewable in <a href="https://github.com/oracle/graal/compare/vm-24.2.2...vm-25.0.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@commons.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org