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

Bumped TypeScript min requirement to version 5.4 #13

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/purple-chefs-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/dtslint": minor
---

Bumped TypeScript min requirement to version 5.4
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ import type { Options as ExpectOptions } from "./expectRule"
namespace TypeScriptVersion {
/** Add to this list when a version actually ships. */
export const shipped = [
"5.0",
"5.1",
"5.2",
"5.3",
"5.4"
] as const
/** Add to this list when a version is available as typescript@next */
Expand Down
Loading