chore(deps): update dependency xstate to ^5.20.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| xstate (source) | dependencies | minor | ^5.19.4 -> ^5.20.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
statelyai/xstate (xstate)
v5.20.0
Minor Changes
-
#5287
e07a7cd8462473188a0fb646a965e61be1ce6ae3Thanks @davidkpiano! - The graph and model-based testing utilities from @xstate/graph (and @xstate/test previously) were moved to the corexstatepackage.import { createMachine } from 'xstate'; import { getShortestPaths } from 'xstate/graph'; const machine = createMachine({ // ... }); const paths = getShortestPaths(machine, { fromState: 'a', toState: 'b' });
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.