feat!: hoist-workspace-packages is true by default (#7489)

This commit is contained in:
Zoltan Kochan
2024-01-06 14:15:23 +01:00
parent cfa33f1127
commit 60839fcdb7
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
---
"@pnpm/config": major
"pnpm": major
---
The default value of the [hoist-workspace-packages](https://pnpm.io/npmrc#hoist-workspace-packages) is `true`.

View File

@@ -230,7 +230,7 @@ export async function getConfig (
'git-branch-lockfile': false,
hoist: true,
'hoist-pattern': ['*'],
'hoist-workspace-packages': false,
'hoist-workspace-packages': true,
'ignore-workspace-cycles': false,
'ignore-workspace-root-check': false,
'link-workspace-packages': false,