You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2020/12/01 05:02:54 UTC

[GitHub] [jena] dependabot[bot] opened a new pull request #876: Bump ver.graalvm from 20.2.0 to 20.3.0

dependabot[bot] opened a new pull request #876:
URL: https://github.com/apache/jena/pull/876


   Bumps `ver.graalvm` from 20.2.0 to 20.3.0.
   Updates `js` from 20.2.0 to 20.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>GraalJS - GraalVM Community Edition 20.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/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/graalvm/graaljs/blob/master/CHANGELOG.md">js's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 20.3.0</h2>
   <ul>
   <li>Updated Node.js to version 12.18.4.</li>
   <li>Fixed field/getter/setter access order in nashorn-compat mode, see [issue <a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/343">#343</a>](<a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/343">graalvm/graaljs#343</a>).</li>
   <li>ScriptEngine: Fixed &quot;Multiple applicable overloads found&quot; error in nashorn-compat mode, see [issue <a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/286">#286</a>](<a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/286">graalvm/graaljs#286</a>).</li>
   <li>ScriptEngine: Enabled low precedence lossy number, string-to-boolean, and number-to-boolean conversions in nashorn-compat mode.</li>
   <li>Fixed <code>Java.extend</code> to respect <code>HostAccess.Builder.allowImplementations</code>, see [issue <a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/294">#294</a>](<a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/294">graalvm/graaljs#294</a>).</li>
   <li>Added Java host interop support for mapping JS objects to abstract classes (if <code>HostAccess</code> allows it).</li>
   <li><code>js.foreign-object-prototype</code> is a supported option to set JavaScript prototypes for foreign objects mimicing JavaScript types. It was renamed from <code>js.experimental-foreign-object-prototype</code>.</li>
   <li>Changed <code>ToPrimitive</code> abstract operation to follow the specification for foreign objects. <code>InteropLibrary.toDisplayString</code> is not used by <code>ToPrimitive/ToString</code> conversions anymore.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/graalvm/graaljs/commit/b53c4e144b5909876b377e31be69e3b3f381ae0b"><code>b53c4e1</code></a> Release 20.3.0</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/bab50ab507ab395befa559d8b633f43e994f6601"><code>bab50ab</code></a> [GR-27300] Backport a fix in TopScopeObject.</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/0232fbc309e01fe12a7f33f0acaf32762171ade7"><code>0232fbc</code></a> add test for bindings.removeMember()</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/2500fac5a50d0a7430d92c07f3d5e41869c8533a"><code>2500fac</code></a> fix NPE in TopScopeObject</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/118ee3b167e5b385e0489e111784b06e52391722"><code>118ee3b</code></a> [GR-20862] Include the new JCK compatibility flag in 20.3.</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/b0bf004da08935c0073cdf6c8cd78bad7a8a889b"><code>b0bf004</code></a> add testcase for GR-20862</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/95a49d4212990252a82c4b3d8aaf82a4d4f4cb0d"><code>95a49d4</code></a> use graaljs.insecure-scriptengine-access flag in ScriptEngine for JCK compliance</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/6a4f3b687ecd67e2e2ebe083687ffbd19191fb3f"><code>6a4f3b6</code></a> [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/c3de480a14389ca74c56ba5a90098f39fba8cb0b"><code>c3de480</code></a> [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/60cb4385878b345259baefffa5f8f30bcd4ea1f4"><code>60cb438</code></a> [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.</li>
   <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-20.2.0...vm-20.3.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `js-scriptengine` from 20.2.0 to 20.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>GraalJS - GraalVM Community Edition 20.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/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/graalvm/graaljs/blob/master/CHANGELOG.md">js-scriptengine's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 20.3.0</h2>
   <ul>
   <li>Updated Node.js to version 12.18.4.</li>
   <li>Fixed field/getter/setter access order in nashorn-compat mode, see [issue <a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/343">#343</a>](<a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/343">graalvm/graaljs#343</a>).</li>
   <li>ScriptEngine: Fixed &quot;Multiple applicable overloads found&quot; error in nashorn-compat mode, see [issue <a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/286">#286</a>](<a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/286">graalvm/graaljs#286</a>).</li>
   <li>ScriptEngine: Enabled low precedence lossy number, string-to-boolean, and number-to-boolean conversions in nashorn-compat mode.</li>
   <li>Fixed <code>Java.extend</code> to respect <code>HostAccess.Builder.allowImplementations</code>, see [issue <a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/294">#294</a>](<a href="https://github-redirect.dependabot.com/graalvm/graaljs/issues/294">graalvm/graaljs#294</a>).</li>
   <li>Added Java host interop support for mapping JS objects to abstract classes (if <code>HostAccess</code> allows it).</li>
   <li><code>js.foreign-object-prototype</code> is a supported option to set JavaScript prototypes for foreign objects mimicing JavaScript types. It was renamed from <code>js.experimental-foreign-object-prototype</code>.</li>
   <li>Changed <code>ToPrimitive</code> abstract operation to follow the specification for foreign objects. <code>InteropLibrary.toDisplayString</code> is not used by <code>ToPrimitive/ToString</code> conversions anymore.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/graalvm/graaljs/commit/b53c4e144b5909876b377e31be69e3b3f381ae0b"><code>b53c4e1</code></a> Release 20.3.0</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/bab50ab507ab395befa559d8b633f43e994f6601"><code>bab50ab</code></a> [GR-27300] Backport a fix in TopScopeObject.</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/0232fbc309e01fe12a7f33f0acaf32762171ade7"><code>0232fbc</code></a> add test for bindings.removeMember()</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/2500fac5a50d0a7430d92c07f3d5e41869c8533a"><code>2500fac</code></a> fix NPE in TopScopeObject</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/118ee3b167e5b385e0489e111784b06e52391722"><code>118ee3b</code></a> [GR-20862] Include the new JCK compatibility flag in 20.3.</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/b0bf004da08935c0073cdf6c8cd78bad7a8a889b"><code>b0bf004</code></a> add testcase for GR-20862</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/95a49d4212990252a82c4b3d8aaf82a4d4f4cb0d"><code>95a49d4</code></a> use graaljs.insecure-scriptengine-access flag in ScriptEngine for JCK compliance</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/6a4f3b687ecd67e2e2ebe083687ffbd19191fb3f"><code>6a4f3b6</code></a> [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/c3de480a14389ca74c56ba5a90098f39fba8cb0b"><code>c3de480</code></a> [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.</li>
   <li><a href="https://github.com/graalvm/graaljs/commit/60cb4385878b345259baefffa5f8f30bcd4ea1f4"><code>60cb438</code></a> [GR-24257] [GR-10998] Move Java.extend implementation to Truffle.</li>
   <li>Additional commits viewable in <a href="https://github.com/graalvm/graaljs/compare/vm-20.2.0...vm-20.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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] afs merged pull request #876: Bump ver.graalvm from 20.2.0 to 20.3.0

Posted by GitBox <gi...@apache.org>.
afs merged pull request #876:
URL: https://github.com/apache/jena/pull/876


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org