-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
ce0289a
to
1bbde33
Compare
Codecov Report
@@ Coverage Diff @@
## dev #201 +/- ##
=======================================
Coverage 88.81% 88.81%
=======================================
Files 48 48
Lines 1529 1529
Branches 357 357
=======================================
Hits 1358 1358
Misses 171 171 Continue to review full report at Codecov.
|
1bbde33
to
3afebd5
Compare
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.
Sorry for the late reply, didn't see this!
LGTM, although I was under the impression that type dependencies (whether dev or not) should be at the top-most lerna level?
But if they're in the lerna level, then individual packages do not include their own type dependencies I assume? Or they include the type dependencies of all packages? Neither of those sounds right to me 🤔 |
Fair points. Maybe it's just the dev dependencies then. |
Hey! Just wanted to see what the status of this is. Alive? Dead? |
Waiting for the final approval and fixing looots of conflicts, probably easier to just start over as so many dependencies have come and gone... Why so, is this causing trouble? |
So much has changed since this was implemented that it's easier to just start over. |
Fixes the issue whereEDIT: sinon types were added as dependencies in Add @types/sinon to unmock-core. #203 so this can be a separate PRRequestResponseSpy
is typed asany
because types fromsinon
are not included in the npm package