Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump xstate from 4.31.0 to 4.32.1 in /site#1481

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kylecarbs merged 1 commit intomainfromdependabot/npm_and_yarn/site/xstate-4.32.1
May 16, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 16, 2022

Bumpsxstate from 4.31.0 to 4.32.1.

Release notes

Sourced fromxstate's releases.

xstate@4.32.1

Patch Changes

  • #329216514e466 Thanks@​Andarist! - Fixed an issue in theEmittedFrom type helper that could prevent it from inferring the desired type from some services.

xstate@4.32.0

Minor Changes

  • #3234ce376b388 Thanks@​Andarist! - Added aStateValueFrom helper that can be used to extract valid state values from a machine. This might specifically be useful with typegen because typegenlessstate.matches acceptsany anyway.

Patch Changes

  • #321544c66e74f Thanks@​tom-sherman! - Removing the timeout that's built in towaitFor is now supported by explicitly passing anInfinity value.

    Example usage:

    import{waitFor}from'xstate/lib/waitFor';// This willconstloggedInState=awaitwaitFor(loginService,state=>state.hasTag('loggedIn'),{timeout:Infinity});

    This fixes a bug that causeswaitFor to reject with an error immediately due to the behaviour ofsetTimeout.

  • #3230780458c92 Thanks@​Andarist! - Fixed an issue with typegen types not being able to provide events that had a union of strings as theirtype (such as{ type: 'INC' | 'DEC'; value: number; }).

  • #3252a94dfd467 Thanks@​Andarist! - Fixed an issue withEventFrom not being able to extract events that had a union of strings as theirtype (such as{ type: 'INC' | 'DEC'; value: number; }).

  • #3090c4f73ca13 Thanks@​Andarist! - Fixed an issue with action objects not receiving correct event types when used in the second argument to thecreateMachine.

  • #32383df6335ef Thanks@​davidkpiano! - The typings forsendTo(...) have been fixed.

  • #3228fe5f0e6c9 Thanks@​Andarist! - Fixed an issue with inline functions in the config object used as transition actions not having their argument types inferred.

  • #3252a94dfd467 Thanks@​Andarist! - Fixed an issue with defaultTEvent ({ type: string }) not being correctly provided to inline transition actions.

Commits
  • 1d1c90c Version Packages (#3293)
  • 16514e4 Fixed an issue in theEmittedFrom type helper that could prevent it from in...
  • 5424178 Merge pull request#3285 from justinphilpott/patch-3
  • 4cef410 Merge pull request#3284 from justinphilpott/patch-2
  • 3822d11 Language logic tweak
  • 6898ee6 Small grammar tweak in docs
  • bd4a332 Merge pull request#3225 from statelyai/changeset-release/main
  • 1bfef36 Version Packages
  • de66457 Merge pull request#3272 from brunocrosier/patch-1
  • f99bccd Addcontext object to typegen examples
  • Additional commits viewable incompare 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.31.0 to 4.32.1.- [Release notes](https://github.com/statelyai/xstate/releases)- [Commits](https://github.com/statelyai/xstate/compare/xstate@4.31.0...xstate@4.32.1)---updated-dependencies:- dependency-name: xstate  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot requested a review froma team as acode ownerMay 16, 2022 17:31
@kylecarbskylecarbs merged commitabc2257 intomainMay 16, 2022
@kylecarbskylecarbs deleted the dependabot/npm_and_yarn/site/xstate-4.32.1 branchMay 16, 2022 18:03
kylecarbs pushed a commit that referenced this pull requestJun 10, 2022
Bumps [xstate](https://github.com/statelyai/xstate) from 4.31.0 to 4.32.1.- [Release notes](https://github.com/statelyai/xstate/releases)- [Commits](https://github.com/statelyai/xstate/compare/xstate@4.31.0...xstate@4.32.1)---updated-dependencies:- dependency-name: xstate  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@kylecarbskylecarbskylecarbs approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@kylecarbs

[8]ページ先頭

©2009-2025 Movatter.jp