Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2022

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 renovate bot force-pushed the renovate/preact-10.x branch from 8e99976 to cd30392 Compare May 22, 2022 04:20
@renovate renovate bot changed the title Update dependency preact to v10.7.2 Update dependency preact to v10.7.3 Jun 1, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from cd30392 to a56f592 Compare June 1, 2022 10:16
@renovate renovate bot changed the title Update dependency preact to v10.7.3 Update dependency preact to v10.8.0 Jun 14, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from a56f592 to 29e5e8e Compare June 14, 2022 15:48
@renovate renovate bot changed the title Update dependency preact to v10.8.0 Update dependency preact to v10.8.1 Jun 16, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 29e5e8e to 10a2c0a Compare June 16, 2022 18:36
@renovate renovate bot changed the title Update dependency preact to v10.8.1 Update dependency preact to v10.8.2 Jun 22, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 10a2c0a to 273562b Compare June 22, 2022 14:11
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 273562b to 7f3a44a Compare July 6, 2022 11:50
@renovate renovate bot changed the title Update dependency preact to v10.8.2 Update dependency preact to v10.9.0 Jul 6, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 7f3a44a to ced0c1a Compare July 13, 2022 11:13
@renovate renovate bot changed the title Update dependency preact to v10.9.0 Update dependency preact to v10.10.0 Jul 13, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from ced0c1a to 191fd91 Compare August 5, 2022 14:19
@renovate renovate bot changed the title Update dependency preact to v10.10.0 Update dependency preact to v10.10.1 Aug 5, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 191fd91 to 9db5d24 Compare August 10, 2022 10:37
@renovate renovate bot changed the title Update dependency preact to v10.10.1 Update dependency preact to v10.10.2 Aug 10, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 9db5d24 to 6025b22 Compare August 16, 2022 10:23
@renovate renovate bot changed the title Update dependency preact to v10.10.2 Update dependency preact to v10.10.3 Aug 16, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 6025b22 to 9306b7a Compare August 18, 2022 22:51
@renovate renovate bot changed the title Update dependency preact to v10.10.3 Update dependency preact to v10.10.4 Aug 18, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 9306b7a to 80d10c6 Compare August 19, 2022 11:39
@renovate renovate bot changed the title Update dependency preact to v10.10.4 Update dependency preact to v10.10.5 Aug 19, 2022
@renovate renovate bot force-pushed the renovate/preact-10.x branch from 80d10c6 to 8918dcd Compare August 19, 2022 20:36
@renovate renovate bot changed the title Update dependency preact to v10.10.5 Update dependency preact to v10.10.6 Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants