Skip to content

Commit

Permalink
chore(deps): update dependency happy-dom to v10.5.1 (#20)
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) | [`10.3.2` ->
`10.5.1`](https://renovatebot.com/diffs/npm/happy-dom/10.3.2/10.5.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/10.3.2/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/10.3.2/10.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### 👷‍♂️ Patch fixes

- Fixes problem where `HTMLIFrameElement` fails to load page. The
problem was most likely that some libraries overrides the
`Document.defaultView` property somehow, making
`Document.defaultView.constructor` not being the `Window` constructor.
([#&#8203;992](https://togithub.com/capricorn86/happy-dom/issues/992))

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

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

##### 🎨 Features

- Fixes issue where CSS values with parentheses wasn't correctly parsed
if the values also contained a comma.
([#&#8203;976](https://togithub.com/capricorn86/happy-dom/issues/976))
- This fix should also fix a problem related to parsing a CSS string
that ends with a variable setter.
([#&#8203;670](https://togithub.com/capricorn86/happy-dom/issues/670))

***

Thank you [@&#8203;malko](https://togithub.com/malko) for your
contribution!

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

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

##### 🎨 Features

- Adds support for `MouseEvent.movementX` and `MouseEvent.movementY`.
([#&#8203;953](https://togithub.com/capricorn86/happy-dom/issues/953))

***

Thank you [@&#8203;mertcan](https://togithub.com/mertcan) for your
contribution!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
Europe/Helsinki, 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, 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/slipmatio/logger).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 19, 2023
1 parent 41813a1 commit 1e85132
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@vitejs/plugin-vue": "4.2.3",
"@vitest/coverage-v8": "0.33.0",
"@vue/test-utils": "2.4.0",
"happy-dom": "10.3.2",
"happy-dom": "10.5.1",
"typescript": "5.1.6",
"vite": "4.4.4",
"vite-plugin-dts": "3.2.0",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit 1e85132

Please sign in to comment.