Skip to content

Commit

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

---

### Release Notes

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

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

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

#### Bug Fixes

- Add `MathML` types
([#&#8203;4214](https://togithub.com/preactjs/preact/issues/4214),
thanks [@&#8203;fekete965](https://togithub.com/fekete965))
- Fix event handler event types for `onInput`, `onBeforeInput` and
`onSubmit`
([#&#8203;4226](https://togithub.com/preactjs/preact/issues/4226),
[#&#8203;4220](https://togithub.com/preactjs/preact/issues/4220), thanks
[@&#8203;marvinhagemeister](https://togithub.com/marvinhagemeister))
- Fix invalid vnodes not filtered out in children
([#&#8203;4219](https://togithub.com/preactjs/preact/issues/4219) ,
thanks [@&#8203;billti](https://togithub.com/billti))

#### Maintenance

- Remove focus from event capturing tests
([#&#8203;4217](https://togithub.com/preactjs/preact/issues/4217),
[@&#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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 8, 2023
1 parent c6f1784 commit f98799e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 26 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.16.2",
"pino-pretty": "^10.2.3",
"preact": "^10.19.2",
"preact": "^10.19.3",
"rimraf": "^5.0.5",
"unbuild": "^2.0.0",
"vite": "^4.5.1",
Expand Down
56 changes: 31 additions & 25 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 f98799e

Please sign in to comment.