capricorn86/happy-dom (happy-dom)
### [`v14.3.6`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.3.6)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.5...v14.3.6)
##### :construction_worker_man: Patch fixes
- Adds support for parsing shorthand comments - By **[@capricorn86](https://togithub.com/capricorn86)** in task [#1288](https://togithub.com/capricorn86/happy-dom/issues/1288)
### [`v14.3.5`](https://togithub.com/capricorn86/happy-dom/compare/v14.3.4...06b556ca5f3fe6fcb3abc7ee9b1255b3d3ed5c6f)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.4...v14.3.5)
### [`v14.3.4`](https://togithub.com/capricorn86/happy-dom/compare/v14.3.3...1fa9701d374dbf57c5e54bcbd877828cd007603c)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.3...v14.3.4)
### [`v14.3.3`](https://togithub.com/capricorn86/happy-dom/compare/v14.3.2...6cbe8c09c98ae8b310da0c8b6acb37b1b7820981)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.2...v14.3.3)
### [`v14.3.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.3.2)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.1...v14.3.2)
##### :construction_worker_man: Patch fixes
- LocalStorage.setItem non-string value should to be string - By **[@betterqualityassuranceuser](https://togithub.com/betterqualityassuranceuser)** in task [#1347](https://togithub.com/capricorn86/happy-dom/issues/1347)
### [`v14.3.1`](https://togithub.com/capricorn86/happy-dom/compare/v14.3.0...b5af02b6d2d9cb940890983b3a2ec35155d8cba6)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.0...v14.3.1)
### [`v14.3.0`](https://togithub.com/capricorn86/happy-dom/compare/v14.2.1...96b06e654c258835c3c13d81701994169b6174a0)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.2.1...v14.3.0)
### [`v14.2.1`](https://togithub.com/capricorn86/happy-dom/compare/v14.2.0...2ce84c0c2b7a9679b54b15ac00a0a0a97f90d6e9)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.2.0...v14.2.1)
### [`v14.2.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.2.0)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.1.2...v14.2.0)
##### :art: Features
- Adds support for the pseudo selectors `:is()` and `:where()` - By **[@capricorn86](https://togithub.com/capricorn86)** in task [#1333](https://togithub.com/capricorn86/happy-dom/issues/1333)
### [`v14.1.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.1.2)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.1.1...v14.1.2)
##### :construction_worker_man: Patch fixes
- Fixes problem with properties defined as getters and setters not being registered globally by Vitest - By **[@capricorn86](https://togithub.com/capricorn86)** in task [#1339](https://togithub.com/capricorn86/happy-dom/issues/1339)
- The problem occurred as Vitest is using `Object.getOwnPropertyDescriptors(window)` to read which properties to register globally, but getters and setters are defined on the prototype
- To solve the problem, `GlobalWindow` now defines the properties on the instance when it is constructed
### [`v14.1.1`](https://togithub.com/capricorn86/happy-dom/compare/v14.1.0...7e006f57b71b0979ec8992cbf9ee20221ebafa78)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.1.0...v14.1.1)
### [`v14.1.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.1.0)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.0.0...v14.1.0)
##### :art: Features
- Adds support for the setting `handleDisabledFileLoadingAsSuccess`, that can be used for triggering a "load" event instead of an "error" event when file loading is disabled - By **[@capricorn86](https://togithub.com/capricorn86)** in task [#1334](https://togithub.com/capricorn86/happy-dom/issues/1334)
### [`v14.0.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.0.0)
[Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.10.1...v14.0.0)
##### :bomb: Breaking Changes
- Removes interfaces for Node's, as they are no longer needed as newer versions of Typescript can handle circular dependencies - By **[@capricorn86](https://togithub.com/capricorn86)** in task [#1330](https://togithub.com/capricorn86/happy-dom/issues/1330)
Configuration
๐ Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
๐ฆ Automerge: Enabled.
โป 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.
This PR contains the following updates:
^13.10.1
->^14.3.6
Release Notes
capricorn86/happy-dom (happy-dom)
### [`v14.3.6`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.3.6) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.5...v14.3.6) ##### :construction_worker_man: Patch fixes - Adds support for parsing shorthand comments - By **[@capricorn86](https://togithub.com/capricorn86)** in task [#1288](https://togithub.com/capricorn86/happy-dom/issues/1288) ### [`v14.3.5`](https://togithub.com/capricorn86/happy-dom/compare/v14.3.4...06b556ca5f3fe6fcb3abc7ee9b1255b3d3ed5c6f) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.4...v14.3.5) ### [`v14.3.4`](https://togithub.com/capricorn86/happy-dom/compare/v14.3.3...1fa9701d374dbf57c5e54bcbd877828cd007603c) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.3...v14.3.4) ### [`v14.3.3`](https://togithub.com/capricorn86/happy-dom/compare/v14.3.2...6cbe8c09c98ae8b310da0c8b6acb37b1b7820981) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.2...v14.3.3) ### [`v14.3.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.3.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.1...v14.3.2) ##### :construction_worker_man: Patch fixes - LocalStorage.setItem non-string value should to be string - By **[@betterqualityassuranceuser](https://togithub.com/betterqualityassuranceuser)** in task [#1347](https://togithub.com/capricorn86/happy-dom/issues/1347) ### [`v14.3.1`](https://togithub.com/capricorn86/happy-dom/compare/v14.3.0...b5af02b6d2d9cb940890983b3a2ec35155d8cba6) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.3.0...v14.3.1) ### [`v14.3.0`](https://togithub.com/capricorn86/happy-dom/compare/v14.2.1...96b06e654c258835c3c13d81701994169b6174a0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.2.1...v14.3.0) ### [`v14.2.1`](https://togithub.com/capricorn86/happy-dom/compare/v14.2.0...2ce84c0c2b7a9679b54b15ac00a0a0a97f90d6e9) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.2.0...v14.2.1) ### [`v14.2.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.2.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.1.2...v14.2.0) ##### :art: Features - Adds support for the pseudo selectors `:is()` and `:where()` - By **[@capricorn86](https://togithub.com/capricorn86)** in task [#1333](https://togithub.com/capricorn86/happy-dom/issues/1333) ### [`v14.1.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.1.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.1.1...v14.1.2) ##### :construction_worker_man: Patch fixes - Fixes problem with properties defined as getters and setters not being registered globally by Vitest - By **[@capricorn86](https://togithub.com/capricorn86)** in task [#1339](https://togithub.com/capricorn86/happy-dom/issues/1339) - The problem occurred as Vitest is using `Object.getOwnPropertyDescriptors(window)` to read which properties to register globally, but getters and setters are defined on the prototype - To solve the problem, `GlobalWindow` now defines the properties on the instance when it is constructed ### [`v14.1.1`](https://togithub.com/capricorn86/happy-dom/compare/v14.1.0...7e006f57b71b0979ec8992cbf9ee20221ebafa78) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.1.0...v14.1.1) ### [`v14.1.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.1.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v14.0.0...v14.1.0) ##### :art: Features - Adds support for the setting `handleDisabledFileLoadingAsSuccess`, that can be used for triggering a "load" event instead of an "error" event when file loading is disabled - By **[@capricorn86](https://togithub.com/capricorn86)** in task [#1334](https://togithub.com/capricorn86/happy-dom/issues/1334) ### [`v14.0.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v14.0.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.10.1...v14.0.0) ##### :bomb: Breaking Changes - Removes interfaces for Node's, as they are no longer needed as newer versions of Typescript can handle circular dependencies - By **[@capricorn86](https://togithub.com/capricorn86)** in task [#1330](https://togithub.com/capricorn86/happy-dom/issues/1330)Configuration
๐ Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
๐ฆ Automerge: Enabled.
โป 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.