Bump TypeScript minimum version to 5.4#1562
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: 551fa4f The changes in this PR will be included in the next version bump. This PR includes changesets to release 47 packages
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 |
This was referenced Apr 24, 2026
Merged
Member
Author
This was referenced Apr 24, 2026
Merged
BundleMonUnchanged files (147)
No change in files bundle size Final result: ✅ View report in BundleMon website ➡️ |
Contributor
|
Documentation Preview: https://kit-docs-dg5n8g2n1-anza-tech.vercel.app |
a7240d5 to
f32b052
Compare
1e6f817 to
155dfb2
Compare
155dfb2 to
f366ad0
Compare
ab5d757 to
8cf3251
Compare
f366ad0 to
a5e04db
Compare
8cf3251 to
b713946
Compare
af5d0df to
2897aca
Compare
Member
Author
Merge activity
|
05fd721 to
f60f33b
Compare
2897aca to
0351410
Compare
f60f33b to
b5dbd9e
Compare
0351410 to
39b56a9
Compare
Bumps the declared TypeScript peer dependency floor from `>=5.0.0` to `>=5.4.0` across all 46 publishable packages. TypeScript 5.4 was released in March 2024 and introduces the `NoInfer` utility type, which Kit starts relying on in `@solana/fixed-points`. Consumers still on TypeScript 5.0–5.3 will see an optional peer dependency warning at install time.
39b56a9 to
551fa4f
Compare
Contributor
|
🔎💬 Inkeep AI search and chat service is syncing content for source 'Solana Kit Docs' |
This was referenced May 5, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Bumps the declared TypeScript peer dependency floor from
>=5.0.0to>=5.4.0across all 46 publishable packages. TypeScript 5.4 was released in March 2024 and introduces theNoInferutility type, which Kit starts relying on in@solana/fixed-points. Consumers still on TypeScript 5.0–5.3 will see an optional peer dependency warning at install time.