dependabot[bot] opened a new pull request, #424:
URL: https://github.com/apache/commons-text/pull/424

   Bumps `graalvm.version` from 22.0.0.2 to 22.3.2.
   Updates `js` from 22.0.0.2 to 22.3.2
   <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>GraalJS - GraalVM Community Edition 22.3.1</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>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.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>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.2.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>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.1.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>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/oracle/graaljs/blob/vm-22.3.2/CHANGELOG.md";>js's 
changelog</a>.</em></p>
   <blockquote>
   <h1>GraalVM JavaScript (Graal.js) Changelog</h1>
   <p>This changelog summarizes major changes between GraalVM versions of the 
GraalVM JavaScript (ECMAScript) language runtime.
   The main focus is on user-observable behavior of the engine.
   Changelog may include unreleased versions.
   See <a href="https://www.graalvm.org/release-notes/version-roadmap/";>version 
roadmap</a> for release dates.</p>
   <h2>Version 22.3.2.</h2>
   <ul>
   <li>Updated Node.js to version 16.19.1.</li>
   </ul>
   <h2>Version 22.3.1.</h2>
   <ul>
   <li>Updated Node.js to version 16.18.1.</li>
   </ul>
   <h2>Version 22.3.0</h2>
   <ul>
   <li>Implemented the <a 
href="https://github.com/WebAssembly/multi-value";>WebAssembly multi-value</a> 
proposal.</li>
   <li>Added an experimental option 
<code>--js.unhandled-rejections=handler</code> that allows to use a custom 
callback to track unhandled promise rejections.</li>
   <li>Updated Node.js to version 16.17.1.</li>
   <li>ECMA-402 Internationalization API has been enabled by default. It can be 
disabled by <code>--js.intl-402=false</code> option.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-decorators";>Decorators (stage 3)</a> 
proposal.</li>
   </ul>
   <h2>Version 22.2.0</h2>
   <ul>
   <li>GraalVM JavaScript is now an installable component of GraalVM. It can be 
installed with <code>gu install js</code>.</li>
   <li>Enabled option <code>js.foreign-object-prototype</code> by default. 
Polyglot Interop objects now get a fitting JavaScript prototype assigned unless 
explicitly turned off using this flag.</li>
   <li>Added intermediate prototype for foreign objects to simplify adapting 
functionality.</li>
   <li>Removed deprecated experimental option 
<code>experimental-foreign-object-prototype</code>.</li>
   <li>Removed experimental option <code>commonjs-global-properties</code>. The 
same functionality can be achieved in user code with a direct call to 
<code>require()</code> after context creation.</li>
   <li>Added an experimental option 
<code>--js.zone-rules-based-time-zones</code> that allows to use 
timezone-related data from <code>ZoneRulesProvider</code> (instead of ICU4J 
data files).</li>
   <li>Temporal objects can be converted to compatible Java objects when 
possible, using the <code>Value</code> API's methods like 
<code>asDate()</code>.</li>
   </ul>
   <h2>Version 22.1.0</h2>
   <ul>
   <li>Updated Node.js to version 16.14.2.</li>
   <li>Graal.js now requires Java 11+ and no longer supports Java 8.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-intl-numberformat-v3";>Intl.NumberFormat 
v3</a> proposal.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-array-grouping";>Array Grouping v3</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-temporal";>Temporal</a> proposal. It is 
available behind the experimental option <code>--js.temporal</code>.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-array-find-from-last";>Array Find from 
Last</a> proposal. It is available in ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Optimized closures to only keep references on variables in the lexical 
environment that are needed by (one or more) closures. This optimization can be 
disabled with the experimental option 
<code>--js.scope-optimization=false</code>.</li>
   <li>Moved the internal string representation to the new TruffleString 
type.</li>
   <li>Added option <code>--js.string-lazy-substrings</code> (default: true) to 
