chore(deps): update dependency happy-dom to v9 #492
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^8.1.5
->^9.0.0
Release Notes
capricorn86/happy-dom
v9.1.0
Compare Source
🎨 Features
v9.0.1
Compare Source
👷♂️ Patch fixes
v9.0.0
Compare Source
💣 Breaking Changes
🎨 Features
Window.fetch()
,Window.Request
,Window.Response
andWindow.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 asFormData
,Blob
,AbortController
andAbortSignal
withWindow.fetch()
. It will also make it possible to add support for ESM while still keeping support for CommonJS.FormData
. (#585)AbortController
andAbortSignal
. (#470)ValidityState
Element.setAttribute()
andElement.removeAttribute()
instead ofElement.setAttributeNS()
andElement.removeAttributeNS()
to improve performanceHTMLCollection
HTMLCollection.namedItem()
HTMLButtonElement.name
HTMLButtonElement.form
HTMLButtonElement.checkValidity()
HTMLFormControlsCollection
HTMLFormElement.elements
HTMLFormElement
HTMLFormElement.checkValidity()
. It previously just returned "true".HTMLFormElement.reportValidity()
.HTMLFormElement.submit()
.HTMLFormElement.reset()
.RadioNodeList
.HTMLInputElement.checked
HTMLInputElement.labels
HTMLInputElement.form
HTMLInputElement.checkValidity()
. It previously just returned "true".HTMLInputElement.reportValidity()
HTMLInputElement
to trigger functionality on checkboxes, radio buttons, submit buttons and reset buttons.HTMLLabelElement.form
HTMLSelectElement.options
HTMLSelectElement.labels
HTMLSelectElement
HTMLSelectElement.checkValidity()
.HTMLSelectElement.reportValidity()
HTMLSelectElement.form
HTMLSelectElement.validity
HTMLInputElement.validity
HTMLInputElement.reportValidity()
HTMLButtonElement.form
HTMLButtonElement.labels
HTMLButtonElement.validity
HTMLButtonElement.required
HTMLButtonElement.validationMessage
HTMLButtonElement.checkValidity()
HTMLButtonElement.reportValidity()
HTMLButtonElement.setCustomValidatiy()
HTMLTextAreaElement.form
HTMLTextAreaElement.labels
HTMLTextAreaElement.validity
HTMLTextAreaElement.validationMessage
HTMLTextAreaElement.checkValidity()
HTMLTextAreaElement.reportValidity()
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.
This PR has been generated by Mend Renovate. View repository job log here.