javascript-questions
javascript-questions copied to clipboard
chore(deps): bump preact from 10.5.14 to 10.20.2
Bumps preact from 10.5.14 to 10.20.2.
Release notes
Sourced from preact's releases.
10.20.2
Fixes
- Check whether
oldDomis present in the DOM (#4318, thanks@JoviDeCroock)- Simplify the logic introduced in #4322 & use eventClock for capture events too (#4324, thanks
@jviide)- Use a virtual clock instead of Date.now() for event dispatch times (#4322, thanks
@jviide)Types
- Add template tag JSX type (#4334, thanks
@marvinhagemeister)Maintenance
- Integrate the new benchmarks repo and update (#4310, thanks
@andrewiggins)- Some byte improvements (#4321, thanks
@JoviDeCroock)10.20.1
Fixes
- Add special case for focusIn and focusOut (#4316, thanks
@JoviDeCroock)10.20.0
Features
- Add isMemo to compact to allow compatibility with react-is dependant libraries (#4302, thanks
@ziongh)Fixes
- Fix case where shrinking a list would cause an exception (#4312, thanks
@JoviDeCroock)10.19.7
Types
- Bring consistency to our focus-event types (#4307, thanks
@JoviDeCroock)- Add onScrollend listener type (#4305, thanks
@JoviDeCroock)- Align state updater type with Raeect (#4306, thanks
@JoviDeCroock)Fixes
- Revert batch commit callbacks from all components in the render queue (#4297, thanks
@JoviDeCroock)10.19.6
tl;dr: This release contains bug fixes for incorrect ordering of unkeyed children.
Fixes
- Match
nullplaceholders using skewed index (#4290, thanks@andrewiggins)- Fix increment skew when we aren't removing the first pointer (#4284, thanks
@JoviDeCroock)- Fix invalid vnode internal id for text nodes (#4291, thanks
@marvinhagemeister)- Fix unkeyed reconciliation order in certain scenarios (#4287, thanks
@marvinhagemeister, thanks@JoviDeCroock)
... (truncated)
Commits
8c88f5210.20.2 (#4336)7fbf03ffix: check whetheroldDomis present in the DOM (#4318)3a1b19aMerge pull request #4334 from preactjs/jsx-template45860dcfix(types): add template tag JSX type757746aIntegrate the new benchmarks repo and update (#4310)d3d57dbSome byte improvements (#4321)8759dadrefactor: simplify the logic introduced in #4322 (#4324)b1d1b87fix: use a virtual clock instead of Date.now() for event dispatch times (#4322)bc7c55110.20.1 (#4319)a59a78cfix focus in and out (#4316)- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)
Deploy Preview for javascript-questions ready!
| Name | Link |
|---|---|
| Latest commit | 8b8d49078dcec0b27ad3f779fbb04e7d8d30b7bb |
| Latest deploy log | https://app.netlify.com/sites/javascript-questions/deploys/661cea59c64ed200088483c9 |
| Deploy Preview | https://deploy-preview-260--javascript-questions.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Superseded by #264.