Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion special-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@rive-app/canvas-single": "^2.38.4",
"classnames": "^2.5.1",
"lottie-web": "^5.13.0",
"preact": "^10.29.2"
"preact": "^10.29.5"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocker: ^10.29.5 includes the subtree-effect flushing change from 10.29.3 (#5055), which Preact reverted in 10.29.6 due to useSignalEffect incompatibility.

This repo uses useSignalEffect in 10 files (customizer, burning, protections, history search/URL sync). Please target ^10.29.7 instead — see #2855.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocker: ^10.29.5 resolves to a version that still includes subtree-effect flushing from 10.29.3 (#5055), reverted in 10.29.6 for useSignalEffect incompatibility.

This repo uses useSignalEffect in 10 files (e.g. CustomizerProvider.js, BurnProvider.js, ProtectionsProvider.js, HistoryServiceProvider.js). Please bump to ^10.29.7 via #2855 instead.

}
}
Loading