diff --git a/.changeset/chilly-walls-melt.md b/.changeset/chilly-walls-melt.md deleted file mode 100644 index 90a2ff618c4..00000000000 --- a/.changeset/chilly-walls-melt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"pnpm": patch -"@pnpm/reviewing.dependencies-hierarchy": patch ---- - -Fix a situation where `pnpm list` and `pnpm why` may not respect the `--depth` argument. diff --git a/.changeset/fast-berries-fail.md b/.changeset/fast-berries-fail.md deleted file mode 100644 index f9ef23c804d..00000000000 --- a/.changeset/fast-berries-fail.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-publishing": minor -"pnpm": minor ---- - -expose the `npm_command` environment variable to lifecycle hooks & scripts. diff --git a/.changeset/four-colts-care.md b/.changeset/four-colts-care.md deleted file mode 100644 index 5f96beac189..00000000000 --- a/.changeset/four-colts-care.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@pnpm/plugin-commands-publishing": patch -"@pnpm/store-connection-manager": patch -"@pnpm/default-reporter": patch -"@pnpm/prepare-package": patch -"@pnpm/client": patch -"@pnpm/node.fetcher": patch -"pnpm": patch ---- - -Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847). diff --git a/.changeset/giant-wasps-wink.md b/.changeset/giant-wasps-wink.md deleted file mode 100644 index 6c0d2829bb4..00000000000 --- a/.changeset/giant-wasps-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/reviewing.dependencies-hierarchy": minor ---- - -The `path` field for direct dependencies returned from `buildDependenciesHierarchy` was incorrect if the dependency used the `workspace:` or `link:` protocols. diff --git a/.changeset/good-monkeys-explode.md b/.changeset/good-monkeys-explode.md deleted file mode 100644 index 56294244245..00000000000 --- a/.changeset/good-monkeys-explode.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/reviewing.dependencies-hierarchy": minor -pnpm: minor ---- - -The `pnpm list` and `pnpm why` commands will now look through transitive dependencies of `workspace:` packages. A new `--only-projects` flag is available to only print `workspace:` packages. diff --git a/.changeset/gorgeous-islands-shake.md b/.changeset/gorgeous-islands-shake.md deleted file mode 100644 index 79b3c6939b8..00000000000 --- a/.changeset/gorgeous-islands-shake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/npm-resolver": patch -"pnpm": patch ---- - -Throw an accurate error message when trying to install a package that has no versions, or all of its versions are unpublished [#5849](https://github.com/pnpm/pnpm/issues/5849). diff --git a/.changeset/heavy-camels-obey.md b/.changeset/heavy-camels-obey.md deleted file mode 100644 index 41f36fb3ac1..00000000000 --- a/.changeset/heavy-camels-obey.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@pnpm/plugin-commands-installation": patch -"@pnpm/plugin-commands-publishing": patch -"@pnpm/filter-workspace-packages": patch -"@pnpm/get-context": patch -"@pnpm/core": patch -"pnpm": patch ---- - -replace dependency `is-ci` by `ci-info` (`is-ci` is just a simple wrapper around `ci-info`). diff --git a/.changeset/hip-beers-smile.md b/.changeset/hip-beers-smile.md deleted file mode 100644 index bf0de88c60e..00000000000 --- a/.changeset/hip-beers-smile.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/prepare-package": patch -"pnpm": patch ---- - -Only run prepublish scripts of git-hosted dependencies, if the dependency doesn't have a main file. In this case we can assume that the dependencies has to be built. diff --git a/.changeset/silly-ties-arrive.md b/.changeset/silly-ties-arrive.md deleted file mode 100644 index 0713b57909b..00000000000 --- a/.changeset/silly-ties-arrive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-script-runners": minor -"pnpm": minor ---- - -`pnpm exec` and `pnpm run` command support `--resume-from` option. When used, the command will executed from given package [#4690](https://github.com/pnpm/pnpm/issues/4690). diff --git a/.changeset/sweet-items-scream.md b/.changeset/sweet-items-scream.md deleted file mode 100644 index ae984824de6..00000000000 --- a/.changeset/sweet-items-scream.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/tarball-fetcher": patch -"@pnpm/git-fetcher": patch -"pnpm": patch ---- - -Print more contextual information when a git-hosted package fails to be prepared for installation [#5847](https://github.com/pnpm/pnpm/pull/5847). diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index a4599bc75a2..05fdf884fe9 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/cli-utils +## 1.0.20 + +### Patch Changes + +- Updated dependencies [ec97a3105] + - @pnpm/default-reporter@11.0.20 + - @pnpm/config@16.2.2 + ## 1.0.19 ### Patch Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index 9cfb2059194..6718632ce69 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "1.0.19", + "version": "1.0.20", "description": "Utils for pnpm commands", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/cli/default-reporter/CHANGELOG.md b/cli/default-reporter/CHANGELOG.md index 0a1d0109275..606e0589ec6 100644 --- a/cli/default-reporter/CHANGELOG.md +++ b/cli/default-reporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-reporter +## 11.0.20 + +### Patch Changes + +- ec97a3105: Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847). + - @pnpm/config@16.2.2 + ## 11.0.19 ### Patch Changes diff --git a/cli/default-reporter/package.json b/cli/default-reporter/package.json index 4b7c6f7683f..732204d7423 100644 --- a/cli/default-reporter/package.json +++ b/cli/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "11.0.19", + "version": "11.0.20", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/config/CHANGELOG.md b/config/config/CHANGELOG.md index e952dc466ea..d1c6103d95a 100644 --- a/config/config/CHANGELOG.md +++ b/config/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 16.2.2 + +### Patch Changes + +- @pnpm/pnpmfile@4.0.18 + ## 16.2.1 ### Patch Changes diff --git a/config/config/package.json b/config/config/package.json index e4421dd6079..ceec9b3d75e 100644 --- a/config/config/package.json +++ b/config/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "16.2.1", + "version": "16.2.2", "description": "Gets configuration options for pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/plugin-commands-config/CHANGELOG.md b/config/plugin-commands-config/CHANGELOG.md index fc20275c503..1e6845ec54d 100644 --- a/config/plugin-commands-config/CHANGELOG.md +++ b/config/plugin-commands-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-config +## 1.0.2 + +### Patch Changes + +- @pnpm/cli-utils@1.0.20 +- @pnpm/config@16.2.2 + ## 1.0.1 ### Patch Changes diff --git a/config/plugin-commands-config/package.json b/config/plugin-commands-config/package.json index 658b7fd4702..4570e9b8de2 100644 --- a/config/plugin-commands-config/package.json +++ b/config/plugin-commands-config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-config", - "version": "1.0.1", + "version": "1.0.2", "description": "Commands for reading and writing settings to/from config files", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/env/node.fetcher/CHANGELOG.md b/env/node.fetcher/CHANGELOG.md index 6a43f1a7bba..6c3bbbcc72b 100644 --- a/env/node.fetcher/CHANGELOG.md +++ b/env/node.fetcher/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/node.fetcher +## 2.0.7 + +### Patch Changes + +- ec97a3105: Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847). +- Updated dependencies [ec97a3105] + - @pnpm/tarball-fetcher@14.0.1 + ## 2.0.6 ### Patch Changes diff --git a/env/node.fetcher/package.json b/env/node.fetcher/package.json index 34cf0b08554..52a292f7aec 100644 --- a/env/node.fetcher/package.json +++ b/env/node.fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.fetcher", - "version": "2.0.6", + "version": "2.0.7", "description": "Node.js artifacts fetcher", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/env/node.resolver/CHANGELOG.md b/env/node.resolver/CHANGELOG.md index 2670b8e731a..0e1d370a45d 100644 --- a/env/node.resolver/CHANGELOG.md +++ b/env/node.resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/node.resolver +## 1.1.4 + +### Patch Changes + +- Updated dependencies [ec97a3105] + - @pnpm/node.fetcher@2.0.7 + ## 1.1.3 ### Patch Changes diff --git a/env/node.resolver/package.json b/env/node.resolver/package.json index 0765fa53144..c71b0893fb3 100644 --- a/env/node.resolver/package.json +++ b/env/node.resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.resolver", - "version": "1.1.3", + "version": "1.1.4", "description": "Resolves a Node.js version specifier to an exact Node.js version", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/env/plugin-commands-env/CHANGELOG.md b/env/plugin-commands-env/CHANGELOG.md index d362229bc5f..8893389d3ab 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-env +## 3.1.14 + +### Patch Changes + +- Updated dependencies [ec97a3105] + - @pnpm/node.fetcher@2.0.7 + - @pnpm/cli-utils@1.0.20 + - @pnpm/node.resolver@1.1.4 + - @pnpm/config@16.2.2 + ## 3.1.13 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index 13a19fd4bce..6e034d19980 100644 --- a/env/plugin-commands-env/package.json +++ b/env/plugin-commands-env/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-env", - "version": "3.1.13", + "version": "3.1.14", "description": "pnpm commands for managing Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-rebuild/CHANGELOG.md b/exec/plugin-commands-rebuild/CHANGELOG.md index 01d4c35dc29..6956a6ebd67 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-rebuild +## 7.0.20 + +### Patch Changes + +- Updated dependencies [ec97a3105] +- Updated dependencies [08ceaf3fc] + - @pnpm/store-connection-manager@5.1.13 + - @pnpm/get-context@8.0.6 + - @pnpm/cli-utils@1.0.20 + - @pnpm/find-workspace-packages@5.0.20 + - @pnpm/config@16.2.2 + ## 7.0.19 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 3735753a15b..a092dd1b8ea 100644 --- a/exec/plugin-commands-rebuild/package.json +++ b/exec/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "7.0.19", + "version": "7.0.20", "description": "Commands for rebuilding dependencies", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/plugin-commands-script-runners/CHANGELOG.md b/exec/plugin-commands-script-runners/CHANGELOG.md index 2880aa47792..47225a8589f 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-script-runners +## 6.3.0 + +### Minor Changes + +- da15828ec: `pnpm exec` and `pnpm run` command support `--resume-from` option. When used, the command will executed from given package [#4690](https://github.com/pnpm/pnpm/issues/4690). + +### Patch Changes + +- Updated dependencies [08ceaf3fc] + - @pnpm/plugin-commands-installation@11.1.7 + - @pnpm/cli-utils@1.0.20 + - @pnpm/config@16.2.2 + ## 6.2.0 ### Minor Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 19280a19735..e910efadd57 100644 --- a/exec/plugin-commands-script-runners/package.json +++ b/exec/plugin-commands-script-runners/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-script-runners", - "version": "6.2.0", + "version": "6.3.0", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/prepare-package/CHANGELOG.md b/exec/prepare-package/CHANGELOG.md index 3c755cd8beb..656939b2aad 100644 --- a/exec/prepare-package/CHANGELOG.md +++ b/exec/prepare-package/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/prepare-package +## 4.0.1 + +### Patch Changes + +- ec97a3105: Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847). +- 40a481840: Only run prepublish scripts of git-hosted dependencies, if the dependency doesn't have a main file. In this case we can assume that the dependencies has to be built. + ## 4.0.0 ### Major Changes diff --git a/exec/prepare-package/package.json b/exec/prepare-package/package.json index 32ae0acd7fc..2634d508309 100644 --- a/exec/prepare-package/package.json +++ b/exec/prepare-package/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare-package", - "version": "4.0.0", + "version": "4.0.1", "description": "Prepares a Git-hosted package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/fetching/git-fetcher/CHANGELOG.md b/fetching/git-fetcher/CHANGELOG.md index a9328fe8616..50e18410aed 100644 --- a/fetching/git-fetcher/CHANGELOG.md +++ b/fetching/git-fetcher/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/git-fetcher +## 7.0.1 + +### Patch Changes + +- ec97a3105: Print more contextual information when a git-hosted package fails to be prepared for installation [#5847](https://github.com/pnpm/pnpm/pull/5847). +- Updated dependencies [ec97a3105] +- Updated dependencies [40a481840] + - @pnpm/prepare-package@4.0.1 + ## 7.0.0 ### Major Changes diff --git a/fetching/git-fetcher/package.json b/fetching/git-fetcher/package.json index a1fc6f74875..6c755e48903 100644 --- a/fetching/git-fetcher/package.json +++ b/fetching/git-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/git-fetcher", - "version": "7.0.0", + "version": "7.0.1", "description": "A fetcher for git-hosted packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/fetching/tarball-fetcher/CHANGELOG.md b/fetching/tarball-fetcher/CHANGELOG.md index 232add7b0fe..6c117677b74 100644 --- a/fetching/tarball-fetcher/CHANGELOG.md +++ b/fetching/tarball-fetcher/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/tarball-fetcher +## 14.0.1 + +### Patch Changes + +- ec97a3105: Print more contextual information when a git-hosted package fails to be prepared for installation [#5847](https://github.com/pnpm/pnpm/pull/5847). +- Updated dependencies [ec97a3105] +- Updated dependencies [40a481840] + - @pnpm/prepare-package@4.0.1 + ## 14.0.0 ### Major Changes diff --git a/fetching/tarball-fetcher/package.json b/fetching/tarball-fetcher/package.json index 28ac4358cfe..156c77d4077 100644 --- a/fetching/tarball-fetcher/package.json +++ b/fetching/tarball-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/tarball-fetcher", - "version": "14.0.0", + "version": "14.0.1", "description": "Fetcher for packages hosted as tarballs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/hooks/pnpmfile/CHANGELOG.md b/hooks/pnpmfile/CHANGELOG.md index 48481edef75..c422a5b850e 100644 --- a/hooks/pnpmfile/CHANGELOG.md +++ b/hooks/pnpmfile/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/pnpmfile +## 4.0.18 + +### Patch Changes + +- Updated dependencies [08ceaf3fc] + - @pnpm/core@7.4.1 + ## 4.0.17 ### Patch Changes diff --git a/hooks/pnpmfile/package.json b/hooks/pnpmfile/package.json index 6efc8685021..7d20161e15c 100644 --- a/hooks/pnpmfile/package.json +++ b/hooks/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "4.0.17", + "version": "4.0.18", "description": "Reading a .pnpmfile.cjs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/plugin-commands-audit/CHANGELOG.md b/lockfile/plugin-commands-audit/CHANGELOG.md index f63cf666237..9a1f7efe087 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-audit +## 7.1.15 + +### Patch Changes + +- @pnpm/cli-utils@1.0.20 +- @pnpm/config@16.2.2 + ## 7.1.14 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index 3d6bb3bbd00..1c7053084bd 100644 --- a/lockfile/plugin-commands-audit/package.json +++ b/lockfile/plugin-commands-audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-audit", - "version": "7.1.14", + "version": "7.1.15", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index cdd8b560333..e01d198ca97 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/mount-modules +## 0.3.20 + +### Patch Changes + +- @pnpm/config@16.2.2 + ## 0.3.19 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 873d74373c6..4cbf342228e 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.3.19", + "version": "0.3.20", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/packages/plugin-commands-doctor/CHANGELOG.md b/packages/plugin-commands-doctor/CHANGELOG.md index e647f068af3..9a4d1a31cfb 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-doctor +## 1.0.18 + +### Patch Changes + +- @pnpm/cli-utils@1.0.20 +- @pnpm/config@16.2.2 + ## 1.0.17 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 2e5a62ec72c..16304f166b7 100644 --- a/packages/plugin-commands-doctor/package.json +++ b/packages/plugin-commands-doctor/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-doctor", - "version": "1.0.17", + "version": "1.0.18", "description": "Commands for checks of known common issues ", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-init/CHANGELOG.md b/packages/plugin-commands-init/CHANGELOG.md index 109ddcb6da7..b3fbb40b5b6 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-init +## 2.0.20 + +### Patch Changes + +- @pnpm/cli-utils@1.0.20 +- @pnpm/config@16.2.2 + ## 2.0.19 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 07a3f198ec2..d6387dd69b3 100644 --- a/packages/plugin-commands-init/package.json +++ b/packages/plugin-commands-init/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-init", - "version": "2.0.19", + "version": "2.0.20", "description": "Create a package.json file", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-patching/CHANGELOG.md b/packages/plugin-commands-patching/CHANGELOG.md index 4ec8331102d..d1df9d4d3cd 100644 --- a/packages/plugin-commands-patching/CHANGELOG.md +++ b/packages/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-patching +## 2.0.20 + +### Patch Changes + +- Updated dependencies [ec97a3105] +- Updated dependencies [08ceaf3fc] + - @pnpm/store-connection-manager@5.1.13 + - @pnpm/plugin-commands-installation@11.1.7 + - @pnpm/cli-utils@1.0.20 + - @pnpm/config@16.2.2 + ## 2.0.19 ### Patch Changes diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index 1ce27d23397..a7c77c237a2 100644 --- a/packages/plugin-commands-patching/package.json +++ b/packages/plugin-commands-patching/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-patching", - "version": "2.0.19", + "version": "2.0.20", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-setup/CHANGELOG.md b/packages/plugin-commands-setup/CHANGELOG.md index c5ceb013e97..4a34aff85ed 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 3.0.20 + +### Patch Changes + +- @pnpm/cli-utils@1.0.20 + ## 3.0.19 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 19932214b7f..45ca46d1730 100644 --- a/packages/plugin-commands-setup/package.json +++ b/packages/plugin-commands-setup/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-setup", - "version": "3.0.19", + "version": "3.0.20", "description": "pnpm commands for setting up pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/client/CHANGELOG.md b/pkg-manager/client/CHANGELOG.md index 19fed156747..aeb3783668e 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/client +## 9.0.1 + +### Patch Changes + +- ec97a3105: Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847). +- Updated dependencies [ec97a3105] + - @pnpm/tarball-fetcher@14.0.1 + - @pnpm/git-fetcher@7.0.1 + - @pnpm/default-resolver@17.0.5 + ## 9.0.0 ### Major Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index 25dd4fd3fc0..08604983098 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "9.0.0", + "version": "9.0.1", "description": "Creates the package resolve and fetch functions", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/core/CHANGELOG.md b/pkg-manager/core/CHANGELOG.md index 2364cc86f71..09798d4604a 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/core +## 7.4.1 + +### Patch Changes + +- 08ceaf3fc: replace dependency `is-ci` by `ci-info` (`is-ci` is just a simple wrapper around `ci-info`). +- Updated dependencies [08ceaf3fc] + - @pnpm/get-context@8.0.6 + - @pnpm/headless@19.4.0 + - @pnpm/package-requester@20.0.5 + - @pnpm/resolve-dependencies@29.0.12 + ## 7.4.0 ### Minor Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index e291214298b..991f8c6159c 100644 --- a/pkg-manager/core/package.json +++ b/pkg-manager/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "7.4.0", + "version": "7.4.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/get-context/CHANGELOG.md b/pkg-manager/get-context/CHANGELOG.md index ea487bb7e60..1c7ff0525b0 100644 --- a/pkg-manager/get-context/CHANGELOG.md +++ b/pkg-manager/get-context/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/get-context +## 8.0.6 + +### Patch Changes + +- 08ceaf3fc: replace dependency `is-ci` by `ci-info` (`is-ci` is just a simple wrapper around `ci-info`). + ## 8.0.5 ### Patch Changes diff --git a/pkg-manager/get-context/package.json b/pkg-manager/get-context/package.json index 72ae9801fb3..3ffbfb56f61 100644 --- a/pkg-manager/get-context/package.json +++ b/pkg-manager/get-context/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/get-context", - "version": "8.0.5", + "version": "8.0.6", "description": "Gets context information about a project", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/plugin-commands-installation/CHANGELOG.md b/pkg-manager/plugin-commands-installation/CHANGELOG.md index 94323bbd71a..64f5de5f4d9 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,23 @@ # @pnpm/plugin-commands-installation +## 11.1.7 + +### Patch Changes + +- 08ceaf3fc: replace dependency `is-ci` by `ci-info` (`is-ci` is just a simple wrapper around `ci-info`). +- Updated dependencies [ec97a3105] +- Updated dependencies [08ceaf3fc] + - @pnpm/store-connection-manager@5.1.13 + - @pnpm/filter-workspace-packages@6.0.20 + - @pnpm/core@7.4.1 + - @pnpm/plugin-commands-rebuild@7.0.20 + - @pnpm/cli-utils@1.0.20 + - @pnpm/outdated@11.0.11 + - @pnpm/package-store@15.0.5 + - @pnpm/pnpmfile@4.0.18 + - @pnpm/find-workspace-packages@5.0.20 + - @pnpm/config@16.2.2 + ## 11.1.6 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 139e96a0b61..b37091d8fb2 100644 --- a/pkg-manager/plugin-commands-installation/package.json +++ b/pkg-manager/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "11.1.6", + "version": "11.1.7", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/resolve-dependencies/CHANGELOG.md b/pkg-manager/resolve-dependencies/CHANGELOG.md index 1b1d8c388f4..b374dd75db8 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/resolve-dependencies +## 29.0.12 + +### Patch Changes + +- Updated dependencies [83ba90fb8] + - @pnpm/npm-resolver@15.0.4 + ## 29.0.11 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index 9c9085427cc..3d38e97e62d 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "29.0.11", + "version": "29.0.12", "description": "Resolves dependency graph of a package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index aa8c8d3b182..0335a735bdc 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,22 @@ # pnpm +## 7.22.0 + +### Minor Changes + +- The `pnpm list` and `pnpm why` commands will now look through transitive dependencies of `workspace:` packages. A new `--only-projects` flag is available to only print `workspace:` packages. +- `pnpm exec` and `pnpm run` command support `--resume-from` option. When used, the command will executed from given package [#4690](https://github.com/pnpm/pnpm/issues/4690). +- Expose the `npm_command` environment variable to lifecycle hooks & scripts. + +### Patch Changes + +- Fix a situation where `pnpm list` and `pnpm why` may not respect the `--depth` argument. +- Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847). +- Throw an accurate error message when trying to install a package that has no versions, or all of its versions are unpublished [#5849](https://github.com/pnpm/pnpm/issues/5849). +- replace dependency `is-ci` by `ci-info` (`is-ci` is just a simple wrapper around `ci-info`). +- Only run prepublish scripts of git-hosted dependencies, if the dependency doesn't have a main file. In this case we can assume that the dependencies has to be built. +- Print more contextual information when a git-hosted package fails to be prepared for installation [#5847](https://github.com/pnpm/pnpm/pull/5847). + ## 7.21.0 ### Minor Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index a0300fa836c..a5334d05027 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": "7.21.0", + "version": "7.22.0", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 411340de8f3..30224b81b73 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "7.21.0", + "version": "7.22.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index eb65d4e87ab..d69b6ea77fe 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "7.21.0", + "version": "7.22.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 4184b73a2ca..ebf81c2c962 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "7.21.0", + "version": "7.22.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 1ab1d6f16e8..b037e86b6df 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "7.21.0", + "version": "7.22.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index b2ee5819368..cd7f771f01f 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "7.21.0", + "version": "7.22.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index c6595f3ddeb..1c9eb05d5ab 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "7.21.0", + "version": "7.22.0", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" diff --git a/releasing/plugin-commands-deploy/CHANGELOG.md b/releasing/plugin-commands-deploy/CHANGELOG.md index b761a25a72d..76bee97675c 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-deploy +## 2.0.20 + +### Patch Changes + +- Updated dependencies [08ceaf3fc] + - @pnpm/plugin-commands-installation@11.1.7 + - @pnpm/cli-utils@1.0.20 + ## 2.0.19 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 29cafb8473e..edf104db6e5 100644 --- a/releasing/plugin-commands-deploy/package.json +++ b/releasing/plugin-commands-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-deploy", - "version": "2.0.19", + "version": "2.0.20", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/releasing/plugin-commands-publishing/CHANGELOG.md b/releasing/plugin-commands-publishing/CHANGELOG.md index 3dc6dff3199..069f0dcdb03 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/plugin-commands-publishing +## 6.1.0 + +### Minor Changes + +- a02f1fea1: expose the `npm_command` environment variable to lifecycle hooks & scripts. + +### Patch Changes + +- ec97a3105: Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847). +- 08ceaf3fc: replace dependency `is-ci` by `ci-info` (`is-ci` is just a simple wrapper around `ci-info`). +- Updated dependencies [ec97a3105] + - @pnpm/client@9.0.1 + - @pnpm/cli-utils@1.0.20 + - @pnpm/config@16.2.2 + ## 6.0.19 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index def7f5c234b..b5a2adcaaf4 100644 --- a/releasing/plugin-commands-publishing/package.json +++ b/releasing/plugin-commands-publishing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-publishing", - "version": "6.0.19", + "version": "6.1.0", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/default-resolver/CHANGELOG.md b/resolving/default-resolver/CHANGELOG.md index a1ee5641c1d..3c7b9c436fb 100644 --- a/resolving/default-resolver/CHANGELOG.md +++ b/resolving/default-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-resolver +## 17.0.5 + +### Patch Changes + +- Updated dependencies [83ba90fb8] + - @pnpm/npm-resolver@15.0.4 + ## 17.0.4 ### Patch Changes diff --git a/resolving/default-resolver/package.json b/resolving/default-resolver/package.json index 7e5fea85d6b..7df20183478 100644 --- a/resolving/default-resolver/package.json +++ b/resolving/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-resolver", - "version": "17.0.4", + "version": "17.0.5", "description": "pnpm's default package resolver", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/npm-resolver/CHANGELOG.md b/resolving/npm-resolver/CHANGELOG.md index 471ffe0572b..da0e6638f1a 100644 --- a/resolving/npm-resolver/CHANGELOG.md +++ b/resolving/npm-resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/npm-resolver +## 15.0.4 + +### Patch Changes + +- 83ba90fb8: Throw an accurate error message when trying to install a package that has no versions, or all of its versions are unpublished [#5849](https://github.com/pnpm/pnpm/issues/5849). + ## 15.0.3 ### Patch Changes diff --git a/resolving/npm-resolver/package.json b/resolving/npm-resolver/package.json index 877f0385cf6..b1c8c3fa649 100644 --- a/resolving/npm-resolver/package.json +++ b/resolving/npm-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/npm-resolver", - "version": "15.0.3", + "version": "15.0.4", "description": "Resolver for npm-hosted packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/dependencies-hierarchy/CHANGELOG.md b/reviewing/dependencies-hierarchy/CHANGELOG.md index 530b8c472c0..df8e6e98992 100644 --- a/reviewing/dependencies-hierarchy/CHANGELOG.md +++ b/reviewing/dependencies-hierarchy/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/reviewing.dependencies-hierarchy +## 1.1.0 + +### Minor Changes + +- 395a33a50: The `path` field for direct dependencies returned from `buildDependenciesHierarchy` was incorrect if the dependency used the `workspace:` or `link:` protocols. +- 395a33a50: The `pnpm list` and `pnpm why` commands will now look through transitive dependencies of `workspace:` packages. A new `--only-projects` flag is available to only print `workspace:` packages. + +### Patch Changes + +- 7853a26e1: Fix a situation where `pnpm list` and `pnpm why` may not respect the `--depth` argument. + ## 1.0.1 ### Patch Changes diff --git a/reviewing/dependencies-hierarchy/package.json b/reviewing/dependencies-hierarchy/package.json index e69a27bb98c..dab2dd546af 100644 --- a/reviewing/dependencies-hierarchy/package.json +++ b/reviewing/dependencies-hierarchy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/reviewing.dependencies-hierarchy", - "version": "1.0.1", + "version": "1.1.0", "description": "Creates a dependencies hierarchy for a symlinked `node_modules`", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/list/CHANGELOG.md b/reviewing/list/CHANGELOG.md index 38d4579d1fa..0613350e1e7 100644 --- a/reviewing/list/CHANGELOG.md +++ b/reviewing/list/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/list +## 8.0.10 + +### Patch Changes + +- Updated dependencies [7853a26e1] +- Updated dependencies [395a33a50] +- Updated dependencies [395a33a50] + - @pnpm/reviewing.dependencies-hierarchy@1.1.0 + ## 8.0.9 ### Patch Changes diff --git a/reviewing/list/package.json b/reviewing/list/package.json index 8ca812e3258..c1a71cb6554 100644 --- a/reviewing/list/package.json +++ b/reviewing/list/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/list", - "version": "8.0.9", + "version": "8.0.10", "description": "List installed packages in a symlinked `node_modules`", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/outdated/CHANGELOG.md b/reviewing/outdated/CHANGELOG.md index 236857b9f36..515126c7487 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/outdated +## 11.0.11 + +### Patch Changes + +- Updated dependencies [ec97a3105] +- Updated dependencies [83ba90fb8] + - @pnpm/client@9.0.1 + - @pnpm/npm-resolver@15.0.4 + ## 11.0.10 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index a2f36d01121..4b3e318e5fc 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "11.0.10", + "version": "11.0.11", "description": "Check for outdated packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-licenses/CHANGELOG.md b/reviewing/plugin-commands-licenses/CHANGELOG.md index d8cbc76f7fe..d93d9df2e03 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-licenses +## 1.0.11 + +### Patch Changes + +- @pnpm/cli-utils@1.0.20 +- @pnpm/config@16.2.2 + ## 1.0.10 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index c45ada44b64..e8674481f0f 100644 --- a/reviewing/plugin-commands-licenses/package.json +++ b/reviewing/plugin-commands-licenses/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-licenses", - "version": "1.0.10", + "version": "1.0.11", "description": "The licenses command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-listing/CHANGELOG.md b/reviewing/plugin-commands-listing/CHANGELOG.md index 0964cb203c7..f935b7ea413 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-listing +## 6.0.20 + +### Patch Changes + +- @pnpm/list@8.0.10 +- @pnpm/cli-utils@1.0.20 +- @pnpm/config@16.2.2 + ## 6.0.19 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 2dc0695466f..6eebc3d0a31 100644 --- a/reviewing/plugin-commands-listing/package.json +++ b/reviewing/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "6.0.19", + "version": "6.0.20", "description": "The list and why commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-outdated/CHANGELOG.md b/reviewing/plugin-commands-outdated/CHANGELOG.md index 758908b56d2..938c9d7cf8c 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-outdated +## 8.0.15 + +### Patch Changes + +- @pnpm/cli-utils@1.0.20 +- @pnpm/outdated@11.0.11 +- @pnpm/default-resolver@17.0.5 +- @pnpm/config@16.2.2 + ## 8.0.14 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index d40255d07a5..0f2d799f370 100644 --- a/reviewing/plugin-commands-outdated/package.json +++ b/reviewing/plugin-commands-outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-outdated", - "version": "8.0.14", + "version": "8.0.15", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-server/CHANGELOG.md b/store/plugin-commands-server/CHANGELOG.md index f1b66044477..be985bfd9e6 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-server +## 5.0.20 + +### Patch Changes + +- Updated dependencies [ec97a3105] + - @pnpm/store-connection-manager@5.1.13 + - @pnpm/cli-utils@1.0.20 + - @pnpm/server@14.0.5 + - @pnpm/config@16.2.2 + ## 5.0.19 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 4d208d2c5db..d85c203d372 100644 --- a/store/plugin-commands-server/package.json +++ b/store/plugin-commands-server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-server", - "version": "5.0.19", + "version": "5.0.20", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-store/CHANGELOG.md b/store/plugin-commands-store/CHANGELOG.md index 5ce497b97c7..97f99930c43 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-store +## 6.0.20 + +### Patch Changes + +- Updated dependencies [ec97a3105] +- Updated dependencies [08ceaf3fc] + - @pnpm/store-connection-manager@5.1.13 + - @pnpm/get-context@8.0.6 + - @pnpm/cli-utils@1.0.20 + - @pnpm/config@16.2.2 + ## 6.0.19 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index d7333026a81..10e4143295a 100644 --- a/store/plugin-commands-store/package.json +++ b/store/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "6.0.19", + "version": "6.0.20", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/store-connection-manager/CHANGELOG.md b/store/store-connection-manager/CHANGELOG.md index 89dff184d7b..2a6b0838f20 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/store-connection-manager +## 5.1.13 + +### Patch Changes + +- ec97a3105: Report to the console when a git-hosted dependency is built [#5847](https://github.com/pnpm/pnpm/pull/5847). +- Updated dependencies [ec97a3105] + - @pnpm/client@9.0.1 + - @pnpm/package-store@15.0.5 + - @pnpm/server@14.0.5 + - @pnpm/config@16.2.2 + ## 5.1.12 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index 41e7587f1cd..8b718736c0f 100644 --- a/store/store-connection-manager/package.json +++ b/store/store-connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-connection-manager", - "version": "5.1.12", + "version": "5.1.13", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/filter-workspace-packages/CHANGELOG.md b/workspace/filter-workspace-packages/CHANGELOG.md index c5e47915ebd..4050515e7a0 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/filter-workspace-packages +## 6.0.20 + +### Patch Changes + +- 08ceaf3fc: replace dependency `is-ci` by `ci-info` (`is-ci` is just a simple wrapper around `ci-info`). + - @pnpm/find-workspace-packages@5.0.20 + ## 6.0.19 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index 9a567b5d307..3335e01c4ed 100644 --- a/workspace/filter-workspace-packages/package.json +++ b/workspace/filter-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/filter-workspace-packages", - "version": "6.0.19", + "version": "6.0.20", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/find-workspace-packages/CHANGELOG.md b/workspace/find-workspace-packages/CHANGELOG.md index 75b6eab4f54..30f6cf61260 100644 --- a/workspace/find-workspace-packages/CHANGELOG.md +++ b/workspace/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 5.0.20 + +### Patch Changes + +- @pnpm/cli-utils@1.0.20 + ## 5.0.19 ### Patch Changes diff --git a/workspace/find-workspace-packages/package.json b/workspace/find-workspace-packages/package.json index 6633cbedc52..80ff905726b 100644 --- a/workspace/find-workspace-packages/package.json +++ b/workspace/find-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/find-workspace-packages", - "version": "5.0.19", + "version": "5.0.20", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts",