Skip to content

Commit

Permalink
chore(deps): update dev dependencies (non-major) (#208)
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://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`18.0.37` ->
`18.2.0`](https://renovatebot.com/diffs/npm/@types%2freact/18.0.37/18.2.0)
|
[![age](https://badges.renovateapi.com/packages/npm/@types%2freact/18.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/@types%2freact/18.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/@types%2freact/18.2.0/compatibility-slim/18.0.37)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/@types%2freact/18.2.0/confidence-slim/18.0.37)](https://docs.renovatebot.com/merge-confidence/)
|
| [happy-dom](https://togithub.com/capricorn86/happy-dom) | [`9.8.1` ->
`9.9.2`](https://renovatebot.com/diffs/npm/happy-dom/9.8.1/9.9.2) |
[![age](https://badges.renovateapi.com/packages/npm/happy-dom/9.9.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/happy-dom/9.9.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/happy-dom/9.9.2/compatibility-slim/9.8.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/happy-dom/9.9.2/confidence-slim/9.8.1)](https://docs.renovatebot.com/merge-confidence/)
|
| [lint-staged](https://togithub.com/okonet/lint-staged) | [`13.2.1` ->
`13.2.2`](https://renovatebot.com/diffs/npm/lint-staged/13.2.1/13.2.2) |
[![age](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.2/compatibility-slim/13.2.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/lint-staged/13.2.2/confidence-slim/13.2.1)](https://docs.renovatebot.com/merge-confidence/)
|
| [prettier](https://prettier.io)
([source](https://togithub.com/prettier/prettier)) | [`2.8.7` ->
`2.8.8`](https://renovatebot.com/diffs/npm/prettier/2.8.7/2.8.8) |
[![age](https://badges.renovateapi.com/packages/npm/prettier/2.8.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/prettier/2.8.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/prettier/2.8.8/compatibility-slim/2.8.7)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/prettier/2.8.8/confidence-slim/2.8.7)](https://docs.renovatebot.com/merge-confidence/)
|
| [typedoc](https://typedoc.org)
([source](https://togithub.com/TypeStrong/TypeDoc)) | [`0.24.4` ->
`0.24.6`](https://renovatebot.com/diffs/npm/typedoc/0.24.4/0.24.6) |
[![age](https://badges.renovateapi.com/packages/npm/typedoc/0.24.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/typedoc/0.24.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/typedoc/0.24.6/compatibility-slim/0.24.4)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/typedoc/0.24.6/confidence-slim/0.24.4)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v9.9.1...v9.9.2)

##### 👷‍♂️ Patch fixes

- Adds a check for `arguments.length` to `Node.insertBefore()` instead
of a check for "null" specific, as the browsers support sending in
"undefined", even though it should only allow "null" according to spec.
([#&#8203;827](https://togithub.com/capricorn86/happy-dom/issues/827))

***

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

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

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v9.9.0...v9.9.1)

##### 👷‍♂️ Patch fixes

- Fixes bug where HTML entities didn't include semicolon.
([#&#8203;870](https://togithub.com/capricorn86/happy-dom/issues/870))

***

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

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

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v9.8.4...v9.9.0)

##### 🎨 Features

- Adds support for `SVGElement.focus()`, `SVGElement.blur()` and
`SVGElement.tabIndex`.
([#&#8203;699](https://togithub.com/capricorn86/happy-dom/issues/699))

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

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v9.8.3...v9.8.4)

##### 👷‍♂️ Patch fixes

- Fixes bug related to adding multiple event listeners with the "once"
option, which would cause the listener loop to go out of bounds.
([#&#8203;805](https://togithub.com/capricorn86/happy-dom/issues/805))

***

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

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

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v9.8.2...v9.8.3)

##### 👷‍♂️ Patch fixes

- Adds validation for if the node to insert is an ancestor in
`Node.appendChild()`and `Node.insertBefore()`.
([#&#8203;643](https://togithub.com/capricorn86/happy-dom/issues/643))

***

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

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

[Compare
Source](https://togithub.com/capricorn86/happy-dom/compare/v9.8.1...v9.8.2)

##### 👷‍♂️ Patch fixes

- Fixes problem with event cycle (none, capture, atTarget, bubbling)
that was was caused by adding support for capture event listeners in
[v9.7.0](https://togithub.com/capricorn86/happy-dom/releases/tag/v9.7.0).
([#&#8203;866](https://togithub.com/capricorn86/happy-dom/issues/866))

</details>

<details>
<summary>okonet/lint-staged</summary>

###
[`v13.2.2`](https://togithub.com/okonet/lint-staged/releases/tag/v13.2.2)

[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v13.2.1...v13.2.2)

##### Bug Fixes

- **dependencies:** update `yaml@2.2.2` (GHSA-f9xv-q969-pqx4)
([#&#8203;1290](https://togithub.com/okonet/lint-staged/issues/1290))
([cf691aa](https://togithub.com/okonet/lint-staged/commit/cf691aa188719d9479ceaeffbffe814594fdb65f))

</details>

<details>
<summary>prettier/prettier</summary>

###
[`v2.8.8`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#&#8203;288)

[Compare
Source](https://togithub.com/prettier/prettier/compare/2.8.7...2.8.8)

This version is a republished version of v2.8.7.
A bad version was accidentally published and [it can't be
unpublished](https://togithub.com/npm/cli/issues/1686), apologies for
the churn.

</details>

<details>
<summary>TypeStrong/TypeDoc</summary>

###
[`v0.24.6`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0246-2023-04-24)

[Compare
Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.24.5...v0.24.6)

##### Features

- Improved error messaging if a provided entry point could not be
converted into a documented module reflection,
[#&#8203;2242](https://togithub.com/TypeStrong/TypeDoc/issues/2242).
- API: Added support for `g`, `circle`, `ellipse`, `polygon`, and
`polyline` svg elements,
[#&#8203;2259](https://togithub.com/TypeStrong/TypeDoc/issues/2259).
- Extended `jsDocCompatibility` option with `inheritDocTag` to ignore
fully lowercase `inheritDoc` tags and
`ignoreUnescapedBraces` to disable warnings about unescaped `{` and `}`
characters in comments.

##### Bug Fixes

- `--useTsLinkResolution` is no longer ignored within block tags,
[#&#8203;2260](https://togithub.com/TypeStrong/TypeDoc/issues/2260).
- The current namespace will also be expanded in the navigation on page
load,
[#&#8203;2260](https://togithub.com/TypeStrong/TypeDoc/issues/2260).
- Fixed flicker of navigation pane when reloading a page caused by
updating expansion state after the page was loaded.
- Fixed an infinite loop if more than one entry point was provided, and
all entry points were the same.

##### Thanks!

-   [@&#8203;FlippieCoetser](https://togithub.com/FlippieCoetser)

###
[`v0.24.5`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0245-2023-04-22)

[Compare
Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.24.4...v0.24.5)

##### Features

- Categories and groups can now be shown in the navigation, added
`--navigation.includeCategories`
and `--navigation.includeGroups` to control this behavior. The
`--categorizeByGroup` option also
effects this behavior. If `categorizeByGroup` is set (the default) and
`navigation.includeGroups` is
*not* set, the value of `navigation.includeCategories` will be
effectively ignored since categories
will be created only within groups,
[#&#8203;1532](https://togithub.com/TypeStrong/TypeDoc/issues/1532).
- Added support for discovering a "module" comment on global files,
[#&#8203;2165](https://togithub.com/TypeStrong/TypeDoc/issues/2165).
- Added copy code to clipboard button,
[#&#8203;2153](https://togithub.com/TypeStrong/TypeDoc/issues/2153).
- Function `@returns` blocks will now be rendered with the return type,
[#&#8203;2180](https://togithub.com/TypeStrong/TypeDoc/issues/2180).
- Added `--groupOrder` option to specify the sort order of groups,
[#&#8203;2251](https://togithub.com/TypeStrong/TypeDoc/issues/2251).

##### Bug Fixes

- Type parameter constraints now respect the
`--hideParameterTypesInTitle` option,
[#&#8203;2226](https://togithub.com/TypeStrong/TypeDoc/issues/2226).
- Even more contrast fixes,
[#&#8203;2248](https://togithub.com/TypeStrong/TypeDoc/issues/2248).
- Fix semantic highlighting for predicate type's parameter references,
[#&#8203;2249](https://togithub.com/TypeStrong/TypeDoc/issues/2249).
-   Fixed broken links to heading titles.
- Fixed inconsistent styling between type parameter lists and parameter
lists.
- TypeDoc will now warn if more than one `@returns` block is is present
in a function, and ignore the duplicate blocks as specified by TSDoc.

##### Thanks!

-   [@&#8203;FlippieCoetser](https://togithub.com/FlippieCoetser)

</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://togithub.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://app.renovatebot.com/dashboard#github/andipaetzold/react-firehooks).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 28, 2023
1 parent 33e9a41 commit 474ab22
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
86 changes: 43 additions & 43 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -54,18 +54,18 @@
"@semantic-release/git": "10.0.1",
"@testing-library/react": "14.0.0",
"@tsconfig/recommended": "1.0.2",
"@types/react": "18.0.37",
"@types/react": "18.2.0",
"@vitest/coverage-c8": "0.30.1",
"firebase": "9.8.3",
"happy-dom": "9.8.1",
"happy-dom": "9.9.2",
"husky": "8.0.3",
"lint-staged": "13.2.1",
"prettier": "2.8.7",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"react": "18.2.0",
"react-test-renderer": "18.2.0",
"rimraf": "5.0.0",
"semantic-release": "21.0.1",
"typedoc": "0.24.4",
"typedoc": "0.24.6",
"typescript": "5.0.4",
"vitest": "0.30.1"
},
Expand Down

0 comments on commit 474ab22

Please sign in to comment.