From 6abd24ef0514e93b714c3d138efc99c8e64159db Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Sat, 26 Aug 2023 21:15:19 +0300 Subject: [PATCH] chore(release): 8.7.0 --- .changeset/empty-teachers-fry.md | 1 - .changeset/gorgeous-dingos-move.md | 5 ----- .changeset/hungry-geckos-roll.md | 1 - .changeset/hungry-sheep-approve.md | 1 - .changeset/kind-rivers-happen.md | 1 - .changeset/little-actors-judge.md | 1 - .changeset/nervous-buckets-return.md | 1 - .changeset/orange-years-deny.md | 1 - .changeset/short-beds-run.md | 1 - .changeset/spotty-planets-pretend.md | 5 ----- .changeset/stale-coats-happen.md | 1 - pnpm/CHANGELOG.md | 4 +++- pnpm/artifacts/exe/package.json | 2 +- pnpm/artifacts/linux-arm64/package.json | 2 +- pnpm/artifacts/linux-x64/package.json | 2 +- pnpm/artifacts/macos-arm64/package.json | 2 +- pnpm/artifacts/macos-x64/package.json | 2 +- pnpm/artifacts/win-x64/package.json | 2 +- pnpm/package.json | 2 +- 19 files changed, 10 insertions(+), 27 deletions(-) delete mode 100644 .changeset/gorgeous-dingos-move.md delete mode 100644 .changeset/spotty-planets-pretend.md diff --git a/.changeset/empty-teachers-fry.md b/.changeset/empty-teachers-fry.md index 7735da6cac..1a53ad2ca0 100644 --- a/.changeset/empty-teachers-fry.md +++ b/.changeset/empty-teachers-fry.md @@ -1,6 +1,5 @@ --- "@pnpm/plugin-commands-installation": patch -"pnpm": patch --- Warn when linking a package with peerDependencies [615](https://github.com/pnpm/pnpm/issues/615). diff --git a/.changeset/gorgeous-dingos-move.md b/.changeset/gorgeous-dingos-move.md deleted file mode 100644 index b6a2688643..0000000000 --- a/.changeset/gorgeous-dingos-move.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": minor ---- - -Improve performance of installation by using a worker pool for extracting packages and writing them to the content-addressable store [#6850](https://github.com/pnpm/pnpm/pull/6850) diff --git a/.changeset/hungry-geckos-roll.md b/.changeset/hungry-geckos-roll.md index bc21418b56..639261c088 100644 --- a/.changeset/hungry-geckos-roll.md +++ b/.changeset/hungry-geckos-roll.md @@ -1,6 +1,5 @@ --- "@pnpm/plugin-commands-installation": patch -"pnpm": patch --- Add support for npm lockfile v3 in `pnpm import` [#6233](https://github.com/pnpm/pnpm/issues/6233). diff --git a/.changeset/hungry-sheep-approve.md b/.changeset/hungry-sheep-approve.md index 454de4facd..d629f105f2 100644 --- a/.changeset/hungry-sheep-approve.md +++ b/.changeset/hungry-sheep-approve.md @@ -1,6 +1,5 @@ --- "@pnpm/hooks.read-package-hook": patch -"pnpm": patch --- Override peerDependencies in `pnpm.overrides` [#6759](https://github.com/pnpm/pnpm/issues/6759). diff --git a/.changeset/kind-rivers-happen.md b/.changeset/kind-rivers-happen.md index 54548e5e1a..7b513ca369 100644 --- a/.changeset/kind-rivers-happen.md +++ b/.changeset/kind-rivers-happen.md @@ -1,7 +1,6 @@ --- "@pnpm/npm-resolver": patch "@pnpm/workspace.pkgs-graph": patch -"pnpm": patch --- Respect workspace alias syntax in pkg graph [#6922](https://github.com/pnpm/pnpm/issues/6922) diff --git a/.changeset/little-actors-judge.md b/.changeset/little-actors-judge.md index 72c09f48ce..0705c9cf3c 100644 --- a/.changeset/little-actors-judge.md +++ b/.changeset/little-actors-judge.md @@ -1,6 +1,5 @@ --- "@pnpm/config": major -"pnpm": minor --- The default value of the `resolution-mode` setting is changed to `highest`. This setting was changed to `lowest-direct` in v8.0.0 and some users were [not happy with the change](https://github.com/pnpm/pnpm/issues/6463). A [twitter poll](https://twitter.com/pnpmjs/status/1693707270897517022) concluded that most of the users want the old behaviour (`resolution-mode` set to `highest` by default). This is a semi-breaking change but should not affect users that commit their lockfile [#6463](https://github.com/pnpm/pnpm/issues/6463). diff --git a/.changeset/nervous-buckets-return.md b/.changeset/nervous-buckets-return.md index 00bc92d75d..db1c0756fa 100644 --- a/.changeset/nervous-buckets-return.md +++ b/.changeset/nervous-buckets-return.md @@ -1,6 +1,5 @@ --- "@pnpm/node.fetcher": patch -"pnpm": patch --- Emit a clear error message when users attempt to specify an undownloadable node version [#6916](https://github.com/pnpm/pnpm/pull/6916). diff --git a/.changeset/orange-years-deny.md b/.changeset/orange-years-deny.md index 3146b7974c..c7dd9f2d72 100644 --- a/.changeset/orange-years-deny.md +++ b/.changeset/orange-years-deny.md @@ -1,6 +1,5 @@ --- "@pnpm/patching.apply-patch": patch -"pnpm": patch --- `pnpm patch` should write patch files with a trailing newline [#6905](https://github.com/pnpm/pnpm/pull/6905). diff --git a/.changeset/short-beds-run.md b/.changeset/short-beds-run.md index 3ee0199cc8..574a3e8d26 100644 --- a/.changeset/short-beds-run.md +++ b/.changeset/short-beds-run.md @@ -1,6 +1,5 @@ --- "@pnpm/resolve-dependencies": patch -"pnpm": patch --- Dedupe deps with the same alias in direct dependencies [6966](https://github.com/pnpm/pnpm/issues/6966) diff --git a/.changeset/spotty-planets-pretend.md b/.changeset/spotty-planets-pretend.md deleted file mode 100644 index a68f264e0b..0000000000 --- a/.changeset/spotty-planets-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -Don't prefix install output for the dlx command. diff --git a/.changeset/stale-coats-happen.md b/.changeset/stale-coats-happen.md index a45e5910bc..384b3239f3 100644 --- a/.changeset/stale-coats-happen.md +++ b/.changeset/stale-coats-happen.md @@ -1,6 +1,5 @@ --- "@pnpm/tarball-fetcher": patch -"pnpm": patch --- Performance optimizations. Package tarballs are now download directly to memory and built to an ArrayBuffer. Hashing and other operations are avoided until the stream has been fully received [#6819](https://github.com/pnpm/pnpm/pull/6819). diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index caffc4cd85..cc757d91f0 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,10 +1,11 @@ # pnpm -## 8.7.0-2 +## 8.7.0 ### Minor Changes - Improve performance of installation by using a worker pool for extracting packages and writing them to the content-addressable store [#6850](https://github.com/pnpm/pnpm/pull/6850) +- The default value of the `resolution-mode` setting is changed to `highest`. This setting was changed to `lowest-direct` in v8.0.0 and some users were [not happy with the change](https://github.com/pnpm/pnpm/issues/6463). A [twitter poll](https://twitter.com/pnpmjs/status/1693707270897517022) concluded that most of the users want the old behaviour (`resolution-mode` set to `highest` by default). This is a semi-breaking change but should not affect users that commit their lockfile [#6463](https://github.com/pnpm/pnpm/issues/6463). ### Patch Changes @@ -14,6 +15,7 @@ - Respect workspace alias syntax in pkg graph [#6922](https://github.com/pnpm/pnpm/issues/6922) - Emit a clear error message when users attempt to specify an undownloadable node version [#6916](https://github.com/pnpm/pnpm/pull/6916). - `pnpm patch` should write patch files with a trailing newline [#6905](https://github.com/pnpm/pnpm/pull/6905). +- Dedupe deps with the same alias in direct dependencies [6966](https://github.com/pnpm/pnpm/issues/6966) - Don't prefix install output for the dlx command. - Performance optimizations. Package tarballs are now download directly to memory and built to an ArrayBuffer. Hashing and other operations are avoided until the stream has been fully received [#6819](https://github.com/pnpm/pnpm/pull/6819). diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 47abd047ba..3371224c48 100644 --- a/pnpm/artifacts/exe/package.json +++ b/pnpm/artifacts/exe/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/exe", "description": "Fast, disk space efficient package manager", - "version": "8.7.0-2", + "version": "8.7.0", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 0f8ddf5313..7735765675 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "8.7.0-2", + "version": "8.7.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 21a9e31102..169cd5c6fe 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "8.7.0-2", + "version": "8.7.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index e8fb0dbf54..f76f911067 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "8.7.0-2", + "version": "8.7.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 43c8161db7..a479f43818 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "8.7.0-2", + "version": "8.7.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 7146531e72..e4bf895b5a 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "8.7.0-2", + "version": "8.7.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 9a598ace3a..9cf28eb28e 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "8.7.0-2", + "version": "8.7.0", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs"