Skip to content

Commit

Permalink
chore(deps): update dependency happy-dom to v8 (#184)
Browse files Browse the repository at this point in the history
[![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/)
|

---

<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)

- Adds the property window.HTMLSelectElement, so that it will be
available globally.
([#&#8203;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)

- Adds support for `FileList` to `HTMLInputElement`.
([#&#8203;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)

- 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.
([#&#8203;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)

- Removes the sync-request dependency as it is no longer in use.
([#&#8203;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)

- Adds support for `XMLHttpRequest`.
([#&#8203;520](https://togithub.com/capricorn86/happy-dom/issues/520))
- Adds support for `Document.documentURI` and `Document.URL`.
([#&#8203;526](https://togithub.com/capricorn86/happy-dom/issues/526))
- Adds the headers "referer", "set-cookie", "user-agent" to
`window.fetch()` requests.
([#&#8203;520](https://togithub.com/capricorn86/happy-dom/issues/520))
- Adds support for sending in `URL` or `Request` objects to
`window.fetch()`.
([#&#8203;582](https://togithub.com/capricorn86/happy-dom/issues/582))
- Replaces `sync-request` with `XMLHttpRequest` as it supports
synchronous requests using a custom solution
([#&#8203;650](https://togithub.com/capricorn86/happy-dom/issues/650))

- Replaces a custom solution for `window.URL` with the native module
`url`.
([#&#8203;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)

- Multiple fixes related to reading and writing cookies in
`document.cookie`.
([#&#8203;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)

- Adds support for escaped characters to class names in CSS query
selectors (e.g. `\\:`, `\\#`, `\\&`)
([#&#8203;661](https://togithub.com/capricorn86/happy-dom/issues/661))

</details>

---

📅 **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
renovate[bot] authored and andipaetzold committed Feb 10, 2023
1 parent b9c6ba2 commit f1559b0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 479 deletions.

0 comments on commit f1559b0

Please sign in to comment.