This repository was archived by the owner on Sep 5, 2022. It is now read-only.
Update dependency preact to v10.10.6 #241
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
10.7.1
->10.10.6
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
useSyncExternalStore
relying on changed render values (#3655, thanks @JoviDeCroock)v10.10.1
Compare Source
Bug Fixes
radix-ui
which enqueues multiple state updates in the same tick (#3645, thanks @JoviDeCroock )useSyncExternalStore
not working with function values (#3633, thanks @marvinhagemeister )Maintenance
esbuild
(#3630, thanks @marvinhagemeister )v10.10.0
Compare Source
Feature
We changed our debounce of our rendering to setTimeout!
Why? We've batched using microtasks for the past few major versions because it benchmarked well. This had a side-effect of flushing batched renders between event handlers, which can cause some strange behavior:
An additional benefit of this change is that code causing an infinite rendering loop will no longer result in an unresponsive browser tab. Rendering in a loop is now capped to the browser's maximum timer frequency (~250Hz), which makes it possible to pause and debug the code triggering an accidental loop.
v10.9.0
Compare Source
Feature
We are adding support for the newly added React 18 hooks (apart from
useId
) (#3568, thanks @JoviDeCroock)FIxes
v10.8.2
Compare Source
Enhancements
Fixes
undefined
inuseMemo
after skipped render (#3580, thanks @marvinhagemeister)useMemo
return value after skipped render (#3579, thanks @marvinhagemeister)Improvements
_pendingValue
tomangle.json
(#3575, thanks @marvinhagemeister)v10.8.1
Compare Source
v10.8.0
Compare Source
Features
Maintenance
v10.7.3
Compare Source
Improvements
server.browser.js
(#3544, thanks @JoviDeCroock)textPath
SVG type (#3546, thanks @backmeupplz)v10.7.2
Compare Source
Improvements
Fixes
debounceRendering
hook after exceptions (#3530, thanks @robertknight)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.
This PR has been generated by Mend Renovate. View repository job log here.