Skip to content

Commit 3a0def2

Browse files
fix(deps): update dependency preact to v10.26.8 (#2100)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [preact](https://preactjs.com) ([source](https://redirect.github.com/preactjs/preact)) | [`10.26.6` -> `10.26.8`](https://renovatebot.com/diffs/npm/preact/10.26.6/10.26.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/preact/10.26.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/preact/10.26.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/preact/10.26.6/10.26.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/preact/10.26.6/10.26.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>preactjs/preact (preact)</summary> ### [`v10.26.8`](https://redirect.github.com/preactjs/preact/releases/tag/10.26.8) [Compare Source](https://redirect.github.com/preactjs/preact/compare/10.26.7...10.26.8) ##### Fixes - Fix defaultProps applying on null values ([#&#8203;4775](https://redirect.github.com/preactjs/preact/issues/4775), thanks [@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) ### [`v10.26.7`](https://redirect.github.com/preactjs/preact/releases/tag/10.26.7) [Compare Source](https://redirect.github.com/preactjs/preact/compare/10.26.6...10.26.7) #### Types - Add `name` to `<details>` ([#&#8203;4766](https://redirect.github.com/preactjs/preact/issues/4766), thanks [@&#8203;marvinhagemeister](https://redirect.github.com/marvinhagemeister)) #### Improvements - Reduce raf timeout to 35ms ([#&#8203;4750](https://redirect.github.com/preactjs/preact/issues/4750), thanks [@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - Only one toLowerCase invoke during props diffing ([#&#8203;4764](https://redirect.github.com/preactjs/preact/issues/4764), thanks [@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) - Golf some portal bytes ([#&#8203;4763](https://redirect.github.com/preactjs/preact/issues/4763), thanks [@&#8203;JoviDeCroock](https://redirect.github.com/JoviDeCroock)) #### Maintenance - Add node prefix + script string args for deno compatability in demo ([#&#8203;4759](https://redirect.github.com/preactjs/preact/issues/4759), thanks [@&#8203;marvinhagemeister](https://redirect.github.com/marvinhagemeister)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/runtime-env/import-meta-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c68305c commit 3a0def2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/examples/vite-preact-example/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/examples/vite-preact-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "cross-env HELLO=import-meta-env import-meta-env -x .env.example.public && vite preview"
99
},
1010
"dependencies": {
11-
"preact": "10.26.6"
11+
"preact": "10.26.8"
1212
},
1313
"devDependencies": {
1414
"@babel/core": "7.27.3",

0 commit comments

Comments
 (0)