Update dependency @preact/signals-react-transform to v0.8.2 - #15
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency @preact/signals-react-transform to v0.8.2#15renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
August 19, 2025 18:56
d946b56 to
049a404
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
August 31, 2025 09:56
049a404 to
c54db2a
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
September 25, 2025 16:27
c54db2a to
274f887
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
October 21, 2025 11:55
274f887 to
6beed04
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
November 10, 2025 20:54
6beed04 to
10e46f1
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
2 times, most recently
from
November 19, 2025 20:29
4b18efb to
6385377
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
December 3, 2025 18:32
6385377 to
16f728b
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
January 20, 2026 18:07
16f728b to
11c4575
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
January 21, 2026 21:31
11c4575 to
85302cc
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
February 4, 2026 09:35
85302cc to
d76667d
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
February 17, 2026 16:12
d76667d to
194f97b
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
March 13, 2026 15:12
194f97b to
c36038f
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
2 times, most recently
from
April 1, 2026 17:37
88d27a0 to
b454a25
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
May 12, 2026 15:39
b454a25 to
3b894db
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
July 12, 2026 11:51
3b894db to
84b96ad
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
July 23, 2026 14:34
84b96ad to
973c25f
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-react-transform-0.x
branch
from
August 11, 2026 21:47
973c25f to
57d6ab2
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1→0.8.2Release Notes
preactjs/signals (@preact/signals-react-transform)
v0.8.2Compare Source
Patch Changes
#957
3cac6ebThanks @JoviDeCroock! - Improve generated debug names for signals created outside variable declarations.#960
3d0f647Thanks @JoviDeCroock! - Name effects and signal effects during debug transforms, and use their source location when no contextual name can be derived.Updated dependencies [
6b051b5]:v0.8.1Compare Source
Patch Changes
#814
a5d0a6eThanks @andrewiggins! - Fix JSX detection leaking to non-component functions in the same scopePreviously, when a component containing JSX was defined inside another function, the JSX detection could incorrectly "leak" to sibling functions or the parent function, causing non-components to be transformed. This was especially problematic in test files where components are defined inside
it()ordescribe()blocks.The transform now correctly scopes JSX and signal usage detection to only the containing component or custom hook function.
Updated dependencies [
5794b04]:v0.8.0Minor Changes
18969faThanks @JoviDeCroock! - AddcomponentNametouseSignalsfor debuggingPatch Changes
ac5032e,18969fa]:v0.7.0Minor Changes
8a8b0d1Thanks @JoviDeCroock! - Remove the need for enter/exit component and track the effects normallyPatch Changes
f17889b]:v0.6.0Minor Changes
8423511Thanks @JoviDeCroock! - Surface component-name and automatically name signals/computeds during the transform. This is gated behind theexperimental.debugoptionPatch Changes
6cc7005]:v0.5.2Compare Source
Patch Changes
#691
960b09dThanks @robin-drexler! - AddsdetectTransformedJSXoption which will trigger transformation when alternative methods (likeReact.createElement) are used to create elements#693
b19ddecThanks @robin-drexler! - Destructured access to signal values should be registered as usage, before this change Babel would skip a component that would access.valueon a signal through destructuringConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.