dependabot[bot] opened a new pull request, #24354: URL: https://github.com/apache/camel/pull/24354
Bumps [org.graalvm.js:js-language](https://github.com/graalvm/graaljs) from 25.0.3 to 25.1.3. <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 Innovation 1 (25.1.3)</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>You can download GraalJS as a Native Standalone distribution for Oracle GraalVM or GraalVM Community Edition. Native Standalone contains a Native Image compiled launcher.</p> <p>Starting with 25.0.3, JVM Standalone artifacts are no longer supported and are not included in this release.</p> <p>To distinguish between Oracle GraalVM and GraalVM Community Edition, the Community Edition distribution has the suffix <code>-community</code> 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.1.3</h2> <ul> <li>ECMAScript 2026 mode/features enabled by default.</li> <li>Removed support and builds for macOS x86-64 (darwin-amd64).</li> <li>Added an experimental option <code>js.crypto</code> that provides <code>getRandomValues()</code> and <code>randomUUID()</code> from the <a href="https://w3c.github.io/webcrypto/#crypto-interface">Web Crypto API</a>.</li> <li>Added stable option <code>js.performance</code> that provides <code>performance.now()</code>, <code>timeOrigin</code>, and <code>toJSON()</code> from the <a href="https://w3c.github.io/hr-time/">Web High Resolution Time API</a>.</li> <li>Finished support for <a href="https://github.com/tc39/proposal-temporal">Temporal</a>. It is available in ECMAScript 2027 mode (<code>--js.ecmascript-version=2027</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-immutable-arraybuffer"><code>Immutable ArrayBuffers</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-explicit-resource-management"><code>Explicit Resource Management</code></a> proposal. It is available behind the experimental option (<code>--js.explicit-resource-management</code>).</li> <li>Updated Node.js to version 24.14.1.</li> <li>Limited Chrome inspector remote debugging to localhost.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-joint-iteration"><code>Joint Iteration</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-import-text"><code>Import Text</code></a> proposal. It is available behind the experimental option (<code>--js.import-text</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-import-bytes"><code>Import Bytes</code></a> proposal. It is available behind the experimental option (<code>--js.import-bytes</code>).</li> <li>Implemented the <a href="https://github.com/tc39/proposal-error-stack-accessor"><code>Error Stack Accessor</code></a> proposal. It is available behind the experimental option (<code>--js.error-stack-accessor</code>).</li> <li>Removed support for legacy import assertions (<code>import ... assert {type: "..."}</code>) and the <code>--js.import-assertions</code> option; use import attributes (<code>import ... with {type: "..."}</code>, option <code>--js.import-attributes</code>) instead.</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/b86c15a3600750a255d716828a6b111d99594d4c"><code>b86c15a</code></a> [GR-76671] Update GraalVM version number to 25.1.3 in GraalJS.</li> <li><a href="https://github.com/oracle/graaljs/commit/21027351bf491979c06e7a34640fdcf044feca41"><code>2102735</code></a> Update GraalVM version number to 25.1.3 in GraalJS.</li> <li><a href="https://github.com/oracle/graaljs/commit/004cb07b00772e9f5676afdd7d79a7e759bc1d89"><code>004cb07</code></a> [GR-76641] Date constructor should process the first 7 arguments only.</li> <li><a href="https://github.com/oracle/graaljs/commit/ccaf4d9ed359b1ff3265cd0ac63ac662480ea6d6"><code>ccaf4d9</code></a> Regression test for Date constructor processing arguments beyond its seven fo...</li> <li><a href="https://github.com/oracle/graaljs/commit/bc79e0c40cd4f8c3b9bc1fefe2090ee62522a368"><code>bc79e0c</code></a> Date constructor should process the first 7 arguments only.</li> <li><a href="https://github.com/oracle/graaljs/commit/f5a6d64fc0e14ae1f8dd1fa6998f9d6dd057338e"><code>f5a6d64</code></a> [GR-23997] Periodic update of the graal import (2026-06-14).</li> <li><a href="https://github.com/oracle/graaljs/commit/db4dfd58e6b67709d28eaad51ab9d00f5b1d5096"><code>db4dfd5</code></a> Updating the status of TestV8 test-suite.</li> <li><a href="https://github.com/oracle/graaljs/commit/90e47cea4d4633048f7f82ada318fcd0c882937f"><code>90e47ce</code></a> Update graal import.</li> <li><a href="https://github.com/oracle/graaljs/commit/614f9dafc9df3233f6c99af7cc3254253128e294"><code>614f9da</code></a> [GR-76553] Separating typed-array copyWithin from the array one.</li> <li><a href="https://github.com/oracle/graaljs/commit/693b8aee65dde2a6235344dbd222134e37197cdd"><code>693b8ae</code></a> Testing that Float[32|16]Array.p.copyWithin keep NaN payloads.</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-25.0.3...vm-25.1.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
