build(deps): Bump xstate from 5.13.0 to 5.19.4
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(4 months ago)
(4 months ago)
(4 months ago)
by haphut
dependencies javascript
Bumps xstate from 5.13.0 to 5.19.4.
Release notes
Sourced from xstate's releases.
xstate@5.19.4
Patch Changes
- #5289
479c74b83fa77c57c48f54cf0e9dcfab5fe6cae5
Thanks@ebadyz
! - Removed outdatedcontext
parameter reference fromprovide
method documentation.xstate@5.19.3
Patch Changes
- #5269
b453b2d72ba12d0fe46a995f9ccced8000fd0cc9
Thanks@chladog
! - Add proper history value persistence and restorationxstate@5.19.2
Patch Changes
- #5170
d99df1d8f4fe49145c9974465b65028bf19b365f
Thanks@Andarist
! - Improved compatibility of inferred types in projects withexactOptionalPropertyTypes
enabledxstate@5.19.1
Patch Changes
#5139
bf6119a7310a878afbf4f5b01f5e24288f9a0f16
Thanks@SandroMaglione
! - Makespawn
input required when defined inside referenced actor:const childMachine = createMachine({ types: { input: {} as { value: number } } });
const machine = createMachine({ types: {} as { context: { ref: ActorRefFrom<typeof childMachine> } }, context: ({ spawn }) => ({ ref: spawn( childMachine, // Input is now required! { input: { value: 42 } } ) }) });
xstate@5.19.0
Minor Changes
#4954
8c4b70652acaef2702f32435362e4755679a516d
Thanks@davidkpiano
! - Added a newtransition
function that takes an actor logic, a snapshot, and an event, and returns a tuple containing the next snapshot and the actions to execute. This function is a pure function and does not execute the actions itself. It can be used like this:import { transition } from 'xstate';
const [nextState, actions] = transition(actorLogic, currentState, event); // Execute actions as needed
Added a new
initialTransition
function that takes an actor logic and an optional input, and returns a tuple containing the initial snapshot and the actions to execute from the initial transition. This function is also a pure function and does not execute the actions itself. It can be used like this:
... (truncated)
Commits
cc5fa24
Version Packages (#5290)9d375d6
refactor: fix typos (#5292)479c74b
Remove outdated context parameter reference from provide method (#5289)77d7dc5
Version Packages (#5285)d8a3456
Synchronize thealien-signals
algorithm to 2.0.4 (#5280)1a80ad6
Version Packages (#5283)42b1565
Add missingcreateAsyncAtom
export (#5282)1a47191
Fixed JSDoc@link
references (#5279)e7b935d
Version Packages (#5276)42bfd0a
[@xstate/store
] Async atoms (#5266)- 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)
Pull Request Statistics
1
2
+5
-5
Package Dependencies
Technical Details
ID: | 849852 |
UUID: | 2564127379 |
Node ID: | PR_kwDOHgsrLM6Y1XqT |
Host: | GitHub |
Repository: | HSLdevcom/transitdata-partial-apc-expander-combiner |
Merge State: | Unknown |