Update dependency @preact/signals-core to v1.14.4 - #121
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/preact-signals-core-1.x-lockfile
branch
from
March 8, 2026 12:48
9a21a11 to
46f452e
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-core-1.x-lockfile
branch
2 times, most recently
from
March 31, 2026 22:08
a644285 to
3105cf1
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-core-1.x-lockfile
branch
from
April 29, 2026 12:32
3105cf1 to
99d1582
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-core-1.x-lockfile
branch
from
May 11, 2026 10:04
99d1582 to
7b5c98d
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-core-1.x-lockfile
branch
2 times, most recently
from
June 1, 2026 18:34
10949b8 to
e894994
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-core-1.x-lockfile
branch
2 times, most recently
from
June 16, 2026 20:07
42e189e to
98ffe52
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-core-1.x-lockfile
branch
from
July 7, 2026 15:46
98ffe52 to
5a41354
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-core-1.x-lockfile
branch
from
July 20, 2026 23:10
5a41354 to
c2ade7a
Compare
renovate
Bot
force-pushed
the
renovate/preact-signals-core-1.x-lockfile
branch
from
July 24, 2026 19:43
c2ade7a to
ae0d103
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:
1.13.0→1.14.4Release Notes
preactjs/signals (@preact/signals-core)
v1.14.4Compare Source
Patch Changes
#947
2910fbfThanks @JoviDeCroock! - Fix computeds returning stale values after a batch reverts a signal to its original value.Reconciling a reverted batch write used to roll the signal's version number back, breaking version monotonicity. A lazy computed that read the signal during the batch had already observed the intermediate version, so a later write could re-mint that same version number for a different value and the computed would treat it as unchanged forever. Subscriber nodes that saw the pre-batch version are now fast-forwarded instead, keeping the no-op skip optimization without ever reusing version numbers.
#945
d40746bThanks @andrewiggins! - Prevent model effect capture while creating effects insideuntracked()andaction()callbacks.If you create an
effect()inside anuntracked()callback within acreateModel()factory, that effect is no longer disposed when the model is disposed. Use the disposer returned byeffect()to clean it up manually.v1.14.3Compare Source
Patch Changes
beb84c1Thanks @JoviDeCroock! - Optimize bundle sizev1.14.2Compare Source
Patch Changes
054afc1Thanks @JoviDeCroock! - Shave some bytes by using untracked to implement peekv1.14.1Compare Source
Patch Changes
#906
0c65390Thanks @JoviDeCroock! - Wrap nested object methods returned from createModel so composed models keep action batching semantics without manual action wrappers.#911
6c17923Thanks @JoviDeCroock! - Avoid hard-requiringESNext.Disposablein consumer tsconfigs forModelandeffect()types.v1.14.0Compare Source
Minor Changes
308c921Thanks @JoviDeCroock! - Prevent batches where a signal goes from A --> B --> A from triggering dependent updates, a computed/effect should not re-run when the dependencies in a batched update amount to an equal value.Configuration
📅 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.