build(deps): bump rhino from 1.7.12 to 1.7.13 #9

Merged
dependabot[bot] merged 2 commits from dependabot/gradle/org.mozilla-rhino-1.7.13 into helma-🐜 2021-05-16 11:25:38 +00:00
dependabot[bot] commented 2021-04-05 09:24:33 +00:00 (Migrated from github.com)

Bumps rhino from 1.7.12 to 1.7.13.

Release notes

Sourced from rhino's releases.

Rhino 1.7.13

Script Engine support

Now that Nashorn has been deprecated, a number of poeple have asked about using Rhino with the standard Java "ScriptEngine" interface. This release supports that.

However, in order to avoid breaking existing code, the script engine is shipped in a separate JAR. Use the "rhino-engine" jar along with the standard "rhino" jar to include this feature.

Generator Support

This release supports generators based on the ES6-standard "function *" syntaxt.

Other important changes

This release also includes a number of quality and consistency fixes from five contributors. As always, check out the compatibility table to see where Rhino stands today.

Gregory Brail (18):

  • Start on 1.7.13.
    
  • Add a build config for CircleCi.
    
  • Upgrade Gradle version to 6.5.
    
  • Update max workers.
    
  • Add support for ES6 generators.
    
  • Make "GeneratorFunction" pattern work in interpreted mode.
    
  • Complete implementation of GeneratorFunction.
    
  • Diagnostics to discover test timeouts.
    
  • Implement standard Java ScriptEngine
    
  • Change MozillaSuiteBenchmark to not fork threads.
    
  • Try to improve performance of MozillaSuiteTest
    
  • Disable some very slow tests
    
  • Start using JMH for benchmarks.
    
  • Many small fixes suggested by FindBugs and other linters
    
  • Turn off all the Mozilla tests that use the "BigO" function.
    
  • Move "BodyCodegen" into a file with the appropriate name.
    
  • Add feature flag for changes to Function.__proto__
    
  • Make __proto__ more closely match the spec
    

