maxmilton / new-tab

āš” A high-performance browser new tab page that gets you where you need to go faster.
https://chrome.google.com/webstore/detail/new-tab/cpcibnbdmpmcmnkhoiilpnlaepkepknb
MIT License
86 stars 7 forks source link

chore(deps): update dependency happy-dom to v13.3.8 #2112

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
happy-dom 13.1.4 -> 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)) ### [`v13.2.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v13.2.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v13.1.4...v13.2.0) ##### :art: Features - Removes unnecessary dependencies. ([#​1215](https://togithub.com/capricorn86/happy-dom/issues/1215))

Configuration

šŸ“… Schedule: Branch creation - "before 5pm on the first day of the month" (UTC), 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.

renovate[bot] commented 7 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (13.3.8). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.