allow toggling the copying behavior of string slices. When enabled, string 
slices internally create string views instead of copying the given string 
region, which increases performance but may also increase memory 
utilization.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/3f01c5da0307f7fbcf38e15968d4f04afd8b649d";><code>3f01c5d</code></a>
 GS-4674 : release GraalVM 22.3.2</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/c76949294a2e5f56364041534dee2b1741d87f00";><code>c769492</code></a>
 [GR-44306] Upgrading the underlying Node.js to version 16.19.1.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/680d2caa0560000245c4c540580396be62e767fe";><code>680d2ca</code></a>
 Skip test/sequential/test-watch-mode on Windows.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/38f2c83bb979ad52df2820e868ddcbd3d718b191";><code>38f2c83</code></a>
 Correction of the snapshot of node:internal/main/watch_mode.js.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/c0fc18846168442a837e4384ae4acde5c758fc1a";><code>c0fc188</code></a>
 Updating Node.js license in 3rd_party_licenses.txt.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/fc4b1875272f7b79da24c585ee89c3b66c17fda7";><code>fc4b187</code></a>
 Adding a note about Node.js update (to version 16.19.1) into CHANGELOG.md.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8e7fde70efa97cecbbc452bc5847ad4f9adf3f65";><code>8e7fde7</code></a>
 Merge tag '42f40ab1585d147edbf862ccdcfcaa91dfa9806a' into js/node16.19.1</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/96a4559f259f109a2abc480caeba12644b8a8fd1";><code>96a4559</code></a>
 2023-02-16, Version 16.19.1 'Gallium' (LTS)</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/f95ef064f41ddba49b5f9b3c75b57f255aee5297";><code>f95ef06</code></a>
 lib: makeRequireFunction patch when experimental policy</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b02d895137eea92fc140a53d26b867fb462cdf44";><code>b02d895</code></a>
 policy: makeRequireFunction on mainModule.require</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-22.0.0.2...vm-22.3.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `js-scriptengine` from 22.0.0.2 to 22.3.2
   <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>GraalJS - GraalVM Community Edition 22.3.1</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>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.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>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.2.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>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 22.1.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>More information is available on the GraalVM website:
   <a 
href="http://www.graalvm.org/reference-manual/js/";>http://www.graalvm.org/reference-manual/js/</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/oracle/graaljs/blob/vm-22.3.2/CHANGELOG.md";>js-scriptengine's
 changelog</a>.</em></p>
   <blockquote>
   <h1>GraalVM JavaScript (Graal.js) Changelog</h1>
   <p>This changelog summarizes major changes between GraalVM versions of the 
GraalVM JavaScript (ECMAScript) language runtime.
   The main focus is on user-observable behavior of the engine.
   Changelog may include unreleased versions.
   See <a href="https://www.graalvm.org/release-notes/version-roadmap/";>version 
roadmap</a> for release dates.</p>
   <h2>Version 22.3.2.</h2>
   <ul>
   <li>Updated Node.js to version 16.19.1.</li>
   </ul>
   <h2>Version 22.3.1.</h2>
   <ul>
   <li>Updated Node.js to version 16.18.1.</li>
   </ul>
   <h2>Version 22.3.0</h2>
   <ul>
   <li>Implemented the <a 
href="https://github.com/WebAssembly/multi-value";>WebAssembly multi-value</a> 
proposal.</li>
   <li>Added an experimental option 
<code>--js.unhandled-rejections=handler</code> that allows to use a custom 
callback to track unhandled promise rejections.</li>
   <li>Updated Node.js to version 16.17.1.</li>
   <li>ECMA-402 Internationalization API has been enabled by default. It can be 
disabled by <code>--js.intl-402=false</code> option.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-decorators";>Decorators (stage 3)</a> 
proposal.</li>
   </ul>
   <h2>Version 22.2.0</h2>
   <ul>
   <li>GraalVM JavaScript is now an installable component of GraalVM. It can be 
installed with <code>gu install js</code>.</li>
   <li>Enabled option <code>js.foreign-object-prototype</code> by default. 
