Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency net.sourceforge.htmlunit:htmlunit #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Feb 14, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.sourceforge.htmlunit:htmlunit (source) 2.37.0 -> 2.61.0 age adoption passing confidence
net.sourceforge.htmlunit:htmlunit (source) 2.56.0 -> 2.58.0 age adoption passing confidence

By merging this PR, the issue #11 will be automatically resolved and closed:

Severity CVSS Score CVE
Medium Medium 6.5 CVE-2022-23437

Release Notes

HtmlUnit/htmlunit

v2.61.0

Compare Source

  • Chrome/Edge 100
  • Firefox 99
  • Bugfixes & Enhancements
  • neko: Possilbe OOM exception with broken input fixed
  • use NativeConsole from core-js instead of our own implementation
  • INCOMPATIBLE CHANGE: Class MediaList was moved from package com.gargoylesoftware.htmlunit.javascript.host.dom into package com.gargoylesoftware.htmlunit.javascript.host.css
  • new method WebRequest.getParameters() returning all parameters (from the url and the body if available). This change was required to fix some issues with Spring MockMVC.

Please have a look at the full release notes for details about this release.

💕 Thank you to all who have contributed and to the sponsors (more sponsoring is welcome https://github.com/sponsors/rbri).

v2.60.0

Compare Source

Please have a look at the full release notes for details about this release.

v2.59.0

Compare Source

  • 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 for details about this release.

v2.58.0

Compare Source

  • bunch of Rhino updates
  • client side validation fixes
  • SimpleScriptable is deprecated, please use HtmlUnitScriptable instead

Please have a look at the full release notes for details about this release.

v2.57.0

Compare Source

  • Chrome/Edge 97
  • Firefox 96
  • ValidityState implemented
  • htmx support

Please have a look at the full release notes for details about this release.

v2.56.0

Compare Source

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 for details about this release.

v2.55.0

Compare Source

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 for details about this release.

v2.54.0

Compare Source

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 for details about this release.

v2.53.0

Compare Source

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 for details about this release.

v2.52.0

Compare Source

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 for details about this release.

v2.51.0

Compare Source

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 for details about this release.

v2.50.0

Compare Source

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 for details about this release.

v2.49.1

Compare Source

  • Clicking an anchor was always calling the attachment handler (if set). This was a regression from anchor download attribute support.

v2.49.0

Compare Source

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 for details about this release.

v2.48.0

Compare Source

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 for details about this release.

v2.47.1

Compare Source

  • fix a neko regression from the improved table parsing done in 2.44.0.

v2.47.0

Compare Source

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 for details about this release.

v2.46.0

Compare Source

  • the usual Bugfixes
  • many updates from Rhino
  • Chrome/Edge 87
  • Firefox 84

v2.45.0

Compare Source

  • the usual Bugfixes
  • switch from FF68 to FF78 ESR
  • Chrome/Edge 86
  • F82
  • improved event js constructors

v2.44.0

Compare Source

  • more Rhino fixes
  • the usual Bugfixes
  • Chrome/Edge 85
  • FF80
  • improved/fixed XMLHttpRequest event handling

v2.43.0

Compare Source

  • again a bunch of Rhino fixes
  • Chrome 84
  • Firefox 79
  • Edge added
  • FF60 removed

v2.42.0

Compare Source

  • many fixes in Rhino
  • the usual bunch of fixes

v2.41.0

Compare Source

  • Chrome updated to Chrome 83
  • Firefox updated to Firefox77
  • many fixes in Rhino
  • the usual bunch of fixes

v2.40.0

Compare Source

  • 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

Compare Source

  • fix SvgScript NPE when script engine not available

v2.39.0

Compare Source

  • 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

Compare Source

  • Bugfixes
  • many improvements done for the CanvasRenderingContext2D
  • CHROME 80
  • support for disabling WebSocket added (if disabled the jetty dependencies are not required)

Configuration

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

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

@mend-for-github-com mend-for-github-com bot changed the title Update dependency net.sourceforge.htmlunit:htmlunit to v2.58.0 Update dependency net.sourceforge.htmlunit:htmlunit to v2.59.0 Mar 6, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/net.sourceforge.htmlunit-htmlunit-2.x branch from f1b214f to 424d9be Compare March 6, 2022 00:44
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/net.sourceforge.htmlunit-htmlunit-2.x branch from 424d9be to 1c6fb32 Compare March 19, 2022 20:39
@mend-for-github-com mend-for-github-com bot changed the title Update dependency net.sourceforge.htmlunit:htmlunit to v2.59.0 Update dependency net.sourceforge.htmlunit:htmlunit to v2.60.0 Mar 19, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency net.sourceforge.htmlunit:htmlunit to v2.60.0 Update dependency net.sourceforge.htmlunit:htmlunit Apr 17, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/net.sourceforge.htmlunit-htmlunit-2.x branch from 1c6fb32 to 469e11b Compare April 17, 2022 22:21
@mend-for-github-com mend-for-github-com bot changed the title Update dependency net.sourceforge.htmlunit:htmlunit Update dependency net.sourceforge.htmlunit:htmlunit to v2.60.0 Apr 20, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/net.sourceforge.htmlunit-htmlunit-2.x branch from 469e11b to d499a43 Compare April 20, 2022 21:41
@mend-for-github-com mend-for-github-com bot changed the title Update dependency net.sourceforge.htmlunit:htmlunit to v2.60.0 Update dependency net.sourceforge.htmlunit:htmlunit to v2.61.0 Apr 25, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/net.sourceforge.htmlunit-htmlunit-2.x branch from d499a43 to e147616 Compare April 25, 2022 21:18
@mend-for-github-com mend-for-github-com bot changed the title Update dependency net.sourceforge.htmlunit:htmlunit to v2.61.0 Update dependency net.sourceforge.htmlunit:htmlunit May 3, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/net.sourceforge.htmlunit-htmlunit-2.x branch from e147616 to 899af8d Compare May 3, 2022 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants