Skip to content

Commit

Permalink
build: remove inline-specifiers pnpm option
Browse files Browse the repository at this point in the history
Remove the `use-inline-specifiers-lockfile-format=true` pnpm option
from our `.npmrc` file.

This was added in
[PNPM version v7.7.0](https://github.com/pnpm/pnpm/releases/tag/v7.7.0)
and should make our `pnpm-lock.yaml` file much nicer,
but unfortunately, renovate doesn't seem to support it (unsure why?).

This means that whenever we do a `pnpm install` locally, the lock-file
gets changed, and whenever renovate makes a PR, it changes the
lock-file back. This causes a lot of unnecassary merge conflicts.
  • Loading branch information
aloisklink committed Mar 25, 2023
1 parent e4d2118 commit 093f169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
auto-install-peers=true
strict-peer-dependencies=false
use-inline-specifiers-lockfile-format=true

0 comments on commit 093f169

Please sign in to comment.