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

[Snyk] Upgrade xstate from 5.0.0-beta.54 to 5.4.1 #1

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

Conversation

gitworkflows
Copy link

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade xstate from 5.0.0-beta.54 to 5.4.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 10 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-12-24.
Release notes
Package name: xstate
  • 5.4.1 - 2023-12-24

    Patch Changes

  • 5.4.0 - 2023-12-22

    Minor Changes

    • #4616 e8c0b15b2 Thanks @ Andarist! - context factories receive self now so you can immediately pass that as part of the input to spawned actors.

      setup({
        /* ... */
      }).createMachine({
        context: ({ spawn, self }) => {
          return {
            childRef: spawn('child', { input: { parent: self } })
          };
        }
      });
  • 5.3.1 - 2023-12-18

    Patch Changes

    • #4597 ae0b05f11 Thanks @ davidkpiano! - Update the argument object of enqueueActions(...) to include the self and system properties:

      // ...
      entry: enqueueActions(({ self, system }) => {
        // ...
      });
  • 5.3.0 - 2023-12-13
  • 5.2.1 - 2023-12-09
  • 5.2.0 - 2023-12-07
  • 5.1.0 - 2023-12-06
  • 5.0.2 - 2023-12-04
  • 5.0.1 - 2023-12-04
  • 5.0.0 - 2023-12-01
  • 5.0.0-beta.54 - 2023-12-01
from xstate GitHub release notes
Commit messages
Package name: xstate

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
vite 4.5.1 None +23 211 MB vitebot
xstate 5.4.1 None +0 1.52 MB xstate-release-bot

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.

2 participants