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

Update dependencies to React 18, Node 20, TS 5.2, etc. #5528

Merged
merged 47 commits into from
Oct 20, 2023

Conversation

dylans
Copy link
Collaborator

@dylans dylans commented Oct 19, 2023

Description

Slate is falling behind on its dependencies. This wave of work updates core dependencies, a partial fix for #5507.

It does not (yet) address updating the build to output both CJS and ESM versions, and does not yet make any efforts to improving the internals to use improvements introduced in React 17 and 18.

However, this is a potentially big breaking change if you're using pre React 18 or older versions of TS.

Issue
Partial fix for #5507

Checks

  • The new code matches the existing patterns and styles.
  • The tests pass with yarn test.
  • The linter passes with yarn lint. (Fix errors with yarn fix.)
  • The relevant examples still work. (Run examples with yarn start.)
  • You've added a changeset if changing functionality. (Add one with yarn changeset add.)

@changeset-bot
Copy link

changeset-bot bot commented Oct 19, 2023

🦋 Changeset detected

Latest commit: fca1bf8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
slate-history Minor
slate-hyperscript Minor
slate-react Minor
slate Minor

Not sure what this means? Click here to learn what changesets are.

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

@dylans dylans marked this pull request as ready for review October 20, 2023 15:27
@dylans dylans merged commit c4c1488 into ianstormtaylor:main Oct 20, 2023
11 checks passed
This was referenced Oct 20, 2023
@dalibortosic00 dalibortosic00 deleted the react18-node20-ts52-update branch October 20, 2023 15:59
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.

None yet

3 participants