Skip to content

v0.3.1 — Next-steps guidance after transitive echoes

Choose a tag to compare

@FlorianBruniaux FlorianBruniaux released this 21 Apr 17:25
· 24 commits to main since this release

Fix

After dep-scope scan --check-transitive, the console output now includes actionable next-steps:

These packages cannot be removed from your package.json directly.
Next steps:
  1. Report to upstream — open an issue or link to https://e18e.dev
  2. Force a version via overrides (npm/pnpm) or resolutions (Yarn):

     # package.json
     "overrides": {
       "es-define-property": "npm:es-define-property@*"
       "function-bind": "npm:function-bind@*"
       ...
     }

  dep-scope analyze <package>  — deep-dive any direct dep to see which transitives it pulls

Update

npm install -g @florianbruniaux/dep-scope@latest