Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency happy-dom to v8 (#184)
[![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.7.0` -> `8.1.1`](https://renovatebot.com/diffs/npm/happy-dom/7.7.0/8.1.1) | [![age](https://badges.renovateapi.com/packages/npm/happy-dom/8.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/happy-dom/8.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/happy-dom/8.1.1/compatibility-slim/7.7.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/happy-dom/8.1.1/confidence-slim/7.7.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>capricorn86/happy-dom</summary> ### [`v8.1.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v8.1.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v8.1.0...v8.1.1) ##### 👷♂️ Patch fixes - Adds the property window.HTMLSelectElement, so that it will be available globally. ([#​664](https://togithub.com/capricorn86/happy-dom/issues/664)) ### [`v8.1.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v8.1.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v8.0.0...v8.1.0) ##### 🎨 Features - Adds support for `FileList` to `HTMLInputElement`. ([#​494](https://togithub.com/capricorn86/happy-dom/issues/494)) ### [`v8.0.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v8.0.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.8.1...v8.0.0) ##### 💣 Breaking Changes - In v7.0.0 of Happy DOM, the default values for `window.innerWidth` and `window.innerHeight` was changed to `0`. This fix will revert this change and set the default resolution to `1024x768` again. This is a major change as it potentially can break logic. Sorry for any inconvenience. ([#​673](https://togithub.com/capricorn86/happy-dom/issues/673)) ### [`v7.8.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.8.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.8.0...v7.8.1) ##### 👷♂️ Patch fixes - Removes the sync-request dependency as it is no longer in use. ([#​650](https://togithub.com/capricorn86/happy-dom/issues/650)) ### [`v7.8.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.8.0) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.7.2...v7.8.0) ##### 🎨 Features - Adds support for `XMLHttpRequest`. ([#​520](https://togithub.com/capricorn86/happy-dom/issues/520)) - Adds support for `Document.documentURI` and `Document.URL`. ([#​526](https://togithub.com/capricorn86/happy-dom/issues/526)) - Adds the headers "referer", "set-cookie", "user-agent" to `window.fetch()` requests. ([#​520](https://togithub.com/capricorn86/happy-dom/issues/520)) - Adds support for sending in `URL` or `Request` objects to `window.fetch()`. ([#​582](https://togithub.com/capricorn86/happy-dom/issues/582)) - Replaces `sync-request` with `XMLHttpRequest` as it supports synchronous requests using a custom solution ([#​650](https://togithub.com/capricorn86/happy-dom/issues/650)) ##### 👷♂️ Patch fixes - Replaces a custom solution for `window.URL` with the native module `url`. ([#​521](https://togithub.com/capricorn86/happy-dom/issues/521)) ### [`v7.7.2`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.7.2) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.7.1...v7.7.2) ##### 👷♂️ Patch fixes - Multiple fixes related to reading and writing cookies in `document.cookie`. ([#​666](https://togithub.com/capricorn86/happy-dom/issues/666)) ### [`v7.7.1`](https://togithub.com/capricorn86/happy-dom/releases/tag/v7.7.1) [Compare Source](https://togithub.com/capricorn86/happy-dom/compare/v7.7.0...v7.7.1) ##### 👷♂️ Patch fixes - Adds support for escaped characters to class names in CSS query selectors (e.g. `\\:`, `\\#`, `\\&`) ([#​661](https://togithub.com/capricorn86/happy-dom/issues/661)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjYuMSJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information