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


   Bumps `graalvm.version` from 20.3.0 to 21.0.0.
   Updates `js` from 20.3.0 to 21.0.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>GraalJS - GraalVM Community Edition 21.0.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/docs/reference-manual/js/";>http://www.graalvm.org/docs/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 20.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/docs/reference-manual/js/";>http://www.graalvm.org/docs/reference-manual/js/</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.0.0</h2>
   <ul>
   <li>ECMAScript 2021 mode/features enabled by default.</li>
   <li>Updated Node.js to version 12.20.1.</li>
   <li>Adopted new interop exception handling and made JS exceptions extend 
<code>AbstractTruffleException</code>.</li>
   <li>Implemented interop identity messages.</li>
   <li>Expose <code>Graal.versionECMAScript</code> instead of 
<code>Graal.versionJS</code>.</li>
   <li>Implemented the <a 
href="https://tc39.es/proposal-relative-indexing-method/";>relative indexing 
method</a> proposal. It is available in ECMAScript 2022 mode 
(<code>--js.ecmascript-version=2022</code>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/556f438b715b03fee5942d60d0db9c0f5e914422";><code>556f438</code></a>
 Release 21.0.0</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b1e0d1af677badd417daa12cfa223fd02ec28b73";><code>b1e0d1a</code></a>
 [GR-28663] [GR-28474] Backport: Primitive type getter interop regression in 
2...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/a0e42eb141ed31762b56dc979db4e69ab1e0b6d5";><code>a0e42eb</code></a>
 fix copyright year</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/9f66f1a141c5b120bbffa5f100b782353219c5ae";><code>9f66f1a</code></a>
 Fix missing return value conversion after invoking getters in nashorn-compat 
...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/39f1514dbc8db81786db9c109deb669b553855d3";><code>39f1514</code></a>
 [GR-27860] Backport: Upgrading the underlying Node.js to version 12.20.1.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/d1ff76d78faa221ea67a2106da26c654fcf09233";><code>d1ff76d</code></a>
 Fixing years in copyright headers.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/5cb4e7d85766c7b82708f79ae025b09b08f1557c";><code>5cb4e7d</code></a>
 [GR-27860] Upgrading the underlying Node.js to version 12.20.1.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/012aa859d636c4b214f20c3423e57c584f1b6c54";><code>012aa85</code></a>
 [GR-28227] Backport: Java null should behave like null during Object 
creation.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/fff3cca6678e98b6778c28c65113e152f9db666a";><code>fff3cca</code></a>
 Correction of ForeignBoxedObjectTest.testForeignNull().</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/9c7eaa46a0d09fb1f55d251a05af7b662d5869ff";><code>9c7eaa4</code></a>
 Adding tests for Object(javaNull) and Object.create(javaNull).</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-20.3.0...vm-21.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `js-scriptengine` from 20.3.0 to 21.0.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>GraalJS - GraalVM Community Edition 21.0.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/docs/reference-manual/js/";>http://www.graalvm.org/docs/reference-manual/js/</a></p>
   <h2>GraalJS - GraalVM Community Edition 20.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/docs/reference-manual/js/";>http://www.graalvm.org/docs/reference-manual/js/</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.0.0</h2>
   <ul>
   <li>ECMAScript 2021 mode/features enabled by default.</li>
   <li>Updated Node.js to version 12.20.1.</li>
   <li>Adopted new interop exception handling and made JS exceptions extend 
<code>AbstractTruffleException</code>.</li>
   <li>Implemented interop identity messages.</li>
   <li>Expose <code>Graal.versionECMAScript</code> instead of 
<code>Graal.versionJS</code>.</li>
   <li>Implemented the <a 
href="https://tc39.es/proposal-relative-indexing-method/";>relative indexing 
method</a> proposal. It is available in ECMAScript 2022 mode 
(<code>--js.ecmascript-version=2022</code>).</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/oracle/graaljs/commit/556f438b715b03fee5942d60d0db9c0f5e914422";><code>556f438</code></a>
 Release 21.0.0</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/b1e0d1af677badd417daa12cfa223fd02ec28b73";><code>b1e0d1a</code></a>
 [GR-28663] [GR-28474] Backport: Primitive type getter interop regression in 
2...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/a0e42eb141ed31762b56dc979db4e69ab1e0b6d5";><code>a0e42eb</code></a>
 fix copyright year</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/9f66f1a141c5b120bbffa5f100b782353219c5ae";><code>9f66f1a</code></a>
 Fix missing return value conversion after invoking getters in nashorn-compat 
...</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/39f1514dbc8db81786db9c109deb669b553855d3";><code>39f1514</code></a>
 [GR-27860] Backport: Upgrading the underlying Node.js to version 12.20.1.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/d1ff76d78faa221ea67a2106da26c654fcf09233";><code>d1ff76d</code></a>
 Fixing years in copyright headers.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/5cb4e7d85766c7b82708f79ae025b09b08f1557c";><code>5cb4e7d</code></a>
 [GR-27860] Upgrading the underlying Node.js to version 12.20.1.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/012aa859d636c4b214f20c3423e57c584f1b6c54";><code>012aa85</code></a>
 [GR-28227] Backport: Java null should behave like null during Object 
creation.</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/fff3cca6678e98b6778c28c65113e152f9db666a";><code>fff3cca</code></a>
 Correction of ForeignBoxedObjectTest.testForeignNull().</li>
   <li><a 
href="https://github.com/oracle/graaljs/commit/9c7eaa46a0d09fb1f55d251a05af7b662d5869ff";><code>9c7eaa4</code></a>
 Adding tests for Object(javaNull) and Object.create(javaNull).</li>
   <li>Additional commits viewable in <a 
href="https://github.com/graalvm/graaljs/compare/vm-20.3.0...vm-21.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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to