chore(deps): update dependency happy-dom to v7.5.12 #2553

Merged
konrad merged 1 commits from renovate/happy-dom-7.x into main 2022-10-17 09:02:39 +00:00
Member

This PR contains the following updates:

Package Type Update Change
happy-dom devDependencies minor 7.4.0 -> 7.5.12

Release Notes

capricorn86/happy-dom

v7.5.12

Compare Source

👷‍♂️ Patch fixes
  • HTMLOptionElement.value should not sanitize the value by removing new lines and trimming it. This caused a crash when the value was set to another type than "string". (#​620)

v7.5.11

Compare Source

👷‍♂️ Patch fixes
  • HTMLSelectElement.options.add() and HTMLSelectElement.options.remove() has to update the actual DOM
  • HTMLSelectElement.appendChild(), HTMLSelectElement.beforeChild() and HTMLSelectElement.removeChild() has to update the option elements in HTMLSelectElement.options
  • HTMLSelectElement.options.selectedIndex was not updated correctly after removing a selected option
  • Adds support for HTMLSelectElement.length
  • HTMLSelectElement now supports to do get options by index (e.g. select[1])

v7.5.10

Compare Source

👷‍♂️ Patch fixes
  • Adds check for if the active element is of type Element before handling custom elements by calling Element.getRootNode(). (#​467)

v7.5.9

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem with Document.activeElement still pointing to an Element that has been disconnected from the DOM. (#​456)

v7.5.8

Compare Source

👷‍♂️ Patch fixes
  • Element.matches() not working properly with descendant combinators. (#​614)

v7.5.7

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue related to sending in other types of values than string to CSSStyleDeclaration properties, causing the property parser to throw an error. (#​612)

v7.5.6

Compare Source

👷‍♂️ Patch fixes
  • Does not set Event.target and Event.currrentTarget directly to solve a problem with Vitest typechecking the internals of Happy DOM. (#​544)

v7.5.5

Compare Source

v7.5.4

Compare Source

v7.5.3

Compare Source

v7.5.2

Compare Source

👷‍♂️ Patch fixes
  • Fixes problem in the "global-registrator" package where unregister only deletes/pops half the registered keys. (#​603)

v7.5.1

Compare Source

👷‍♂️ Patch fixes
  • Add toStringTag in Element class to handle Object.prototype.toString.call on implemented element classes. (#​540)

v7.5.0

Compare Source

🎨 Features
  • Improves performance of window.getComputedStyle() by adding a cache that gets updated whenever something happens to the DOM tree (appendChild, removeChild etc.). (#​599)
  • Adds support for CSS selector priority to window.getComputedStyle(). (#​599)
  • Adds support for selectors with parent elements to Element.matches(). (#​599)

Configuration

📅 Schedule: Branch creation - "before 3am 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [happy-dom](https://github.com/capricorn86/happy-dom) | devDependencies | minor | [`7.4.0` -> `7.5.12`](https://renovatebot.com/diffs/npm/happy-dom/7.4.0/7.5.12) | --- ### Release Notes <details> <summary>capricorn86/happy-dom</summary> ### [`v7.5.12`](https://github.com/capricorn86/happy-dom/releases/tag/v7.5.12) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.11...v7.5.12) ##### :construction_worker_man: Patch fixes - `HTMLOptionElement.value` should not sanitize the value by removing new lines and trimming it. This caused a crash when the value was set to another type than "string". ([#&#8203;620](https://github.com/capricorn86/happy-dom/issues/620)) ### [`v7.5.11`](https://github.com/capricorn86/happy-dom/releases/tag/v7.5.11) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.10...v7.5.11) ##### :construction_worker_man: Patch fixes - `HTMLSelectElement.options.add()` and `HTMLSelectElement.options.remove()` has to update the actual DOM - `HTMLSelectElement.appendChild()`, `HTMLSelectElement.beforeChild()` and `HTMLSelectElement.removeChild()` has to update the option elements in `HTMLSelectElement.options` - `HTMLSelectElement.options.selectedIndex` was not updated correctly after removing a selected option - Adds support for `HTMLSelectElement.length` - `HTMLSelectElement` now supports to do get options by index (e.g. `select[1]`) ### [`v7.5.10`](https://github.com/capricorn86/happy-dom/releases/tag/v7.5.10) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.9...v7.5.10) ##### :construction_worker_man: Patch fixes - Adds check for if the active element is of type Element before handling custom elements by calling Element.getRootNode(). ([#&#8203;467](https://github.com/capricorn86/happy-dom/issues/467)) ### [`v7.5.9`](https://github.com/capricorn86/happy-dom/releases/tag/v7.5.9) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.8...v7.5.9) ##### :construction_worker_man: Patch fixes - Fixes problem with Document.activeElement still pointing to an Element that has been disconnected from the DOM. ([#&#8203;456](https://github.com/capricorn86/happy-dom/issues/456)) ### [`v7.5.8`](https://github.com/capricorn86/happy-dom/releases/tag/v7.5.8) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.7...v7.5.8) ##### :construction_worker_man: Patch fixes - `Element.matches()` not working properly with descendant combinators. ([#&#8203;614](https://github.com/capricorn86/happy-dom/issues/614)) ### [`v7.5.7`](https://github.com/capricorn86/happy-dom/releases/tag/v7.5.7) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.6...v7.5.7) ##### :construction_worker_man: Patch fixes - Fixes issue related to sending in other types of values than string to CSSStyleDeclaration properties, causing the property parser to throw an error. ([#&#8203;612](https://github.com/capricorn86/happy-dom/issues/612)) ### [`v7.5.6`](https://github.com/capricorn86/happy-dom/releases/tag/v7.5.6) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.5...v7.5.6) ##### :construction_worker_man: Patch fixes - Does not set Event.target and Event.currrentTarget directly to solve a problem with Vitest typechecking the internals of Happy DOM. ([#&#8203;544](https://github.com/capricorn86/happy-dom/issues/544)) ### [`v7.5.5`](https://github.com/capricorn86/happy-dom/compare/v7.5.4...v7.5.5) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.4...v7.5.5) ### [`v7.5.4`](https://github.com/capricorn86/happy-dom/compare/v7.5.3...v7.5.4) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.3...v7.5.4) ### [`v7.5.3`](https://github.com/capricorn86/happy-dom/compare/v7.5.2...v7.5.3) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.2...v7.5.3) ### [`v7.5.2`](https://github.com/capricorn86/happy-dom/releases/tag/v7.5.2) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.1...v7.5.2) ##### :construction_worker_man: Patch fixes - Fixes problem in the "global-registrator" package where unregister only deletes/pops half the registered keys. ([#&#8203;603](https://github.com/capricorn86/happy-dom/issues/603)) ### [`v7.5.1`](https://github.com/capricorn86/happy-dom/releases/tag/v7.5.1) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.5.0...v7.5.1) ##### :construction_worker_man: Patch fixes - Add toStringTag in Element class to handle Object.prototype.toString.call on implemented element classes. ([#&#8203;540](https://github.com/capricorn86/happy-dom/issues/540)) ### [`v7.5.0`](https://github.com/capricorn86/happy-dom/releases/tag/v7.5.0) [Compare Source](https://github.com/capricorn86/happy-dom/compare/v7.4.0...v7.5.0) ##### :art: Features - Improves performance of `window.getComputedStyle()` by adding a cache that gets updated whenever something happens to the DOM tree (appendChild, removeChild etc.). ([#&#8203;599](https://github.com/capricorn86/happy-dom/issues/599)) - Adds support for CSS selector priority to `window.getComputedStyle()`. ([#&#8203;599](https://github.com/capricorn86/happy-dom/issues/599)) - Adds support for selectors with parent elements to `Element.matches()`. ([#&#8203;599](https://github.com/capricorn86/happy-dom/issues/599)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=-->
renovate added the
dependencies
label 2022-10-17 01:03:41 +00:00
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2553-renovate-happy-dom-7-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2553-renovate-happy-dom-7-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
renovate force-pushed renovate/happy-dom-7.x from 7cd943cf70 to dd6732d717 2022-10-17 08:03:24 +00:00 Compare
konrad merged commit c9b18232c9 into main 2022-10-17 09:02:39 +00:00
konrad deleted branch renovate/happy-dom-7.x 2022-10-17 09:02:39 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.