fix(deps): update dependency preact to v10.10.6 #65

Merged
renovate[bot] merged 1 commit from renovate/preact-10.x into main 2022-09-03 18:47:48 +00:00
renovate[bot] commented 2022-08-05 13:23:52 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
preact (source) 10.10.0 -> 10.10.6 age adoption passing confidence

Release Notes

preactjs/preact

v10.10.6

Compare Source

types

v10.10.5

Compare Source

fixes

v10.10.4

Compare Source

Fixes

v10.10.3

Compare Source

Fixes

v10.10.2

Compare Source

Fixes

v10.10.1

Compare Source

Bug Fixes

Maintenance


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

[![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.10.0` -> `10.10.6`](https://renovatebot.com/diffs/npm/preact/10.10.0/10.10.6) | [![age](https://badges.renovateapi.com/packages/npm/preact/10.10.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/preact/10.10.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/preact/10.10.6/compatibility-slim/10.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/preact/10.10.6/confidence-slim/10.10.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>preactjs/preact</summary> ### [`v10.10.6`](https://togithub.com/preactjs/preact/releases/tag/10.10.6) [Compare Source](https://togithub.com/preactjs/preact/compare/10.10.5...10.10.6) #### types - allow for null return from fc ([#&#8203;3683](https://togithub.com/preactjs/preact/issues/3683), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock)) ### [`v10.10.5`](https://togithub.com/preactjs/preact/releases/tag/10.10.5) [Compare Source](https://togithub.com/preactjs/preact/compare/10.10.4...10.10.5) #### fixes - undo jsx-element removal ([#&#8203;3680](https://togithub.com/preactjs/preact/issues/3680), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock)) ### [`v10.10.4`](https://togithub.com/preactjs/preact/releases/tag/10.10.4) [Compare Source](https://togithub.com/preactjs/preact/compare/10.10.3...10.10.4) #### Fixes - allow function component with children ([#&#8203;3676](https://togithub.com/preactjs/preact/issues/3676), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock)) - ensure we iterate over all hooks ([#&#8203;3675](https://togithub.com/preactjs/preact/issues/3675), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock)) ### [`v10.10.3`](https://togithub.com/preactjs/preact/releases/tag/10.10.3) [Compare Source](https://togithub.com/preactjs/preact/compare/10.10.2...10.10.3) #### Fixes - fix hooks calling shouldComponentUpdate without context ([#&#8203;3671](https://togithub.com/preactjs/preact/issues/3671), thanks [@&#8203;developit](https://togithub.com/developit)) - fix case where we set SCU multiple times ([#&#8203;3670](https://togithub.com/preactjs/preact/issues/3670), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock)) - fix sync-external-store with zustand ([#&#8203;3663](https://togithub.com/preactjs/preact/issues/3663), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock)) ### [`v10.10.2`](https://togithub.com/preactjs/preact/releases/tag/10.10.2) [Compare Source](https://togithub.com/preactjs/preact/compare/10.10.1...10.10.2) #### Fixes - fix `useSyncExternalStore` relying on changed render values ([#&#8203;3655](https://togithub.com/preactjs/preact/issues/3655), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock)) - avoid crashing due to \__hooks being null ([#&#8203;3651](https://togithub.com/preactjs/preact/issues/3651), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock)) ### [`v10.10.1`](https://togithub.com/preactjs/preact/releases/tag/10.10.1) [Compare Source](https://togithub.com/preactjs/preact/compare/10.10.0...10.10.1) #### Bug Fixes - Fix infinite loop in `radix-ui` which enqueues multiple state updates in the same tick ([#&#8203;3645](https://togithub.com/preactjs/preact/issues/3645), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock) ) - Fix effects run for suspended components in rare instances ([#&#8203;3643](https://togithub.com/preactjs/preact/issues/3643), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock) ) - Fix `useSyncExternalStore` not working with function values ([#&#8203;3633](https://togithub.com/preactjs/preact/issues/3633), thanks [@&#8203;marvinhagemeister](https://togithub.com/marvinhagemeister) ) - Defer bailing out of updates to the render phase to align with React ([#&#8203;3621](https://togithub.com/preactjs/preact/issues/3621) + [#&#8203;3623](https://togithub.com/preactjs/preact/issues/3623), thanks [@&#8203;JoviDeCroock](https://togithub.com/JoviDeCroock) ) - Fix some SVG attributes applied with wrong casing ([#&#8203;3615](https://togithub.com/preactjs/preact/issues/3615), thanks [@&#8203;iminside](https://togithub.com/iminside)) #### Maintenance - Update `esbuild` ([#&#8203;3630](https://togithub.com/preactjs/preact/issues/3630), thanks [@&#8203;marvinhagemeister](https://togithub.com/marvinhagemeister) ) - Make demo compatible with node 16 and 18 ([#&#8203;3617](https://togithub.com/preactjs/preact/issues/3617), [@&#8203;gengjiawen](https://togithub.com/gengjiawen) ) </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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- 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/mcataford/rss-reader). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE2My4wIn0=-->
github-actions[bot] commented 2022-08-05 13:28:18 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62ed1aeb39e463617fd58bca--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62ed1aeb39e463617fd58bca--sleepy-shaw-d8efec.netlify.app
github-actions[bot] commented 2022-08-10 12:01:24 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62f39e0e90fc0f3d80691cbd--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62f39e0e90fc0f3d80691cbd--sleepy-shaw-d8efec.netlify.app
github-actions[bot] commented 2022-08-16 09:26:24 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62fb62b92013e779517b5fb6--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62fb62b92013e779517b5fb6--sleepy-shaw-d8efec.netlify.app
github-actions[bot] commented 2022-08-18 22:50:21 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62fec2268802d00065881e63--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62fec2268802d00065881e63--sleepy-shaw-d8efec.netlify.app
github-actions[bot] commented 2022-08-19 09:12:13 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62ff53e719923a6a16ec43a1--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62ff53e719923a6a16ec43a1--sleepy-shaw-d8efec.netlify.app
github-actions[bot] commented 2022-08-19 18:19:38 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62ffd434eb51c71e23d0636f--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62ffd434eb51c71e23d0636f--sleepy-shaw-d8efec.netlify.app
github-actions[bot] commented 2022-09-03 17:47:38 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://631393351693a9415d05903d--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://631393351693a9415d05903d--sleepy-shaw-d8efec.netlify.app
mcataford (Migrated from github.com) approved these changes 2022-09-03 18:47:33 +00:00
Sign in to join this conversation.
No description provided.