fix(deps): update dependency @xstate/react to version 6.x 🌟 (major) #1503
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR contains the following updates:
3.2.2->6.0.04.38.3->5.20.1Release Notes
statelyai/xstate (@xstate/react)
v6.0.0Compare Source
Patch Changes
e07a7cd8462473188a0fb646a965e61be1ce6ae3]:v5.0.5Compare Source
Patch Changes
479c74b83fa77c57c48f54cf0e9dcfab5fe6cae5]:v5.0.4Compare Source
Patch Changes
b453b2d72ba12d0fe46a995f9ccced8000fd0cc9]:v5.0.3Compare Source
Patch Changes
9e1de554c4ebf49997b717fada540951d01f511cThanks @davidkpiano! - Added React 19 as a peer dependency.v5.0.2Compare Source
Patch Changes
d99df1d8f4fe49145c9974465b65028bf19b365f]:v5.0.1Compare Source
Patch Changes
bf6119a7310a878afbf4f5b01f5e24288f9a0f16]:v5.0.0Compare Source
Patch Changes
#5109
d67b71dd25d457a2a59f2c943db13f50fab7ec3dThanks @davidkpiano! - Add React 19 as a peer dependencyUpdated dependencies [
8c4b70652acaef2702f32435362e4755679a516d]:v4.1.3Compare Source
Patch Changes
25963966c394fc904dc9b701a420b6e204ebe7f7]:v4.1.2Compare Source
Patch Changes
#5055
ad38c35c37Thanks @SandroMaglione! - Updated types ofuseActor,useMachine, anduseActorRefto requireinputwhen defined insidetypes/input.Previously even when
inputwas defined insidetypes,useActor,useMachine, anduseActorRefwould not make the input required:With this change the above code will show a type error, since
inputis now required:This avoids runtime errors when forgetting to pass
inputwhen defined insidetypes.v4.1.1Compare Source
Patch Changes
#4844
5aa6eb05cThanks @davidkpiano! - TheuseSelector(…)hook from@xstate/reactis now compatible with stores from@xstate/store.v4.1.0Compare Source
Minor Changes
#4231
c2402e7bcThanks @davidkpiano! - Theactorpassed touseSelector(actor, selector)is now allowed to beundefinedfor an actor that may not exist yet. For actors that may beundefined, thesnapshotprovided to theselectorfunction can also beundefined:v4.0.3Compare Source
Patch Changes
#4695
52900a084Thanks @davidkpiano! - Options increateActorContextare now properly merged with provider options. Previously, provider options replaced the actor options.v4.0.2Compare Source
Patch Changes
1f2ccb97cThanks @davidkpiano! - Typegen-based types for detecting missing implementations have been removed internally.v4.0.1Compare Source
Patch Changes
d7f220225Thanks @davidkpiano! - Fix an issue whereaftertransitions do not work in React strict mode. Delayed events (including fromaftertransitions) should now work as expected in all React modes.v4.0.0Compare Source
Major Changes
#3947
5fa3a0c74Thanks @davidkpiano! - Removed the ability to pass a factory function as argument touseMachine.#4006
42df9a536Thanks @davidkpiano! -useActorRefis introduced, which returns anActorReffrom actor logic:~~
useMachine~~ is deprecated in favor ofuseActor, which works with machines and any other kind of logic~~
useSpawn~~ is removed in favor ofuseActorRef#4050
fc88dc8e6Thanks @davidkpiano! - Theoptionsprop has been added (back) to theContext.Providercomponent returned fromcreateActorContext:#4006
42df9a536Thanks @davidkpiano! -useActorhas been removed from the created actor context, you should be able to replace its usage withMyCtx.useSelectorandMyCtx.useActorRef.#4265
1153b3f9aThanks @davidkpiano! - FSM-related functions have been removed.#3947
5fa3a0c74Thanks @davidkpiano! - Implementations for machines onuseMachinehooks should go directly on the machine viamachine.provide(...), and are no longer allowed to be passed in as options.#3148
7a68cbb61Thanks @davidkpiano! - RemovedgetSnapshotparameter from hooks. It is expected that the receivedactorRefhas to have agetSnapshotmethod on it that can be used internally.Minor Changes
5fb3c683dThanks @Andarist! -exportsfield has been added to thepackage.jsonmanifest. It limits what files can be imported from a package - it's no longer possible to import from files that are not considered to be a part of the public API.409552cf8Thanks @davidkpiano! - TheuseMachinefunction is an alias ofuseActor.340aee643Thanks @Andarist! - Fast refresh now works as expected for most use-cases.fc88dc8e6Thanks @davidkpiano! - TheobserverOrListenerargument has been removed from the 3rd argument ofcreateActorContext(logic, options).Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone America/New_York, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.