Skip to content

Commit

Permalink
⬆️ Update dependency happy-dom to ^17.0.2 (#5689)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [happy-dom](https://github.com/capricorn86/happy-dom) |
[`^17.0.0` ->
`^17.0.2`](https://renovatebot.com/diffs/npm/happy-dom/17.0.0/17.0.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/17.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/17.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/17.0.0/17.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/17.0.0/17.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v17.0.2`](https://github.com/capricorn86/happy-dom/releases/tag/v17.0.2)

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

##### 👷‍♂️ Patch fixes

- The property "tabIndex" should return "0" by default in
`HTMLAnchorElement`, `HTMLAreaElement`, `HTMLButtonElement`,
`HTMLIFrameElement`, `HTMLInputElement`, `HTMLMediaElement`,
`HTMLObjectElement`, `HTMLSelectElement` and `HTMLTextAreaElement` - By
**[@&#8203;capricorn86](https://github.com/capricorn86)** in
task
[#&#8203;1714](https://github.com/capricorn86/happy-dom/issues/1714)

###
[`v17.0.1`](https://github.com/capricorn86/happy-dom/releases/tag/v17.0.1)

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

##### 👷‍♂️ Patch fixes

- Ensure `querySelector()` returns the first item that appears in the
DOM for grouped selectors - By
**[@&#8203;christiango](https://github.com/christiango)** in
task
[#&#8203;1710](https://github.com/capricorn86/happy-dom/issues/1710)

</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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/dubzzz/fast-check).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent fe73aee commit 47ef045
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/lodash": "^4.17.15",
"@types/react": "^19.0.8",
"@types/supertest": "^6.0.2",
"happy-dom": "^17.0.0",
"happy-dom": "^17.0.2",
"typescript": "~5.7.3",
"vitest": "^2.1.9"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3638,7 +3638,7 @@ __metadata:
"@types/supertest": "npm:^6.0.2"
express: "npm:^4.21.2"
fast-check: "workspace:*"
happy-dom: "npm:^17.0.0"
happy-dom: "npm:^17.0.2"
lodash: "npm:^4.17.21"
pure-rand: "npm:^7.0.0"
react: "npm:^19.0.0"
Expand Down Expand Up @@ -11541,13 +11541,13 @@ __metadata:
languageName: node
linkType: hard

"happy-dom@npm:^17.0.0":
version: 17.0.0
resolution: "happy-dom@npm:17.0.0"
"happy-dom@npm:^17.0.2":
version: 17.0.2
resolution: "happy-dom@npm:17.0.2"
dependencies:
webidl-conversions: "npm:^7.0.0"
whatwg-mimetype: "npm:^3.0.0"
checksum: 10c0/52988c5732b4767f42bda6bd1837d4647fcd44371f121ab0a8aabc212aa50b58c2ab1f2fad3be587925d7b4aef6c20b26d07081543b94e6f475deae8c8111891
checksum: 10c0/8a3ec3e391f4ff2f62533b85f848f887ef51a7a9788c1972ce5416a352d8dc7cf4e58fa94cdb44597830dc6c2b60e7eaaf285c643746f985e896223092a7dd14
languageName: node
linkType: hard

Expand Down

0 comments on commit 47ef045

Please sign in to comment.