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): update dependency xstate to v5.19.1 #317

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
xstate (source) 5.19.0 -> 5.19.1 age adoption passing confidence

Release Notes

statelyai/xstate (xstate)

v5.19.1

Compare Source

Patch Changes
  • #​5139 bf6119a7310a878afbf4f5b01f5e24288f9a0f16 Thanks @​SandroMaglione! - Make spawn input required when defined inside referenced actor:

    const childMachine = createMachine({
      types: { input: {} as { value: number } }
    });
    
    const machine = createMachine({
      types: {} as { context: { ref: ActorRefFrom<typeof childMachine> } },
      context: ({ spawn }) => ({
        ref: spawn(
          childMachine,
          // Input is now required!
          { input: { value: 42 } }
        )
      })
    });

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from boneskull as a code owner December 27, 2024 19:57
Copy link

netlify bot commented Dec 27, 2024

Deploy Preview for xstate-audition ready!

Name Link
🔨 Latest commit bd4beac
🔍 Latest deploy log https://app.netlify.com/sites/xstate-audition/deploys/676f06a24c1c98000861d318
😎 Deploy Preview https://deploy-preview-317--xstate-audition.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

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

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 1.69 MB andarist, davidkpiano, xstate-release-bot

🚮 Removed packages: npm/[email protected]

View full report↗︎

@renovate renovate bot merged commit df6d578 into main Dec 27, 2024
20 checks passed
@renovate renovate bot deleted the renovate/xstate-monorepo branch December 27, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants