-
-
Notifications
You must be signed in to change notification settings - Fork 945
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
infra: error on deprecation #1867
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1867 +/- ##
=======================================
Coverage 99.62% 99.63%
=======================================
Files 2355 2355
Lines 236433 236429 -4
Branches 1153 1156 +3
=======================================
+ Hits 235558 235571 +13
+ Misses 853 836 -17
Partials 22 22
|
Ready to review |
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.
Please also run a pnpm run clean && pnpm install
to regenerate a new lock file that also updates deep nested/shared dependencies
Fixes #1866
Blocked by #1865 .
Thanks @Shinigami92 for your help.