Skip to content

Commit

Permalink
chore(deps): update dev dependencies (non-major) (#218)
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 |
|---|---|---|---|---|---|
|
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) |
[`18.2.14` ->
`18.2.18`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.14/18.2.18)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.14/18.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.14/18.2.18?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [happy-dom](https://github.com/capricorn86/happy-dom) | [`10.0.3` ->
`10.5.2`](https://renovatebot.com/diffs/npm/happy-dom/10.0.3/10.5.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/happy-dom/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/happy-dom/10.0.3/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/10.0.3/10.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### 👷‍♂️ Patch fixes

- Adds support for using an escape character in attribute query
selectors (e.g. `[ab="a\\:b"]`).
([#&#8203;632](https://github.com/capricorn86/happy-dom/issues/632))

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

[Compare
Source](https://github.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://github.com/capricorn86/happy-dom/issues/992))

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

[Compare
Source](https://github.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://github.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://github.com/capricorn86/happy-dom/issues/670))

***

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

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

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

##### 🎨 Features

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

***

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

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

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

##### 👷‍♂️ Patch fixes

- Fixes problem with "?" in attribute names, not being parsed correctly
in `XMLParser`.
([#&#8203;984](https://github.com/capricorn86/happy-dom/issues/984))
- Fixes problem with single quoted attributes (') not being parsed
correctly in `XMLParser`.
([#&#8203;984](https://github.com/capricorn86/happy-dom/issues/984))

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

[Compare
Source](https://github.com/capricorn86/happy-dom/compare/v10.3.0...v10.3.1)

##### 👷‍♂️ Patch fixes

- Fixes problem where lit-html is using special characters in
attributes, causing the `XMLParser` not to be able to parse the
attribute correctly.
([#&#8203;982](https://github.com/capricorn86/happy-dom/issues/982))

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

[Compare
Source](https://github.com/capricorn86/happy-dom/compare/v10.2.0...v10.3.0)

##### 🎨 Features

- Adds support for `HTMLInputElement.valueAsDate`.
([#&#8203;977](https://github.com/capricorn86/happy-dom/issues/977))

***

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

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

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

##### 🎨 Features

- Adds support for `Window.queueMicrotask()`.
([#&#8203;959](https://github.com/capricorn86/happy-dom/issues/959))

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

[Compare
Source](https://github.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://github.com/capricorn86/happy-dom/issues/950))

***

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

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

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

##### 🎨 Features

- Adds support for `HTMLInputElement.valueAsNumber`.
([#&#8203;945](https://github.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://github.com/capricorn86/happy-dom/issues/945))

***

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

###
[`v10.0.7`](https://github.com/capricorn86/happy-dom/compare/v10.0.6...v10.0.7)

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

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

[Compare
Source](https://github.com/capricorn86/happy-dom/compare/v10.0.5...v10.0.6)

##### 👷‍♂️ Patch fixes

- Adds a timeout before dispatching the event in `Window.postMessage()`
to better simulate the browser behavior.
([#&#8203;948](https://github.com/capricorn86/happy-dom/issues/948))

***

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

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

[Compare
Source](https://github.com/capricorn86/happy-dom/compare/v10.0.4...v10.0.5)

##### 👷‍♂️ Patch fixes

- Fixes parsing of pseudo elements in CSS query selectors (e.g.
"::-webkit-inner-spin-button").
([#&#8203;939](https://github.com/capricorn86/happy-dom/issues/939))

***

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

###
[`v10.0.4`](https://github.com/capricorn86/happy-dom/compare/v10.0.3...v10.0.4)

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

</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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi4yNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 1, 2023
1 parent 977ffc4 commit d17eb3f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"@semantic-release/git": "10.0.1",
"@testing-library/react": "14.0.0",
"@tsconfig/recommended": "1.0.2",
"@types/react": "18.2.14",
"@types/react": "18.2.18",
"@vitest/coverage-v8": "0.34.1",
"firebase": "9.8.3",
"happy-dom": "10.0.3",
"happy-dom": "10.5.2",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"prettier": "3.0.0",
Expand Down

0 comments on commit d17eb3f

Please sign in to comment.