dependabot[bot] opened a new pull request #295: URL: https://github.com/apache/commons-text/pull/295
Bumps `graalvm.version` from 21.3.0 to 22.0.0. Updates `js` from 21.3.0 to 22.0.0 <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 22.0.0</h2> <ul> <li>ECMAScript 2022 mode/features enabled by default.</li> <li>Implemented the <a href="https://github.com/tc39/intl-displaynames-v2">Intl.DisplayNames v2</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-intl-locale-info">Intl Locale Info</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-intl-DateTimeFormat-formatRange">Intl.DateTimeFormat.prototype.formatRange</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-intl-extend-timezonename">Extend TimeZoneName Option</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-intl-enumeration">Intl Enumeration API</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Updated Node.js to version 14.18.1.</li> <li>Added option <code>js.esm-bare-specifier-relative-lookup</code> (default: false) to customize how bare specifiers for ES Modules are resolved. When disabled, bare specifiers are resolved with an absolute path lookup. When enabled, bare specifiers are resolved relative to the importing module's path.</li> <li>ICU4J library moved to <code>truffle</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/8b45fea56704c6d4c085b71d62a2df09943d194f"><code>8b45fea</code></a> GraalVM 22.0.0 release</li> <li><a href="https://github.com/oracle/graaljs/commit/81a53720b4b0ba728f673ff637c7fd381e758b6a"><code>81a5372</code></a> [GR-35922] Backport: CompileFunctionInContext() should create the function in...</li> <li><a href="https://github.com/oracle/graaljs/commit/b6f1e9714727dbdc774a18f39509a4ab499a10a3"><code>b6f1e97</code></a> Adding a regression test of parsingContext option of vm.compileFunction().</li> <li><a href="https://github.com/oracle/graaljs/commit/e8e06415d7663d19a6eedeb73bbd9b732e9af197"><code>e8e0641</code></a> CompileFunctionInContext() should create the function in the right context.</li> <li><a href="https://github.com/oracle/graaljs/commit/c173cf910f0872e7af1d3cf7c3f2d4e40ff5682c"><code>c173cf9</code></a> [GR-35646] Update Truffle import to 22.0 release branch.</li> <li><a href="https://github.com/oracle/graaljs/commit/a403280363a650c23f45f2437c930a09da308d12"><code>a403280</code></a> Fixed naming scheme for language libraries</li> <li><a href="https://github.com/oracle/graaljs/commit/4d5a31e1af1b007390754f18625f2912092147c6"><code>4d5a31e</code></a> [GR-24501] Backport: Removing the definition of ICU4J library from graal-js.</li> <li><a href="https://github.com/oracle/graaljs/commit/34ecc9d237ba0a97210435687488fce703befd95"><code>34ecc9d</code></a> TestV8 test-suite status update with the expectation of ICU4J update to 70.1.</li> <li><a href="https://github.com/oracle/graaljs/commit/7b6e55b7caebeadbbba68e3d617bcb2dd6dce91a"><code>7b6e55b</code></a> Adding a note about the move of ICU4J library into change-log.</li> <li><a href="https://github.com/oracle/graaljs/commit/977fb45299b16392ac9351d5982d163c089f3ad2"><code>977fb45</code></a> Removing the definition of ICU4J library from graal-js.</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-21.3.0...vm-22.0.0">compare view</a></li> </ul> </details> <br /> Updates `js-scriptengine` from 21.3.0 to 22.0.0 <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 22.0.0</h2> <ul> <li>ECMAScript 2022 mode/features enabled by default.</li> <li>Implemented the <a href="https://github.com/tc39/intl-displaynames-v2">Intl.DisplayNames v2</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-intl-locale-info">Intl Locale Info</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-intl-DateTimeFormat-formatRange">Intl.DateTimeFormat.prototype.formatRange</a> proposal.</li> <li>Implemented the <a href="https://github.com/tc39/proposal-intl-extend-timezonename">Extend TimeZoneName Option</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-intl-enumeration">Intl Enumeration API</a> proposal. It is available in ECMAScript staging mode (<code>--js.ecmascript-version=staging</code>).</li> <li>Updated Node.js to version 14.18.1.</li> <li>Added option <code>js.esm-bare-specifier-relative-lookup</code> (default: false) to customize how bare specifiers for ES Modules are resolved. When disabled, bare specifiers are resolved with an absolute path lookup. When enabled, bare specifiers are resolved relative to the importing module's path.</li> <li>ICU4J library moved to <code>truffle</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oracle/graaljs/commit/8b45fea56704c6d4c085b71d62a2df09943d194f"><code>8b45fea</code></a> GraalVM 22.0.0 release</li> <li><a href="https://github.com/oracle/graaljs/commit/81a53720b4b0ba728f673ff637c7fd381e758b6a"><code>81a5372</code></a> [GR-35922] Backport: CompileFunctionInContext() should create the function in...</li> <li><a href="https://github.com/oracle/graaljs/commit/b6f1e9714727dbdc774a18f39509a4ab499a10a3"><code>b6f1e97</code></a> Adding a regression test of parsingContext option of vm.compileFunction().</li> <li><a href="https://github.com/oracle/graaljs/commit/e8e06415d7663d19a6eedeb73bbd9b732e9af197"><code>e8e0641</code></a> CompileFunctionInContext() should create the function in the right context.</li> <li><a href="https://github.com/oracle/graaljs/commit/c173cf910f0872e7af1d3cf7c3f2d4e40ff5682c"><code>c173cf9</code></a> [GR-35646] Update Truffle import to 22.0 release branch.</li> <li><a href="https://github.com/oracle/graaljs/commit/a403280363a650c23f45f2437c930a09da308d12"><code>a403280</code></a> Fixed naming scheme for language libraries</li> <li><a href="https://github.com/oracle/graaljs/commit/4d5a31e1af1b007390754f18625f2912092147c6"><code>4d5a31e</code></a> [GR-24501] Backport: Removing the definition of ICU4J library from graal-js.</li> <li><a href="https://github.com/oracle/graaljs/commit/34ecc9d237ba0a97210435687488fce703befd95"><code>34ecc9d</code></a> TestV8 test-suite status update with the expectation of ICU4J update to 70.1.</li> <li><a href="https://github.com/oracle/graaljs/commit/7b6e55b7caebeadbbba68e3d617bcb2dd6dce91a"><code>7b6e55b</code></a> Adding a note about the move of ICU4J library into change-log.</li> <li><a href="https://github.com/oracle/graaljs/commit/977fb45299b16392ac9351d5982d163c089f3ad2"><code>977fb45</code></a> Removing the definition of ICU4J library from graal-js.</li> <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-21.3.0...vm-22.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 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]
