Skip to content

chore: bump xstate from 4.32.1 to 4.33.5 in /site #3817

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
Sep 2, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps xstate from 4.32.1 to 4.33.5.

Release notes

Sourced from xstate's releases.

xstate@4.33.5

Patch Changes

  • #3559 ddbc9bc5c Thanks @​Andarist! - Fixed minor compatibility issues with TypeScript 4.8 in the codebase. This fixes the typechecking with TypeScript 4.8 in projects that don't use skipLibCheck: true.

  • #3563 e3c7a9caf Thanks @​Andarist! - Fixed an issue with not executing actions in response to received batched events when using predictableActionArguments.

  • #3520 95a6a06d0 Thanks @​Andarist! - Fixed a runtime crash when sending multiple events as an array to a service. It is not recommended to use this feature though as it will be removed in the next major version.

xstate@4.33.4

Patch Changes

  • #3549 768c4e938 Thanks @​Andarist! - Fixed an issue with not being able to send events to initially started child actors when using predictableActionArguments.

xstate@4.33.3

Patch Changes

  • #3540 121fad172 Thanks @​Andarist! - Fixed an issue that caused invoked actors to be created before resolving assign actions from entry of the same state when using predictableActionArguments flag.

  • #3541 6c081ab87 Thanks @​Andarist! - Fixed an issue with not being able to read the updated snapshot of a child when receiving and processing events from it and when using predictableActionArguments flag.

xstate@4.33.2

Patch Changes

  • #3523 129bcf927 Thanks @​Andarist! - Fixed a regression that caused child actors not being correctly stopped when their parent reached a final state.

xstate@4.33.1

Patch Changes

  • #3514 b451f5789 Thanks @​Andarist! - Fixed an issue with .nextState(event) calls accidentally executing actions in machines with predictableActionArguments.

xstate@4.33.0

Minor Changes

  • #3289 c0a147e25 Thanks @​Andarist! - A new predictableActionArguments feature flag has been added that allows you to opt into some fixed behaviors that will be the default in v5. With this flag:

    • XState will always call an action with the event directly responsible for the related transition,
    • you also automatically opt-into preserveActionOrder.

    Please be aware that you might not able to use state from the meta argument when using this flag.

  • #3126 37b751cb3 Thanks @​Andarist! - All exit actions in the machine will now be correctly resolved and executed when a machine gets stopped or reaches its top-level final state. Previously, the actions were not correctly resolved and that was leading to runtime errors.

    To implement this fix in a reliable way, a new internal event has been introduced: { type: 'xstate.stop' } and when the machine stops its execution, all exit handlers of the current state (i.e. the active state nodes) will be called with that event. You should always assume that an exit handler might be called with that event.

Patch Changes

... (truncated)

Commits
  • dd95de1 Version Packages (#3562)
  • e3c7a9c Fixed an issue with not executing actions in response to received batched...
  • 95a6a06 Fixed a runtime error when sending an empty array of events (#3520)
  • ddbc9bc Upgrade TypeScript version used in the repo (#3559)
  • 28a7350 Version Packages (#3550)
  • 768c4e9 Fixed an issue with not being able to send events to initially started child ...
  • 93c0353 Version Packages (#3542)
  • 6c081ab Fixed an issue with not being able to read the updated snapshot of a child wh...
  • 121fad1 Fixed an issue that caused invoked actors to be created before resolving `a...
  • 35f91a2 Merge pull request #3513 from codingedgar/patch-1
  • 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.33.5.
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/xstate@4.32.1...xstate@4.33.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2022 21:25
@dependabot dependabot bot requested review from BrunoQuaresma and removed request for a team September 1, 2022 21:25
@BrunoQuaresma BrunoQuaresma enabled auto-merge (squash) September 2, 2022 13:04
Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BrunoQuaresma BrunoQuaresma merged commit e20ff62 into main Sep 2, 2022
@BrunoQuaresma BrunoQuaresma deleted the dependabot/npm_and_yarn/site/xstate-4.33.5 branch September 2, 2022 13:11
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.

1 participant