cawa-93 / vite-electron-builder

Secure boilerplate for Electron app based on Vite. TypeScript + Vue/React/Angular/Svelte/Vanilla
MIT License
2.34k stars 256 forks source link

deps: update dependency happy-dom to v13.3.8 #976

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom 13.2.0 -> 13.3.8 age adoption passing confidence

Release Notes

capricorn86/happy-dom (happy-dom) ### [`v13.3.8`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.8) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.7...v13.3.8) ##### :construction_worker_man: Patch fixes - Updates documentation - By **[@​capricorn86](https://togithub.com/capricorn86)** in task [#​1251](https://togithub.com/capricorn86/happy-dom/issues/1251) ### [`v13.3.7`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.7) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.6...v13.3.7) ##### :construction_worker_man: Patch fixes - Removes validation of PR commit messages from Github workflow as it will fallback to patch version anyway - By **[@​capricorn86](https://togithub.com/capricorn86)** in task [#​1249](https://togithub.com/capricorn86/happy-dom/issues/1249) ### [`v13.3.6`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.6) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.5...v13.3.6) ##### :construction_worker_man: Patch fixes - Adds support for PR username in release notes if it is not possible to retrieve Github username based on commit email - By **[@​capricorn86](https://togithub.com/capricorn86)** in task [#​1247](https://togithub.com/capricorn86/happy-dom/issues/1247) ### [`v13.3.5`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.5) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.4...v13.3.5) ##### :art: Features - Support for passing pseudo-selectors as argument of `:not` in query selectors - By **[@​gdorsi](https://togithub.com/gdorsi)** in task [#​1191](https://togithub.com/capricorn86/happy-dom/issues/1191) - Add support for `TouchEvent` and `Touch` - By **[@​visualjerk](https://togithub.com/visualjerk)** in task [#​1186](https://togithub.com/capricorn86/happy-dom/issues/1186) ##### :construction_worker_man: Patch fixes - Fixes problem with calculating next version by updating the package "happy-conventional-commit" - By **[@​capricorn86](https://togithub.com/capricorn86)** in task [#​1244](https://togithub.com/capricorn86/happy-dom/issues/1244) ### [`v13.3.4`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.4) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.3...v13.3.4) ##### :construction_worker_man: Patch fixes - Fixes automatic release notes in the Github Workflow - By **[@​capricorn86](https://togithub.com/capricorn86)** in task [#​1241](https://togithub.com/capricorn86/happy-dom/issues/1241) ### [`v13.3.3`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.3) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.2...v13.3.3) ##### :construction_worker_man: Patch fixes - Updates documentation. ([#​1240](https://togithub.com/capricorn86/happy-dom/issues/1240)) ### [`v13.3.2`](https://togithub.com/capricorn86/happy-dom/compare/v13.3.1...v13.3.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.1...v13.3.2) ### [`v13.3.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.3.0...v13.3.1) ##### :construction_worker_man: Patch fixes - Improves documentation for "[@​happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#​1233](https://togithub.com/capricorn86/happy-dom/issues/1233)) ### [`v13.3.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.3.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.2...v13.3.0) ##### :art: Features - Adds support for sending in Window options to `GlobalRegistrator.register()` in "[@​happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#​1105](https://togithub.com/capricorn86/happy-dom/issues/1105)) ##### :construction_worker_man: Patch fixes - Fixes problem with getters and setters not being added to the global object when using `GlobalRegistrator.register()` in "[@​happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)". ([#​1105](https://togithub.com/capricorn86/happy-dom/issues/1105)) ### [`v13.2.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.1...v13.2.2) ##### :construction_worker_man: Patch fixes - Fixes issue where it is not possible to set `global.location.href` when using Happy DOM in the global scope (e.g. by using [@​happy-dom/global-registrator](https://togithub.com/happy-dom/global-registrator)). ([#​1230](https://togithub.com/capricorn86/happy-dom/issues/1230)) ### [`v13.2.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.2.0...v13.2.1) ##### :construction_worker_man: Patch fixes - Adds missing element classes and types to the export in "index.js", so that they are easier to import. The missing elements was `HTMLAnchorElement`, `HTMLButtonElement`, `HTMLOptGroupElement`, `HTMLOptionElement`, `HTMLUnknownElement` and `HTMLSelectElement`. ([#​1227](https://togithub.com/capricorn86/happy-dom/issues/1227)) - Adds non-implemented element classes to the export in "index.js" by exporting `HTMLElement` as the non-implemented class name. ([#​1227](https://togithub.com/capricorn86/happy-dom/issues/1227))

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), 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.

renovate[bot] commented 8 months ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.