Skip to content

fix(deps): update dependency @tanstack/store to ^0.11.0#88

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-store-0.x
Open

fix(deps): update dependency @tanstack/store to ^0.11.0#88
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tanstack-store-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence
@tanstack/store (source) ^0.8.0^0.11.0 age confidence

Release Notes

TanStack/store (@​tanstack/store)

v0.11.0

Compare Source

Minor Changes
  • Hooks included in this release: (#​306)
    • useAtom
    • useSelector
    • useStore (deprecated, replaced by useSelector)
    • createStoreContext (provides StoreProvider and useStoreContext for context-based consumption)

v0.10.0

Compare Source

Minor Changes
  • chore: update deps and change build process to tsdown (#​304)

v0.9.3

Compare Source

Patch Changes
  • Improve tree-shaking of alien-signals (#​297)

v0.9.2

Compare Source

Patch Changes
  • Fix a regression where mutable atoms could be updated internally with no updater and have their snapshot replaced with undefined. (#​289)

    Mutable atoms now ignore internal no-argument _update() calls, while computed atoms keep existing recomputation behavior. This prevents external-store state from disappearing during reactive graph cleanup.

v0.9.1

Compare Source

Patch Changes
  • derived createStore now returns readonly store (#​278)

v0.9.0

Compare Source

Minor Changes
  • Breaking changes (#​265)

    • new Store() is now createStore()
    • new Derived() is now a derived createStore():
      const derived = createStore(() => store.state * 2)
    • new Effect() removed in favor of store.subscribe():
      const { unsubscribe } = store.subscribe(() => {
        console.log(store.state)
      })
    • Uses alien-signals under the hood for efficient reactivity

v0.8.1

Compare Source

Patch Changes
  • Fix Issues with Derived Fields not Retriggering (#​274)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 6, 2026

Deploy Preview for tanstack-starter ready!

Name Link
🔨 Latest commit f7f66e2
🔍 Latest deploy log https://app.netlify.com/projects/tanstack-starter/deploys/6a1873c05aecf10008eb4ac9
😎 Deploy Preview https://deploy-preview-88--tanstack-starter.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 6, 2026

Deploy Preview for template-test-v1 ready!

Name Link
🔨 Latest commit f7f66e2
🔍 Latest deploy log https://app.netlify.com/projects/template-test-v1/deploys/6a1873c0477d810008b9a37f
😎 Deploy Preview https://deploy-preview-88--template-test-v1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/store to ^0.9.0 fix(deps): update dependency @tanstack/store to ^0.10.0 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-store-0.x branch from 8501b98 to f5ebda2 Compare April 10, 2026 06:00
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/store to ^0.10.0 fix(deps): update dependency @tanstack/store to ^0.11.0 Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-store-0.x branch from f5ebda2 to cca5191 Compare April 17, 2026 17:47
@renovate renovate Bot force-pushed the renovate/tanstack-store-0.x branch from cca5191 to 8f9f2d3 Compare April 29, 2026 10:06
@renovate renovate Bot force-pushed the renovate/tanstack-store-0.x branch 2 times, most recently from a236c01 to 332e559 Compare May 18, 2026 20:33
@renovate renovate Bot force-pushed the renovate/tanstack-store-0.x branch from 332e559 to f7f66e2 Compare May 28, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants