diff --git a/.changeset/eighty-tables-train.md b/.changeset/eighty-tables-train.md deleted file mode 100644 index d4eea30570..0000000000 --- a/.changeset/eighty-tables-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -Should not print colored output when `color` is set to `never`. This was an issue in commands that don't use `@pnpm/default-reporter`. Commands like `pnpm list`, `pnpm outdated`. diff --git a/.changeset/gold-tips-promise.md b/.changeset/gold-tips-promise.md deleted file mode 100644 index 394fbf4327..0000000000 --- a/.changeset/gold-tips-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/plugin-commands-audit": patch ---- - -Allow to set a custom registry through the `--registry` option, when running `pnpm audit` (#2689). diff --git a/.changeset/shaggy-frogs-carry.md b/.changeset/shaggy-frogs-carry.md deleted file mode 100644 index 44244baed9..0000000000 --- a/.changeset/shaggy-frogs-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/plugin-commands-installation": patch ---- - -Allow to use `--save-workspace-protocol` with the install/update commands. diff --git a/.changeset/tame-spoons-provide.md b/.changeset/tame-spoons-provide.md deleted file mode 100644 index d20542b02a..0000000000 --- a/.changeset/tame-spoons-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/list": patch ---- - -Don't use inverse as it doesn't look good in all consoles. diff --git a/.changeset/tasty-drinks-peel.md b/.changeset/tasty-drinks-peel.md deleted file mode 100644 index 635d6bc6e1..0000000000 --- a/.changeset/tasty-drinks-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"pnpm": patch -"supi": patch ---- - -Changes that are made by the `readPackage` hook are not saved to the `package.json` files of projects. diff --git a/.changeset/two-readers-whisper.md b/.changeset/two-readers-whisper.md deleted file mode 100644 index 7ef19150f6..0000000000 --- a/.changeset/two-readers-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/get-context": minor ---- - -Add `originalManifest` that stores the unmodified. diff --git a/packages/get-context/CHANGELOG.md b/packages/get-context/CHANGELOG.md index 3b8969ee9f..4651b9e31b 100644 --- a/packages/get-context/CHANGELOG.md +++ b/packages/get-context/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/get-context +## 3.2.0 + +### Minor Changes + +- a01626668: Add `originalManifest` that stores the unmodified. + ## 3.1.0 ### Minor Changes diff --git a/packages/get-context/package.json b/packages/get-context/package.json index 0f0dd5b524..0cfeb8eb8b 100644 --- a/packages/get-context/package.json +++ b/packages/get-context/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/get-context", - "version": "3.1.0", + "version": "3.2.0", "description": "Gets context information about a project", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/list/CHANGELOG.md b/packages/list/CHANGELOG.md index fed547c887..686c6eecf7 100644 --- a/packages/list/CHANGELOG.md +++ b/packages/list/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/list +## 5.0.1 + +### Patch Changes + +- 78c2741b6: Don't use inverse as it doesn't look good in all consoles. + ## 5.0.0 ### Major Changes diff --git a/packages/list/package.json b/packages/list/package.json index 7086f0ca95..6c81d857d3 100644 --- a/packages/list/package.json +++ b/packages/list/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/list", - "version": "5.0.0", + "version": "5.0.1", "description": "List installed packages in a symlinked `node_modules`", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/plugin-commands-audit/CHANGELOG.md b/packages/plugin-commands-audit/CHANGELOG.md index 16c3a61d97..872d873e0f 100644 --- a/packages/plugin-commands-audit/CHANGELOG.md +++ b/packages/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-audit +## 1.0.20 + +### Patch Changes + +- 4e5e22aab: Allow to set a custom registry through the `--registry` option, when running `pnpm audit` (#2689). + ## 1.0.19 ### Patch Changes diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index 35b32d0628..ab47534d23 100644 --- a/packages/plugin-commands-audit/package.json +++ b/packages/plugin-commands-audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-audit", - "version": "1.0.19", + "version": "1.0.20", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/plugin-commands-import/CHANGELOG.md b/packages/plugin-commands-import/CHANGELOG.md index 0f40b7d05c..9604dd20e2 100644 --- a/packages/plugin-commands-import/CHANGELOG.md +++ b/packages/plugin-commands-import/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-import +## 1.0.40 + +### Patch Changes + +- Updated dependencies [a01626668] + - supi@0.41.11 + ## 1.0.39 ### Patch Changes diff --git a/packages/plugin-commands-import/package.json b/packages/plugin-commands-import/package.json index 4358b8f0aa..e013ec206c 100644 --- a/packages/plugin-commands-import/package.json +++ b/packages/plugin-commands-import/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-import", - "version": "1.0.39", + "version": "1.0.40", "description": "The import command", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -50,7 +50,7 @@ "@zkochan/rimraf": "1.0.0", "load-json-file": "6.2.0", "render-help": "1.0.0", - "supi": "workspace:0.41.10" + "supi": "workspace:0.41.11" }, "funding": "https://opencollective.com/pnpm" } diff --git a/packages/plugin-commands-installation/CHANGELOG.md b/packages/plugin-commands-installation/CHANGELOG.md index 4f1d920565..4a24d51c50 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-installation +## 3.0.6 + +### Patch Changes + +- 7e47ebfb7: Allow to use `--save-workspace-protocol` with the install/update commands. +- Updated dependencies [a01626668] + - supi@0.41.11 + - @pnpm/plugin-commands-rebuild@2.0.23 + ## 3.0.5 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index 7f68bd62e9..e7ff195a52 100644 --- a/packages/plugin-commands-installation/package.json +++ b/packages/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "3.0.5", + "version": "3.0.6", "description": "Commands for installation", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -68,7 +68,7 @@ "@pnpm/outdated": "workspace:7.1.6", "@pnpm/package-store": "workspace:9.1.0", "@pnpm/parse-wanted-dependency": "workspace:1.0.0", - "@pnpm/plugin-commands-rebuild": "workspace:2.0.22", + "@pnpm/plugin-commands-rebuild": "workspace:2.0.23", "@pnpm/pnpmfile": "workspace:0.1.14", "@pnpm/resolver-base": "workspace:7.0.3", "@pnpm/semver-diff": "^1.0.2", @@ -89,7 +89,7 @@ "ramda": "^0.27.0", "read-ini-file": "^3.0.0", "render-help": "^1.0.0", - "supi": "workspace:0.41.10", + "supi": "workspace:0.41.11", "table": "^5.4.6", "version-selector-type": "^3.0.0" }, diff --git a/packages/plugin-commands-listing/CHANGELOG.md b/packages/plugin-commands-listing/CHANGELOG.md index f2fc18d9d8..f76d7b364e 100644 --- a/packages/plugin-commands-listing/CHANGELOG.md +++ b/packages/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 2.0.11 + +### Patch Changes + +- Updated dependencies [78c2741b6] + - @pnpm/list@5.0.1 + ## 2.0.10 ### Patch Changes diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index 5748627ea1..92004f08d5 100644 --- a/packages/plugin-commands-listing/package.json +++ b/packages/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "2.0.10", + "version": "2.0.11", "description": "The list and why commands of pnpm", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -50,7 +50,7 @@ "@pnpm/common-cli-options-help": "workspace:0.1.6", "@pnpm/config": "workspace:11.1.0", "@pnpm/error": "workspace:1.2.0", - "@pnpm/list": "workspace:5.0.0", + "@pnpm/list": "workspace:5.0.1", "@pnpm/types": "workspace:6.2.0", "ramda": "0.27.0", "render-help": "1.0.0" diff --git a/packages/plugin-commands-rebuild/CHANGELOG.md b/packages/plugin-commands-rebuild/CHANGELOG.md index 3e678455f9..1cdd797a22 100644 --- a/packages/plugin-commands-rebuild/CHANGELOG.md +++ b/packages/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-rebuild +## 2.0.23 + +### Patch Changes + +- Updated dependencies [a01626668] + - @pnpm/get-context@3.2.0 + ## 2.0.22 ### Patch Changes diff --git a/packages/plugin-commands-rebuild/package.json b/packages/plugin-commands-rebuild/package.json index 47dda6e2b2..b651fb9b45 100644 --- a/packages/plugin-commands-rebuild/package.json +++ b/packages/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "2.0.22", + "version": "2.0.23", "description": "Commands for rebuilding dependencies", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -53,7 +53,7 @@ "@pnpm/constants": "workspace:4.0.0", "@pnpm/core-loggers": "workspace:4.2.0", "@pnpm/find-workspace-packages": "workspace:2.3.1", - "@pnpm/get-context": "workspace:3.1.0", + "@pnpm/get-context": "workspace:3.2.0", "@pnpm/lifecycle": "workspace:9.2.1", "@pnpm/link-bins": "workspace:5.3.7", "@pnpm/lockfile-utils": "workspace:2.0.15", diff --git a/packages/plugin-commands-store/CHANGELOG.md b/packages/plugin-commands-store/CHANGELOG.md index 724fa66a70..8e5c921127 100644 --- a/packages/plugin-commands-store/CHANGELOG.md +++ b/packages/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-store +## 2.0.22 + +### Patch Changes + +- Updated dependencies [a01626668] + - @pnpm/get-context@3.2.0 + ## 2.0.21 ### Patch Changes diff --git a/packages/plugin-commands-store/package.json b/packages/plugin-commands-store/package.json index f65a47e8dd..6903733ee9 100644 --- a/packages/plugin-commands-store/package.json +++ b/packages/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "2.0.21", + "version": "2.0.22", "description": "Commands for controlling the store", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -55,7 +55,7 @@ "@pnpm/cli-utils": "workspace:0.4.15", "@pnpm/config": "workspace:11.1.0", "@pnpm/error": "workspace:1.2.0", - "@pnpm/get-context": "workspace:3.1.0", + "@pnpm/get-context": "workspace:3.2.0", "@pnpm/lockfile-utils": "workspace:2.0.15", "@pnpm/normalize-registries": "workspace:1.0.3", "@pnpm/parse-wanted-dependency": "workspace:1.0.0", diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index 80e6143e37..7ead81ea94 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,15 @@ # pnpm +## 5.4.3 + +### Patch Changes + +- Should not print colored output when `color` is set to `never`. This was an issue in commands that don't use `@pnpm/default-reporter`. Commands like `pnpm list`, `pnpm outdated`. +- Changes that are made by the `readPackage` hook are not saved to the `package.json` files of projects. +- Allow the `--registry` option with the `pnpm audit` command. +- Allow the `--save-workspace-protocol` option. +- Don't use inversed colors to highlight search results in `pnpm list`, `pnpm why`. + ## 5.4.2 ### Patch Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index c7b04560b3..11030f9f22 100644 --- a/packages/pnpm/package.json +++ b/packages/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "5.4.2", + "version": "5.4.3", "author": "Zoltan Kochan (https://www.kochan.io/)", "bin": { "pnpm": "bin/pnpm.js", @@ -29,16 +29,16 @@ "@pnpm/find-workspace-dir": "workspace:1.0.0", "@pnpm/logger": "3.2.2", "@pnpm/parse-cli-args": "workspace:3.0.0", - "@pnpm/plugin-commands-audit": "workspace:1.0.19", - "@pnpm/plugin-commands-import": "workspace:1.0.39", - "@pnpm/plugin-commands-installation": "workspace:3.0.5", - "@pnpm/plugin-commands-listing": "workspace:2.0.10", + "@pnpm/plugin-commands-audit": "workspace:1.0.20", + "@pnpm/plugin-commands-import": "workspace:1.0.40", + "@pnpm/plugin-commands-installation": "workspace:3.0.6", + "@pnpm/plugin-commands-listing": "workspace:2.0.11", "@pnpm/plugin-commands-outdated": "workspace:2.0.13", "@pnpm/plugin-commands-publishing": "workspace:2.1.8", - "@pnpm/plugin-commands-rebuild": "workspace:2.0.22", + "@pnpm/plugin-commands-rebuild": "workspace:2.0.23", "@pnpm/plugin-commands-script-runners": "workspace:1.2.10", "@pnpm/plugin-commands-server": "workspace:2.0.19", - "@pnpm/plugin-commands-store": "workspace:2.0.21", + "@pnpm/plugin-commands-store": "workspace:2.0.22", "@pnpm/run-npm": "workspace:2.0.2", "@pnpm/tabtab": "0.0.1", "@pnpm/types": "workspace:6.2.0", diff --git a/packages/supi/CHANGELOG.md b/packages/supi/CHANGELOG.md index 3cd87adec8..f958aa8273 100644 --- a/packages/supi/CHANGELOG.md +++ b/packages/supi/CHANGELOG.md @@ -1,5 +1,13 @@ # supi +## 0.41.11 + +### Patch Changes + +- a01626668: Changes that are made by the `readPackage` hook are not saved to the `package.json` files of projects. +- Updated dependencies [a01626668] + - @pnpm/get-context@3.2.0 + ## 0.41.10 ### Patch Changes diff --git a/packages/supi/package.json b/packages/supi/package.json index 2358398286..5ed9a5f28d 100644 --- a/packages/supi/package.json +++ b/packages/supi/package.json @@ -1,7 +1,7 @@ { "name": "supi", "description": "Fast, disk space efficient installation engine", - "version": "0.41.10", + "version": "0.41.11", "author": "Zoltan Kochan (https://www.kochan.io/)", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" @@ -21,7 +21,7 @@ "@pnpm/core-loggers": "workspace:4.2.0", "@pnpm/error": "workspace:1.2.0", "@pnpm/filter-lockfile": "workspace:4.0.5", - "@pnpm/get-context": "workspace:3.1.0", + "@pnpm/get-context": "workspace:3.2.0", "@pnpm/headless": "workspace:14.0.10", "@pnpm/hoist": "workspace:4.0.4", "@pnpm/lifecycle": "workspace:9.2.1",