Skip to content
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 minor and patch for gatsby-source-filesystem #27906

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
chokidar ^3.4.2 -> ^3.4.3 age adoption passing confidence
xstate ^4.13.0 -> ^4.14.0 age adoption passing confidence

Release Notes

paulmillr/chokidar

v3.4.3

Compare Source

davidkpiano/xstate

v4.14.0

Compare Source

Minor Changes
  • 119db8fb #​1577 Thanks @​davidkpiano! - Expressions can now be used in the stop() action creator:

    // ...
    actions: stop(context => context.someActor);
Patch Changes
  • 8c78e120 #​1570 Thanks @​davidkpiano! - The return type of spawn(machine) will now be Actor<State<TContext, TEvent>, TEvent>, which is a supertype of Interpreter<...>.

  • 602687c2 #​1566 Thanks @​davidkpiano! - Exit actions will now be properly called when an invoked machine reaches its final state. See #​1109 for more details.

  • 6e44d02a #​1553 Thanks @​davidkpiano! - The state.children property now properly shows all spawned and invoked actors. See #​795 for more details.

  • 72b0880e #​1504 Thanks @​Andarist! - Added status property on the Interpreter - this can be used to differentiate not started, running and stopped interpreters. This property is best compared to values on the new InterpreterStatus export.


Renovate configuration

📅 Schedule: "before 7am on Monday" in timezone GMT.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 9, 2020 03:07
@renovate renovate bot added the topic: automation Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot label Nov 9, 2020
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 9, 2020
@sidharthachatterjee sidharthachatterjee removed the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 9, 2020
@renovate renovate bot force-pushed the renovate/gatsby-source-filesystem branch from 1c86d4f to 32fe988 Compare November 9, 2020 14:50
@wardpeet wardpeet merged commit 2cfbddb into master Nov 18, 2020
@wardpeet wardpeet deleted the renovate/gatsby-source-filesystem branch November 18, 2020 10:02
mwfrost pushed a commit to mwfrost/gatsby that referenced this pull request Apr 20, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants