Skip to content

Commit

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

---

### Release Notes

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

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

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

##### 👷‍♂️ Patch fixes

- Fixes bug where `Document.getRootNode()` returned null, but should
return the document.
([#&#8203;950](https://togithub.com/capricorn86/happy-dom/issues/950))

***

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

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

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

##### 🎨 Features

- Adds support for `HTMLInputElement.valueAsNumber`.
([#&#8203;945](https://togithub.com/capricorn86/happy-dom/issues/945))
- Adds support for sanitizing values in input fields of type date,
month, time and week in `HTMLInputElement.value`.
([#&#8203;945](https://togithub.com/capricorn86/happy-dom/issues/945))

***

Thank you [@&#8203;malko](https://togithub.com/malko) 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:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 13, 2023
1 parent d99b736 commit 64cb973
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 @@ -43,7 +43,7 @@
"@vitejs/plugin-vue": "4.2.3",
"@vitest/coverage-v8": "0.33.0",
"@vue/test-utils": "2.4.0",
"happy-dom": "10.0.7",
"happy-dom": "10.1.1",
"typescript": "5.1.6",
"vite": "4.4.2",
"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 64cb973

Please sign in to comment.