From 546ca3f21bf6316a74ef4d96c5dfabfdaa66254c Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 26 Sep 2023 15:15:04 +0300 Subject: [PATCH] docs: update changesets --- .changeset/four-carpets-itch.md | 2 +- .changeset/plenty-spoons-search.md | 2 +- .changeset/serious-ghosts-taste.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/four-carpets-itch.md b/.changeset/four-carpets-itch.md index 95c2164b15..cc55c83920 100644 --- a/.changeset/four-carpets-itch.md +++ b/.changeset/four-carpets-itch.md @@ -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). diff --git a/.changeset/plenty-spoons-search.md b/.changeset/plenty-spoons-search.md index c77129c1cf..27fd096d0c 100644 --- a/.changeset/plenty-spoons-search.md +++ b/.changeset/plenty-spoons-search.md @@ -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). diff --git a/.changeset/serious-ghosts-taste.md b/.changeset/serious-ghosts-taste.md index 2b1134af44..27921eb855 100644 --- a/.changeset/serious-ghosts-taste.md +++ b/.changeset/serious-ghosts-taste.md @@ -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).