dependabot[bot] opened a new pull request, #17497:
URL: https://github.com/apache/camel/pull/17497

   Bumps [org.graalvm.js:js-language](https://github.com/graalvm/graaljs) from 
24.1.2 to 24.2.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 24.2.0</h2>
   <p>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.</p>
   <p>GraalJS version 24.2.0 is designed for use with Oracle GraalVM for JDK 
24.0.0 or GraalVM Community Edition for JDK 24.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 the name. A JVM standalone has a 
<code>-jvm</code> suffix in a name.</p>
   <p>Learn more about GraalJS and how to get started on the website: <a 
href="http://www.graalvm.org/reference-manual/js/";>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 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 &quot;js&quot; 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>
   <li>ECMAScript 2023 mode/features enabled by default.</li>
   <li>Updated Node.js to version 18.17.1.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-async-context";>Async Context</a> 
proposal. It is available behind the experimental option 
<code>--js.async-context</code>.</li>
   <li><code>FinalizationRegistry.prototype.cleanupSome</code> is not enabled 
by default any more; it has been moved to ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Added an experimental option 
<code>--js.allow-narrow-spaces-in-date-format</code> (enabled by default). When 
this option is set to <code>false</code> then narrow spaces in date/time 
formats are replaced by a space (<code>0x20</code>).</li>
   <li>Made option <code>js.console</code> stable and allowed in 
<code>SandboxPolicy.UNTRUSTED</code>.</li>
   <li>Made option <code>js.unhandled-rejections</code> stable and allowed in 
<code>SandboxPolicy.CONSTRAINED</code>.</li>
   <li>Added option <code>js.allow-eval</code> that is stable and allowed in 
<code>SandboxPolicy.UNTRUSTED</code>.</li>
   <li>Deprecated option <code>js.disable-eval</code>, superseded by 
<code>js.allow-eval</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/69e44ba2af177e16590dcf170eebffd20c8ea091";><code>69e44ba</code></a>
 Release GraalVM 24.2.0.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/6501685295067e7bec30203361bf26ad5ba45146";><code>6501685</code></a>
 [GR-62079] Backport to 24.2: Error message implies Promise rejected in sync 
m...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/5f3037e62e15ab6b7dfe726af5ddbb13e31c1168";><code>5f3037e</code></a>
 [GR-62040] Backport to 24.2: Fix element-wise Array.prototype.splice.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/3d045d5a52bcf73531bfebd1bd7d04143dc1f668";><code>3d045d5</code></a>
 Use concrete types in NewPromiseCapability where known.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/e5717b86ab46313dc5cf60dbf188614358133806";><code>e5717b8</code></a>
 Simplify ContinueDynamicImport now that module.Evaluate() always returns a 
pr...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/ed2bf3596b475befd075e13f01299d4e0af83495";><code>ed2bf35</code></a>
 Add a test that synchronous module execution errors are not treated as 
unhand...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/3952a506f29d8c4cf04d97cf1c1c5086a27b9e85";><code>3952a50</code></a>
 Mark immediately thrown promise rejections as handled.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/f00d0961c216189f55fce5986122a1ea56260d7f";><code>f00d096</code></a>
 Always return a Promise from ModuleRecord.Evaluate().</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/da84216379886fff33828ca1ae3ad5efde1480ee";><code>da84216</code></a>
 Handle rejected promises of synchronously executed modules, too.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/d57893c2cf7e4c5dcc13adc53fa7f48b94969cd0";><code>d57893c</code></a>
 Add Proxy splice test.</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-24.1.2...vm-24.2.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.graalvm.js:js-language&package-manager=maven&previous-version=24.1.2&new-version=24.2.0)](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 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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to