Skip to content

refactor!: drop support for TypeScript <=5.3#644

Merged
mrazauskas merged 2 commits intomainfrom
drop-typescript-<=5.3
Dec 23, 2025
Merged

refactor!: drop support for TypeScript <=5.3#644
mrazauskas merged 2 commits intomainfrom
drop-typescript-<=5.3

Conversation

@mrazauskas
Copy link
Member

Dropping support for TypeScript <=5.3. There are few reasons:

  • older versions have different APIs and that causes some difficulties to re-implement .toBe();
  • and keeping too many workarounds will make it harder to implement TypeScript 7 support;
  • also note that DefinitelyTyped currently tests types agains TypeScript >=5.4.

@mrazauskas mrazauskas enabled auto-merge (squash) December 23, 2025 09:24
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.02% (target: -1.00%) 100.00% (target: 85.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (fa9944d) 7261 7172 98.77%
Head commit (af8a5e0) 7252 (-9) 7162 (-10) 98.76% (-0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#644) 12 12 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@mrazauskas mrazauskas merged commit fa083b7 into main Dec 23, 2025
23 checks passed
@mrazauskas mrazauskas deleted the drop-typescript-<=5.3 branch December 23, 2025 10:05
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.

1 participant