-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency xstate to v4.38.3 - abandoned #978
base: main
Are you sure you want to change the base?
Conversation
|
297f904
to
e129873
Compare
ba1a1a7
to
c730359
Compare
Footnotes
|
70b66d0
to
c430380
Compare
1ff9e84
to
309c838
Compare
0caa39c
to
e2f7ff2
Compare
e2f7ff2
to
47bbf90
Compare
dfa232c
to
32d950d
Compare
cfbc3df
to
5156405
Compare
5156405
to
fb4a471
Compare
fb4a471
to
2686b89
Compare
2686b89
to
ab18c9c
Compare
ab18c9c
to
1e7716f
Compare
ebab786
to
61af300
Compare
61af300
to
ef2a815
Compare
2dd298e
to
dae2ad1
Compare
f2e4ac2
to
f3913b1
Compare
f3913b1
to
1fd3eab
Compare
ce7d8b2
to
12a433f
Compare
12a433f
to
71f895d
Compare
2820dce
to
81f070e
Compare
81f070e
to
ef06064
Compare
ef06064
to
4402dfc
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
4.35.4
->4.38.3
Release Notes
statelyai/xstate (xstate)
v4.38.3
Compare Source
Patch Changes
e9e065822
Thanks @Andarist! - Fixed an issue withexit
actions sometimes being called twice when a machine reaches its final state and leads its parent to stopping it at the same time.v4.38.2
Compare Source
Patch Changes
#4159
8bfbb8531
Thanks @Andarist! - Thecancel
action was added to the main export:v4.38.1
Compare Source
Patch Changes
#4130
e659fac5d
Thanks @davidkpiano! - Thepure(...)
action creator is now properly typed so that it allows function actions:v4.38.0
Compare Source
Minor Changes
#4098
ae7691811
Thanks @davidkpiano! - Thelog
,pure
,choose
, andstop
actions were added to the main export:v4.37.2
Compare Source
Patch Changes
2b9583a63
Thanks @Andarist! - The "Some implementations missing" type-level error will now mention what implementations are missing.v4.37.1
Compare Source
Patch Changes
1c1874657
Thanks @Andarist! - FixedforwardTo
,escalate
andsendUpdate
to be compatible with required action typesv4.37.0
Compare Source
v4.36.0
Compare Source
Minor Changes
#3393
430986cdf
Thanks @davidkpiano! - Deprecatedsend()
action creator. Instead of that, you can usesendTo()
to send events to other actors andraise()
to send events to the "self" actor.#3802
8743ad0bd
Thanks @Andarist! - Fixed a class of inference problems for our builtin actions (assign
,sendTo
, etc).#3694
fd589055b
Thanks @Andarist! - All actions received a new generic:TExpressionEvent
. To type things more correctly and allow TS to infer things better we need to distinguish between all events accepted by a machine (TEvent
) and the event type that actions are "called" with (TExpressionEvent
).It's best to rely on type inference so you shouldn't have to specify this generic manually all over the place.
Patch Changes
#3818
2d8d84fd8
Thanks @Andarist! - Fixed inference forassign
usingPropertyAssigner
, like here:Configuration
📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.