statelyai / xstate

Actor-based state management & orchestration for complex app logic.
https://stately.ai/docs
MIT License
26.98k stars 1.24k forks source link

TypeScript 5.4 #4789

Closed davidkpiano closed 6 months ago

davidkpiano commented 7 months ago

This PR updates the TypeScript version in the XState monorepo to 5.4, which includes replacing NoInfer with the native NoInfer (doesn't work yet)

changeset-bot[bot] commented 7 months ago

⚠️ No Changeset found

Latest commit: ba711dfa1de05e9c99de7038c1720513493f201d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

codesandbox-ci[bot] commented 7 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Andarist commented 7 months ago

We cant easily replace our NoInfer with the native one because we’d break consumers using other TS versions.