Skip to content

Update dependency @preact/signals-core to v1.14.4 - #121

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/preact-signals-core-1.x-lockfile
Open

Update dependency @preact/signals-core to v1.14.4#121
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/preact-signals-core-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Feb 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@preact/signals-core (source) 1.13.01.14.4 age confidence

Release Notes

preactjs/signals (@​preact/signals-core)

v1.14.4

Compare Source

Patch Changes
  • #​947 2910fbf Thanks @​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 d40746b Thanks @​andrewiggins! - Prevent model effect capture while creating effects inside untracked() and action() callbacks.

    If you create an effect() inside an untracked() callback within a createModel() factory, that effect is no longer disposed when the model is disposed. Use the disposer returned by effect() to clean it up manually.

v1.14.3

Compare Source

Patch Changes

v1.14.2

Compare Source

Patch Changes

v1.14.1

Compare Source

Patch Changes
  • #​906 0c65390 Thanks @​JoviDeCroock! - Wrap nested object methods returned from createModel so composed models keep action batching semantics without manual action wrappers.

  • #​911 6c17923 Thanks @​JoviDeCroock! - Avoid hard-requiring ESNext.Disposable in consumer tsconfigs for Model and effect() types.

v1.14.0

Compare Source

Minor Changes
  • #​891 308c921 Thanks @​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)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Feb 28, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: ae0d103

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot changed the title chore(deps): update dependency @preact/signals-core to v1.13.0 chore(deps): update dependency @preact/signals-core to v1.13.0 - autoclosed Mar 1, 2026
@renovate renovate Bot closed this Mar 1, 2026
@renovate
renovate Bot deleted the renovate/preact-signals-core-1.x-lockfile branch March 1, 2026 22:18
@renovate renovate Bot changed the title chore(deps): update dependency @preact/signals-core to v1.13.0 - autoclosed chore(deps): update dependency @preact/signals-core to v1.14.0 Mar 8, 2026
@renovate renovate Bot reopened this Mar 8, 2026
@renovate
renovate Bot force-pushed the renovate/preact-signals-core-1.x-lockfile branch from 9a21a11 to 46f452e Compare March 8, 2026 12:48
@renovate
renovate Bot force-pushed the renovate/preact-signals-core-1.x-lockfile branch 2 times, most recently from a644285 to 3105cf1 Compare March 31, 2026 22:08
@renovate renovate Bot changed the title chore(deps): update dependency @preact/signals-core to v1.14.0 chore(deps): update dependency @preact/signals-core to v1.14.1 Mar 31, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @preact/signals-core to v1.14.1 Update dependency @preact/signals-core to v1.14.1 Apr 8, 2026
@renovate
renovate Bot force-pushed the renovate/preact-signals-core-1.x-lockfile branch from 3105cf1 to 99d1582 Compare April 29, 2026 12:32
@renovate renovate Bot changed the title Update dependency @preact/signals-core to v1.14.1 Update dependency @preact/signals-core to v1.14.2 May 11, 2026
@renovate
renovate Bot force-pushed the renovate/preact-signals-core-1.x-lockfile branch from 99d1582 to 7b5c98d Compare May 11, 2026 10:04
@renovate
renovate Bot force-pushed the renovate/preact-signals-core-1.x-lockfile branch 2 times, most recently from 10949b8 to e894994 Compare June 1, 2026 18:34
@renovate
renovate Bot force-pushed the renovate/preact-signals-core-1.x-lockfile branch 2 times, most recently from 42e189e to 98ffe52 Compare June 16, 2026 20:07
@renovate renovate Bot changed the title Update dependency @preact/signals-core to v1.14.2 Update dependency @preact/signals-core to v1.14.3 Jun 16, 2026
@renovate
renovate Bot force-pushed the renovate/preact-signals-core-1.x-lockfile branch from 98ffe52 to 5a41354 Compare July 7, 2026 15:46
@renovate renovate Bot changed the title Update dependency @preact/signals-core to v1.14.3 Update dependency @preact/signals-core to v1.14.4 Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/preact-signals-core-1.x-lockfile branch from 5a41354 to c2ade7a Compare July 20, 2026 23:10
@renovate
renovate Bot force-pushed the renovate/preact-signals-core-1.x-lockfile branch from c2ade7a to ae0d103 Compare July 24, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants