manaba_R_incremented icon indicating copy to clipboard operation
manaba_R_incremented copied to clipboard

Update dependency preact to v10.10.6

Open renovate[bot] opened this issue 2 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
preact (source) 10.7.1 -> 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

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:

<input
      type="checkbox"
      onChange={onChange}
      checked={true}
      onClick={onClick}
/>


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

Improvements

v10.8.1

Compare Source

v10.8.0

Compare Source

Features

Maintenance

v10.7.3

Compare Source

Improvements

v10.7.2

Compare Source

Improvements

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.

renovate[bot] avatar May 06 '22 21:05 renovate[bot]