Skip to content

chore: bump xstate from 5.28.0 to 5.29.0 in /apps/webapp#20881

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/apps/webapp/xstate-5.29.0
Open

chore: bump xstate from 5.28.0 to 5.29.0 in /apps/webapp#20881
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/apps/webapp/xstate-5.29.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps xstate from 5.28.0 to 5.29.0.

Release notes

Sourced from xstate's releases.

xstate@5.29.0

Minor Changes

  • #5299 ca8306f Thanks @​Uniqen! - Add actor.select(selector, equalityFn?) method to derive a Readable<TSelected> from an actor's snapshot. The returned object has .subscribe() (only emits when the selected value changes, using Object.is by default) and .get() for synchronous access.

    const actor = createActor(machine);
    actor.start();
    const count = actor.select((snap) => snap.context.count);
    count.get(); // current value
    count.subscribe((value) => {
    console.log(value); // only fires when count changes
    });

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [xstate](https://github.com/statelyai/xstate) from 5.28.0 to 5.29.0.
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/xstate@5.28.0...xstate@5.29.0)

---
updated-dependencies:
- dependency-name: xstate
  dependency-version: 5.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@sonarqubecloud
Copy link
Copy Markdown

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.

1 participant