You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/07/20 20:02:23 UTC

[GitHub] [commons-text] dependabot[bot] opened a new pull request #252: Bump graalvm.version from 21.1.0 to 21.2.0

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


   Bumps `graalvm.version` from 21.1.0 to 21.2.0.
   Updates `js` from 21.1.0 to 21.2.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.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>
   </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.2.0</h2>
   <ul>
   <li>Graal.js now prints a warning when runtime compilation is not supported. This warning can be disabled using the '--engine.WarnInterpreterOnly=false' option or the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.</li>
   <li>Added the <code>js.unhandled-rejections</code> option to track unhandled promise rejections in a polyglot <code>Context</code>. By default, the option is set to <code>none</code>, and unhandled promise rejections are not tracked.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-set-methods">New Set Methods</a> proposal. It is available behind an experimental flag (<code>--js.new-set-methods</code>).</li>
   <li>Implemented experimental operator overloading support. Use the experimental option <code>--js.operator-overloading</code> to enable it and consult <a href="https://github.com/oracle/graaljs/blob/master/docs/user/OperatorOverloading.md">the documentation</a>.</li>
   <li>Updated RegExp Match Indices proposal with opt-in using the <code>d</code> flag. Available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>). Deprecated <code>--js.regexp-match-indices</code> option.</li>
   <li>Nashorn compatibility mode now defaults to compatiblity with ECMAScript version 5, unless another version is explicitly selected.</li>
   <li><code>Date.prototype</code> built-ins use ICU (not JDK) algorithms and data (like timezone data) by now (in order to reduce inconsistencies between <code>Date</code> and <code>Intl.DateTimeFormat</code>).</li>
   <li>Updated ICU4J library to version 69.1.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/oracle/graaljs/commit/c15f4ea9c925618e6991a77192872436f87ee84d"><code>c15f4ea</code></a> GraalVM CE 21.2.0 release</li>
   <li><a href="https://github.com/oracle/graaljs/commit/5904fa83d060debc0693224f87f34e8651717c74"><code>5904fa8</code></a> Switch back to dev builds</li>
   <li><a href="https://github.com/oracle/graaljs/commit/fd2c643665b67b81a978784414f2915f233a5d97"><code>fd2c643</code></a> GraalVM 21.2.0 release</li>
   <li><a href="https://github.com/oracle/graaljs/commit/cc71de6f16cadf366642a99d3fad1aaa3db5ccc1"><code>cc71de6</code></a> [GR-30232] Backport: Fixes of timezone-related inconsistencies.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/8224ffe350c93a2d3ced1bed0d7e03dd51a2d30d"><code>8224ffe</code></a> Updating ICU4J license/version in 3rd_party_licenses.txt.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/c6119a502106197275edb65cf8c1b2ec326aff2a"><code>c6119a5</code></a> Adding a note about ICU4J update (to version 69.1) into CHANGELOG.md.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/326d023742d0c2ed0319bb4309539fc337424940"><code>326d023</code></a> Removing the workaround for a regression in ICU 68.2/CLDR 38.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/34d9ea825e1b0575e6e72b2cae950b3d828fb7e7"><code>34d9ea8</code></a> Two tests of TestV8 expect an obsolete canonicalization of 'no' locale.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/35c32e410bc79e46959276c91dd629fe2163ff01"><code>35c32e4</code></a> Correction of the duplicate variant detection (in transformed extensions).</li>
   <li><a href="https://github.com/oracle/graaljs/commit/c99ae93b3cb6d08d00e6c7a3c852f371f46496b3"><code>c99ae93</code></a> Updating ICU4J library to version 69.1.</li>
   <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-21.1.0...vm-21.2.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `js-scriptengine` from 21.1.0 to 21.2.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.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>
   </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.2.0</h2>
   <ul>
   <li>Graal.js now prints a warning when runtime compilation is not supported. This warning can be disabled using the '--engine.WarnInterpreterOnly=false' option or the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.</li>
   <li>Added the <code>js.unhandled-rejections</code> option to track unhandled promise rejections in a polyglot <code>Context</code>. By default, the option is set to <code>none</code>, and unhandled promise rejections are not tracked.</li>
   <li>Implemented the <a href="https://github.com/tc39/proposal-set-methods">New Set Methods</a> proposal. It is available behind an experimental flag (<code>--js.new-set-methods</code>).</li>
   <li>Implemented experimental operator overloading support. Use the experimental option <code>--js.operator-overloading</code> to enable it and consult <a href="https://github.com/oracle/graaljs/blob/master/docs/user/OperatorOverloading.md">the documentation</a>.</li>
   <li>Updated RegExp Match Indices proposal with opt-in using the <code>d</code> flag. Available in ECMAScript 2022 (<code>--js.ecmascript-version=2022</code>). Deprecated <code>--js.regexp-match-indices</code> option.</li>
   <li>Nashorn compatibility mode now defaults to compatiblity with ECMAScript version 5, unless another version is explicitly selected.</li>
   <li><code>Date.prototype</code> built-ins use ICU (not JDK) algorithms and data (like timezone data) by now (in order to reduce inconsistencies between <code>Date</code> and <code>Intl.DateTimeFormat</code>).</li>
   <li>Updated ICU4J library to version 69.1.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/oracle/graaljs/commit/c15f4ea9c925618e6991a77192872436f87ee84d"><code>c15f4ea</code></a> GraalVM CE 21.2.0 release</li>
   <li><a href="https://github.com/oracle/graaljs/commit/5904fa83d060debc0693224f87f34e8651717c74"><code>5904fa8</code></a> Switch back to dev builds</li>
   <li><a href="https://github.com/oracle/graaljs/commit/fd2c643665b67b81a978784414f2915f233a5d97"><code>fd2c643</code></a> GraalVM 21.2.0 release</li>
   <li><a href="https://github.com/oracle/graaljs/commit/cc71de6f16cadf366642a99d3fad1aaa3db5ccc1"><code>cc71de6</code></a> [GR-30232] Backport: Fixes of timezone-related inconsistencies.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/8224ffe350c93a2d3ced1bed0d7e03dd51a2d30d"><code>8224ffe</code></a> Updating ICU4J license/version in 3rd_party_licenses.txt.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/c6119a502106197275edb65cf8c1b2ec326aff2a"><code>c6119a5</code></a> Adding a note about ICU4J update (to version 69.1) into CHANGELOG.md.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/326d023742d0c2ed0319bb4309539fc337424940"><code>326d023</code></a> Removing the workaround for a regression in ICU 68.2/CLDR 38.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/34d9ea825e1b0575e6e72b2cae950b3d828fb7e7"><code>34d9ea8</code></a> Two tests of TestV8 expect an obsolete canonicalization of 'no' locale.</li>
   <li><a href="https://github.com/oracle/graaljs/commit/35c32e410bc79e46959276c91dd629fe2163ff01"><code>35c32e4</code></a> Correction of the duplicate variant detection (in transformed extensions).</li>
   <li><a href="https://github.com/oracle/graaljs/commit/c99ae93b3cb6d08d00e6c7a3c852f371f46496b3"><code>c99ae93</code></a> Updating ICU4J library to version 69.1.</li>
   <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-21.1.0...vm-21.2.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: issues-unsubscribe@commons.apache.org

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



[GitHub] [commons-text] dependabot[bot] commented on pull request #252: Bump graalvm.version from 21.1.0 to 21.2.0

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on pull request #252:
URL: https://github.com/apache/commons-text/pull/252#issuecomment-883717341


   OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
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: issues-unsubscribe@commons.apache.org

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



[GitHub] [commons-text] kinow closed pull request #252: Bump graalvm.version from 21.1.0 to 21.2.0

Posted by GitBox <gi...@apache.org>.
kinow closed pull request #252:
URL: https://github.com/apache/commons-text/pull/252


   


-- 
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: issues-unsubscribe@commons.apache.org

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