Skip to content

Commit

Permalink
chore(deps): update dependency preact to ^10.19.4 (#2458)
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 |
|---|---|---|---|---|---|
| [preact](https://preactjs.com)
([source](https://togithub.com/preactjs/preact)) | [`^10.19.3` ->
`^10.19.4`](https://renovatebot.com/diffs/npm/preact/10.19.3/10.19.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/preact/10.19.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/preact/10.19.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/preact/10.19.3/10.19.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/preact/10.19.3/10.19.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>preactjs/preact (preact)</summary>

###
[`v10.19.4`](https://togithub.com/preactjs/preact/releases/tag/10.19.4)

[Compare
Source](https://togithub.com/preactjs/preact/compare/10.19.3...10.19.4)

#### Fixes

- event-listeners in safari 12.3 fix
([#&#8203;4253](https://togithub.com/preactjs/preact/issues/4253),
thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock))
- support passing context into pure component
([#&#8203;4269](https://togithub.com/preactjs/preact/issues/4269),
thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock))
- retain masks across render invocations
([#&#8203;4245](https://togithub.com/preactjs/preact/issues/4245),
thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock))
- skip comment nodes for placeChild
([#&#8203;4128](https://togithub.com/preactjs/preact/issues/4128),
thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock))
- ensure we are able to support capture events from compat
([#&#8203;4243](https://togithub.com/preactjs/preact/issues/4243),
thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock))
- batch commit callbacks from all components in the render queue
([#&#8203;4234](https://togithub.com/preactjs/preact/issues/4234),
thanks [@&#8203;developit](https://togithub.com/developit))

#### Types

- improve preact compat types adding a few missing
[@&#8203;types/react](https://togithub.com/types/react) used by
styled-components
([#&#8203;4271](https://togithub.com/preactjs/preact/issues/4271),
thanks [@&#8203;jduthon](https://togithub.com/jduthon))

#### Maintenance

- add some sensible timeouts to actions that call out to external
services
([#&#8203;4259](https://togithub.com/preactjs/preact/issues/4259),
thanks [@&#8203;andrewiggins](https://togithub.com/andrewiggins))
- add missing contenteditable "inherit" value
([#&#8203;4242](https://togithub.com/preactjs/preact/issues/4242),
thanks
[@&#8203;marvinhagemeister](https://togithub.com/marvinhagemeister))
- add ComponentType to preact/compat
([#&#8203;4239](https://togithub.com/preactjs/preact/issues/4239),
thanks [@&#8203;ianobermiller](https://togithub.com/ianobermiller))
- improve types of hook source
([#&#8203;4229](https://togithub.com/preactjs/preact/issues/4229),
thanks [@&#8203;andrewiggins](https://togithub.com/andrewiggins))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent 5169901 commit c934d22
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@previewjs/testing": "workspace:*",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"preact": "^10.19.3",
"preact": "^10.19.4",
"rimraf": "^5.0.5",
"unbuild": "^2.0.0",
"vite": "^5.0.12",
Expand Down
35 changes: 28 additions & 7 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 c934d22

Please sign in to comment.