From b2d25d966a09bd81e63ed4ae86e85de7c0b5d73e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 22:34:05 +0100 Subject: [PATCH] chore(deps): update dependency happy-dom to v7.7.0 (#169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [happy-dom](https://togithub.com/capricorn86/happy-dom) | [`7.6.0` -> `7.7.0`](https://renovatebot.com/diffs/npm/happy-dom/7.6.0/7.7.0) | [![age](https://badges.renovateapi.com/packages/npm/happy-dom/7.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/happy-dom/7.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/happy-dom/7.7.0/compatibility-slim/7.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/happy-dom/7.7.0/confidence-slim/7.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
capricorn86/happy-dom ### [`v7.7.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.7.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.6.7...v7.7.0) ##### :art: Features - Adds support for `HTMLAnchorElement`. ([#​204](https://togithub.com/capricorn86/happy-dom/issues/204)) ### [`v7.6.7`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.6.7) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.6.6...v7.6.7) ##### :construction_worker_man: Patch fixes - `OptionElement.value` should return `Element.textContent` as fallback. ([#​648](https://togithub.com/capricorn86/happy-dom/issues/648)) ### [`v7.6.6`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.6.6) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.6.5...v7.6.6) ##### :construction_worker_man: Patch fixes - `Element.innerHTML` should be able to handle other types than string. ([#​639](https://togithub.com/capricorn86/happy-dom/issues/639)) ### [`v7.6.5`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.6.5) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.6.4...v7.6.5) ##### :construction_worker_man: Patch fixes - Fixes problem with `HTMLSelectElement.selectedIndex` not reflecting the select attribute set on options. ([#​637](https://togithub.com/capricorn86/happy-dom/issues/637)) ### [`v7.6.4`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.6.4) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.6.3...v7.6.4) ##### :construction_worker_man: Patch fixes - Makes it possible to set a CSS string to `HTMLElement.style` (e.g. `HTMLElement.style = 'color: red'`). ([#​628](https://togithub.com/capricorn86/happy-dom/issues/628)) ### [`v7.6.3`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.6.3) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.6.2...v7.6.3) ##### :construction_worker_man: Patch fixes - Multiples fixes related to how `HTMLSelectElement.selectedIndex` and `HTMLOptionElement.selected` are handled. ([#​635](https://togithub.com/capricorn86/happy-dom/issues/635)) - Setting `HTMLSelectElement.selectedIndex` to an invalid value will no longer cause an exception to be thrown. ([#​635](https://togithub.com/capricorn86/happy-dom/issues/635)) ### [`v7.6.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.6.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.6.1...v7.6.2) ##### :construction_worker_man: Patch fixes - Adds support for wildcard searches to `Element.getElementsByTagName()` and `Document.getElementsByTagName()` (improves jQuery support). ([#​633](https://togithub.com/capricorn86/happy-dom/issues/633)) ### [`v7.6.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.6.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.6.0...v7.6.1) ##### :construction_worker_man: Patch fixes - Fixes problem with sending in URL to the `Window` contructor (e.g. `new Window({ url })`). ([#​627](https://togithub.com/capricorn86/happy-dom/issues/627))
--- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/andipaetzold/react-firehooks). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a86fe139..35a383cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/react": "18.0.21", "@vitest/coverage-c8": "0.24.3", "firebase": "9.8.3", - "happy-dom": "7.6.0", + "happy-dom": "7.7.0", "husky": "8.0.1", "lint-staged": "13.0.3", "prettier": "2.8.0", @@ -3379,9 +3379,9 @@ } }, "node_modules/happy-dom": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-7.6.0.tgz", - "integrity": "sha512-QnNsiblZdyVDzW5ts6E7ub79JnabqHJeJgt+1WGNq9fSYqS/r/RzzTVXCZSDl6EVkipdwI48B4bgXAnMZPecIw==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-7.7.0.tgz", + "integrity": "sha512-U10JXl5qSaHswXT5kyE7lvSDoyK48GyPGpe74qI9KT29frt1AlS+jnwy77RUJIknx+4b52DK1NllXTgHH8k20w==", "dev": true, "dependencies": { "css.escape": "^1.5.1", @@ -12383,9 +12383,9 @@ } }, "happy-dom": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-7.6.0.tgz", - "integrity": "sha512-QnNsiblZdyVDzW5ts6E7ub79JnabqHJeJgt+1WGNq9fSYqS/r/RzzTVXCZSDl6EVkipdwI48B4bgXAnMZPecIw==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-7.7.0.tgz", + "integrity": "sha512-U10JXl5qSaHswXT5kyE7lvSDoyK48GyPGpe74qI9KT29frt1AlS+jnwy77RUJIknx+4b52DK1NllXTgHH8k20w==", "dev": true, "requires": { "css.escape": "^1.5.1", diff --git a/package.json b/package.json index 33db0619..286ca829 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/react": "18.0.21", "@vitest/coverage-c8": "0.24.3", "firebase": "9.8.3", - "happy-dom": "7.6.0", + "happy-dom": "7.7.0", "husky": "8.0.1", "lint-staged": "13.0.3", "prettier": "2.8.0",