[Snyk] Upgrade preact from 10.5.5 to 10.10.0 #10
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 was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade preact from 10.5.5 to 10.10.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version fixes:
SNYK-JS-TAR-1579155
Why? CVSS 8.5
SNYK-JS-TAR-1579152
Why? CVSS 8.5
SNYK-JS-TAR-1579147
Why? CVSS 8.5
SNYK-JS-TAR-1536531
Why? CVSS 8.5
SNYK-JS-TAR-1536528
Why? CVSS 8.5
SNYK-JS-TAR-1579155
Why? CVSS 8.5
SNYK-JS-TAR-1579152
Why? CVSS 8.5
SNYK-JS-TAR-1579147
Why? CVSS 8.5
SNYK-JS-TAR-1536531
Why? CVSS 8.5
SNYK-JS-TAR-1536528
Why? CVSS 8.5
SNYK-JS-SIMPLEGET-2361683
Why? CVSS 8.5
SNYK-JS-SIMPLEGET-2361683
Why? CVSS 8.5
SNYK-JS-SHELLQUOTE-1766506
Why? CVSS 8.5
SNYK-JS-NORMALIZEURL-1296539
Why? CVSS 8.5
SNYK-JS-MOMENT-2944238
Why? CVSS 8.5
SNYK-JS-MOMENT-2440688
Why? CVSS 8.5
SNYK-JS-LODASH-1040724
Why? CVSS 8.5
SNYK-JS-JSONSCHEMA-1920922
Why? CVSS 8.5
SNYK-JS-JPEGJS-2859218
Why? CVSS 8.5
SNYK-JS-INI-1048974
Why? CVSS 8.5
SNYK-JS-EJS-2803307
Why? CVSS 8.5
SNYK-JS-CACHEDPATHRELATIVE-2342653
Why? CVSS 8.5
SNYK-JS-WS-1296835
Why? CVSS 8.5
SNYK-JS-UNDERSCORE-1080984
Why? CVSS 8.5
SNYK-JS-PATHPARSE-1077067
Why? CVSS 8.5
SNYK-JS-NWSAPI-2841516
Why? CVSS 8.5
SNYK-JS-NODEFETCH-2342118
Why? CVSS 8.5
SNYK-JS-LODASH-1018905
Why? CVSS 8.5
SNYK-JS-ISSVG-1243891
Why? CVSS 8.5
SNYK-JS-ISSVG-1085627
Why? CVSS 8.5
SNYK-JS-HOSTEDGITINFO-1088355
Why? CVSS 8.5
SNYK-JS-ELLIPTIC-1064899
Why? CVSS 8.5
SNYK-JS-EJS-1049328
Why? CVSS 8.5
SNYK-JS-COLORSTRING-1082939
Why? CVSS 8.5
SNYK-JS-BROWSERSLIST-1090194
Why? CVSS 8.5
SNYK-JS-TAR-1536758
Why? CVSS 8.5
SNYK-JS-TAR-1536758
Why? CVSS 8.5
SNYK-JS-STRIPTAGS-1312310
Why? CVSS 8.5
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: preact
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.
Feature
We are adding support for the newly added React 18 hooks (apart from
useId
) (#3568, thanks @ JoviDeCroock)FIxes
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)Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs