chore(deps): drop orphaned Sentry/OpenTelemetry lockfile entries - #648
Conversation
#645 removed Sentry from package.json but left 13 unused transitive packages in package-lock.json. Regenerate/cleanup so npm install matches the current dependency graph.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Summary
Follow-up to #645 (Sentry removal):
package.jsonwas clean, butpackage-lock.jsonstill listed 13 unused transitive packages (@apm-js-collab/*,@opentelemetry/*,import-in-the-middle,require-in-the-middle).This PR regenerates/cleans the lockfile so it matches the current dependency graph after a normal
npm install.Changes
package.jsonor source changesTest plan