Skip to content

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

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

fix(deps): update dependency @tanstack/react-store to ^0.11.0#87
renovate[bot] wants to merge 1 commit into
mainfrom
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.11.0 age confidence

Release Notes

TanStack/store (@​tanstack/react-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)
Patch Changes

v0.10.0

Compare Source

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

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: (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 b7f4e51
🔍 Latest deploy log https://app.netlify.com/projects/tanstack-starter/deploys/6a0b778e160847000864525c
😎 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.
🤖 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 b7f4e51
🔍 Latest deploy log https://app.netlify.com/projects/template-test-v1/deploys/6a0b778e15646f0008a05022
😎 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.
🤖 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/react-store to ^0.9.0 fix(deps): update dependency @tanstack/react-store to ^0.10.0 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-react-store-0.x branch from 0569a2c to 2377497 Compare April 10, 2026 06:00
@renovate renovate Bot changed the title fix(deps): update dependency @tanstack/react-store to ^0.10.0 fix(deps): update dependency @tanstack/react-store to ^0.11.0 Apr 17, 2026
@renovate renovate Bot force-pushed the renovate/tanstack-react-store-0.x branch from 2377497 to dc7e6d2 Compare April 17, 2026 17:47
@renovate renovate Bot force-pushed the renovate/tanstack-react-store-0.x branch from dc7e6d2 to e7cdb32 Compare April 29, 2026 10:05
@renovate renovate Bot force-pushed the renovate/tanstack-react-store-0.x branch from e7cdb32 to 1bf332c Compare May 12, 2026 11:53
@renovate renovate Bot force-pushed the renovate/tanstack-react-store-0.x branch from 1bf332c to b7f4e51 Compare May 18, 2026 20:33
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