-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
the
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
label
Jan 1, 2023
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
removed
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
Jan 3, 2023
This was referenced Jan 10, 2023
This was referenced Jan 10, 2023
This was referenced Jan 11, 2023
This was referenced Feb 16, 2023
This was referenced Feb 18, 2023
This was referenced Apr 24, 2023
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
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:
^0.5.7
->^0.5.10
^10.6.4
->^10.11.3
Release Notes
pmmmwh/react-refresh-webpack-plugin
v0.5.10
Compare Source
Fixes
loader-utils
to fix security vulnerability (#700)v0.5.9
Compare Source
Fixes
loader-utils
to fix security vulnerability (#685)v0.5.8
Compare Source
Fixes
require.resolve
in loader injection (#669)core-js-pure
to not depend on deprecated versions (#674)preactjs/preact
v10.11.3
Compare Source
Bug Fixes
default
export for compatibility with esbuild (#3783, thanks @Verseth)useId
uniqueness with shared parents + DOM nodes in between (#3773, thanks @marvinhagemeister)Object.is
in useSyncExternalStore (#3776, thanks @zalishchuk)Maintenance
v10.11.2
Compare Source
Bug Fixes
setState
order (#3763, thanks @JoviDeCroock)useId
when Fragments are involved (#3758, thanks @marvinhagemeister)Types
<input>
elements (#3764, thanks @mwszekely)v10.11.1
Compare Source
Bug Fixes
compat/package.json
(#3755, thanks @akselander)"types"
field forpreact/debug
(#3732, thanks @marvinhagemeister)_mask
property always has the same name in distributed version (#3721, thanks @JoviDeCroock)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. TheuseId()
hook is primarily useful for generating identifiers for attributes likearia-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
_parent
,_dom
and__hooks
after unmount (#3709, thanks @JoviDeCroock)ref
property could be omitted from reused VNodes (#3696, thanks @JoviDeCroock)errorInfo
touseErrorBoundary
callback (#3689, thanks @marvinhagemeister)class | className
(#3711, thanks @PodaruDragos)Maintenance
render()
'sreplaceNode
argument (#3700, thanks @rschristian)createElement()
andh()
calls (#3690, thanks @JoviDeCroock)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
v10.7.1
Compare Source
Features
Fixes
v10.7.0
Compare Source
Features
errorInfo
(#3452, thanks @marvinhagemeister )Bug Fixes
xlink:href
attribute -> hhref (#3453, thanks @pguilbert)__source
and__self
arguments (#3459, thanks @marvinhagemeister)useImperativeHandle
ref tonull
when the component get unmounted (#3487, thanks @deadem)Typings
defaultValue
anddefaultChecked
typings (#3464, thanks @ilogico)Maintenance
v10.6.6
Compare Source
As usual we recommend all users to upgrade.
Bug Fixes
compat
is triggered in newjsx-runtime
(#3445, thanks @Austaras)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.
This PR has been generated by Mend Renovate. View repository job log here.