device
device copied to clipboard
chore(deps): update dependency happy-dom to v15.3.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| happy-dom | 15.0.0 -> 15.3.1 |
Release Notes
capricorn86/happy-dom (happy-dom)
v15.3.1
v15.3.0
v15.2.0
:art: Features
- Adds support for the static method
AbortSignal.any()- By @ezzatron in task #1468
v15.1.0
:art: Features
- Refactor internal logic related to injecting the Window context for classes that can be constructed using the "new" operator - By @capricorn86 in task #1332
- Improves the way classes can access the Browser context internally - By @capricorn86 in task #1332
- Refactor of the logic for
EventTarget.dispatchEvent()to better handle the event phases "none", "capture", "atTarget" and "bubbling" - By @capricorn86 in task #1332 - Adds support for
HTMLInputElement.popoverTargetElement,HTMLInputElement.popoverTargetAction,HTMLButtonElement.popoverTargetElementandHTMLButtonElement.popoverTargetAction- By @capricorn86 in task #1332 - Adds support for
HTMLElement.popover- By @capricorn86 in task #1332 - Adds support for
PerformanceObserver,PerformanceEntryandPerformanceObserverEntryList- By @capricorn86 in task #1332
:construction_worker_man: Patch fixes
- Makes it possible for a polyfill to replace
NodeList[Symbol.iterator]()withArray.prototype.values()- By @capricorn86 in task #1332 - Adds logic for canceling any request to start new async tasks while the
Windowis closing (e.g. usingsetTimeout()orfetch()) - By @capricorn86 in task #1332 - Fixes issues with errors exiting the browser when using the setting "errorCapture" set to "processLevel" - By @capricorn86 in task #1332
- Refactor internal logic, so that thrown errors are instances of unique error classes assigned to the
Window, which makes it possible forBrowserExceptionObserverto know whichWindowthe error originated from
- Refactor internal logic, so that thrown errors are instances of unique error classes assigned to the
- Changes
Event.composedPath()to not return theWindowobject if the event type is "load", which is the same behaviour as the browser - By @capricorn86 in task #1332- This means that "load" events will not bubble up to the
Windowobject
- This means that "load" events will not bubble up to the
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 was generated by Mend Renovate. View the repository job log.