grails / grails-spring-security-cas

Apache License 2.0
19 stars 30 forks source link

Update dependency net.sourceforge.htmlunit:htmlunit to v2.59.0 #41

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.sourceforge.htmlunit:htmlunit (source) 2.18 -> 2.59.0 age adoption passing confidence

Release Notes

HtmlUnit/htmlunit ### [`v2.59.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.59.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.58.0...2.59.0) - Chrome/Edge 98 - Firefox 97 - Polyfills for Fetch and Proxy - ClipboardHandler - Rhino updates - Bugfixes - dedicated documentation of the WebClient/WebClientOptions Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.59.0) for details about this release. ### [`v2.58.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.58.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.57.0...2.58.0) - bunch of Rhino updates - client side validation fixes - SimpleScriptable is deprecated, please use HtmlUnitScriptable instead Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.58.0) for details about this release. ### [`v2.57.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.57.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.56.0...2.57.0) - Chrome/Edge 97 - Firefox 96 - ValidityState implemented - htmx support Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.57.0) for details about this release. ### [`v2.56.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.56.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.55.0...2.56.0) **Highlights** - Chrome/Edge 96 - Firefox 95 - FF78 deprecated - use FF_ESR instead - FF_ESR is in sync with Firefox 91 ESR - improved css parser (rgb/a & hsl/a colors) - various Rhino updates Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.56.0) for details about this release. ### [`v2.55.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.55.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.54.0...2.55.0) **Highlights** - Chrome/Edge 95 - Firefox 94 - xerces 2.12.1 - various rhino/core-js fixes - socks proxy authentication support - the usual bunch of fixes Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.55.0) for details about this release. ### [`v2.54.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.54.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.53.0...2.54.0) **Highlights** - Chrome/Edge 94 - Firefox 93 - various core-js optimizations - make threading more flexible - Xpath case sensitive processing was broken if an string inside the xpath contains []() or @​ - bunch of fixes Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.54.0) for details about this release. ### [`v2.53.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.53.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.52.0...2.53.0) **Highlights** - Chrome/Edge 93 - Firefox 92 - XMLHttpRequest.send() has to serialize the body value if it is Document - Finally support getting and setting style properties via elem.style\['property-name'] notation - bunch of fixes for URLSearchParams Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.53.0) for details about this release. ### [`v2.52.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.52.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.51.0...2.52.0) **Highlights** - the usual bugfixes - Firefox 90 - updates from Rhino - many java.awt dependencies removed (by implementing our own simple 2D graphics) - inline styles are now parsed by the htmlunit-cssparser - many style handling related fixes and improvements - element behaviors and HTML components (HTCs) have been removed from the code base Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.52.0) for details about this release. ### [`v2.51.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.51.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.50.0...2.51.0) **Highlights** - the usual bugfixes - Firefox 89 - Chrome/Edge 91 - JS Template support - many updates from Rhino Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.51.0) for details about this release. ### [`v2.50.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.50.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.49.1...2.50.0) **Highlights** - the usual bugfixes - Firefox 88 - Chrome/Edge 90 - many updates from Rhino incl. BigInt support) - documentation now has a link to 'The Java Web Scraping Handbook' - the WebClient constructors are supporting a proxyScheme now Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.50.0) for details about this release. ### [`v2.49.1`](https://togithub.com/HtmlUnit/htmlunit/releases/2.49.1) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.49.0...2.49.1) - Clicking an anchor was always calling the attachment handler (if set). This was a regression from anchor download attribute support. ### [`v2.49.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.49.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.48.0...2.49.0) **Highlights** - the usual bugfixes - updates from Rhino - Firefox 87 - documentation updates for file download handling - Cookies generated from client code now sent to subdomains also Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.49.0) for details about this release. ### [`v2.48.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.48.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.47.1...2.48.0) **Highlights** - the usual Bugfixes - updates from Rhino - improvements for the CanvasRenderingContext2D - DomNode#asNormalizedText() added - WebClient.loadHtmlCodeIntoCurrentWindow(String) and WebClient.loadXHtmlCodeIntoCurrentWindow(String) added - Chrome/Edge 89 - Firefox 86 Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.48.0) for details about this release. ### [`v2.47.1`](https://togithub.com/HtmlUnit/htmlunit/releases/2.47.1) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.47.0...2.47.1) - fix a neko regression from the improved table parsing done in 2.44.0. ### [`v2.47.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.47.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.46.0...2.47.0) **Highlights** - the usual Bugfixes - major improvements for XMLHttpRequest event processing (again) - updates from Rhino - Chrome/Edge 88 - Firefox 85 Please have a look at the [full release notes](https://htmlunit.sourceforge.io/changes-report.html#a2.47.0) for details about this release. ### [`v2.46.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.46.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.45.0...2.46.0) - the usual Bugfixes - many updates from Rhino - Chrome/Edge 87 - Firefox 84 ### [`v2.45.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.45.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.44.0...2.45.0) - the usual Bugfixes - switch from FF68 to FF78 ESR - Chrome/Edge 86 - F82 - improved event js constructors ### [`v2.44.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.44.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.43.0...2.44.0) - more Rhino fixes - the usual Bugfixes - Chrome/Edge 85 - FF80 - improved/fixed XMLHttpRequest event handling ### [`v2.43.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.43.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.42.0...2.43.0) - again a bunch of Rhino fixes - Chrome 84 - Firefox 79 - Edge added - FF60 removed ### [`v2.42.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.42.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.41.0...2.42.0) - many fixes in Rhino - the usual bunch of fixes ### [`v2.41.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.41.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.40.0...2.41.0) - Chrome updated to Chrome 83 - Firefox updated to Firefox77 - many fixes in Rhino - the usual bunch of fixes ### [`v2.40.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.40.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.39.1...2.40.0) - Chrome updated to Chrome 81 - Firefox updated to Firefox75 - new WebClientConfiguration option ConnectionTimeToLive - major improvements for the focus and active element handling - label tag got many fixes - respect Content-Security-Policy: frame-ancestors and X-Frame-Options: DENY when loading frame content - new method AttachmentHandler.handleAttachment(WebResponse) added. By implementing your own AttachmentHandler you now can process the attachment response by your code without opening a new WebClient window. ### [`v2.39.1`](https://togithub.com/HtmlUnit/htmlunit/releases/2.39.1) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.39.0...2.39.1) - fix SvgScript NPE when script engine not available ### [`v2.39.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.39.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.38.0...2.39.0) - Firefox latest is now supported (at the Firefox74) - again CanvasRenderingContext2D got many improvements - FrameContentHandler added to support stop loading of frame content - the usual bunch of bugfixes - BrowserVersion FIREFOX\_60 is deprecated ### [`v2.38.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.38.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.37.0...2.38.0) - Bugfixes - many improvements done for the CanvasRenderingContext2D - CHROME 80 - support for disabling WebSocket added (if disabled the jetty dependencies are not required) ### [`v2.37.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.37.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.36.0...2.37.0) - Bugfixes - many js improvements done in Rhino - CHROME 79 - FF52 removed - FF68 added ### [`v2.36.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.36.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.35.0...2.36.0) - Bugfixes - many js fixes done in Rhino - CHROME 76 - Brotli support - FF52 deprecated ### [`v2.35.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.35.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.34.1...2.35.0) - bugfixes - again many Rhino improvements - some cssparser fixes - neko fixes and some cleanup ### [`v2.34.1`](https://togithub.com/HtmlUnit/htmlunit/releases/2.34.1) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.34.0...2.34.1) A small bugfix release required to make alle HtmlUnit Driver tests green - fix insert position for elements with contenteditable='true' - send 'image/png' as mime type when uploading a png file ### [`v2.34.0`](https://togithub.com/HtmlUnit/htmlunit/releases/2.34.0) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.33...2.34.0) - bugfixes - again many Rhino improvements - cssparser no longer requires sac13 - neko fixes ### [`v2.33`](https://togithub.com/HtmlUnit/htmlunit/releases/2.33) [Compare Source](https://togithub.com/HtmlUnit/htmlunit/compare/2.32...2.33) - source moved to GitHub - reworked JS event listeners - bugfixes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.