autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

fix(deps): update dependency preact to v10.10.6

Open renovate[bot] opened this issue 4 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

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

v10.7.1

Compare Source

Features

Fixes

v10.7.0

Compare Source

Features

Bug Fixes

Typings

Maintenance

v10.6.6

Compare Source

As usual we recommend all users to upgrade.

Bug Fixes

v10.6.5

Compare Source

Fixes

Types

Maintenance


Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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 Jan 30 '22 18:01 renovate[bot]

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 4251d35f4480cda5a01d03c5f47b2debeb96a8fa:

Sandbox Source
@algolia/autocomplete-example-github-repositories-custom-plugin Configuration
@algolia/autocomplete-example-instantsearch Configuration
@algolia/autocomplete-example-playground Configuration
@algolia/autocomplete-example-preview-panel-in-modal Configuration
@algolia/autocomplete-example-react-renderer Configuration
@algolia/autocomplete-example-starter-algolia Configuration
@algolia/autocomplete-example-starter Configuration
@algolia/autocomplete-example-reshape Configuration
@algolia/autocomplete-example-vue Configuration

codesandbox-ci[bot] avatar Jan 30 '22 18:01 codesandbox-ci[bot]