diff --git a/.changeset/clever-brooms-remember.md b/.changeset/clever-brooms-remember.md deleted file mode 100644 index b52434eaa95..00000000000 --- a/.changeset/clever-brooms-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/resolve-dependencies": patch ---- - -Remove the replaceall polyfill from the dependencies. diff --git a/.changeset/friendly-ducks-lick.md b/.changeset/friendly-ducks-lick.md deleted file mode 100644 index c75453c1853..00000000000 --- a/.changeset/friendly-ducks-lick.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/audit": patch -"pnpm": patch ---- - -`pnpm audit` should work even if there are no `package.json` file, just a `pnpm-lock.yaml` file. diff --git a/.changeset/purple-stingrays-argue.md b/.changeset/purple-stingrays-argue.md deleted file mode 100644 index 104b52fa53a..00000000000 --- a/.changeset/purple-stingrays-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/workspace.pkgs-graph": patch ---- - -Speed up createPkgGraph by using a table for manifest name lookup diff --git a/.changeset/tall-zebras-accept.md b/.changeset/tall-zebras-accept.md deleted file mode 100644 index d758330064a..00000000000 --- a/.changeset/tall-zebras-accept.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/core": patch -"pnpm": patch ---- - -Dedupe direct dependencies after hoisting. diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index ca03aae0c20..5aa1a336007 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/cli-utils +## 2.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/default-reporter@12.0.2 + ## 2.0.1 ### Patch Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index 44994b4c285..c4237ff3370 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "2.0.1", + "version": "2.0.2", "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 07b6f953a86..7b6a5adff15 100644 --- a/cli/default-reporter/CHANGELOG.md +++ b/cli/default-reporter/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/default-reporter +## 12.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 + ## 12.0.1 ### Patch Changes diff --git a/cli/default-reporter/package.json b/cli/default-reporter/package.json index 3bbc9c57a6b..85b8ead9128 100644 --- a/cli/default-reporter/package.json +++ b/cli/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "12.0.1", + "version": "12.0.2", "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 9e9812def21..d0dceb686d2 100644 --- a/config/config/CHANGELOG.md +++ b/config/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 18.0.2 + +### Patch Changes + +- @pnpm/pnpmfile@5.0.2 + ## 18.0.1 ### Patch Changes diff --git a/config/config/package.json b/config/config/package.json index e9db72ba362..d16b7aff59f 100644 --- a/config/config/package.json +++ b/config/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "18.0.1", + "version": "18.0.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 ec2f69a0896..f2f7633301e 100644 --- a/config/plugin-commands-config/CHANGELOG.md +++ b/config/plugin-commands-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-config +## 2.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/config/plugin-commands-config/package.json b/config/plugin-commands-config/package.json index fb2e7fdb462..c94aaddf5fc 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": "2.0.1", + "version": "2.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/plugin-commands-env/CHANGELOG.md b/env/plugin-commands-env/CHANGELOG.md index d3affee913c..91fdd7740ae 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-env +## 4.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 + ## 4.0.1 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index eb0014a3b29..4287c68e8dc 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": "4.0.1", + "version": "4.0.2", "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 091237f107d..05577c9a010 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-rebuild +## 8.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 +- @pnpm/store-connection-manager@6.0.2 +- @pnpm/find-workspace-packages@6.0.2 + ## 8.0.1 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 3f2f5424d15..9da334d3bc7 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": "8.0.1", + "version": "8.0.2", "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 c523cc76c25..4db401785e1 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-script-runners +## 7.0.2 + +### Patch Changes + +- @pnpm/plugin-commands-installation@12.0.2 +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 + ## 7.0.1 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 7034543268d..cc236a86535 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": "7.0.1", + "version": "7.0.2", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/hooks/pnpmfile/CHANGELOG.md b/hooks/pnpmfile/CHANGELOG.md index 66e4489bb4c..d1886e30ae2 100644 --- a/hooks/pnpmfile/CHANGELOG.md +++ b/hooks/pnpmfile/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/pnpmfile +## 5.0.2 + +### Patch Changes + +- Updated dependencies [3f0ea1def] + - @pnpm/core@9.0.2 + ## 5.0.1 ### Patch Changes diff --git a/hooks/pnpmfile/package.json b/hooks/pnpmfile/package.json index adbe569aa1d..26f7279a5db 100644 --- a/hooks/pnpmfile/package.json +++ b/hooks/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "5.0.1", + "version": "5.0.2", "description": "Reading a .pnpmfile.cjs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/audit/CHANGELOG.md b/lockfile/audit/CHANGELOG.md index db33b4a3ba6..ba700b4e073 100644 --- a/lockfile/audit/CHANGELOG.md +++ b/lockfile/audit/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/audit +## 7.0.1 + +### Patch Changes + +- 7a16da9f4: `pnpm audit` should work even if there are no `package.json` file, just a `pnpm-lock.yaml` file. + ## 7.0.0 ### Major Changes diff --git a/lockfile/audit/package.json b/lockfile/audit/package.json index f831717291a..5079f69c6c4 100644 --- a/lockfile/audit/package.json +++ b/lockfile/audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/audit", - "version": "7.0.0", + "version": "7.0.1", "description": "Audit a lockfile", "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 2aceb7328e4..25c4a84bd72 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-audit +## 8.0.2 + +### Patch Changes + +- Updated dependencies [7a16da9f4] + - @pnpm/audit@7.0.1 + - @pnpm/config@18.0.2 + - @pnpm/cli-utils@2.0.2 + ## 8.0.1 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index aca5c5e84b9..a2ce67a99ef 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": "8.0.1", + "version": "8.0.2", "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 4641dbf7e45..b4ee04a913f 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/mount-modules +## 0.4.2 + +### Patch Changes + +- @pnpm/config@18.0.2 + ## 0.4.1 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 01ea294a89a..197489293c3 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.4.1", + "version": "0.4.2", "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 4db25b6600b..d924b62fc3b 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-doctor +## 2.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 569e9c06d94..3c6d7396471 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": "2.0.1", + "version": "2.0.2", "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 5d27b5556c9..89a4472ee1c 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-init +## 3.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 + ## 3.0.1 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 9f0d4ad294e..6ace36b7ae0 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": "3.0.1", + "version": "3.0.2", "description": "Create a package.json file", "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 65cdcc3dc1a..70baa171b9e 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 4.0.2 + +### Patch Changes + +- @pnpm/cli-utils@2.0.2 + ## 4.0.1 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 42cbc1aa493..90dad64d406 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": "4.0.1", + "version": "4.0.2", "description": "pnpm commands for setting up pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/patching/plugin-commands-patching/CHANGELOG.md b/patching/plugin-commands-patching/CHANGELOG.md index ddfbf143599..f5b15f5d852 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-patching +## 3.0.2 + +### Patch Changes + +- @pnpm/plugin-commands-installation@12.0.2 +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 +- @pnpm/store-connection-manager@6.0.2 + ## 3.0.1 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 870d1947dbd..1b5a4ca180e 100644 --- a/patching/plugin-commands-patching/package.json +++ b/patching/plugin-commands-patching/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-patching", - "version": "3.0.1", + "version": "3.0.2", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/core/CHANGELOG.md b/pkg-manager/core/CHANGELOG.md index 270716584a1..ac6a1fac524 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/core +## 9.0.2 + +### Patch Changes + +- 3f0ea1def: Dedupe direct dependencies after hoisting. +- Updated dependencies [65e3af8a0] + - @pnpm/resolve-dependencies@31.0.1 + ## 9.0.1 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 5bcef514705..960e61847c7 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": "9.0.1", + "version": "9.0.2", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/plugin-commands-installation/CHANGELOG.md b/pkg-manager/plugin-commands-installation/CHANGELOG.md index 66eb7561edf..f341a95d6ba 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,21 @@ # @pnpm/plugin-commands-installation +## 12.0.2 + +### Patch Changes + +- Updated dependencies [35d98c7a8] +- Updated dependencies [3f0ea1def] + - @pnpm/workspace.pkgs-graph@2.0.2 + - @pnpm/core@9.0.2 + - @pnpm/filter-workspace-packages@7.0.2 + - @pnpm/pnpmfile@5.0.2 + - @pnpm/plugin-commands-rebuild@8.0.2 + - @pnpm/config@18.0.2 + - @pnpm/cli-utils@2.0.2 + - @pnpm/store-connection-manager@6.0.2 + - @pnpm/find-workspace-packages@6.0.2 + ## 12.0.1 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 6eda3641a79..bf861d059fa 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": "12.0.1", + "version": "12.0.2", "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 135360d8b05..0a853aba183 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/resolve-dependencies +## 31.0.1 + +### Patch Changes + +- 65e3af8a0: Remove the replaceall polyfill from the dependencies. + ## 31.0.0 ### Major Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index a603459da09..d0fad16306e 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "31.0.0", + "version": "31.0.1", "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 3ceb54ed241..ccb5b0ab8bc 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,6 +1,6 @@ # pnpm -## 8.0.0-rc.1 +## 8.0.0 ### Major Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 91e5c8bb3d9..6b3c3971e81 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.0.0-rc.1", + "version": "8.0.0", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 6c7dd57288d..2052c61559d 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.0.0-rc.1", + "version": "8.0.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 6bb8a38f675..9cef19c87c1 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.0.0-rc.1", + "version": "8.0.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 45fa879d253..abfbc629f5d 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.0.0-rc.1", + "version": "8.0.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index b9826ac8e47..54a0dab3787 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.0.0-rc.1", + "version": "8.0.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 877f00aa6fc..a54e7b4a429 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.0.0-rc.1", + "version": "8.0.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index ecfd9ffb212..a8aed2696ce 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "8.0.0-rc.1", + "version": "8.0.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 0686d3a3d82..2443eaae5ed 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-deploy +## 3.0.2 + +### Patch Changes + +- @pnpm/plugin-commands-installation@12.0.2 +- @pnpm/cli-utils@2.0.2 + ## 3.0.1 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 1dce894278f..6706a6ff680 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": "3.0.1", + "version": "3.0.2", "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 af3eb5eddf9..9608a0b7cf7 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-publishing +## 7.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 + ## 7.0.1 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index 7ecfcf0fa99..f8e516613ec 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": "7.0.1", + "version": "7.0.2", "description": "The pack and publish commands of pnpm", "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 4b04b891185..319a93c850d 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-licenses +## 2.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 + ## 2.0.1 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 95e5acbf56c..c41227ee5ec 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": "2.0.1", + "version": "2.0.2", "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 e7ff5ea63f3..6eebb0b6bab 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 7.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 + ## 7.0.1 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index c8c2cd3ddae..e92cd7038c1 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": "7.0.1", + "version": "7.0.2", "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 ac09b9b88c2..26a7eab1524 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-outdated +## 9.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 + ## 9.0.1 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 928eb3be93e..4c053139ecd 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": "9.0.1", + "version": "9.0.2", "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 cb3e1b0be67..5976c91e49b 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-server +## 6.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 +- @pnpm/store-connection-manager@6.0.2 + ## 6.0.1 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index ab7fa496b15..c3adfc922cd 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": "6.0.1", + "version": "6.0.2", "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 25f6c75503b..ca383362222 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-store +## 7.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 +- @pnpm/cli-utils@2.0.2 +- @pnpm/store-connection-manager@6.0.2 + ## 7.0.1 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index c09e7a7f073..66f6794fc69 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": "7.0.1", + "version": "7.0.2", "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 2fdc1f204ac..d6ee6883ea3 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store-connection-manager +## 6.0.2 + +### Patch Changes + +- @pnpm/config@18.0.2 + ## 6.0.1 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index 81644f8e977..51a28db4ce2 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": "6.0.1", + "version": "6.0.2", "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 058aad29e47..213e305d96a 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/filter-workspace-packages +## 7.0.2 + +### Patch Changes + +- Updated dependencies [35d98c7a8] + - @pnpm/workspace.pkgs-graph@2.0.2 + - @pnpm/find-workspace-packages@6.0.2 + ## 7.0.1 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index 4fab18be374..5283f7fa1d2 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": "7.0.1", + "version": "7.0.2", "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 d126c6c0bda..133795593ef 100644 --- a/workspace/find-workspace-packages/CHANGELOG.md +++ b/workspace/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 6.0.2 + +### Patch Changes + +- @pnpm/cli-utils@2.0.2 + ## 6.0.1 ### Patch Changes diff --git a/workspace/find-workspace-packages/package.json b/workspace/find-workspace-packages/package.json index f16516c180e..ec94bd61e77 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": "6.0.1", + "version": "6.0.2", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/pkgs-graph/CHANGELOG.md b/workspace/pkgs-graph/CHANGELOG.md index 744aabbc0d2..11a32b44e45 100644 --- a/workspace/pkgs-graph/CHANGELOG.md +++ b/workspace/pkgs-graph/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/workspace.pkgs-graph +## 2.0.2 + +### Patch Changes + +- 35d98c7a8: Speed up createPkgGraph by using a table for manifest name lookup + ## 2.0.1 ### Patch Changes diff --git a/workspace/pkgs-graph/package.json b/workspace/pkgs-graph/package.json index 7bdf97d5604..7478d52e30d 100644 --- a/workspace/pkgs-graph/package.json +++ b/workspace/pkgs-graph/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.pkgs-graph", - "version": "2.0.1", + "version": "2.0.2", "description": "Create a graph from an array of packages", "main": "lib/index.js", "types": "lib/index.d.ts",