dependabot[bot] opened a new pull request #276: URL: https://github.com/apache/commons-text/pull/276
Bumps `graalvm.version` from 21.2.0 to 21.3.0. Updates `js` from 21.2.0 to 21.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/graaljs/releases">js's releases</a>.</em></p> <blockquote> <h2>Graal.js - GraalVM Community Edition 21.3.0</h2> <p>GraalVM provides 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>Node.js 14.17.6 runtime for JavaScript is not enabled by default and <a href="https://www.graalvm.org/reference-manual/js/#running-nodejs">must be installed</a>: <code>gu install nodejs</code>. The JavaScript runtime continue to be included in the base GraalVM installation.</p> <p>More information is available on the website: <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">js's changelog</a>.</em></p> <blockquote> <h2>Version 21.3.0</h2> <ul> <li>Implemented the <a href="https://tc39.es/proposal-private-fields-in-in">Private Fields in <code>in</code></a> proposal. It is available behind the experimental option <code>--js.private-fields-in</code>.</li> <li>Implemented the <a href="https://github.com/WebAssembly/JS-BigInt-integration">JavaScript BigInt to WebAssembly i64 integration</a> proposal. It can be disabled using the <code>--js.wasm-bigint=false</code> option.</li> <li>Updated Node.js to version 14.17.6.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-error-cause">Error Cause</a> proposal. It is available behind the experimental option <code>--js.error-cause</code>.</li> <li>Implemented the <a href="https://tc39.es/proposal-import-assertions">Import Assertions</a> proposal. It is available behind the experimental option <code>--js.import-assertions</code>.</li> <li>Added support for <code>collation</code> option of <code>Intl.Collator</code>.</li> <li>Added support for <code>dayPeriod</code> and <code>fractionalSecondDigits</code> options of <code>Intl.DateTimeFormat</code>.</li> <li>Changed foreign hash map access using <code>map[key]</code> syntax to convert the key to a string or symbol.</li> <li>Implemented <code>Object.hasOwn</code> (<a href="https://github.com/tc39/proposal-accessible-object-hasownproperty">Accessible Object.hasOwnProperty</a> proposal). It is available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>).</li> <li>Implemented <a href="https://github.com/tc39/proposal-class-static-block">class static initialization blocks</a> proposal. It is available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>).</li> <li>Added experimental Polyglot <code>Context</code> option <code>--js.esm-eval-returns-exports</code>. When enabled, <code>eval()</code> of an ES module will return a Polyglot <code>Value</code> containing the ES module exported namespace object. The option is disabled by default.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/ede7e2b88260ac8b1ec0d856f0263e56cb4dfed2"><code>ede7e2b</code></a> Release 21.3.0</li> <li><a href="https://github.com/oracle/graaljs/commit/e15520b1731df3c67628e49bb7dc58b8152cf13e"><code>e15520b</code></a> [GR-34219] [GR-34235] Backport: Instrumentation-related fixes.</li> <li><a href="https://github.com/oracle/graaljs/commit/423569e8bb1e1f5454ad2bcc086184dafd06629a"><code>423569e</code></a> Extending the instrumentation test of JSTypeofIdenticalNode.</li> <li><a href="https://github.com/oracle/graaljs/commit/67f7cb12129c94ec154a8fdbf1cab04a14508a15"><code>67f7cb1</code></a> Materialization can be invoked from a thread without an associated language i...</li> <li><a href="https://github.com/oracle/graaljs/commit/0de0ff80cd69c2843723063b49ddd229471974de"><code>0de0ff8</code></a> Adding a regression test for a potential NPE during CallTarget creation.</li> <li><a href="https://github.com/oracle/graaljs/commit/3bcb4377cef425027c302354eb32f1ea6bd3f84f"><code>3bcb437</code></a> Avoid NPE from NativeFunctionRootNode.getName() during CallTarget creation.</li> <li><a href="https://github.com/oracle/graaljs/commit/9145ce7b16846cef4db43c19b55f5f053220ec10"><code>9145ce7</code></a> [GR-34097] Backport: Reset the resumption state after the resumption of Switc...</li> <li><a href="https://github.com/oracle/graaljs/commit/bc803bfb6f377d26244ed833d09d4a488008cfeb"><code>bc803bf</code></a> Testing an async code in a switch in a loop.</li> <li><a href="https://github.com/oracle/graaljs/commit/528a7ce0e3fccf7f0061dd645c1e573f7bd53b1b"><code>528a7ce</code></a> Reset the resumption state after the resumption of SwitchNode.</li> <li><a href="https://github.com/oracle/graaljs/commit/4e8a8859c5ca98e0ae5d20ead2cb10f1055719da"><code>4e8a885</code></a> [GR-33869] Backport: Do not print exceptions from Context.close() when termin...</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-21.2.0...vm-21.3.0">compare view</a></li> </ul> </details> <br /> Updates `js-scriptengine` from 21.2.0 to 21.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/graalvm/graaljs/releases">js-scriptengine's releases</a>.</em></p> <blockquote> <h2>Graal.js - GraalVM Community Edition 21.3.0</h2> <p>GraalVM provides 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>Node.js 14.17.6 runtime for JavaScript is not enabled by default and <a href="https://www.graalvm.org/reference-manual/js/#running-nodejs">must be installed</a>: <code>gu install nodejs</code>. The JavaScript runtime continue to be included in the base GraalVM installation.</p> <p>More information is available on the website: <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">js-scriptengine's changelog</a>.</em></p> <blockquote> <h2>Version 21.3.0</h2> <ul> <li>Implemented the <a href="https://tc39.es/proposal-private-fields-in-in">Private Fields in <code>in</code></a> proposal. It is available behind the experimental option <code>--js.private-fields-in</code>.</li> <li>Implemented the <a href="https://github.com/WebAssembly/JS-BigInt-integration">JavaScript BigInt to WebAssembly i64 integration</a> proposal. It can be disabled using the <code>--js.wasm-bigint=false</code> option.</li> <li>Updated Node.js to version 14.17.6.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-error-cause">Error Cause</a> proposal. It is available behind the experimental option <code>--js.error-cause</code>.</li> <li>Implemented the <a href="https://tc39.es/proposal-import-assertions">Import Assertions</a> proposal. It is available behind the experimental option <code>--js.import-assertions</code>.</li> <li>Added support for <code>collation</code> option of <code>Intl.Collator</code>.</li> <li>Added support for <code>dayPeriod</code> and <code>fractionalSecondDigits</code> options of <code>Intl.DateTimeFormat</code>.</li> <li>Changed foreign hash map access using <code>map[key]</code> syntax to convert the key to a string or symbol.</li> <li>Implemented <code>Object.hasOwn</code> (<a href="https://github.com/tc39/proposal-accessible-object-hasownproperty">Accessible Object.hasOwnProperty</a> proposal). It is available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>).</li> <li>Implemented <a href="https://github.com/tc39/proposal-class-static-block">class static initialization blocks</a> proposal. It is available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>).</li> <li>Added experimental Polyglot <code>Context</code> option <code>--js.esm-eval-returns-exports</code>. When enabled, <code>eval()</code> of an ES module will return a Polyglot <code>Value</code> containing the ES module exported namespace object. The option is disabled by default.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/ede7e2b88260ac8b1ec0d856f0263e56cb4dfed2"><code>ede7e2b</code></a> Release 21.3.0</li> <li><a href="https://github.com/oracle/graaljs/commit/e15520b1731df3c67628e49bb7dc58b8152cf13e"><code>e15520b</code></a> [GR-34219] [GR-34235] Backport: Instrumentation-related fixes.</li> <li><a href="https://github.com/oracle/graaljs/commit/423569e8bb1e1f5454ad2bcc086184dafd06629a"><code>423569e</code></a> Extending the instrumentation test of JSTypeofIdenticalNode.</li> <li><a href="https://github.com/oracle/graaljs/commit/67f7cb12129c94ec154a8fdbf1cab04a14508a15"><code>67f7cb1</code></a> Materialization can be invoked from a thread without an associated language i...</li> <li><a href="https://github.com/oracle/graaljs/commit/0de0ff80cd69c2843723063b49ddd229471974de"><code>0de0ff8</code></a> Adding a regression test for a potential NPE during CallTarget creation.</li> <li><a href="https://github.com/oracle/graaljs/commit/3bcb4377cef425027c302354eb32f1ea6bd3f84f"><code>3bcb437</code></a> Avoid NPE from NativeFunctionRootNode.getName() during CallTarget creation.</li> <li><a href="https://github.com/oracle/graaljs/commit/9145ce7b16846cef4db43c19b55f5f053220ec10"><code>9145ce7</code></a> [GR-34097] Backport: Reset the resumption state after the resumption of Switc...</li> <li><a href="https://github.com/oracle/graaljs/commit/bc803bfb6f377d26244ed833d09d4a488008cfeb"><code>bc803bf</code></a> Testing an async code in a switch in a loop.</li> <li><a href="https://github.com/oracle/graaljs/commit/528a7ce0e3fccf7f0061dd645c1e573f7bd53b1b"><code>528a7ce</code></a> Reset the resumption state after the resumption of SwitchNode.</li> <li><a href="https://github.com/oracle/graaljs/commit/4e8a8859c5ca98e0ae5d20ead2cb10f1055719da"><code>4e8a885</code></a> [GR-33869] Backport: Do not print exceptions from Context.close() when termin...</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-21.2.0...vm-21.3.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 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]
