Skip to content

Commit

Permalink
feat(node): Handle scope excludes in Pnpm
Browse files Browse the repository at this point in the history
The handling of scope excludes worked until [1], which accidentally
missed to implement the handling in the new `Pnpm` code.

This may be used as a work around for a bug in the `pnpm` CLI, which
fails in case the output JSON dependency tree exceeeds some limit, see
[2].

Fixes #9405.

[1]: 0eb1eea
[2]: #9405

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Nov 15, 2024
1 parent 78303ed commit edad867
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 2 deletions.
Loading

0 comments on commit edad867

Please sign in to comment.