Skip to content

Commit

Permalink
fix(core): fix alias package parsing and pruning for npm (#23474)
Browse files Browse the repository at this point in the history
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #22098
Fixes #21180
Fixes #21009

---------

Co-authored-by: James Henry <[email protected]>
  • Loading branch information
meeroslav and JamesHenry authored May 20, 2024
1 parent cf33e31 commit 0eb86c8
Show file tree
Hide file tree
Showing 4 changed files with 814 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "something",
"version": "0.0.0",
"dependencies": {
"@isaacs/cliui": "^8.0.2",
"cliui": "^8.0.1"
Expand Down
Loading

0 comments on commit 0eb86c8

Please sign in to comment.