dependabot[bot] opened a new pull request, #2217: URL: https://github.com/apache/cxf/pull/2217
Bumps [org.mozilla:rhino](https://github.com/mozilla/rhino) from 1.7.15 to 1.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mozilla/rhino/releases">org.mozilla:rhino's releases</a>.</em></p> <blockquote> <h2>Rhino 1.8.0</h2> <h2>Highlights</h2> <p>Rhino 1.8.0 contains some significant changes, so we're incrementing the final version number for the first time in a very long time. Here are a few highlights:</p> <ul> <li>Rhino now requires Java 11 minimum. We currently test against Java 11, 17, and 21.</li> <li>Rhino has been broken down into individual Java modules that are properly encapsulated as Java Modules. See <a href="https://github.com/mozilla/rhino/blob/master/README.md">README.md</a> for a breakdown of which modules are which -- short answer is that everyone will need the "rhino" module and many will need others.</li> <li>Older code not able to adapt to using multiple JARS can still use the "rhino-all" module, which publishes an "all-in-one" JAR like the old "rhino.jar".</li> <li>The default language level is "VERSION_ES6". That means that modern JavaScript features supported by Rhino will work by default.</li> <li>There are big improvements in compatibility, including support for "super", reflect and proxy, and lots of other language features. See the <a href="https://mozilla.github.io/rhino/compat/engines.html">compatibility table</a> for the details.</li> </ul> <p>JARs have been published to <a href="https://central.sonatype.com/namespace/org.mozilla">Maven Central</a> and <a href="https://github.com/orgs/mozilla/packages?repo_name=rhino">GitHub packages</a>.</p> <p>Thanks to all who contributed -- we had 24 contributors to this release, with some new contributors who added significant capabilities. Please keep the contributions and attention coming!</p> <h2>What's Changed</h2> <ul> <li>Update github publish so it might work by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1473">mozilla/rhino#1473</a></li> <li>Get ready for new snapshot by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1472">mozilla/rhino#1472</a></li> <li>Fixed deadlock when sealing objects with a LazyCtor by <a href="https://github.com/andreabergia"><code>@andreabergia</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1476">mozilla/rhino#1476</a></li> <li>Reorganize the entire source code tree into modern Java modules by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1479">mozilla/rhino#1479</a></li> <li>Add code coverage reports by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1484">mozilla/rhino#1484</a></li> <li>Object.defineProperty() has to take care of ConsString (issue <a href="https://redirect.github.com/mozilla/rhino/issues/1482">#1482</a>) by <a href="https://github.com/rbri"><code>@rbri</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1489">mozilla/rhino#1489</a></li> <li>Rbri simplify rebase by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1492">mozilla/rhino#1492</a></li> <li>Rename the main module and all-in-one JAR by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1493">mozilla/rhino#1493</a></li> <li>Change root project name to "rhino-root" by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1495">mozilla/rhino#1495</a></li> <li>NativeRegexp should only call ScriptRuntime.addInstructionCount when instruction counting is enabled (issue <a href="https://redirect.github.com/mozilla/rhino/issues/1497">#1497</a>) by <a href="https://github.com/rbri"><code>@rbri</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1498">mozilla/rhino#1498</a></li> <li>Fix a few problems that were causing build warnings and errors by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1505">mozilla/rhino#1505</a></li> <li>Allow Dependabot to run by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1507">mozilla/rhino#1507</a></li> <li>Do we need to fix name of report upload? by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1512">mozilla/rhino#1512</a></li> <li>Bump actions/upload-artifact from 3.pre.node20 to 4.3.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1508">mozilla/rhino#1508</a></li> <li>Implement computed properties by <a href="https://github.com/andreabergia"><code>@andreabergia</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1503">mozilla/rhino#1503</a></li> <li>Add support for Junit 5 and use it for test262 by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1515">mozilla/rhino#1515</a></li> <li>Peel known functions in interpreter so they don't break continuations by <a href="https://github.com/szegedi"><code>@szegedi</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1510">mozilla/rhino#1510</a></li> <li>Bump actions/setup-java from 3.13.0 to 4.2.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1516">mozilla/rhino#1516</a></li> <li>Fix a dependency problem in rhino-all by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1522">mozilla/rhino#1522</a></li> <li>Add one more dependency so that we can eliminate some Gradle warnings by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1523">mozilla/rhino#1523</a></li> <li>Catch ParserException in IRFactory by <a href="https://github.com/tuchida"><code>@tuchida</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1519">mozilla/rhino#1519</a></li> <li>Fixed Function.prototype.toString as per the latest specification by <a href="https://github.com/tuchida"><code>@tuchida</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1520">mozilla/rhino#1520</a></li> <li>Make Array.prototype.sort stable -- version that builds by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1526">mozilla/rhino#1526</a></li> <li>Adopt "errorprone" tool instead of Spotbugs by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1525">mozilla/rhino#1525</a></li> <li>Bump ossf/scorecard-action from 2.3.1 to 2.3.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1532">mozilla/rhino#1532</a></li> <li>Add all directories to test262.properties by <a href="https://github.com/tuchida"><code>@tuchida</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1531">mozilla/rhino#1531</a></li> <li>Add Byte to list of java Numbers by <a href="https://github.com/tonygermano"><code>@tonygermano</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1501">mozilla/rhino#1501</a></li> <li>Fix destructuring assignment errors by <a href="https://github.com/tuchida"><code>@tuchida</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1529">mozilla/rhino#1529</a></li> <li>Streamline object operations through a better SlotMap interface by <a href="https://github.com/gbrail"><code>@gbrail</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1533">mozilla/rhino#1533</a></li> <li>Remove Icode_SWAP as it was unused by <a href="https://github.com/szegedi"><code>@szegedi</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1536">mozilla/rhino#1536</a></li> <li>add an additional null check by <a href="https://github.com/rbri"><code>@rbri</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1538">mozilla/rhino#1538</a></li> <li>Bump github/codeql-action from 3.24.9 to 3.25.15 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1539">mozilla/rhino#1539</a></li> <li>Update README.md by <a href="https://github.com/petergrewsome"><code>@petergrewsome</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1547">mozilla/rhino#1547</a></li> <li>Fix problem with regex constructor by <a href="https://github.com/andreabergia"><code>@andreabergia</code></a> in <a href="https://redirect.github.com/mozilla/rhino/pull/1552">mozilla/rhino#1552</a></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">org.mozilla:rhino's changelog</a>.</em></p> <blockquote> <h1>Rhino 1.8.0</h1> <h2>January 2, 2025</h2> <p>Rhino 1.8.0 contains some significant changes, so we're incrementing the final version number for the first time in a very long time. Here are a few highlights:</p> <ul> <li>Rhino now requires Java 11 minimum. We currently test against Java 11, 17, and 21.</li> <li>Rhino has been broken down into individual Java modules that are properly encapsulated as Java Modules. See <a href="https://github.com/mozilla/rhino/blob/master/README.md">README.md</a> for a breakdown of which modules are which -- short answer is that everyone will need the "rhino" module and many will need others.</li> <li>Older code not able to adapt to using multiple JARS can still use the "rhino-all" module, which publishes an "all-in-one" JAR like the old "rhino.jar".</li> <li>The default language level is "VERSION_ES6". That means that modern JavaScript features supported by Rhino will work by default.</li> <li>There are big improvements in compatibility, including support for "super", reflect and proxy, and lots of other language features. See the <a href="https://mozilla.github.io/rhino/compat/engines.html">compatibility table</a> for the details.</li> </ul> <p>Thanks to all who contributed -- we had 24 contributors to this release, with some new contributors who added significant capabilities. Please keep the contributions and attention coming!</p> </blockquote> </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 /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org