Skip to content

fix(deps): update dependency @tanstack/react-store to ^0.9.0#87

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

fix(deps): update dependency @tanstack/react-store to ^0.9.0#87
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tanstack-react-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/react-store (source) ^0.8.0^0.9.0 age confidence

Release Notes

TanStack/store (@​tanstack/react-store)

v0.9.3

Compare Source

Patch Changes

v0.9.2

Compare Source

Patch Changes

v0.9.1

Compare Source

Patch Changes

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
Patch Changes

v0.8.1

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 0569a2c
🔍 Latest deploy log https://app.netlify.com/projects/tanstack-starter/deploys/69d30ea900317600081f117e
😎 Deploy Preview https://deploy-preview-87--tanstack-starter.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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 0569a2c
🔍 Latest deploy log https://app.netlify.com/projects/template-test-v1/deploys/69d30ea9ae96da0008737fa1
😎 Deploy Preview https://deploy-preview-87--template-test-v1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

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