Update dependency xstate to ^5.23.0
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| xstate (source) | ^5.22.0 -> ^5.23.0 |
Release Notes
statelyai/xstate (xstate)
v5.23.0
Minor Changes
-
#5387
53dd7f1Thanks @farskid! - Addssystem.getAllthat returns a record of running actors within the system by their system idconst childMachine = createMachine({}); const machine = createMachine({ // ... invoke: [ { src: childMachine, systemId: 'test' } ] }); const system = createActor(machine); system.getAll(); // { test: ActorRefFrom<typeof childMachine> }
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by GoldenBot