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/23 17:15:20 UTC

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

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

   Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.39.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>
   <h2>HtmlUnit 2.69.0</h2>
   <ul>
   <li>Xerces detection fixed.</li>
   <li>HtmlUnit is now regulary tested by Google OSS-Fuzz</li>
   <li>various problems found by oss-fuzz fixed</li>
   <li>scope fixed for bound functions called inside Promise.then()</li>
   <li>various fixes for history.replaceState() / history.pushState()</li>
   </ul>
   <p>Please have a look at the <a href="https://htmlunit.sourceforge.io/changes-report.html#a2.69.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>
   <h2>HtmlUnit 2.68.0</h2>
   <ul>
   <li>Chrome/Edge 108</li>
   <li>Firefox 108</li>
   <li>neko-html no longer requires xerces</li>
   <li>javascript constructor properties are writable</li>
   <li>many more Bugfixes &amp; Enhancements</li>
   </ul>
   <p>Please have a look at the <a href="https://htmlunit.sourceforge.io/changes-report.html#a2.68.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://t.co/mmX3kAlCXy">https://github.com/sponsors/rbri</a>).</p>
   <h2>HtmlUnit 2.67.0</h2>
   <ul>
   <li>Chrome/Edge 107</li>
   <li>Firefox 107</li>
   <li>Cookie: support sameSite attribute ; treat localhost as secure origin</li>
   <li>DOMTokenList: fixing change notification; no longer add an attribute to the dom node if remove is called an there was no attribute so far</li>
   <li>XPath fixes</li>
   <li>Bugfixes &amp; Enhancements</li>
   </ul>
   <p>Please have a look at the <a href="https://htmlunit.sourceforge.io/changes-report.html#a2.66.0">full release notes</a> for details about this release.</p>
   <p>:two_hearts: Thank you to all who have contributed and to the sponsors (more sponsoring is welcome <a href="https://t.co/mmX3kAlCXy">https://github.com/sponsors/rbri</a>).</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.39.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.39.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 closed pull request #658: Bump htmlunit from 2.39.0 to 2.70.0

Posted by "lprimak (via GitHub)" <gi...@apache.org>.
lprimak closed pull request #658: Bump htmlunit from 2.39.0 to 2.70.0
URL: https://github.com/apache/shiro/pull/658


-- 
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] dependabot[bot] commented on pull request #658: Bump htmlunit from 2.39.0 to 2.70.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #658:
URL: https://github.com/apache/shiro/pull/658#issuecomment-1635194797

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. 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: commits-unsubscribe@shiro.apache.org

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


[GitHub] [shiro] lprimak commented on pull request #658: Bump htmlunit from 2.39.0 to 2.70.0

Posted by "lprimak (via GitHub)" <gi...@apache.org>.
lprimak commented on PR #658:
URL: https://github.com/apache/shiro/pull/658#issuecomment-1402396243

   @dependabot recreate


-- 
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 commented on pull request #658: Bump htmlunit from 2.39.0 to 2.70.0

Posted by "lprimak (via GitHub)" <gi...@apache.org>.
lprimak commented on PR #658:
URL: https://github.com/apache/shiro/pull/658#issuecomment-1593907719

   @dependabot recreate 


-- 
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 commented on pull request #658: Bump htmlunit from 2.39.0 to 2.70.0

Posted by "lprimak (via GitHub)" <gi...@apache.org>.
lprimak commented on PR #658:
URL: https://github.com/apache/shiro/pull/658#issuecomment-1635194734

   Superceded by #1010 


-- 
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