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 TypeScript to 5.4 #2139

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Conversation

aryaemami59
Copy link
Contributor

This PR:

  • Bumps TypeScript version to 5.4.
  • Adds TypeScript 5.4 to TypeScript versions to test against during CI.

Copy link

codesandbox-ci bot commented Mar 6, 2024

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.

@aryaemami59 aryaemami59 marked this pull request as ready for review March 6, 2024 20:18
@@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
node: ['18.x']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3']
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3', '5.4']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to drop some older versions at this point? 4.7 was released May 2022, 4.8 in August 2022, and 4.9 in November 2022.

I say we drop 4.7 and 4.8, since users that treat TS versions like semver may still be stuck on 4.9.

Copy link
Collaborator

@EskiMojo14 EskiMojo14 Mar 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generally i think we shouldn't drop testing against TS versions until we release a major version, to avoid accidental breaking changes

@EskiMojo14 EskiMojo14 merged commit c0106e8 into reduxjs:master Mar 8, 2024
25 checks passed
@EskiMojo14
Copy link
Collaborator

thanks!

@aryaemami59 aryaemami59 deleted the update-ts-to-5.4 branch March 8, 2024 19:20
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