raulfdm / raulmelo-studio

A monorepo for handling all my website infrastructure
https://raulmelo.me
MIT License
30 stars 1 forks source link

Update dependency xstate to v5.9.0 #2683

Closed raulfdm closed 4 months ago

raulfdm commented 4 months ago

This PR contains the following updates:

Package Type Update Change
xstate (source) dependencies minor 5.8.2 -> 5.9.0

Release Notes

statelyai/xstate (xstate) ### [`v5.9.0`](https://togithub.com/statelyai/xstate/releases/tag/xstate%405.9.0) [Compare Source](https://togithub.com/statelyai/xstate/compare/xstate@5.8.2...xstate@5.9.0) ##### Minor Changes - [#​4746](https://togithub.com/statelyai/xstate/pull/4746) [`b570ba20d`](https://togithub.com/statelyai/xstate/commit/b570ba20d7350819cbaf6740ff00a2bad5ffedfe) Thanks [@​davidkpiano](https://togithub.com/davidkpiano)! - The new `emit(…)` action creator emits events that can be received by listeners. Actors are now event emitters. ```ts import { emit } from 'xstate'; const machine = createMachine({ // ... on: { something: { actions: emit({ type: 'emitted', some: 'data' }) } } // ... }); const actor = createActor(machine).start(); actor.on('emitted', (event) => { console.log(event); }); actor.send({ type: 'something' }); // logs: // { // type: 'emitted', // some: 'data' // } ``` - [#​4777](https://togithub.com/statelyai/xstate/pull/4777) [`4abeed9df`](https://togithub.com/statelyai/xstate/commit/4abeed9dfbaa01d2c1f8f7278aa600086a8a8386) Thanks [@​Andarist](https://togithub.com/Andarist)! - Added support for `params` to `enqueueActions`

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
raulmelo βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Mar 3, 2024 0:23am