Karl Tauber (2):

  • Debugger fixes for FlatLaf (https://github.com/JFormDesigner/FlatLaf): - make renderer tree row height same as table row height - increase monospaced font size in script source and evaluation view if L&F uses larger font - remove renderer tree border if L&F sets one (built in L&F do not)
    
  • Debugger: fix NPE in variables view when expanding "CallSite"
    

Sylvain Jermini (7):

  • improve java.util.{List,Map} interop
    
  • travis: switch from trusty to xenial + set explicit -Xss in tests
    
  • try to fix circle, increase Xss
    
  • Fix failing string.trim.doctest in java11.
    

... (truncated)

Changelog

Sourced from rhino's changelog.

Rhino 1.7.13

September 2, 2020

Script Engine support

Now that Nashorn has been deprecated, a number of people have asked about using Rhino with the standard Java "ScriptEngine" interface. This release supports that.

However, in order to avoid breaking existing code, the script engine is shipped in a separate JAR. Use the "rhino-engine" jar along with the standard "rhino" jar to include this feature.

Generator Support

This release supports generators based on the ES6-standard "function *" syntaxt.

Other important changes

This release also includes a number of quality and consistency fixes from five contributors. As always, check out the compatibility table to see where Rhino stands today.

Gregory Brail (18):

  • Start on 1.7.13.
    
  • Add a build config for CircleCi.
    
  • Upgrade Gradle version to 6.5.
    
  • Update max workers.
    
  • Add support for ES6 generators.
    
  • Make "GeneratorFunction" pattern work in interpreted mode.
    
  • Complete implementation of GeneratorFunction.
    
  • Diagnostics to discover test timeouts.
    
  • Implement standard Java ScriptEngine
    
  • Change MozillaSuiteBenchmark to not fork threads.
    
  • Try to improve performance of MozillaSuiteTest
    
  • Disable some very slow tests
    
  • Start using JMH for benchmarks.
    
  • Many small fixes suggested by FindBugs and other linters
    
  • Turn off all the Mozilla tests that use the "BigO" function.
    
  • Move "BodyCodegen" into a file with the appropriate name.
    
  • Add feature flag for changes to Function.__proto__
    
  • Make __proto__ more closely match the spec
    

Karl Tauber (2):

  • Debugger fixes for FlatLaf (https://github.com/JFormDesigner/FlatLaf): - make renderer tree row height same as table row height - increase monospaced font size in script source and evaluation view if L&F uses larger font - remove renderer tree border if L&F sets one (built in L&F do not)
    
  • Debugger: fix NPE in variables view when expanding "CallSite"
    

Sylvain Jermini (7):

  • improve java.util.{List,Map} interop
    
  • travis: switch from trusty to xenial + set explicit -Xss in tests
    

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [rhino](https://github.com/mozilla/rhino) from 1.7.12 to 1.7.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mozilla/rhino/releases">rhino's releases</a>.</em></p> <blockquote> <h2>Rhino 1.7.13</h2> <h3>Script Engine support</h3> <p>Now that Nashorn has been deprecated, a number of poeple have asked about using Rhino with the standard Java &quot;ScriptEngine&quot; interface. This release supports that.</p> <p>However, in order to avoid breaking existing code, the script engine is shipped in a separate JAR. Use the &quot;rhino-engine&quot; jar along with the standard &quot;rhino&quot; jar to include this feature.</p> <h3>Generator Support</h3> <p>This release supports generators based on the ES6-standard &quot;function *&quot; syntaxt.</p> <h3>Other important changes</h3> <p>This release also includes a number of quality and consistency fixes from five contributors. As always, check out the <a href="http://mozilla.github.io/rhino/compat/engines.html">compatibility table</a> to see where Rhino stands today.</p> <p>Gregory Brail (18):</p> <ul> <li> <pre><code>Start on 1.7.13. </code></pre> </li> <li> <pre><code>Add a build config for CircleCi. </code></pre> </li> <li> <pre><code>Upgrade Gradle version to 6.5. </code></pre> </li> <li> <pre><code>Update max workers. </code></pre> </li> <li> <pre><code>Add support for ES6 generators. </code></pre> </li> <li> <pre><code>Make &quot;GeneratorFunction&quot; pattern work in interpreted mode. </code></pre> </li> <li> <pre><code>Complete implementation of GeneratorFunction. </code></pre> </li> <li> <pre><code>Diagnostics to discover test timeouts. </code></pre> </li> <li> <pre><code>Implement standard Java ScriptEngine </code></pre> </li> <li> <pre><code>Change MozillaSuiteBenchmark to not fork threads. </code></pre> </li> <li> <pre><code>Try to improve performance of MozillaSuiteTest </code></pre> </li> <li> <pre><code>Disable some very slow tests </code></pre> </li> <li> <pre><code>Start using JMH for benchmarks. </code></pre> </li> <li> <pre><code>Many small fixes suggested by FindBugs and other linters </code></pre> </li> <li> <pre><code>Turn off all the Mozilla tests that use the &quot;BigO&quot; function. </code></pre> </li> <li> <pre><code>Move &quot;BodyCodegen&quot; into a file with the appropriate name. </code></pre> </li> <li> <pre><code>Add feature flag for changes to Function.__proto__ </code></pre> </li> <li> <pre><code>Make __proto__ more closely match the spec </code></pre> </li> </ul> <p>Karl Tauber (2):</p> <ul> <li> <pre><code>Debugger fixes for FlatLaf (https://github.com/JFormDesigner/FlatLaf): - make renderer tree row height same as table row height - increase monospaced font size in script source and evaluation view if L&amp;F uses larger font - remove renderer tree border if L&amp;F sets one (built in L&amp;F do not) </code></pre> </li> <li> <pre><code>Debugger: fix NPE in variables view when expanding &quot;CallSite&quot; </code></pre> </li> </ul> <p>Sylvain Jermini (7):</p> <ul> <li> <pre><code>improve java.util.{List,Map} interop </code></pre> </li> <li> <pre><code>travis: switch from trusty to xenial + set explicit -Xss in tests </code></pre> </li> <li> <pre><code>try to fix circle, increase Xss </code></pre> </li> <li> <pre><code>Fix failing string.trim.doctest in java11. </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mozilla/rhino/blob/master/RELEASE-NOTES.md">rhino's changelog</a>.</em></p> <blockquote> <h1>Rhino 1.7.13</h1> <h2>September 2, 2020</h2> <h3>Script Engine support</h3> <p>Now that Nashorn has been deprecated, a number of people have asked about using Rhino with the standard Java &quot;ScriptEngine&quot; interface. This release supports that.</p> <p>However, in order to avoid breaking existing code, the script engine is shipped in a separate JAR. Use the &quot;rhino-engine&quot; jar along with the standard &quot;rhino&quot; jar to include this feature.</p> <h3>Generator Support</h3> <p>This release supports generators based on the ES6-standard &quot;function *&quot; syntaxt.</p> <h3>Other important changes</h3> <p>This release also includes a number of quality and consistency fixes from five contributors. As always, check out the <a href="http://mozilla.github.io/rhino/compat/engines.html">compatibility table</a> to see where Rhino stands today.</p> <p>Gregory Brail (18):</p> <ul> <li> <pre><code>Start on 1.7.13. </code></pre> </li> <li> <pre><code>Add a build config for CircleCi. </code></pre> </li> <li> <pre><code>Upgrade Gradle version to 6.5. </code></pre> </li> <li> <pre><code>Update max workers. </code></pre> </li> <li> <pre><code>Add support for ES6 generators. </code></pre> </li> <li> <pre><code>Make &quot;GeneratorFunction&quot; pattern work in interpreted mode. </code></pre> </li> <li> <pre><code>Complete implementation of GeneratorFunction. </code></pre> </li> <li> <pre><code>Diagnostics to discover test timeouts. </code></pre> </li> <li> <pre><code>Implement standard Java ScriptEngine </code></pre> </li> <li> <pre><code>Change MozillaSuiteBenchmark to not fork threads. </code></pre> </li> <li> <pre><code>Try to improve performance of MozillaSuiteTest </code></pre> </li> <li> <pre><code>Disable some very slow tests </code></pre> </li> <li> <pre><code>Start using JMH for benchmarks. </code></pre> </li> <li> <pre><code>Many small fixes suggested by FindBugs and other linters </code></pre> </li> <li> <pre><code>Turn off all the Mozilla tests that use the &quot;BigO&quot; function. </code></pre> </li> <li> <pre><code>Move &quot;BodyCodegen&quot; into a file with the appropriate name. </code></pre> </li> <li> <pre><code>Add feature flag for changes to Function.__proto__ </code></pre> </li> <li> <pre><code>Make __proto__ more closely match the spec </code></pre> </li> </ul> <p>Karl Tauber (2):</p> <ul> <li> <pre><code>Debugger fixes for FlatLaf (https://github.com/JFormDesigner/FlatLaf): - make renderer tree row height same as table row height - increase monospaced font size in script source and evaluation view if L&amp;F uses larger font - remove renderer tree border if L&amp;F sets one (built in L&amp;F do not) </code></pre> </li> <li> <pre><code>Debugger: fix NPE in variables view when expanding &quot;CallSite&quot; </code></pre> </li> </ul> <p>Sylvain Jermini (7):</p> <ul> <li> <pre><code>improve java.util.{List,Map} interop </code></pre> </li> <li> <pre><code>travis: switch from trusty to xenial + set explicit -Xss in tests </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mozilla/rhino/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mozilla:rhino&package-manager=gradle&previous-version=1.7.12&new-version=1.7.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: antville/helma#9
No description provided.