Open
Conversation
|
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
Footnotes
|
5b4bc99 to
15aee04
Compare
15aee04 to
6079ef6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
5.25.0→5.28.0Release Notes
statelyai/xstate (xstate)
v5.28.0Compare Source
Minor Changes
#4184
a741fe7Thanks @davidkpiano! - Added routable states. States withroute: {}and an explicitidcan be navigated to from anywhere via a single{ type: 'xstate.route', to: '#id' }event.Routes support guards for conditional navigation:
Patch Changes
ad809a0Thanks @davidkpiano! - Fix: export types so setup() declaration emit works (fixes #5462)v5.27.0Compare Source
Minor Changes
#5457
287b51eThanks @davidkpiano! - AddgetInitialMicrosteps(…)andgetMicrosteps(…)functions that return an array of[snapshot, actions]tuples for each microstep in a transition.v5.26.0Compare Source
Minor Changes
#5406
703c3a1Thanks @davidkpiano! - AddgetNextTransitions(state)utility to get all transitions available from currentstate.v5.25.1Compare Source
Patch Changes
e36e299Thanks @davidkpiano! - FixsystemIdcleanup for nested children onstopChildConfiguration
📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.