-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix(deps): update dependency xstate to ^4.37.1 for gatsby-source-filesystem #37872
Merged
LekoArts
merged 4 commits into
master
from
renovate/gatsby-source-filesystem-prod-minor
Apr 12, 2023
Merged
fix(deps): update dependency xstate to ^4.37.1 for gatsby-source-filesystem #37872
LekoArts
merged 4 commits into
master
from
renovate/gatsby-source-filesystem-prod-minor
Apr 12, 2023
Conversation
This file contains 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
renovate
bot
added
the
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
label
Apr 1, 2023
gatsbot
bot
added
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
Apr 1, 2023
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. ⚠ Warning: custom changes will be lost. |
LekoArts
removed
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
Apr 6, 2023
mwfrost
pushed a commit
to mwfrost/gatsby
that referenced
this pull request
Apr 20, 2023
…system (gatsbyjs#37872) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lennart <lekoarts@gmail.com>
This was referenced Jun 9, 2023
This was referenced May 13, 2024
This was referenced May 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
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.35.3
->^4.37.1
Release Notes
statelyai/xstate
v4.37.1
Compare Source
Patch Changes
1c1874657
Thanks @Andarist! - FixedforwardTo
,escalate
andsendUpdate
to be compatible with required action typesv4.37.0
Compare Source
Minor Changes
#3835
431472082
Thanks @with-heart! - The newTagsFrom
helper type extracts the type oftags
from a state machine when typegen is enabled:If typegen is not enabled,
TagsFrom
returnsstring
:Patch Changes
02012c2be
Thanks @Andarist! - Fixed event type narrowing in some of the builtin actions.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 - "before 7am on the first day of the month" in timezone GMT, Automerge - 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 Mend Renovate. View repository job log here.