Skip to content

chore(deps-dev): bump xstate from 5.28.0 to 5.29.0#1380

Merged
leecalcote merged 1 commit intomasterfrom
dependabot/npm_and_yarn/xstate-5.29.0
Apr 1, 2026
Merged

chore(deps-dev): bump xstate from 5.28.0 to 5.29.0#1380
leecalcote merged 1 commit intomasterfrom
dependabot/npm_and_yarn/xstate-5.29.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 24, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/xstate-5.29.0 branch from 9b75518 to 9e2f306 Compare March 27, 2026 03:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/xstate-5.29.0 branch from 9e2f306 to 51e1b5f Compare April 1, 2026 05:09
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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/xstate-5.29.0 branch from 51e1b5f to 9324961 Compare April 1, 2026 05:31
@leecalcote leecalcote merged commit 4294c26 into master Apr 1, 2026
5 checks passed
@leecalcote leecalcote deleted the dependabot/npm_and_yarn/xstate-5.29.0 branch April 1, 2026 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants