-
Notifications
You must be signed in to change notification settings - Fork 128
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 all dependencies #3008
Upgrade all dependencies #3008
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: 0 B Total Size: 696 kB ℹ️ View Unchanged
|
507d083
to
9416576
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #3008 +/- ##
=======================================
Coverage 90.39% 90.39%
=======================================
Files 229 229
Lines 14099 14099
Branches 1891 1891
=======================================
Hits 12745 12745
Misses 1333 1333
Partials 21 21 🚀 New features to boost your workflow:
|
@@ -17,6 +17,7 @@ | |||
"noUnusedParameters": true, | |||
"resolveJsonModule": true, | |||
"strict": true, | |||
"skipLibCheck": true, |
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.
nanostores
has a type error in its source code. Since this isn't something we can fix ourselves, I've enabled skipLibCheck
to turn off type checking of dependencies. Our usage of this and other dependencies is still type-checked.
Approach and changes
Definition of done