feat: prepare for pnpm 8
continuous-integration/drone/pr Build is passing Details

By commiting the new lockfile format before using pnpm 8 we can improve the migration process.
This commit is contained in:
Dominik Pschenitschni 2023-03-29 13:33:56 +02:00
parent 4a34f245db
commit 3f53d6d35c
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
2 changed files with 2690 additions and 2945 deletions

14
.npmrc
View File

@ -1,2 +1,14 @@
fetch-timeout=100000
# pnpm settings
# The following settings prepare for the new default value of pnpm 8
# they can be removed directly after having moved to pnpm 8
auto-install-peers=true
fetch-timeout=100000
dedupe-peer-dependents=true
resolve-peers-from-workspace-root=true
save-workspace-protocol=rolling
resolution-mode=lowest-direct
publishConfig.linkDirectory=true
# remove some time after having moved to pnpm 8
use-lockfile-v6=true

File diff suppressed because it is too large Load Diff