Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update [dev] minor and patch dependencies for gatsby-plugin-preact #37354

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pmmmwh/react-refresh-webpack-plugin ^0.5.7 -> ^0.5.10 age adoption passing confidence
preact (source) ^10.6.4 -> ^10.11.3 age adoption passing confidence

Release Notes

pmmmwh/react-refresh-webpack-plugin

v0.5.10

Compare Source

Fixes
  • Bumped loader-utils to fix security vulnerability (#​700)

v0.5.9

Compare Source

Fixes
  • Bumped loader-utils to fix security vulnerability (#​685)

v0.5.8

Compare Source

Fixes
  • Fixed performance issue regarding require.resolve in loader injection (#​669)
  • Bumped core-js-pure to not depend on deprecated versions (#​674)
preactjs/preact

v10.11.3

Compare Source

Bug Fixes

Maintenance

v10.11.2

Compare Source

Bug Fixes

Types

v10.11.1

Compare Source

Bug Fixes

v10.11.0

Compare Source

10.11.0

New Hook: useId

Today we are announcing a new hook: useId. This hook creates stable unique identifiers that are consistent between server-side rendering (using preact-render-to-string) and client-side hydration. The useId() hook is primarily useful for generating identifiers for attributes like aria-labelledby and <label for="...">.

To enable useId() to generate consistent unique identifiers, please ensure you are using preact-render-to-string version 5.2.4 or newer for server-side rendering.

(#​3583, thanks @​JoviDeCroock)

Fixes

Maintenance

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 - "before 7am on the first day of the month" in timezone GMT, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot label Jan 1, 2023
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jan 1, 2023
@LekoArts LekoArts removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Jan 3, 2023
@LekoArts LekoArts merged commit f503625 into master Jan 3, 2023
@LekoArts LekoArts deleted the renovate/gatsby-plugin-preact-dev-minor branch January 3, 2023 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant