You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by dependabot on 2023/01/24 17:15:55 UTC

[GitHub] [shiro] dependabot[bot] opened a new pull request, #663: Bump htmlunit from 2.69.0 to 2.70.0

dependabot[bot] opened a new pull request, #663:
URL: https://github.com/apache/shiro/pull/663

   Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.69.0 to 2.70.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/HtmlUnit/htmlunit/releases">htmlunit's releases</a>.</em></p>
   <blockquote>
   <h2>HtmlUnit 2.70.0</h2>
   <p><strong>Highlights</strong></p>
   <ul>
   <li>Chrome/Edge 109</li>
   <li>Firefox 109</li>
   <li>many, many updates for parsing the :not() pseudo selector</li>
   <li>fixed definition of the Location properties (they are defined on the objectitself instead on the prototype)</li>
   <li>anchors are now taking care of the rel=&quot;noreferrer&quot; attribute</li>
   <li>fixed url parameter processing in history.replaceState() / history.pushState().</li>
   <li>JDK 17 fixes</li>
   <li>working on android compatibility</li>
   <li>several exceptions found by oss-fuzz fixed</li>
   <li>code cleanup for neko</li>
   </ul>
   <p>Please have a look at the <a href="https://htmlunit.sourceforge.io/changes-report.html#a2.70.0">full release notes</a> for details about this release.</p>
   <p>💕 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome <a href="https://github.com/sponsors/rbri">https://github.com/sponsors/rbri</a>).</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/HtmlUnit/htmlunit/commit/81a258045f41d69d9eca318a9a50736dc43ae62f"><code>81a2580</code></a> prepare 2.70.0</li>
   <li><a href="https://github.com/HtmlUnit/htmlunit/commit/1a09adedd9fa91c42e0161eddd51fda60567b774"><code>1a09ade</code></a> use cssparser and neko release</li>
   <li><a href="https://github.com/HtmlUnit/htmlunit/commit/4e0b6ac8bb6bc5285f9121b69828615a4ac9098e"><code>4e0b6ac</code></a> remove more alerts</li>
   <li><a href="https://github.com/HtmlUnit/htmlunit/commit/e03c8cde1275b1bc499be619247e167b8ba54cd2"><code>e03c8cd</code></a> core-js and xpath 2.70</li>
   <li><a href="https://github.com/HtmlUnit/htmlunit/commit/1cf7bf758da240a4714a820d8ba57088b3a36b86"><code>1cf7bf7</code></a> improve Xerces detection code further issue <a href="https://github-redirect.dependabot.com/HtmlUnit/htmlunit/issues/541">#541</a></li>
   <li><a href="https://github.com/HtmlUnit/htmlunit/commit/e7052c5476096232d27691ee9b84c056b27a2cc7"><code>e7052c5</code></a> suppress some warnings and remove more alerts</li>
   <li><a href="https://github.com/HtmlUnit/htmlunit/commit/0623cdd2fecf9d16410a04ab930343e0602b0a39"><code>0623cdd</code></a> code style</li>
   <li><a href="https://github.com/HtmlUnit/htmlunit/commit/4a9fb38e0dded217d78a3a21c990d3115d542cb2"><code>4a9fb38</code></a> DocumentType properties entities and notations are only available in IE</li>
   <li><a href="https://github.com/HtmlUnit/htmlunit/commit/343aa84458fcf82c979993e3bc3c3d9f83ec339d"><code>343aa84</code></a> another Xerces detection fix for JDK 17 (issue <a href="https://github-redirect.dependabot.com/HtmlUnit/htmlunit/issues/541">#541</a>)</li>
   <li><a href="https://github.com/HtmlUnit/htmlunit/commit/62a238657299ab5f03ff6b3e88c48c4034179d0c"><code>62a2386</code></a> missing properties addedNodes, removedNodes, previousSibling, and nextSibling...</li>
   <li>Additional commits viewable in <a href="https://github.com/HtmlUnit/htmlunit/compare/2.69.0...2.70.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.sourceforge.htmlunit:htmlunit&package-manager=maven&previous-version=2.69.0&new-version=2.70.0)](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>


-- 
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: commits-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] lprimak merged pull request #663: Bump htmlunit from 2.69.0 to 2.70.0

Posted by "lprimak (via GitHub)" <gi...@apache.org>.
lprimak merged PR #663:
URL: https://github.com/apache/shiro/pull/663


-- 
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: commits-unsubscribe@shiro.apache.org

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