diff --git a/.changeset/modern-wombats-tease.md b/.changeset/modern-wombats-tease.md index 80bd852fc6..d07704d679 100644 --- a/.changeset/modern-wombats-tease.md +++ b/.changeset/modern-wombats-tease.md @@ -1,5 +1,4 @@ --- -"@pnpm/store.cafs": patch "pnpm": patch --- diff --git a/__utils__/assert-project/CHANGELOG.md b/__utils__/assert-project/CHANGELOG.md index 80fa146397..63b65c4379 100644 --- a/__utils__/assert-project/CHANGELOG.md +++ b/__utils__/assert-project/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/assert-project +## 2.3.35 + +### Patch Changes + +- @pnpm/assert-store@1.0.70 + ## 2.3.34 ### Patch Changes diff --git a/__utils__/assert-project/package.json b/__utils__/assert-project/package.json index 06cdaca938..8bd51f590b 100644 --- a/__utils__/assert-project/package.json +++ b/__utils__/assert-project/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/assert-project", "description": "Utils for testing projects that use pnpm", - "version": "2.3.34", + "version": "2.3.35", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/assert-store/CHANGELOG.md b/__utils__/assert-store/CHANGELOG.md index a2b76e2277..8706731ce1 100644 --- a/__utils__/assert-store/CHANGELOG.md +++ b/__utils__/assert-store/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/assert-store +## 1.0.70 + +### Patch Changes + +- Updated dependencies [b3947185c] + - @pnpm/store.cafs@2.0.2 + ## 1.0.69 ### Patch Changes diff --git a/__utils__/assert-store/package.json b/__utils__/assert-store/package.json index 06285602b7..bd88044819 100644 --- a/__utils__/assert-store/package.json +++ b/__utils__/assert-store/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/assert-store", "description": "Utils for testing pnpm store", - "version": "1.0.69", + "version": "1.0.70", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/prepare/CHANGELOG.md b/__utils__/prepare/CHANGELOG.md index eabb1406ca..856751e504 100644 --- a/__utils__/prepare/CHANGELOG.md +++ b/__utils__/prepare/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/prepare +## 0.0.78 + +### Patch Changes + +- @pnpm/assert-project@2.3.35 + ## 0.0.77 ### Patch Changes diff --git a/__utils__/prepare/package.json b/__utils__/prepare/package.json index fe6ae3aa6e..69f03f4b37 100644 --- a/__utils__/prepare/package.json +++ b/__utils__/prepare/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare", - "version": "0.0.77", + "version": "0.0.78", "main": "lib/index.js", "types": "lib/index.d.ts", "dependencies": { diff --git a/__utils__/test-fixtures/CHANGELOG.md b/__utils__/test-fixtures/CHANGELOG.md index 4e35543e56..2b13c0f700 100644 --- a/__utils__/test-fixtures/CHANGELOG.md +++ b/__utils__/test-fixtures/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/test-fixtures +## 0.1.8 + +### Patch Changes + +- @pnpm/prepare@0.0.78 + ## 0.1.7 ### Patch Changes diff --git a/__utils__/test-fixtures/package.json b/__utils__/test-fixtures/package.json index d71f6f1a3e..3abea8ba3b 100644 --- a/__utils__/test-fixtures/package.json +++ b/__utils__/test-fixtures/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/test-fixtures", "description": "Test fixtures", - "version": "0.1.7", + "version": "0.1.8", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/env/node.fetcher/CHANGELOG.md b/env/node.fetcher/CHANGELOG.md index 0f3ef8398d..b5be62a398 100644 --- a/env/node.fetcher/CHANGELOG.md +++ b/env/node.fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/node.fetcher +## 3.0.16 + +### Patch Changes + +- @pnpm/create-cafs-store@5.0.2 +- @pnpm/tarball-fetcher@16.0.2 + ## 3.0.15 ### Patch Changes diff --git a/env/node.fetcher/package.json b/env/node.fetcher/package.json index cdf09eec96..6c02c11800 100644 --- a/env/node.fetcher/package.json +++ b/env/node.fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.fetcher", - "version": "3.0.15", + "version": "3.0.16", "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 7a14a14e7b..2a7def75b7 100644 --- a/env/node.resolver/CHANGELOG.md +++ b/env/node.resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/node.resolver +## 2.0.17 + +### Patch Changes + +- @pnpm/node.fetcher@3.0.16 + ## 2.0.16 ### Patch Changes diff --git a/env/node.resolver/package.json b/env/node.resolver/package.json index 4b1ed0250e..0c49b95309 100644 --- a/env/node.resolver/package.json +++ b/env/node.resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.resolver", - "version": "2.0.16", + "version": "2.0.17", "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 3b81bdd748..a9b177c95a 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-env +## 4.0.25 + +### Patch Changes + +- @pnpm/node.fetcher@3.0.16 +- @pnpm/node.resolver@2.0.17 +- @pnpm/config@19.0.1 + ## 4.0.24 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index 49c47abe5a..398333003c 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.24", + "version": "4.0.25", "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 61d4cb5959..ced1713bc1 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-rebuild +## 9.1.11 + +### Patch Changes + +- Updated dependencies [b3947185c] + - @pnpm/store.cafs@2.0.2 + - @pnpm/store-connection-manager@6.1.3 + - @pnpm/config@19.0.1 + - @pnpm/fs.hard-link-dir@2.0.1 + - @pnpm/lifecycle@15.0.8 + - @pnpm/link-bins@9.0.6 + ## 9.1.10 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 6117370bd0..62cc36869b 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": "9.1.10", + "version": "9.1.11", "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 ca10de3abc..5dd85f7d43 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.1.22 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.1.2 +- @pnpm/config@19.0.1 +- @pnpm/lifecycle@15.0.8 + ## 7.1.21 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index c3cf07e4d9..ce92883a82 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.1.21", + "version": "7.1.22", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/fetching/git-fetcher/CHANGELOG.md b/fetching/git-fetcher/CHANGELOG.md index f6b76d27f0..781effdeba 100644 --- a/fetching/git-fetcher/CHANGELOG.md +++ b/fetching/git-fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/git-fetcher +## 10.0.2 + +### Patch Changes + +- @pnpm/worker@0.1.2 +- @pnpm/prepare-package@5.0.9 + ## 10.0.1 ### Patch Changes diff --git a/fetching/git-fetcher/package.json b/fetching/git-fetcher/package.json index e7b5486186..74a6893b79 100644 --- a/fetching/git-fetcher/package.json +++ b/fetching/git-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/git-fetcher", - "version": "10.0.1", + "version": "10.0.2", "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 6e59c1aa65..73e904b556 100644 --- a/fetching/tarball-fetcher/CHANGELOG.md +++ b/fetching/tarball-fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/tarball-fetcher +## 16.0.2 + +### Patch Changes + +- @pnpm/worker@0.1.2 +- @pnpm/prepare-package@5.0.9 + ## 16.0.1 ### Patch Changes diff --git a/fetching/tarball-fetcher/package.json b/fetching/tarball-fetcher/package.json index 3634cfc8bd..95fe638a35 100644 --- a/fetching/tarball-fetcher/package.json +++ b/fetching/tarball-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/tarball-fetcher", - "version": "16.0.1", + "version": "16.0.2", "description": "Fetcher for packages hosted as tarballs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/modules-mounter/daemon/CHANGELOG.md b/modules-mounter/daemon/CHANGELOG.md index 49e74264f8..d094591b29 100644 --- a/modules-mounter/daemon/CHANGELOG.md +++ b/modules-mounter/daemon/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/mount-modules +## 0.4.21 + +### Patch Changes + +- Updated dependencies [b3947185c] + - @pnpm/store.cafs@2.0.2 + - @pnpm/config@19.0.1 + ## 0.4.20 ### Patch Changes diff --git a/modules-mounter/daemon/package.json b/modules-mounter/daemon/package.json index ea59085f68..0ccb98c27a 100644 --- a/modules-mounter/daemon/package.json +++ b/modules-mounter/daemon/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.4.20", + "version": "0.4.21", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/patching/plugin-commands-patching/CHANGELOG.md b/patching/plugin-commands-patching/CHANGELOG.md index 3bec95bccc..148220e22e 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-patching +## 3.1.23 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.1.2 +- @pnpm/store-connection-manager@6.1.3 +- @pnpm/config@19.0.1 +- @pnpm/patching.apply-patch@2.0.5 + ## 3.1.22 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 725b85e01d..2230a82027 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.1.22", + "version": "3.1.23", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/client/CHANGELOG.md b/pkg-manager/client/CHANGELOG.md index 5c9eba7dbb..d912fe9e29 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/client +## 10.0.20 + +### Patch Changes + +- @pnpm/git-fetcher@10.0.2 +- @pnpm/tarball-fetcher@16.0.2 +- @pnpm/directory-fetcher@7.0.0 + ## 10.0.19 ### Patch Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index ad73dce708..b426ffc495 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "10.0.19", + "version": "10.0.20", "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 9a205dc688..8e710b02f6 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/core +## 11.0.2 + +### Patch Changes + +- @pnpm/headless@21.0.16 +- @pnpm/package-requester@22.0.2 +- @pnpm/worker@0.1.2 +- @pnpm/symlink-dependency@7.0.3 +- @pnpm/crypto.base32-hash@2.0.0 +- @pnpm/lifecycle@15.0.8 +- @pnpm/link-bins@9.0.6 + ## 11.0.1 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 22a345fdc2..6c463000a3 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": "11.0.1", + "version": "11.0.2", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index 76bfd31aa8..b14468ee18 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/headless +## 21.0.16 + +### Patch Changes + +- @pnpm/package-requester@22.0.2 +- @pnpm/symlink-dependency@7.0.3 +- @pnpm/lifecycle@15.0.8 +- @pnpm/link-bins@9.0.6 + ## 21.0.15 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 7be983e2fa..12d84bb313 100644 --- a/pkg-manager/headless/package.json +++ b/pkg-manager/headless/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/headless", "description": "Fast installation using only pnpm-lock.yaml", - "version": "21.0.15", + "version": "21.0.16", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/package-requester/CHANGELOG.md b/pkg-manager/package-requester/CHANGELOG.md index 61c2fbf701..845e8a06d4 100644 --- a/pkg-manager/package-requester/CHANGELOG.md +++ b/pkg-manager/package-requester/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/package-requester +## 22.0.2 + +### Patch Changes + +- Updated dependencies [b3947185c] + - @pnpm/store.cafs@2.0.2 + - @pnpm/worker@0.1.2 + ## 22.0.1 ### Patch Changes diff --git a/pkg-manager/package-requester/package.json b/pkg-manager/package-requester/package.json index ce9978ce97..2e17e3bc54 100644 --- a/pkg-manager/package-requester/package.json +++ b/pkg-manager/package-requester/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/package-requester", - "version": "22.0.1", + "version": "22.0.2", "description": "Concurrent downloader of npm-compatible packages", "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 0cca7354ce..7867c6f741 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-installation +## 13.1.2 + +### Patch Changes + +- @pnpm/plugin-commands-rebuild@9.1.11 +- @pnpm/core@11.0.2 +- @pnpm/package-store@17.0.2 +- @pnpm/store-connection-manager@6.1.3 +- @pnpm/config@19.0.1 +- @pnpm/outdated@13.0.14 + ## 13.1.1 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 91ed85d895..58d850b51e 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": "13.1.1", + "version": "13.1.2", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/releasing/plugin-commands-deploy/CHANGELOG.md b/releasing/plugin-commands-deploy/CHANGELOG.md index 30748bf0ca..78a40befea 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-deploy +## 3.1.2 + +### Patch Changes + +- @pnpm/plugin-commands-installation@13.1.2 +- @pnpm/fs.indexed-pkg-importer@4.0.1 +- @pnpm/directory-fetcher@7.0.0 + ## 3.1.1 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 3e1942735f..09fb2dc696 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.1.1", + "version": "3.1.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 851bdaacff..1010c1ae6c 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-publishing +## 7.3.8 + +### Patch Changes + +- @pnpm/client@10.0.20 +- @pnpm/config@19.0.1 +- @pnpm/exportable-manifest@5.0.6 +- @pnpm/lifecycle@15.0.8 + ## 7.3.7 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index 477b4573d7..6b4634dbe9 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.3.7", + "version": "7.3.8", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/license-scanner/CHANGELOG.md b/reviewing/license-scanner/CHANGELOG.md index c57126a535..79f285eec6 100644 --- a/reviewing/license-scanner/CHANGELOG.md +++ b/reviewing/license-scanner/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/license-scanner +## 2.0.17 + +### Patch Changes + +- Updated dependencies [b3947185c] + - @pnpm/store.cafs@2.0.2 + - @pnpm/directory-fetcher@7.0.0 + ## 2.0.16 ### Patch Changes diff --git a/reviewing/license-scanner/package.json b/reviewing/license-scanner/package.json index 92b3bc08c0..6589867022 100644 --- a/reviewing/license-scanner/package.json +++ b/reviewing/license-scanner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/license-scanner", - "version": "2.0.16", + "version": "2.0.17", "description": "Check for licenses packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/outdated/CHANGELOG.md b/reviewing/outdated/CHANGELOG.md index 2b961b6692..097f36e9da 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/outdated +## 13.0.14 + +### Patch Changes + +- @pnpm/client@10.0.20 +- @pnpm/npm-resolver@16.0.9 + ## 13.0.13 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index 52ebfa06b4..5bc17f2865 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "13.0.13", + "version": "13.0.14", "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 98c7c5472a..0ac0f6c565 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.23 + +### Patch Changes + +- @pnpm/license-scanner@2.0.17 +- @pnpm/config@19.0.1 + ## 2.0.22 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 01a656c35a..42284a02db 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.22", + "version": "2.0.23", "description": "The licenses command 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 82a80368a0..a1f052f271 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.26 + +### Patch Changes + +- @pnpm/config@19.0.1 +- @pnpm/outdated@13.0.14 + ## 9.0.25 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 27dc11bce7..4a90cb4066 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.25", + "version": "9.0.26", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/cafs/CHANGELOG.md b/store/cafs/CHANGELOG.md index 8b1d69c4c4..75917adce3 100644 --- a/store/cafs/CHANGELOG.md +++ b/store/cafs/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store.cafs +## 2.0.2 + +### Patch Changes + +- b3947185c: Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser [#7062](https://github.com/pnpm/pnpm/pull/7062). + ## 2.0.1 ### Patch Changes diff --git a/store/cafs/package.json b/store/cafs/package.json index 86258ea8fb..90f8a84554 100644 --- a/store/cafs/package.json +++ b/store/cafs/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store.cafs", - "version": "2.0.1", + "version": "2.0.2", "description": "A content-addressable filesystem for the packages storage", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/create-cafs-store/CHANGELOG.md b/store/create-cafs-store/CHANGELOG.md index 53bf3972fe..4c9d2aa324 100644 --- a/store/create-cafs-store/CHANGELOG.md +++ b/store/create-cafs-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/create-cafs-store +## 5.0.2 + +### Patch Changes + +- Updated dependencies [b3947185c] + - @pnpm/store.cafs@2.0.2 + - @pnpm/fs.indexed-pkg-importer@4.0.1 + ## 5.0.1 ### Patch Changes diff --git a/store/create-cafs-store/package.json b/store/create-cafs-store/package.json index 4b9b94a18d..176aded24a 100644 --- a/store/create-cafs-store/package.json +++ b/store/create-cafs-store/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/create-cafs-store", "description": "Create a CAFS store controller", - "version": "5.0.1", + "version": "5.0.2", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/store/package-store/CHANGELOG.md b/store/package-store/CHANGELOG.md index c4ab4f3501..ea59a7156b 100644 --- a/store/package-store/CHANGELOG.md +++ b/store/package-store/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/package-store +## 17.0.2 + +### Patch Changes + +- Updated dependencies [b3947185c] + - @pnpm/store.cafs@2.0.2 + - @pnpm/package-requester@22.0.2 + - @pnpm/create-cafs-store@5.0.2 + - @pnpm/worker@0.1.2 + ## 17.0.1 ### Patch Changes diff --git a/store/package-store/package.json b/store/package-store/package.json index acb87f58a8..9a4263d54a 100644 --- a/store/package-store/package.json +++ b/store/package-store/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/package-store", "description": "A storage for packages", - "version": "17.0.1", + "version": "17.0.2", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/store/plugin-commands-server/CHANGELOG.md b/store/plugin-commands-server/CHANGELOG.md index efc96e114c..58e0cbdca6 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.28 + +### Patch Changes + +- @pnpm/server@16.0.1 +- @pnpm/store-connection-manager@6.1.3 +- @pnpm/config@19.0.1 + ## 6.0.27 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 641d219995..0d9a40d05f 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.27", + "version": "6.0.28", "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 d1e4716c0e..857c8ab524 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-store +## 8.0.18 + +### Patch Changes + +- Updated dependencies [b3947185c] + - @pnpm/store.cafs@2.0.2 + - @pnpm/store-connection-manager@6.1.3 + - @pnpm/config@19.0.1 + ## 8.0.17 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index d77d36990c..26fdd5e24d 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": "8.0.17", + "version": "8.0.18", "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 7027a04428..7c5169aee7 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/store-connection-manager +## 6.1.3 + +### Patch Changes + +- @pnpm/package-store@17.0.2 +- @pnpm/server@16.0.1 +- @pnpm/client@10.0.20 +- @pnpm/config@19.0.1 + ## 6.1.2 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index ede221fbdf..f72cf9d479 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.1.2", + "version": "6.1.3", "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/worker/CHANGELOG.md b/worker/CHANGELOG.md index 5c5ffb6075..f03e272069 100644 --- a/worker/CHANGELOG.md +++ b/worker/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/worker +## 0.1.2 + +### Patch Changes + +- Updated dependencies [b3947185c] + - @pnpm/store.cafs@2.0.2 + - @pnpm/create-cafs-store@5.0.2 + ## 0.1.1 ### Patch Changes diff --git a/worker/package.json b/worker/package.json index 4630ad1d2f..7d2ff74063 100644 --- a/worker/package.json +++ b/worker/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/worker", - "version": "0.1.1", + "version": "0.1.2", "description": "A worker for extracting package taralls to the store", "main": "lib/index.js", "types": "lib/index.d.ts",