-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 #23574
Conversation
No top level dependency changes detected. Learn more about Socket for GitHub ↗︎ |
I'm digging a bit deeper, and this is what I found:
Considering every minor release of typescript is effectively a breaking change... How do I move forward with this? |
I think we should roll back to type-fest 2.19 indeed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 (cherry picked from commit 77b040c)
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 (cherry picked from commit 77b040c)
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 (cherry picked from commit 77b040c)
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 (cherry picked from commit 77b040c)
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 (cherry picked from commit 77b040c)
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 (cherry picked from commit 77b040c)
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 (cherry picked from commit 77b040c)
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 (cherry picked from commit 77b040c)
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 (cherry picked from commit 77b040c)
TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 (cherry picked from commit 77b040c)
Closes #23554
What I did
I looked up which version of
type-fest
started depending ontypescript
5.0, and downgraded to the last available version that doesn't.How to test
@j-m It'd be great if you could help us verify this change will solve your issue.
Checklist
MIGRATION.MD
Maintainers
ci:normal
,ci:merged
orci:daily
GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found incode/lib/cli/src/sandbox-templates.ts
["cleanup", "BREAKING CHANGE", "feature request", "bug", "build", "documentation", "maintenance", "dependencies", "other"]