-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 safe dependencies #7430
Update safe dependencies #7430
Conversation
|
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.
Thanks for digging into this one!
Changes
Supersedes #7417
Update all non-major dependencies through
pnpm update -r --interactive
, except TypeScript, Zod, and Shiki, which were causing hard-to-fix TypeScript errors. And except@astrojs/compiler
and@astrojs/language-server
that are causing check error and slowness.Some deps also caused TypeScript errors, but there are easily fixable, which is fixed in the 2nd commit.
There's more we can upgraded later which can be checked with
pnpm outdated -r
, but planning to tackle it separately.Testing
Existing tests should pass. Also ran them locally.
Docs
n/a