mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-30 21:11:55 -04:00
docs: update changesets
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Throw meaningful error for config sub commands.[#7106](https://github.com/pnpm/pnpm/issues/7106)
|
||||
Throw meaningful error for config sub commands[#7106](https://github.com/pnpm/pnpm/issues/7106).
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
When the `node-linker` is set to `hoisted`, the `package.json` files of the existing dependencies inside `node_modules` are checked to verify their actual versions. The data in the `node_modules/.modules.yaml` and `node_modules/.pnpm/lock.yaml` may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated.
|
||||
When the `node-linker` is set to `hoisted`, the `package.json` files of the existing dependencies inside `node_modules` will be checked to verify their actual versions. The data in the `node_modules/.modules.yaml` and `node_modules/.pnpm/lock.yaml` may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated [#7107](https://github.com/pnpm/pnpm/pull/7107).
|
||||
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Don't update git-hosted dependencies when adding unrelated dependency [#7008](https://github.com/pnpm/pnpm/issues/7008).
|
||||
Don't update git-hosted dependencies when adding an unrelated dependency [#7008](https://github.com/pnpm/pnpm/issues/7008).
|
||||
|
||||
Reference in New Issue
Block a user