Skip to content

chore: bump xstate from 4.32.1 to 4.35.4 in /site #55

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps xstate from 4.32.1 to 4.35.4.

Release notes

Sourced from xstate's releases.

xstate@4.35.4

Patch Changes

  • #3801 10d0ba76a Thanks @​Andarist! - Fixed an issue with not clearing registered interpreters when their machines reached final states.

xstate@4.35.3

Patch Changes

  • #3783 b68f0e8bf Thanks @​Andarist! - Fixed an issue with EmittedFrom sometimes not being able to infer the snapshot types from machines.

xstate@4.35.2

Patch Changes

xstate@4.35.1

Patch Changes

  • #3713 96052976a Thanks @​Andarist! - Fixed an issue that prevented events sent from the exit actions of the invoking state to be delivered to the invoked actor (when leaving that state).

xstate@4.35.0

Minor Changes

  • #3607 f95180510 Thanks @​davidkpiano! - The createModel(...) function is now marked as deprecated, as it will be removed in XState version 5. It is recommended to use Typegen instead.

Patch Changes

  • #3677 a2ecf97ca Thanks @​Andarist! - Fixed an issue with targeted ancestors not being correctly exited when reented during external transitions.

  • #3623 163c25562 Thanks @​arromeo! - Fixed an issue with external transitions targeting ancestor states. In such a case, entry actions were incorrectly called on the states between the source state and the target state for states that were not reentered within this transition.

  • #3677 a2ecf97ca Thanks @​Andarist! - Fixed an issue with the active descendants of the targeted ancestor not being correctly reentered during external transitions.

  • #3545 b9995f0 Thanks @​with-heart! - Updated pure action types to allow action type strings to be returned in the array.

    const machine = createMachine(
      {
        entry: ['doStuff']
      },
      {
        actions: {
          doStuff: pure(() => ['someAction']),
          someAction: () => console.log('executed by doStuff')
        }
      }
    );

    Returning action type strings were already handled by xstate and the types now correctly reflect that.

... (truncated)

Commits
  • 99164fd Version Packages (#3800)
  • 10d0ba7 Fixed an issue with not clearing registered interpreters when their machines ...
  • 51d2546 Work around over-eager warnings coming from uSES (#3799)
  • 567b832 Add @xstate/solid to packages list in readme (#3796)
  • 131b4ba Version Packages (#3774)
  • 8781586 [xstate/react] Add createActorContext to React docs (#3792)
  • 8c48805 Add @xstate/solid (#2932)
  • f12248b [xstate/react] Add createActorContext() (#3778)
  • c7cd5aa Revert "Run pull_request workflow on its latest commit (#3490)" (#3789)
  • b68f0e8 Fixed an issue with EmittedFrom sometimes not being able to infer the snaps...
  • 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](https://github.com/statelyai/xstate) from 4.32.1 to 4.35.4.
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/xstate@4.32.1...xstate@4.35.4)

---
updated-dependencies:
- dependency-name: xstate
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 13, 2023

Superseded by #58.

@dependabot dependabot bot closed this Feb 13, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/site/xstate-4.35.4 branch February 13, 2023 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants