Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: bump the npm-xstate group in /site with 3 updates #8461

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

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2023

Bumps the npm-xstate group in /site with 3 updates: @xstate/inspect, xstate and @xstate/cli.

Updates @xstate/inspect from 0.6.5 to 0.8.0

Release notes

Sourced from @​xstate/inspect's releases.

@​xstate/inspect@​0.8.0

Minor Changes

@​xstate/inspect@​0.7.1

Patch Changes

  • #3772 cea609ce3 Thanks @​jlarmstrongiv! - Fixed an issue with a misleading dev-only warning being printed when inspecting machines because of the internal createMachine call.

@​xstate/inspect@​0.7.0

Minor Changes

  • #3235 f666f5823 Thanks @​mattpocock! - @xstate/inspect will now target https://stately.ai/viz by default. You can target the old inspector by setting the config options like so:

    inspect({
      url: `https://statecharts.io/inspect`
    });
Commits

Updates xstate from 4.37.2 to 4.38.1

Release notes

Sourced from xstate's releases.

[email protected]

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) => { ... }
    ])

[email protected]

Minor Changes

  • #4098 ae7691811 Thanks @​davidkpiano! - The log, pure, choose, and stop actions were added to the main export:

    import { log, pure, choose, stop } from 'xstate';
Commits

Updates @xstate/cli from 0.3.0 to 0.5.2

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

Bumps the npm-xstate group in /site with 3 updates: [@xstate/inspect](https://github.com/statelyai/xstate), [xstate](https://github.com/statelyai/xstate) and @xstate/cli.


Updates `@xstate/inspect` from 0.6.5 to 0.8.0
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/@xstate/[email protected]...@xstate/[email protected])

Updates `xstate` from 4.37.2 to 4.38.1
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/[email protected]@4.38.1)

Updates `@xstate/cli` from 0.3.0 to 0.5.2

---
updated-dependencies:
- dependency-name: "@xstate/inspect"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-xstate
- dependency-name: xstate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-xstate
- dependency-name: "@xstate/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-xstate
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team and Kira-Pilot and removed request for a team July 12, 2023 13:50
@matifali matifali requested a review from BrunoQuaresma July 12, 2023 14:03
@matifali
Copy link
Member

@BrunoQuaresma That's what grouping does. 😆

@matifali matifali merged commit 861efe7 into main Jul 12, 2023
@matifali matifali deleted the dependabot/npm_and_yarn/site/npm-xstate-ab727e69df branch July 12, 2023 14:56
@github-actions github-actions bot locked and limited conversation to collaborators Jul 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant