-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
upgrade TypeScript one minor to 5.4.5 from 5.3.3 #9322
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Skipped Deployments
|
10b2b3c
to
c3891cd
Compare
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
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.
I think the PR is good, but just marking not to merge this until we get an examples test run with these changes.
The examples test was a >>> FULL TURBO
. Even though the examples most definitely changed.
It looks like our example tests aren't actually depending on the examples. I think we're missing a ^topo
somewhere
Huh, that's really weird. You could also choose to bump it everywhere except in the examples? I would hope that would work... |
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.
Double checked task inputs and it was a false alarm.
LGTM, thanks for bumping these.
Description
in working on #9155 I've noticed that we also need to upgrade TypeScript, so I'm doing that here, perhaps not all the way to latest.
Testing Instructions
Everything should work normally - this shouldn't have any behavioral changes.