Skip to content

Commit

Permalink
chore(deps): update dependency happy-dom to v10 (#215)
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) | [`9.20.3` ->
`10.0.3`](https://renovatebot.com/diffs/npm/happy-dom/9.20.3/10.0.3) |
[![age](https://badges.renovateapi.com/packages/npm/happy-dom/10.0.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/happy-dom/10.0.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/happy-dom/10.0.3/compatibility-slim/9.20.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/happy-dom/10.0.3/confidence-slim/9.20.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>capricorn86/happy-dom (happy-dom)</summary>

###
[`v10.0.3`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.0.3)

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v10.0.2...v10.0.3)

##### 👷‍♂️ Patch fixes

- Fixes issue with importing CJS modules directly.
([#&#8203;968](https://togithub.com/capricorn86/happy-dom/issues/968))

###
[`v10.0.2`](https://togithub.com/capricorn86/happy-dom/compare/v10.0.1...v10.0.2)

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v10.0.1...v10.0.2)

###
[`v10.0.1`](https://togithub.com/capricorn86/happy-dom/compare/v10.0.0...v10.0.1)

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v10.0.0...v10.0.1)

###
[`v10.0.0`](https://togithub.com/capricorn86/happy-dom/releases/tag/v10.0.0)

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v9.20.3...v10.0.0)

##### 🎨 Features

- Adds support for [ESM](https://nodejs.org/api/esm.html#introduction).
Happy DOM will still have support for
[CommonJS](https://nodejs.org/api/modules.html#modules-commonjs-modules).
([#&#8203;873](https://togithub.com/capricorn86/happy-dom/issues/873))
- Migrates to Vitest for unit tests internally.
([#&#8203;963](https://togithub.com/capricorn86/happy-dom/issues/963))

##### 👷‍♂️ Patch fixes

- Adds support for capturing errors when executing Javascript in
`HTMLScriptElement`. It will log the errors in the console and trigger
an error event instead of failing the entire execution.
([#&#8203;816](https://togithub.com/capricorn86/happy-dom/issues/816))

##### 💣 Breaking Changes

- Adding support for [ESM](https://nodejs.org/api/esm.html#introduction)
may be a breaking change as it can potentially exist build environments
that doesn't support this configuration.
([#&#8203;873](https://togithub.com/capricorn86/happy-dom/issues/873))

</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://developer.mend.io/github/andipaetzold/react-firehooks).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 5, 2023
1 parent 2edce36 commit 35e8684
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/react": "18.2.12",
"@vitest/coverage-c8": "0.32.0",
"firebase": "9.8.3",
"happy-dom": "9.20.3",
"happy-dom": "10.0.3",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"prettier": "3.0.0",
Expand Down

0 comments on commit 35e8684

Please sign in to comment.