dependabot[bot] opened a new pull request, #20165: URL: https://github.com/apache/druid/pull/20165
Bumps `graaljs.version` from 25.2.4 to 25.3.4.1. Updates `org.graalvm.js:js` from 25.2.4 to 25.3.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oracle/graaljs/releases">org.graalvm.js:js's releases</a>.</em></p> <blockquote> <h2>GraalJS 25 Innovation 3 (25.3.4.1)</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's changelog</a>.</em></p> <blockquote> <h2>Version 25.3.4.1</h2> <ul> <li>Implemented the <a href="https://github.com/tc39/proposal-iterator-includes"><code>Iterator Includes</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-iterator-join"><code>Iterator Join</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-iterator-chunking"><code>Iterator Chunking</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Updated Node.js to version 24.18.1.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/aede65d92c3b099fe2c732d70c4885cee30bb0aa"><code>aede65d</code></a> [GR-78747] Fix iterator closing for <code>Array.from</code> and collection constructors.</li> <li><a href="https://github.com/oracle/graaljs/commit/4d5b9b64d0df7b29726da709de1222aa709738e8"><code>4d5b9b6</code></a> [GR-78730] Avoid duplicate builtin key and name strings.</li> <li><a href="https://github.com/oracle/graaljs/commit/5cfa11daf3748e7f112637130006bba4a0033d63"><code>5cfa11d</code></a> Update test262 status.</li> <li><a href="https://github.com/oracle/graaljs/commit/0daf607f80c0a08444ddeec232fd5ee1cccc05c9"><code>0daf607</code></a> Fix iterator closing for <code>Array.from</code> and collection constructors.</li> <li><a href="https://github.com/oracle/graaljs/commit/735f95c65bab103de089adf4c9d92bf4abae8be3"><code>735f95c</code></a> [GR-78733] Preserve pending return value across finally blocks.</li> <li><a href="https://github.com/oracle/graaljs/commit/5294bb8331e72cd22dfee22efd952c8b8f55bef2"><code>5294bb8</code></a> Update test262 status.</li> <li><a href="https://github.com/oracle/graaljs/commit/0f792874c555a8fe5f7649f22b2fc636430634ce"><code>0f79287</code></a> Preserve pending return value across finally blocks.</li> <li><a href="https://github.com/oracle/graaljs/commit/05e11b88417cbe68955f391d2cc867958d8bb675"><code>05e11b8</code></a> [GR-78732] Avoid prototype mutation during context initialization.</li> <li><a href="https://github.com/oracle/graaljs/commit/cd3aaaca9180188562116f300a34bf0deb390373"><code>cd3aaac</code></a> Fix and assert functionData.hasStrictFunctionProperties() for async functions.</li> <li><a href="https://github.com/oracle/graaljs/commit/e09a6d85d8d287897713db87b2e90014079bcbc9"><code>e09a6d8</code></a> Allocate built-in derived constructor functions with their expected prototype.</li> <li>Additional commits viewable in <a href="https://github.com/oracle/graaljs/compare/vm-25.2.4...vm-25.3.4.1">compare view</a></li> </ul> </details> <br /> Updates `org.graalvm.js:js-scriptengine` from 25.2.4 to 25.3.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oracle/graaljs/releases">org.graalvm.js:js-scriptengine's releases</a>.</em></p> <blockquote> <h2>GraalJS 25 Innovation 3 (25.3.4.1)</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-scriptengine's changelog</a>.</em></p> <blockquote> <h2>Version 25.3.4.1</h2> <ul> <li>Implemented the <a href="https://github.com/tc39/proposal-iterator-includes"><code>Iterator Includes</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-iterator-join"><code>Iterator Join</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-iterator-chunking"><code>Iterator Chunking</code></a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Updated Node.js to version 24.18.1.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/aede65d92c3b099fe2c732d70c4885cee30bb0aa"><code>aede65d</code></a> [GR-78747] Fix iterator closing for <code>Array.from</code> and collection constructors.</li> <li><a href="https://github.com/oracle/graaljs/commit/4d5b9b64d0df7b29726da709de1222aa709738e8"><code>4d5b9b6</code></a> [GR-78730] Avoid duplicate builtin key and name strings.</li> <li><a href="https://github.com/oracle/graaljs/commit/5cfa11daf3748e7f112637130006bba4a0033d63"><code>5cfa11d</code></a> Update test262 status.</li> <li><a href="https://github.com/oracle/graaljs/commit/0daf607f80c0a08444ddeec232fd5ee1cccc05c9"><code>0daf607</code></a> Fix iterator closing for <code>Array.from</code> and collection constructors.</li> <li><a href="https://github.com/oracle/graaljs/commit/735f95c65bab103de089adf4c9d92bf4abae8be3"><code>735f95c</code></a> [GR-78733] Preserve pending return value across finally blocks.</li> <li><a href="https://github.com/oracle/graaljs/commit/5294bb8331e72cd22dfee22efd952c8b8f55bef2"><code>5294bb8</code></a> Update test262 status.</li> <li><a href="https://github.com/oracle/graaljs/commit/0f792874c555a8fe5f7649f22b2fc636430634ce"><code>0f79287</code></a> Preserve pending return value across finally blocks.</li> <li><a href="https://github.com/oracle/graaljs/commit/05e11b88417cbe68955f391d2cc867958d8bb675"><code>05e11b8</code></a> [GR-78732] Avoid prototype mutation during context initialization.</li> <li><a href="https://github.com/oracle/graaljs/commit/cd3aaaca9180188562116f300a34bf0deb390373"><code>cd3aaac</code></a> Fix and assert functionData.hasStrictFunctionProperties() for async functions.</li> <li><a href="https://github.com/oracle/graaljs/commit/e09a6d85d8d287897713db87b2e90014079bcbc9"><code>e09a6d8</code></a> Allocate built-in derived constructor functions with their expected prototype.</li> <li>Additional commits viewable in <a href="https://github.com/oracle/graaljs/compare/vm-25.2.4...vm-25.3.4.1">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 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
