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 to v2.70.0 #63

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

HtmlUnit/htmlunit (net.sourceforge.htmlunit:htmlunit)

v2.70.0: HtmlUnit 2.70.0

Compare Source

Highlights

  • Chrome/Edge 109
  • Firefox 109
  • many, many updates for parsing the :not() pseudo selector
  • fixed definition of the Location properties (they are defined on the objectitself instead on the prototype)
  • anchors are now taking care of the rel="noreferrer" attribute
  • fixed url parameter processing in history.replaceState() / history.pushState().
  • JDK 17 fixes
  • working on android compatibility
  • several exceptions found by oss-fuzz fixed
  • code cleanup for neko

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.69.0: HtmlUnit 2.69.0

Compare Source

  • Xerces detection fixed.
  • HtmlUnit is now regulary tested by Google OSS-Fuzz
  • various problems found by oss-fuzz fixed
  • scope fixed for bound functions called inside Promise.then()
  • various fixes for history.replaceState() / history.pushState()

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.68.0: HtmlUnit 2.68.0

Compare Source

  • Chrome/Edge 108
  • Firefox 108
  • neko-html no longer requires xerces
  • javascript constructor properties are writable
  • many more Bugfixes & Enhancements

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.67.0: HtmlUnit 2.67.0

Compare Source

  • Chrome/Edge 107
  • Firefox 107
  • Cookie: support sameSite attribute ; treat localhost as secure origin
  • DOMTokenList: fixing change notification; no longer add an attribute to the dom node if remove is called an there was no attribute so far
  • XPath fixes
  • Bugfixes & Enhancements

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.66.0: HtmlUnit 2.66.0

Compare Source

  • Chrome/Edge 106
  • Firefox 106
  • various enhancements for HTMLMediaElement
  • Bugfixes & Enhancements

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.65.1: HtmlUnit 2.65.1

Compare Source

  • fix replacement of xalan

v2.65.0: HtmlUnit 2.65.0

Compare Source

  • Chrome/Edge 105
  • Firefox 105
  • Firefox ESR 102
  • PrintHandler configurable at the WebClient added
  • Xalan replacesd by htmlunit-xpath
  • Bugfixes & Enhancements

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.64.0: HtmlUnit 2.64.0

Compare Source

  • Chrome/Edge 104
  • Firefox 103
  • improved client side validation
  • Screen/ScreenOrientation javascript objects improved
  • Bugfixes & Enhancements

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.63.0: HtmlUnit 2.63.0

Compare Source

  • Chrome/Edge 103
  • Firefox 102
  • Bugfixes & Enhancements

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.62.0: HtmlUnit 2.62.0

Compare Source

  • Chrome/Edge 102
  • Firefox 101
  • Bugfixes & Enhancements
  • Window.postMessage now supports arbitary js objects as message instead of converting them into strings.

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.61.0: HtmlUnit 2.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).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title Update dependency net.sourceforge.htmlunit:htmlunit to v2.61.0 Update dependency net.sourceforge.htmlunit:htmlunit to v2.62.0 Jun 2, 2022
@renovate renovate bot force-pushed the renovate/net.sourceforge.htmlunit-htmlunit-2.x branch from 25a177b to 64c77ab Compare June 2, 2022 11:40
@renovate renovate bot force-pushed the renovate/net.sourceforge.htmlunit-htmlunit-2.x branch from 64c77ab to ee2b6f3 Compare November 20, 2022 11:10
@renovate renovate bot changed the title Update dependency net.sourceforge.htmlunit:htmlunit to v2.62.0 Update dependency net.sourceforge.htmlunit:htmlunit to v2.66.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/net.sourceforge.htmlunit-htmlunit-2.x branch from ee2b6f3 to 1c93787 Compare March 16, 2023 08:54
@renovate renovate bot changed the title Update dependency net.sourceforge.htmlunit:htmlunit to v2.66.0 Update dependency net.sourceforge.htmlunit:htmlunit to v2.70.0 Mar 16, 2023
@puneetbehl puneetbehl merged commit 850aa90 into 4.0.x Dec 8, 2023
@renovate renovate bot deleted the renovate/net.sourceforge.htmlunit-htmlunit-2.x branch December 8, 2023 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant