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

chore(deps): bump @xstate/fsm from 1.6.4 to 2.0.0 #6

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2022

Bumps @xstate/fsm from 1.6.4 to 2.0.0.

Release notes

Sourced from @​xstate/fsm's releases.

@​xstate/fsm@​2.0.0

Major Changes

  • #2939 360e85462 Thanks @​Andarist! - .start() (when called without any argument) now always starts from the initial state of the machine. This matches the behavior of XState itself.

Patch Changes

  • #2939 360e85462 Thanks @​Andarist! - A bunch of TypeScript helpers has been added: StateMachine.AnyMachine, StateMachine.AnyService, ContextFrom, EventFrom, StateFrom and ServiceFrom.

@​xstate/fsm@​1.6.5

Patch Changes

  • #3065 de08b61ad Thanks @​Andarist! - Fixed an issue with state.matches(...) narrowing down state to never for the "alternate" branch of the code when no type states were defined.
Commits
  • 7a698d4 Version Packages (#3155)
  • f3d6314 Fixed an issue that caused sending the same event multiple times to the inspe...
  • 2e6a361 Merge pull request #3207 from cunneen/patch-1
  • ce3d88b Update showcase.md
  • 518d2f9 Merge pull request #3190 from statelyai/davidkpiano/waitFor
  • 281f1fe Add missing changeset about changes in the core from #3200 (#3203)
  • 09e2130 Fixed an issue that prevented some states, containing broken~ toJSON, from be...
  • 56c0a36 waitFor fixes for cases when starting to waitFor stopped interpreter (#3200)
  • 8e171eb Consistently dispose internal handles in waitFor (#3201)
  • 4e9a938 Tweak changeset related to the "maximum call stack size exceeded" issue in `@...
  • Additional commits viewable in compare view

Dependabot compatibility score

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
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@xstate/fsm](https://github.com/statelyai/xstate) from 1.6.4 to 2.0.0.
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/@xstate/[email protected]...@xstate/[email protected])

---
updated-dependencies:
- dependency-name: "@xstate/fsm"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants