-
Notifications
You must be signed in to change notification settings - Fork 587
chore: restore lint:deps checking; fix some deps issues #2709
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
Conversation
Unused dependencies (2) @opentelemetry/otlp-transformer packages/opentelemetry-test-utils/package.json @opentelemetry/core plugins/web/opentelemetry-plugin-react-load/package.json Unlisted dependencies (1) @opentelemetry/instrumentation plugins/web/opentelemetry-plugin-react-load/src/BaseOpenTelemetryComponent.ts
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2709 +/- ##
=======================================
Coverage 92.40% 92.40%
=======================================
Files 171 171
Lines 8140 8140
Branches 1652 1652
=======================================
Hits 7522 7522
Misses 618 618 |
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 👍
Sorry - I should've checked that. In my mind @opentelemetry/instrumentation
was a "safe" replacement as all of the instrumentation packages usually depend on it, but I was not considering that the react-load one is not an instrumentation package in that sense.
…ry#2709) Co-authored-by: Marc Pichler <[email protected]>
Fixes these 'lint:deps' hits:
lint:deps
was accidentally removed in a merge-from-main in #2493.