docs: update changesets

This commit is contained in:
Zoltan Kochan
2023-09-26 15:15:04 +03:00
parent f394cfccda
commit 546ca3f21b
3 changed files with 3 additions and 3 deletions

View File

@@ -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).

View File

@@ -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).

View File

@@ -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).