You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(nm): apply hoisting algorithm on aliased dependencies (#4237)
* Apply hoisting algorithm on aliased dependencies
* Adds a unit test to check hoisting of the aliased packages
* Updates conditions to detect hoisting loops to account for aliases
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Yarn now accepts sponsorships! Please give a look at our [OpenCollective](https:
8
8
9
9
### Installs
10
10
- The pnpm linker no longer tries to remove `node_modules` directory, when `node-modules` linker is active
11
+
- The nm linker applies hoisting algorithm on aliased dependencies
11
12
12
13
**Note:** features in `master` can be tried out by running `yarn set version from sources` in your project (existing contrib plugins are updated automatically, while new contrib plugins can be added by running `yarn plugin import from sources <name>`).
0 commit comments