Polyglot Interop objects now get a fitting JavaScript prototype assigned unless 
explicitly turned off using this flag.</li>
   <li>Added intermediate prototype for foreign objects to simplify adapting 
functionality.</li>
   <li>Removed deprecated experimental option 
<code>experimental-foreign-object-prototype</code>.</li>
   <li>Removed experimental option <code>commonjs-global-properties</code>. The 
same functionality can be achieved in user code with a direct call to 
<code>require()</code> after context creation.</li>
   <li>Added an experimental option 
<code>--js.zone-rules-based-time-zones</code> that allows to use 
timezone-related data from <code>ZoneRulesProvider</code> (instead of ICU4J 
data files).</li>
   <li>Temporal objects can be converted to compatible Java objects when 
possible, using the <code>Value</code> API's methods like 
<code>asDate()</code>.</li>
   </ul>
   <h2>Version 22.1.0</h2>
   <ul>
   <li>Updated Node.js to version 16.14.2.</li>
   <li>Graal.js now requires Java 11+ and no longer supports Java 8.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-intl-numberformat-v3";>Intl.NumberFormat 
v3</a> proposal.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-array-grouping";>Array Grouping v3</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-temporal";>Temporal</a> proposal. It is 
available behind the experimental option <code>--js.temporal</code>.</li>
   <li>Implemented the <a 
href="https://github.com/tc39/proposal-array-find-from-last";>Array Find from 
Last</a> proposal. It is available in ECMAScript staging mode 
(<code>--js.ecmascript-version=staging</code>).</li>
   <li>Optimized closures to only keep references on variables in the lexical 
environment that are needed by (one or more) closures. This optimization can be 
disabled with the experimental option 
<code>--js.scope-optimization=false</code>.</li>
   <li>Moved the internal string representation to the new TruffleString 
type.</li>
   <li>Added option <code>--js.string-lazy-substrings</code> (default: true) to 
allow toggling the copying behavior of string slices. When enabled, string 
slices internally create string views instead of copying the given string 
region, which increases performance but may also increase memory 
utilization.</li>
   </ul>
   <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>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/3f01c5da0307f7fbcf38e15968d4f04afd8b649d";><code>3f01c5d</code></a>
 GS-4674 : release GraalVM 22.3.2</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/c76949294a2e5f56364041534dee2b1741d87f00";><code>c769492</code></a>
 [GR-44306] Upgrading the underlying Node.js to version 16.19.1.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/680d2caa0560000245c4c540580396be62e767fe";><code>680d2ca</code></a>
 Skip test/sequential/test-watch-mode on Windows.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/38f2c83bb979ad52df2820e868ddcbd3d718b191";><code>38f2c83</code></a>
 Correction of the snapshot of node:internal/main/watch_mode.js.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/c0fc18846168442a837e4384ae4acde5c758fc1a";><code>c0fc188</code></a>
 Updating Node.js license in 3rd_party_licenses.txt.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/fc4b1875272f7b79da24c585ee89c3b66c17fda7";><code>fc4b187</code></a>
 Adding a note about Node.js update (to version 16.19.1) into CHANGELOG.md.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/8e7fde70efa97cecbbc452bc5847ad4f9adf3f65";><code>8e7fde7</code></a>
 Merge tag '42f40ab1585d147edbf862ccdcfcaa91dfa9806a' into js/node16.19.1</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/96a4559f259f109a2abc480caeba12644b8a8fd1";><code>96a4559</code></a>
 2023-02-16, Version 16.19.1 'Gallium' (LTS)</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/f95ef064f41ddba49b5f9b3c75b57f255aee5297";><code>f95ef06</code></a>
 lib: makeRequireFunction patch when experimental policy</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b02d895137eea92fc140a53d26b867fb462cdf44";><code>b02d895</code></a>
 policy: makeRequireFunction on mainModule.require</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-22.0.0.2...vm-22.3.2";>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]

Reply via email to