xstate-component-tree
xstate-component-tree copied to clipboard
chore(deps-dev): bump xstate from 4.38.3 to 5.18.2
Bumps xstate from 4.38.3 to 5.18.2.
Release notes
Sourced from xstate's releases.
[email protected]
Patch Changes
- #5079
25963966c394fc904dc9b701a420b6e204ebe7f7Thanks@davidkpiano! - The inspection event interfaces now expectActorRefLikeinstead ofAnyActorRef[email protected]
Patch Changes
- #5055
ad38c35c37Thanks@SandroMaglione! - ExportedRequiredActorOptionsKeystype meant to be used by integration packages like@xstate/react[email protected]
Minor Changes
#5042
54c9d9e6a4Thanks@boneskull! -waitFor()now accepts a{signal: AbortSignal}inWaitForOptions#5006
1ab974547fThanks@davidkpiano! - The state value typings for setup state machine actors (setup({}).createMachine({ ... })) have been improved to represent the actual expected state values.const machine = setup({}).createMachine({ initial: 'green', states: { green: {}, yellow: {}, red: { initial: 'walk', states: { walk: {}, wait: {}, stop: {} } }, emergency: { type: 'parallel', states: { main: { initial: 'blinking', states: { blinking: {} } }, cross: { initial: 'blinking', states: { blinking: {} } } } } } });
... (truncated)
Commits
fe91f9eVersion Packages (#5089)2596396[@xstate/store] Add examples + updatecreateStoreWithProducer(…)(#5079)ee3efbaUpdate README.mdde6591fVersion Packages (#5086)51437a4[@xstate/store] AddshallowEqual(#5085)4d8bb95Fixedlaunch.jsonafter recent pnpm migration (#5083)571e266add registry-url to actions/setup-node (#5078)9d0c1e1Version Packages (#5076)84aca37[@xstate/store] Event emitter (#5064)f89de0fUse pnpm in the docs dir (#5075)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
⚠️ No Changeset found
Latest commit: ce3e16970298b587209b84dca0d6fe64f99a39c5
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Superseded by #217.