chore(deps-dev): bump preact from 8.5.3 to 10.4.6
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps preact from 8.5.3 to 10.4.6.
Release notes
Sourced from preact's releases.
10.4.6 - Everything is a cake
tl;dr: This is a bug-fix only release and safe to upgrade :tada:
We've landed some very anticipated fixes and therefore thought to cut a new release not soon after :raised_hands:
Bug Fixes
- Initialize
childrenif they'renullin suspense (#2570, thanks @sventschui)- Fix case where
textareadoesn't reset state (#2615, thanks @JoviDeCroock)- Fix passing
nulltoforwardRef(#2600, thanks @JoviDeCroock)Typings
- Make
strokeMiterlimitaccept a number as well (#2620, thanks @lfamorim)- Add
feDropShadowdefinition (#2609, thanks @Somnid)Maintenance
- Add missing
LICENSEfiles and fix submodule names (#2611, thanks @hbroer)- Fix typo in
CONTRIBUTING.md(#2603, thanks @futantan)- HTTPS fix for README image (#2602, thanks @developit)
- Run same workflow on PR and master push (#2601, thanks @andrewiggins)
10.4.5 - Summer time
This is a bugfix-only release and updating is seamless. We encourage everyone to do so :+1:
Bug Fixes
- Prevent
Suspensefrom inadvertently modifying sharedComponentclass (#2594, thanks @andrewiggins)- Fix
Fragmentedge case (#2551, thanks @JoviDeCroock)- Check for existence of
requestAnimationFramewhile cancelling effects it (#2573, thanks @Hydrophobefireman)- Handle
setStatein render (#2565, thanks @jamesb3ll)- Fix
forwardRefpassing object instead of null (#2567, thanks @marvinhagemeister)- Normalize value prop on textareas in
compat(#2558, thanks @btk5h)- Prevent
useReducerfrom mutating the previous returned result (#2550, thanks @JoviDeCroock)Maintenance
- Improve code coverage (#2596, thanks @andrewiggins)
- Optimize unpkg entry: Commonjs plus globals default export (#2261, thanks @developit)
- Share build output between action jobs (#2579, thanks @andrewiggins)
- Add TypeScript for extending JSX types with custom elements (#2581, thanks @andrewiggins)
- Update Node version in actions and format YAML files using prettier (#2577, thanks @andrewiggins)
- Add GitHub action to run benches (#2560, thanks @andrewiggins)
- Add many_updates benchmark (#2559, thanks @andrewiggins)
- 🏌️♂️ rAF check (#2555, thanks @developit)
- put rerenderCount on the Component prototype (#2552, thanks @JoviDeCroock)
- Use "babel-plugin-transform-rename-properties" to consistently mangle properties (#2548, thanks @andrewiggins)
10.4.4
Commits
469da09Merge pull request #2623 from preactjs/release-10.4.62eaf8a2Release 10.4.6aea0726Initialize children if they're null in suspense (#2570)4937116Merge pull request #2620 from lfamorim/patch-13bb74bfstrokeMiterlimit accept a number as well186f9b4Merge pull request #2611 from hbroer/master90c19b5Merge branch 'master' into master6562d4fMerge pull request #2609 from Somnid/fedropshadowelementc4f51e2Merge branch 'master' into fedropshadowelement816df11Merge pull request #2615 from preactjs/fix-textarea- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language -
@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/react-component/tabs/2hrbyi18l ✅ Preview: https://tabs-git-dependabot-npmandyarnpreact-1046.react-component.vercel.app
Codecov Report
Merging #297 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #297 +/- ##
=======================================
Coverage 98.75% 98.75%
=======================================
Files 13 13
Lines 561 561
Branches 139 139
=======================================
Hits 554 554
Misses 7 7
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 7b38a2b...a348c92. Read the comment docs.