fix(deps): update dependency xstate to v4.19.1 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.17.1
->4.19.1
Release Notes
davidkpiano/xstate
v4.19.1
Compare Source
Patch Changes
64ab1150
#2173 Thanks @Andarist! - Fixed an issue with tags not being set correctly after sending an event to a machine that didn't result in selecting any transitions.v4.19.0
Compare Source
Minor Changes
4f2f626d
#2143 Thanks @davidkpiano! - Tags can now be added to state node configs under the.tags
property:You can query whether a state has a tag via
state.hasTag(tag)
:Patch Changes
a61d01ce
#2125 Thanks @VanTanev! - In callback invokes, the types ofcallback
andonReceive
are properly scoped to the machine TEvent.v4.18.0
Compare Source
Minor Changes
d0939ec6
#2046 Thanks @SimeonC! - Allow machines to communicate with the inspector even in production builds.e37fffef
#2079 Thanks @davidkpiano! - There is now support for "combinatorial machines" (state machines that only have one state):These machines omit the
initial
andstate
properties, as the entire machine is treated as a single state.Patch Changes
6a9247d4
#2102 Thanks @VanTanev! - Provide a convenience type for getting theInterpreter
type based on theStateMachine
type by transferring all generic parameters onto it. It can be used like this:InterpreterFrom<typeof machine>
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ 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 WhiteSource Renovate. View repository job log here.