gatsby icon indicating copy to clipboard operation
gatsby copied to clipboard

fix(deps): update dependency xstate to ^4.38.3 for gatsby-source-filesystem

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
xstate (source) ^4.38.0 -> ^4.38.3 age adoption passing confidence

Release Notes

statelyai/xstate (xstate)

v4.38.3

Compare Source

Patch Changes
  • #​4380 e9e065822 Thanks @​Andarist! - Fixed an issue with exit 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

v4.38.1

Compare Source

Patch Changes
  • #​4130 e659fac5d Thanks @​davidkpiano! - The pure(...) action creator is now properly typed so that it allows function actions:

    actions: pure(() => [
      // now allowed!
      (context, event) => { ... }
    ])
    

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 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.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Aug 01 '23 04:08 renovate[bot]