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

chore(deps): update dependency happy-dom to v9 #492

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom ^8.1.5 -> ^9.0.0 age adoption passing confidence

Release Notes

capricorn86/happy-dom

v9.1.0

Compare Source

🎨 Features
  • Adds support for HTMLTextAreaElement.select(). (#​691)

v9.0.1

Compare Source

👷‍♂️ Patch fixes
  • Adds support for triggering submit or reset of form when clicking on a button. (#​527)

v9.0.0

Compare Source

💣 Breaking Changes
  • This release doesn't contain any expected breaking changes, but as it contains many major internal changes and there is a risk that it introduces bugs, it felt safer to release it with a major version number.
🎨 Features
  • Implements Window.fetch(), Window.Request, Window.Response and Window.Headers in Happy DOM, instead of using the "node-fetch" library. The code is based on "node-fetch". This improves the integration for functionality such as FormData, Blob, AbortController and AbortSignal with Window.fetch(). It will also make it possible to add support for ESM while still keeping support for CommonJS.
  • Adds support for FormData. (#​585)
  • Adds support for AbortController and AbortSignal. (#​470)
  • Adds full support for ValidityState
  • Adds support for the :checked pseudo selector to query selector. (#​695)
  • Changes internal logic to favor Element.setAttribute() and Element.removeAttribute() instead of Element.setAttributeNS() and Element.removeAttributeNS() to improve performance
  • Adds support for element name and id as property to HTMLCollection
  • Adds support for HTMLCollection.namedItem()
  • Adds support for HTMLButtonElement.name
  • Adds support for HTMLButtonElement.form
  • Adds support for HTMLButtonElement.checkValidity()
  • Adds support for HTMLFormControlsCollection
  • Improves support for HTMLFormElement.elements
  • Adds support for form element name and id as property to HTMLFormElement
  • Adds support for HTMLFormElement.checkValidity(). It previously just returned "true".
  • Adds support for HTMLFormElement.reportValidity().
  • Adds support for HTMLFormElement.submit().
  • Adds support for HTMLFormElement.reset().
  • Adds support for RadioNodeList.
  • Improves support for HTMLInputElement.checked
  • Adds support for HTMLInputElement.labels
  • Improves performance of HTMLInputElement.form
  • Adds support for HTMLInputElement.checkValidity(). It previously just returned "true".
  • Adds support for HTMLInputElement.reportValidity()
  • Adds support triggering a "click" event on HTMLInputElement to trigger functionality on checkboxes, radio buttons, submit buttons and reset buttons.
  • Improves performance of HTMLLabelElement.form
  • Improves support for HTMLSelectElement.options
  • Adds support for HTMLSelectElement.labels
  • Improves support option index properties in HTMLSelectElement
  • Adds support for HTMLSelectElement.checkValidity().
  • Adds support for HTMLSelectElement.reportValidity()
  • Improves performance of HTMLSelectElement.form
  • Adds support for HTMLSelectElement.validity
  • Adds support for HTMLInputElement.validity
  • Adds support for HTMLInputElement.reportValidity()
  • Adds support for HTMLButtonElement.form
  • Adds support for HTMLButtonElement.labels
  • Adds support for HTMLButtonElement.validity
  • Adds support for HTMLButtonElement.required
  • Adds support for HTMLButtonElement.validationMessage
  • Adds support for HTMLButtonElement.checkValidity()
  • Adds support for HTMLButtonElement.reportValidity()
  • Adds support for HTMLButtonElement.setCustomValidatiy()
  • Adds support for HTMLTextAreaElement.form
  • Adds support for HTMLTextAreaElement.labels
  • Adds support for HTMLTextAreaElement.validity
  • Adds support for HTMLTextAreaElement.validationMessage
  • Adds support for HTMLTextAreaElement.checkValidity()
  • Adds support for HTMLTextAreaElement.reportValidity()
  • Adds support for HTMLTextAreaElement.setCustomValidatiy()

I know many of you have been waiting for several of the features in this release. It turned out to be much bigger and more time-consuming than originally anticipated, but now it's finally out. Enjoy 🥳


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.

@jasonkuhrt jasonkuhrt merged commit bdebdc7 into main Apr 2, 2023
@jasonkuhrt jasonkuhrt deleted the renovate/happy-dom-9.x branch April 2, 2023 23:15
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.

1 participant