Skip to content

Commit

Permalink
chore(deps): update dependency preact to ^10.15.1 (#1703)
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.15.0` ->
`^10.15.1`](https://renovatebot.com/diffs/npm/preact/10.15.0/10.15.1) |
[![age](https://badges.renovateapi.com/packages/npm/preact/10.15.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/preact/10.15.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/preact/10.15.1/compatibility-slim/10.15.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/preact/10.15.1/confidence-slim/10.15.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>preactjs/preact</summary>

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

[Compare
Source](https://togithub.com/preactjs/preact/compare/10.15.0...10.15.1)

#### Fixes

- Fix TS FunctionComponent w/ exactOptionalPropertyTypes
([#&#8203;4025](https://togithub.com/preactjs/preact/issues/4025),
thanks [@&#8203;rschristian](https://togithub.com/rschristian))

#### Types

- Add W3C aria attributes
([#&#8203;4026](https://togithub.com/preactjs/preact/issues/4026),
thanks [@&#8203;shoonia](https://togithub.com/shoonia))
- Adds missing Context and Dispatch types to compat
([#&#8203;4028](https://togithub.com/preactjs/preact/issues/4028),
thanks [@&#8203;Scott-Fischer](https://togithub.com/Scott-Fischer))

</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://app.renovatebot.com/dashboard#github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 11, 2023
1 parent d5ff731 commit 6b2ef1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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.14.1",
"pino-pretty": "^10.0.0",
"preact": "^10.15.0",
"preact": "^10.15.1",
"rimraf": "^5.0.1",
"unbuild": "^1.2.1",
"vite": "^4.3.9",
Expand Down
10 changes: 7 additions & 3 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 6b2ef1e

Please sign in to comment.