Skip to content

Update typescript dep to v5.4.2, other dependencies#57664

Merged
jakebailey merged 4 commits intomicrosoft:mainfrom
jakebailey:update-deps-5
Mar 6, 2024
Merged

Update typescript dep to v5.4.2, other dependencies#57664
jakebailey merged 4 commits intomicrosoft:mainfrom
jakebailey:update-deps-5

Conversation

@jakebailey
Copy link
Copy Markdown
Member

TypeScript v5.4.2 is out. Update that dependency, and then the rest of our dependencies.

@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Mar 6, 2024
}
else if (!isString(opt.type)) {
return convertJsonOptionOfCustomType(opt as CommandLineOptionOfCustomType, value as string, errors, valueExpression, sourceFile);
return convertJsonOptionOfCustomType(opt, value as string, errors, valueExpression, sourceFile);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yay narrowing improvements!

@jakebailey jakebailey merged commit 3a0869f into microsoft:main Mar 6, 2024
@jakebailey jakebailey deleted the update-deps-5 branch March 6, 2024 20:29
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants