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 for TS 5.4, remove TS 4.6 #975

Merged
merged 4 commits into from
Mar 7, 2024
Merged

Conversation

jakebailey
Copy link
Member

Notably we forgot to add TS 5.5 when -next was flipped up to it. Oops.

@@ -42,9 +41,9 @@ export type AllTypeScriptVersion = UnsupportedTypeScriptVersion | TypeScriptVers

export namespace TypeScriptVersion {
/** Add to this list when a version actually ships. */
export const shipped = ["4.6", "4.7", "4.8", "4.9", "5.0", "5.1", "5.2", "5.3"] as const;
export const shipped = ["4.7", "4.8", "4.9", "5.0", "5.1", "5.2", "5.3", "5.4"] as const;
/** Add to this list when a version is available as typescript@next */
Copy link
Member Author

Choose a reason for hiding this comment

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

We didn't do when 5.5 came out, oops.

@jakebailey jakebailey changed the title Update for TS 5.4 Update for TS 5.4, remove TS 4.6 Mar 7, 2024
@jakebailey
Copy link
Member Author

jakebailey commented Mar 7, 2024

Ran all of DT and it all passes, except verror which is failing in DT at 4.6/4.7, but in this PR just on 4.7.

We're not catching that in CI because our nightly runs only test next, something we still haven't fixed. DefinitelyTyped/DefinitelyTyped#68927

@jakebailey jakebailey merged commit 946d3d4 into microsoft:main Mar 7, 2024
7 checks passed
@jakebailey jakebailey deleted the ts-5.4 branch March 7, 2024 17:29
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.

2 participants