diff --git a/.changeset/green-steaks-cheer.md b/.changeset/green-steaks-cheer.md deleted file mode 100644 index c7d815f094..0000000000 --- a/.changeset/green-steaks-cheer.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@pnpm/node.fetcher": patch -"@pnpm/tarball-fetcher": patch -"@pnpm/fs.indexed-pkg-importer": patch -"@pnpm/resolve-dependencies": patch -"@pnpm/npm-resolver": patch -"@pnpm/store.cafs": patch -"@pnpm/make-dedicated-lockfile": patch ---- - -Update rename-overwrite to v6. diff --git a/.changeset/yellow-zoos-film.md b/.changeset/yellow-zoos-film.md deleted file mode 100644 index b888945551..0000000000 --- a/.changeset/yellow-zoos-film.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@pnpm/config": patch -"@pnpm/plugin-commands-env": patch -"@pnpm/plugin-commands-script-runners": patch -"@pnpm/symlink-dependency": patch -"@pnpm/core": patch -"@pnpm/hoist": patch -"@pnpm/link-bins": patch -"@pnpm/plugin-commands-installation": patch -"@pnpm/store.cafs": patch ---- - -Update symlink-dir to v6.0.1. diff --git a/__utils__/assert-project/CHANGELOG.md b/__utils__/assert-project/CHANGELOG.md index 1d319980ec..7436b68593 100644 --- a/__utils__/assert-project/CHANGELOG.md +++ b/__utils__/assert-project/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/assert-project +## 2.3.54 + +### Patch Changes + +- @pnpm/assert-store@1.0.86 + ## 2.3.53 ### Patch Changes diff --git a/__utils__/assert-project/package.json b/__utils__/assert-project/package.json index 8c1f7d896a..09ee425a6d 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.53", + "version": "2.3.54", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/assert-store/CHANGELOG.md b/__utils__/assert-store/CHANGELOG.md index 146894a29e..c7f8e33836 100644 --- a/__utils__/assert-store/CHANGELOG.md +++ b/__utils__/assert-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/assert-store +## 1.0.86 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/store.cafs@3.0.5 + ## 1.0.85 ### Patch Changes diff --git a/__utils__/assert-store/package.json b/__utils__/assert-store/package.json index d5fb68758f..6d6ad866da 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.85", + "version": "1.0.86", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/prepare/CHANGELOG.md b/__utils__/prepare/CHANGELOG.md index c1a2373f3d..3d5cec4478 100644 --- a/__utils__/prepare/CHANGELOG.md +++ b/__utils__/prepare/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/prepare +## 0.0.97 + +### Patch Changes + +- @pnpm/assert-project@2.3.54 + ## 0.0.96 ### Patch Changes diff --git a/__utils__/prepare/package.json b/__utils__/prepare/package.json index 544a9bd039..98c88ec6a1 100644 --- a/__utils__/prepare/package.json +++ b/__utils__/prepare/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare", - "version": "0.0.96", + "version": "0.0.97", "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 eced5b3f28..8066521e07 100644 --- a/__utils__/test-fixtures/CHANGELOG.md +++ b/__utils__/test-fixtures/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/test-fixtures +## 0.1.27 + +### Patch Changes + +- @pnpm/prepare@0.0.97 + ## 0.1.26 ### Patch Changes diff --git a/__utils__/test-fixtures/package.json b/__utils__/test-fixtures/package.json index f295b69c53..c192545307 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.26", + "version": "0.1.27", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index d3f5dba9ef..69bf4d6d9c 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/cli-utils +## 3.1.4 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/default-reporter@13.1.7 + ## 3.1.3 ### Patch Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index 5120394208..755840d1ff 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "3.1.3", + "version": "3.1.4", "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 5b3a7c6888..8ff835f959 100644 --- a/cli/default-reporter/CHANGELOG.md +++ b/cli/default-reporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-reporter +## 13.1.7 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + ## 13.1.6 ### Patch Changes diff --git a/cli/default-reporter/package.json b/cli/default-reporter/package.json index 031762c120..898a76374d 100644 --- a/cli/default-reporter/package.json +++ b/cli/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "13.1.6", + "version": "13.1.7", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/completion/plugin-commands-completion/CHANGELOG.md b/completion/plugin-commands-completion/CHANGELOG.md index 08efc4dad0..34c308287c 100644 --- a/completion/plugin-commands-completion/CHANGELOG.md +++ b/completion/plugin-commands-completion/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-completion +## 1.0.12 + +### Patch Changes + +- @pnpm/cli-utils@3.1.4 +- @pnpm/workspace.find-packages@4.0.1 + ## 1.0.11 ### Patch Changes diff --git a/completion/plugin-commands-completion/package.json b/completion/plugin-commands-completion/package.json index 76caac7e19..9bc7b7f945 100644 --- a/completion/plugin-commands-completion/package.json +++ b/completion/plugin-commands-completion/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-completion", - "version": "1.0.11", + "version": "1.0.12", "description": "Commands for shell completions", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/config/CHANGELOG.md b/config/config/CHANGELOG.md index 30b330adc1..d9f46d767e 100644 --- a/config/config/CHANGELOG.md +++ b/config/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 21.6.1 + +### Patch Changes + +- afe520d: Update symlink-dir to v6.0.1. + ## 21.6.0 ### Minor Changes diff --git a/config/config/package.json b/config/config/package.json index 18d53f93f2..ad540f1ed1 100644 --- a/config/config/package.json +++ b/config/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "21.6.0", + "version": "21.6.1", "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 35e5806bc6..67ef817778 100644 --- a/config/plugin-commands-config/CHANGELOG.md +++ b/config/plugin-commands-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-config +## 3.0.12 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/cli-utils@3.1.4 + ## 3.0.11 ### Patch Changes diff --git a/config/plugin-commands-config/package.json b/config/plugin-commands-config/package.json index 1efb5810e6..37303e1176 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": "3.0.11", + "version": "3.0.12", "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 5a8817a351..1e5caf6d60 100644 --- a/env/node.fetcher/CHANGELOG.md +++ b/env/node.fetcher/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/node.fetcher +## 4.0.8 + +### Patch Changes + +- afe520d: Update rename-overwrite to v6. +- Updated dependencies [afe520d] + - @pnpm/tarball-fetcher@19.0.8 + - @pnpm/create-cafs-store@7.0.5 + ## 4.0.7 ### Patch Changes diff --git a/env/node.fetcher/package.json b/env/node.fetcher/package.json index 6e8dc6453b..4f711fff32 100644 --- a/env/node.fetcher/package.json +++ b/env/node.fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.fetcher", - "version": "4.0.7", + "version": "4.0.8", "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 506720ff83..f06f4f647a 100644 --- a/env/node.resolver/CHANGELOG.md +++ b/env/node.resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/node.resolver +## 3.0.8 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/node.fetcher@4.0.8 + ## 3.0.7 ### Patch Changes diff --git a/env/node.resolver/package.json b/env/node.resolver/package.json index 99d3edbb3d..6bf11b7df6 100644 --- a/env/node.resolver/package.json +++ b/env/node.resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.resolver", - "version": "3.0.7", + "version": "3.0.8", "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 485d090929..813766de21 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-env +## 5.0.12 + +### Patch Changes + +- afe520d: Update symlink-dir to v6.0.1. +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/node.fetcher@4.0.8 + - @pnpm/config@21.6.1 + - @pnpm/node.resolver@3.0.8 + - @pnpm/cli-utils@3.1.4 + ## 5.0.11 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index 2cdc6f280a..33c5468247 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": "5.0.11", + "version": "5.0.12", "description": "pnpm commands for managing Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/build-modules/CHANGELOG.md b/exec/build-modules/CHANGELOG.md index 4ed8f8db0e..f6e59a55a5 100644 --- a/exec/build-modules/CHANGELOG.md +++ b/exec/build-modules/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/build-modules +## 13.0.6 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/link-bins@10.0.6 + - @pnpm/worker@1.0.6 + - @pnpm/lifecycle@17.0.8 + - @pnpm/fs.hard-link-dir@4.0.0 + - @pnpm/patching.apply-patch@3.0.1 + ## 13.0.5 ### Patch Changes diff --git a/exec/build-modules/package.json b/exec/build-modules/package.json index 1f047fa300..265ead6783 100644 --- a/exec/build-modules/package.json +++ b/exec/build-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/build-modules", - "version": "13.0.5", + "version": "13.0.6", "description": "Build packages in node_modules", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/lifecycle/CHANGELOG.md b/exec/lifecycle/CHANGELOG.md index 4d1b22c186..c748888b96 100644 --- a/exec/lifecycle/CHANGELOG.md +++ b/exec/lifecycle/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/lifecycle +## 17.0.8 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/link-bins@10.0.6 + - @pnpm/directory-fetcher@8.0.4 + ## 17.0.7 ### Patch Changes diff --git a/exec/lifecycle/package.json b/exec/lifecycle/package.json index a641f6579e..be477e87ed 100644 --- a/exec/lifecycle/package.json +++ b/exec/lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lifecycle", - "version": "17.0.7", + "version": "17.0.8", "description": "Package lifecycle hook runner", "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 a87e277946..93a3228b92 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/plugin-commands-rebuild +## 12.0.1 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/store.cafs@3.0.5 + - @pnpm/config@21.6.1 + - @pnpm/link-bins@10.0.6 + - @pnpm/worker@1.0.6 + - @pnpm/cli-utils@3.1.4 + - @pnpm/store-connection-manager@8.3.2 + - @pnpm/lifecycle@17.0.8 + - @pnpm/workspace.find-packages@4.0.1 + ## 12.0.0 ### Major Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 0d03cfb6a7..de1b852442 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": "12.0.0", + "version": "12.0.1", "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 04de372afc..e4450f897e 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 +## 10.0.1 + +### Patch Changes + +- afe520d: Update symlink-dir to v6.0.1. +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/plugin-commands-env@5.0.12 + - @pnpm/plugin-commands-installation@16.0.1 + - @pnpm/cli-utils@3.1.4 + - @pnpm/lifecycle@17.0.8 + - @pnpm/crypto.base32-hash@3.0.0 + ## 10.0.0 ### Major Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 7f74e2615b..672438d840 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": "10.0.0", + "version": "10.0.1", "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 7acbcfc294..ef77aa9233 100644 --- a/exec/prepare-package/CHANGELOG.md +++ b/exec/prepare-package/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/prepare-package +## 6.0.8 + +### Patch Changes + +- @pnpm/lifecycle@17.0.8 + ## 6.0.7 ### Patch Changes diff --git a/exec/prepare-package/package.json b/exec/prepare-package/package.json index 77440f9d55..c74daa7d68 100644 --- a/exec/prepare-package/package.json +++ b/exec/prepare-package/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare-package", - "version": "6.0.7", + "version": "6.0.8", "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 e619fb7efa..c07bb68d59 100644 --- a/fetching/git-fetcher/CHANGELOG.md +++ b/fetching/git-fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/git-fetcher +## 13.0.8 + +### Patch Changes + +- @pnpm/worker@1.0.6 +- @pnpm/prepare-package@6.0.8 + ## 13.0.7 ### Patch Changes diff --git a/fetching/git-fetcher/package.json b/fetching/git-fetcher/package.json index daf6befb42..5c26f10242 100644 --- a/fetching/git-fetcher/package.json +++ b/fetching/git-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/git-fetcher", - "version": "13.0.7", + "version": "13.0.8", "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 c523077d1f..b8b2295852 100644 --- a/fetching/tarball-fetcher/CHANGELOG.md +++ b/fetching/tarball-fetcher/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/tarball-fetcher +## 19.0.8 + +### Patch Changes + +- afe520d: Update rename-overwrite to v6. + - @pnpm/worker@1.0.6 + - @pnpm/prepare-package@6.0.8 + ## 19.0.7 ### Patch Changes diff --git a/fetching/tarball-fetcher/package.json b/fetching/tarball-fetcher/package.json index ee1ccee4e6..7c97d693f2 100644 --- a/fetching/tarball-fetcher/package.json +++ b/fetching/tarball-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/tarball-fetcher", - "version": "19.0.7", + "version": "19.0.8", "description": "Fetcher for packages hosted as tarballs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/fs/indexed-pkg-importer/CHANGELOG.md b/fs/indexed-pkg-importer/CHANGELOG.md index d198b93341..c8a7bdd59e 100644 --- a/fs/indexed-pkg-importer/CHANGELOG.md +++ b/fs/indexed-pkg-importer/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/fs.indexed-pkg-importer +## 6.0.5 + +### Patch Changes + +- afe520d: Update rename-overwrite to v6. + ## 6.0.4 ### Patch Changes diff --git a/fs/indexed-pkg-importer/package.json b/fs/indexed-pkg-importer/package.json index e0ca46812c..ac7650082e 100644 --- a/fs/indexed-pkg-importer/package.json +++ b/fs/indexed-pkg-importer/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/fs.indexed-pkg-importer", "description": "Replicates indexed directories using hard links, copies, or cloning", - "version": "6.0.4", + "version": "6.0.5", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/fs/symlink-dependency/CHANGELOG.md b/fs/symlink-dependency/CHANGELOG.md index 73e0ed4fb0..0755ae776d 100644 --- a/fs/symlink-dependency/CHANGELOG.md +++ b/fs/symlink-dependency/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/symlink-dependency +## 8.0.4 + +### Patch Changes + +- afe520d: Update symlink-dir to v6.0.1. + ## 8.0.3 ### Patch Changes diff --git a/fs/symlink-dependency/package.json b/fs/symlink-dependency/package.json index eae67e260a..5d6f05a037 100644 --- a/fs/symlink-dependency/package.json +++ b/fs/symlink-dependency/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/symlink-dependency", "description": "Symlink a dependency to node_modules", - "version": "8.0.3", + "version": "8.0.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/lockfile/plugin-commands-audit/CHANGELOG.md b/lockfile/plugin-commands-audit/CHANGELOG.md index 814b439f1b..e59481f391 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-audit +## 10.2.3 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/cli-utils@3.1.4 + - @pnpm/audit@8.1.6 + ## 10.2.2 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index 6bc6d61ef5..ba1a43c5cf 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": "10.2.2", + "version": "10.2.3", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/modules-mounter/daemon/CHANGELOG.md b/modules-mounter/daemon/CHANGELOG.md index cb13617ecb..33fd26529a 100644 --- a/modules-mounter/daemon/CHANGELOG.md +++ b/modules-mounter/daemon/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/mount-modules +## 0.6.9 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/store.cafs@3.0.5 + - @pnpm/config@21.6.1 + ## 0.6.8 ### Patch Changes diff --git a/modules-mounter/daemon/package.json b/modules-mounter/daemon/package.json index ee8e8aaab6..6d5a214c8d 100644 --- a/modules-mounter/daemon/package.json +++ b/modules-mounter/daemon/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.6.8", + "version": "0.6.9", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/packages/make-dedicated-lockfile/CHANGELOG.md b/packages/make-dedicated-lockfile/CHANGELOG.md index 6ebe6a7c78..df53ca97fc 100644 --- a/packages/make-dedicated-lockfile/CHANGELOG.md +++ b/packages/make-dedicated-lockfile/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/make-dedicated-lockfile +## 0.6.11 + +### Patch Changes + +- afe520d: Update rename-overwrite to v6. + - @pnpm/exportable-manifest@7.0.0 + ## 0.6.10 ### Patch Changes diff --git a/packages/make-dedicated-lockfile/package.json b/packages/make-dedicated-lockfile/package.json index 585c653152..453b60deeb 100644 --- a/packages/make-dedicated-lockfile/package.json +++ b/packages/make-dedicated-lockfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/make-dedicated-lockfile", - "version": "0.6.10", + "version": "0.6.11", "description": "Creates a dedicated lockfile for a subset of workspace projects", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-doctor/CHANGELOG.md b/packages/plugin-commands-doctor/CHANGELOG.md index 5ec8a64550..6ccd1d1e36 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-doctor +## 3.0.12 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/cli-utils@3.1.4 + ## 3.0.11 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index 7049f578e5..835021446d 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": "3.0.11", + "version": "3.0.12", "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 c2f351d9bf..6fe1199849 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-init +## 4.0.12 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/cli-utils@3.1.4 + ## 4.0.11 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index df31ff95b9..2e7017a204 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": "4.0.11", + "version": "4.0.12", "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 ab423aaa68..d9e50d9355 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 5.1.1 + +### Patch Changes + +- @pnpm/cli-utils@3.1.4 + ## 5.1.0 ### Minor Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 8a417b5e98..bcc4ab02ed 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": "5.1.0", + "version": "5.1.1", "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 9a29093cff..0ca966b2ee 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-patching +## 6.2.3 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/plugin-commands-installation@16.0.1 + - @pnpm/cli-utils@3.1.4 + - @pnpm/store-connection-manager@8.3.2 + - @pnpm/patching.apply-patch@3.0.1 + ## 6.2.2 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 43fc6125e1..453a3c206c 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": "6.2.2", + "version": "6.2.3", "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 8826e4f72a..8da81235b1 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/client +## 11.1.4 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/tarball-fetcher@19.0.8 + - @pnpm/default-resolver@20.0.3 + - @pnpm/git-fetcher@13.0.8 + - @pnpm/directory-fetcher@8.0.4 + ## 11.1.3 ### Patch Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index e2d0d6ff9e..90cb7935dc 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "11.1.3", + "version": "11.1.4", "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 fd165029cb..7ebc6b427e 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,24 @@ # @pnpm/core +## 15.0.1 + +### Patch Changes + +- afe520d: Update symlink-dir to v6.0.1. +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/resolve-dependencies@34.0.1 + - @pnpm/symlink-dependency@8.0.4 + - @pnpm/hoist@9.1.8 + - @pnpm/link-bins@10.0.6 + - @pnpm/headless@23.1.9 + - @pnpm/package-requester@25.2.2 + - @pnpm/worker@1.0.6 + - @pnpm/pkg-manager.direct-dep-linker@3.0.4 + - @pnpm/build-modules@13.0.6 + - @pnpm/lifecycle@17.0.8 + - @pnpm/crypto.base32-hash@3.0.0 + ## 15.0.0 ### Major Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index ee2f048fb7..cc61b27de4 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": "15.0.0", + "version": "15.0.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/direct-dep-linker/CHANGELOG.md b/pkg-manager/direct-dep-linker/CHANGELOG.md index d0bc182990..4eebd940d7 100644 --- a/pkg-manager/direct-dep-linker/CHANGELOG.md +++ b/pkg-manager/direct-dep-linker/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/pkg-manager.direct-dep-linker +## 3.0.4 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/symlink-dependency@8.0.4 + ## 3.0.3 ### Patch Changes diff --git a/pkg-manager/direct-dep-linker/package.json b/pkg-manager/direct-dep-linker/package.json index 58e7836319..70e09a4471 100644 --- a/pkg-manager/direct-dep-linker/package.json +++ b/pkg-manager/direct-dep-linker/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/pkg-manager.direct-dep-linker", "description": "Fast installation using only pnpm-lock.yaml", - "version": "3.0.3", + "version": "3.0.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index 9c8b60c8d5..393d126703 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/headless +## 23.1.9 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/symlink-dependency@8.0.4 + - @pnpm/hoist@9.1.8 + - @pnpm/link-bins@10.0.6 + - @pnpm/package-requester@25.2.2 + - @pnpm/worker@1.0.6 + - @pnpm/pkg-manager.direct-dep-linker@3.0.4 + - @pnpm/build-modules@13.0.6 + - @pnpm/lifecycle@17.0.8 + - @pnpm/real-hoist@3.0.7 + ## 23.1.8 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 7ed3a6b030..5069f8ef82 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": "23.1.8", + "version": "23.1.9", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/hoist/CHANGELOG.md b/pkg-manager/hoist/CHANGELOG.md index f0a6f526e0..bb656a8365 100644 --- a/pkg-manager/hoist/CHANGELOG.md +++ b/pkg-manager/hoist/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/hoist +## 9.1.8 + +### Patch Changes + +- afe520d: Update symlink-dir to v6.0.1. +- Updated dependencies [afe520d] + - @pnpm/link-bins@10.0.6 + ## 9.1.7 ### Patch Changes diff --git a/pkg-manager/hoist/package.json b/pkg-manager/hoist/package.json index f3ce2660e3..6639169760 100644 --- a/pkg-manager/hoist/package.json +++ b/pkg-manager/hoist/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/hoist", "description": "Hoists dependencies in a node_modules created by pnpm", - "version": "9.1.7", + "version": "9.1.8", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/link-bins/CHANGELOG.md b/pkg-manager/link-bins/CHANGELOG.md index c380115219..643d5f490e 100644 --- a/pkg-manager/link-bins/CHANGELOG.md +++ b/pkg-manager/link-bins/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/link-bins +## 10.0.6 + +### Patch Changes + +- afe520d: Update symlink-dir to v6.0.1. + ## 10.0.5 ### Patch Changes diff --git a/pkg-manager/link-bins/package.json b/pkg-manager/link-bins/package.json index 3603b538ee..2fe25f0513 100644 --- a/pkg-manager/link-bins/package.json +++ b/pkg-manager/link-bins/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/link-bins", - "version": "10.0.5", + "version": "10.0.6", "description": "Link bins to node_modules/.bin", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/package-requester/CHANGELOG.md b/pkg-manager/package-requester/CHANGELOG.md index e918238a9d..c46c892ec0 100644 --- a/pkg-manager/package-requester/CHANGELOG.md +++ b/pkg-manager/package-requester/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/package-requester +## 25.2.2 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/store.cafs@3.0.5 + - @pnpm/worker@1.0.6 + ## 25.2.1 ### Patch Changes diff --git a/pkg-manager/package-requester/package.json b/pkg-manager/package-requester/package.json index a64603378c..5f20ad3a44 100644 --- a/pkg-manager/package-requester/package.json +++ b/pkg-manager/package-requester/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/package-requester", - "version": "25.2.1", + "version": "25.2.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 e42214029b..79ea1fa2c3 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,22 @@ # @pnpm/plugin-commands-installation +## 16.0.1 + +### Patch Changes + +- afe520d: Update symlink-dir to v6.0.1. +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/core@15.0.1 + - @pnpm/outdated@15.0.1 + - @pnpm/workspace.pkgs-graph@4.0.1 + - @pnpm/plugin-commands-rebuild@12.0.1 + - @pnpm/package-store@20.3.2 + - @pnpm/cli-utils@3.1.4 + - @pnpm/store-connection-manager@8.3.2 + - @pnpm/filter-workspace-packages@10.0.1 + - @pnpm/workspace.find-packages@4.0.1 + ## 16.0.0 ### Major Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 7c8149d271..082047e891 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": "16.0.0", + "version": "16.0.1", "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 d87dc2fab8..37fc268ea9 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/resolve-dependencies +## 34.0.1 + +### Patch Changes + +- afe520d: Update rename-overwrite to v6. +- Updated dependencies [afe520d] + - @pnpm/npm-resolver@21.0.1 + ## 34.0.0 ### Major Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index 45e8285ec9..927fb51ceb 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "34.0.0", + "version": "34.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 af9bdbacf3..a64b3923dc 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,23 +1,46 @@ # pnpm -## 9.5.0-beta.3 - -### Patch Changes - -- Installation with filtering should work, when `dedupe-peer-dependents` is set to `true` [#6300](https://github.com/pnpm/pnpm/issues/6300). -- Fix `dlx` not actually using node version specified by `--use-node-version`. - -## 9.5.0-beta.0 +## 9.5.0 ### Minor Changes - Added support for [catalogs](https://github.com/pnpm/rfcs/blob/main/text/0001-catalogs.md) [8122](#https://github.com/pnpm/pnpm/pull/8122). -- Bundled `pnpm setup` now creates `pnpx` script [#8230](https://github.com/pnpm/pnpm/issues/8230). + + Catalogs may be declared in the `pnpm-workspace.yaml` file. For example: + + ```yaml + # Default catalogs + catalog: + chalk: ^4.1.2 + # Named catalogs + catalogs: + react16: + react: ^16.7.0 + react-dom: ^16.7.0 + react17: + react: ^17.10.0 + react-dom: ^17.10.0 + ``` + + Then, in `package.json` files, use the `catalog:` protocol to reference a "default" or "named" catalog: + + ```json + { + "dependencies": { + "chalk": "catalog:", + "react": "catalog:react16", + "react-dom": "catalog:react16" + } + } + ``` +- Bundled `pnpm setup` now creates the `pnpx` script [#8230](https://github.com/pnpm/pnpm/issues/8230). ### Patch Changes - Read authentication information from `.npmrc` in the current directory when running `dlx` [#7996](https://github.com/pnpm/pnpm/issues/7996). -- update @pnpm/tabtab to v0.5.4, enabling zsh autocomplete lazy loading [#8236](https://github.com/pnpm/pnpm/pull/8236). +- Updated `@pnpm/tabtab` to v0.5.4, enabling zsh autocomplete lazy loading [#8236](https://github.com/pnpm/pnpm/pull/8236). +- Installation with filtering will now work, when `dedupe-peer-dependents` is set to `true` [#6300](https://github.com/pnpm/pnpm/issues/6300). +- Fixed `dlx` not actually using the Node.js version specified by `--use-node-version`. ## 9.4.0 diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index b6a5b251e4..f37a674d8e 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": "9.5.0-beta.3", + "version": "9.5.0", "publishConfig": { "tag": "next-9", "bin": { diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 198ebf430c..2c34b9de2e 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "9.5.0-beta.3", + "version": "9.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 388ea4ef7a..7bea56163f 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "9.5.0-beta.3", + "version": "9.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 54d9eba09f..3b7bfe3700 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "9.5.0-beta.3", + "version": "9.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index d892e821b1..fe3ed3e613 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "9.5.0-beta.3", + "version": "9.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-arm64/package.json b/pnpm/artifacts/win-arm64/package.json index 802197dd8a..7689e2687d 100644 --- a/pnpm/artifacts/win-arm64/package.json +++ b/pnpm/artifacts/win-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-arm64", - "version": "9.5.0-beta.3", + "version": "9.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 2bef017202..cdaf823b5b 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "9.5.0-beta.3", + "version": "9.5.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 6bbe780603..e209175a3b 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "9.5.0-beta.3", + "version": "9.5.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 b2a6a9d63d..2c98719dcd 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-deploy +## 5.1.13 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/fs.indexed-pkg-importer@6.0.5 + - @pnpm/plugin-commands-installation@16.0.1 + - @pnpm/cli-utils@3.1.4 + - @pnpm/directory-fetcher@8.0.4 + ## 5.1.12 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index f867c0acf2..de322530c1 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": "5.1.12", + "version": "5.1.13", "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 827f5db890..92eed567d0 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-publishing +## 9.0.1 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/client@11.1.4 + - @pnpm/cli-utils@3.1.4 + - @pnpm/lifecycle@17.0.8 + - @pnpm/exportable-manifest@7.0.0 + ## 9.0.0 ### Major Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index b037e99f13..0759a2dcb0 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": "9.0.0", + "version": "9.0.1", "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 d25c709859..532c4bba60 100644 --- a/resolving/default-resolver/CHANGELOG.md +++ b/resolving/default-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-resolver +## 20.0.3 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/npm-resolver@21.0.1 + ## 20.0.2 ### Patch Changes diff --git a/resolving/default-resolver/package.json b/resolving/default-resolver/package.json index 7460a1a40a..28b53f9a2f 100644 --- a/resolving/default-resolver/package.json +++ b/resolving/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-resolver", - "version": "20.0.2", + "version": "20.0.3", "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 d9d72b1708..68f02ff851 100644 --- a/resolving/npm-resolver/CHANGELOG.md +++ b/resolving/npm-resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/npm-resolver +## 21.0.1 + +### Patch Changes + +- afe520d: Update rename-overwrite to v6. + ## 21.0.0 ### Major Changes diff --git a/resolving/npm-resolver/package.json b/resolving/npm-resolver/package.json index 09afaf26a7..ef7a9c2c59 100644 --- a/resolving/npm-resolver/package.json +++ b/resolving/npm-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/npm-resolver", - "version": "21.0.0", + "version": "21.0.1", "description": "Resolver for npm-hosted packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/license-scanner/CHANGELOG.md b/reviewing/license-scanner/CHANGELOG.md index 6b233c93b4..3e1d5f2134 100644 --- a/reviewing/license-scanner/CHANGELOG.md +++ b/reviewing/license-scanner/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/license-scanner +## 3.1.8 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/store.cafs@3.0.5 + - @pnpm/directory-fetcher@8.0.4 + ## 3.1.7 ### Patch Changes diff --git a/reviewing/license-scanner/package.json b/reviewing/license-scanner/package.json index 8f5735fb0b..fe3d717dea 100644 --- a/reviewing/license-scanner/package.json +++ b/reviewing/license-scanner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/license-scanner", - "version": "3.1.7", + "version": "3.1.8", "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 2182177c73..0cc1b324aa 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/outdated +## 15.0.1 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/npm-resolver@21.0.1 + - @pnpm/client@11.1.4 + ## 15.0.0 ### Major Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index e7349c4765..cca20a2e80 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "15.0.0", + "version": "15.0.1", "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 1823f53a30..63a1d154f3 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-licenses +## 4.1.10 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/license-scanner@3.1.8 + - @pnpm/cli-utils@3.1.4 + ## 4.1.9 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index d51ce77d1d..c9dcce6c54 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": "4.1.9", + "version": "4.1.10", "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 c9c9af22a5..12c505e8d2 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-listing +## 10.0.1 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/cli-utils@3.1.4 + - @pnpm/list@10.1.6 + ## 10.0.0 ### Major Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index fb0664bcd4..7c4d5dc5dc 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": "10.0.0", + "version": "10.0.1", "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 333caa0c3f..f506fd4573 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-outdated +## 12.0.1 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/default-resolver@20.0.3 + - @pnpm/outdated@15.0.1 + - @pnpm/cli-utils@3.1.4 + ## 12.0.0 ### Major Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 2cdc1f8931..8ccd6775c8 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": "12.0.0", + "version": "12.0.1", "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 c584eca4db..bc46643f43 100644 --- a/store/cafs/CHANGELOG.md +++ b/store/cafs/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/store.cafs +## 3.0.5 + +### Patch Changes + +- afe520d: Update rename-overwrite to v6. +- afe520d: Update symlink-dir to v6.0.1. + ## 3.0.4 ### Patch Changes diff --git a/store/cafs/package.json b/store/cafs/package.json index 7d0265baf0..da3569579d 100644 --- a/store/cafs/package.json +++ b/store/cafs/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store.cafs", - "version": "3.0.4", + "version": "3.0.5", "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 9a7be1953b..004b36708c 100644 --- a/store/create-cafs-store/CHANGELOG.md +++ b/store/create-cafs-store/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/create-cafs-store +## 7.0.5 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/fs.indexed-pkg-importer@6.0.5 + - @pnpm/store.cafs@3.0.5 + ## 7.0.4 ### Patch Changes diff --git a/store/create-cafs-store/package.json b/store/create-cafs-store/package.json index d5b9aa2bb0..8980240297 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": "7.0.4", + "version": "7.0.5", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/store/package-store/CHANGELOG.md b/store/package-store/CHANGELOG.md index 25f15d9c81..786608dc1c 100644 --- a/store/package-store/CHANGELOG.md +++ b/store/package-store/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/package-store +## 20.3.2 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/store.cafs@3.0.5 + - @pnpm/create-cafs-store@7.0.5 + - @pnpm/package-requester@25.2.2 + - @pnpm/worker@1.0.6 + ## 20.3.1 ### Patch Changes diff --git a/store/package-store/package.json b/store/package-store/package.json index 22368fe4b6..29c4645206 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": "20.3.1", + "version": "20.3.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 e8c9475705..10c2505473 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-server +## 7.0.15 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/cli-utils@3.1.4 + - @pnpm/store-connection-manager@8.3.2 + - @pnpm/server@18.2.2 + ## 7.0.14 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index f402806422..dc9b1bdf34 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": "7.0.14", + "version": "7.0.15", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-store-inspecting/CHANGELOG.md b/store/plugin-commands-store-inspecting/CHANGELOG.md index 8b63ff143c..4868ecd234 100644 --- a/store/plugin-commands-store-inspecting/CHANGELOG.md +++ b/store/plugin-commands-store-inspecting/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-store-inspecting +## 0.2.14 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/store.cafs@3.0.5 + - @pnpm/config@21.6.1 + - @pnpm/client@11.1.4 + ## 0.2.13 ### Patch Changes diff --git a/store/plugin-commands-store-inspecting/package.json b/store/plugin-commands-store-inspecting/package.json index 23d1350d09..13803ab99f 100644 --- a/store/plugin-commands-store-inspecting/package.json +++ b/store/plugin-commands-store-inspecting/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store-inspecting", - "version": "0.2.13", + "version": "0.2.14", "description": "The inspecting store commands of pnpm", "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 e38abff608..88e78779be 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-store +## 9.2.3 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/store.cafs@3.0.5 + - @pnpm/config@21.6.1 + - @pnpm/cli-utils@3.1.4 + - @pnpm/store-connection-manager@8.3.2 + ## 9.2.2 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 41b282350d..08e102b4c6 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": "9.2.2", + "version": "9.2.3", "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 76f82bad6c..5952e4be58 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/store-connection-manager +## 8.3.2 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/config@21.6.1 + - @pnpm/client@11.1.4 + - @pnpm/package-store@20.3.2 + - @pnpm/server@18.2.2 + ## 8.3.1 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index dde2c22333..3116ffec44 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": "8.3.1", + "version": "8.3.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/worker/CHANGELOG.md b/worker/CHANGELOG.md index d3b22f3647..b47fd2123e 100644 --- a/worker/CHANGELOG.md +++ b/worker/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/worker +## 1.0.6 + +### Patch Changes + +- Updated dependencies [afe520d] +- Updated dependencies [afe520d] + - @pnpm/store.cafs@3.0.5 + - @pnpm/symlink-dependency@8.0.4 + - @pnpm/create-cafs-store@7.0.5 + - @pnpm/fs.hard-link-dir@4.0.0 + ## 1.0.5 ### Patch Changes diff --git a/worker/package.json b/worker/package.json index 5d498ce70c..54db26f278 100644 --- a/worker/package.json +++ b/worker/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/worker", - "version": "1.0.5", + "version": "1.0.6", "description": "A worker for extracting package taralls to the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/filter-packages-from-dir/CHANGELOG.md b/workspace/filter-packages-from-dir/CHANGELOG.md index cfdfaaa9f8..d7eb00a425 100644 --- a/workspace/filter-packages-from-dir/CHANGELOG.md +++ b/workspace/filter-packages-from-dir/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/workspace.filter-packages-from-dir +## 1.0.2 + +### Patch Changes + +- @pnpm/filter-workspace-packages@10.0.1 +- @pnpm/workspace.find-packages@4.0.1 + ## 1.0.1 ### Patch Changes diff --git a/workspace/filter-packages-from-dir/package.json b/workspace/filter-packages-from-dir/package.json index f6441985b2..629fcd1690 100644 --- a/workspace/filter-packages-from-dir/package.json +++ b/workspace/filter-packages-from-dir/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.filter-packages-from-dir", - "version": "1.0.1", + "version": "1.0.2", "description": "Filters packages in a directory", "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 db656a96f0..eaad6a608c 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/filter-workspace-packages +## 10.0.1 + +### Patch Changes + +- @pnpm/workspace.pkgs-graph@4.0.1 +- @pnpm/workspace.find-packages@4.0.1 + ## 10.0.0 ### Major Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index bcfc3bfc7c..48be9672f5 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": "10.0.0", + "version": "10.0.1", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/find-packages/CHANGELOG.md b/workspace/find-packages/CHANGELOG.md index 0bf71842bd..eea49f9ab9 100644 --- a/workspace/find-packages/CHANGELOG.md +++ b/workspace/find-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 4.0.1 + +### Patch Changes + +- @pnpm/cli-utils@3.1.4 + ## 4.0.0 ### Major Changes diff --git a/workspace/find-packages/package.json b/workspace/find-packages/package.json index e06743c2fb..5e8e4e832c 100644 --- a/workspace/find-packages/package.json +++ b/workspace/find-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.find-packages", - "version": "4.0.0", + "version": "4.0.1", "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 a48fd0c853..32ae694933 100644 --- a/workspace/pkgs-graph/CHANGELOG.md +++ b/workspace/pkgs-graph/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/workspace.pkgs-graph +## 4.0.1 + +### Patch Changes + +- Updated dependencies [afe520d] + - @pnpm/npm-resolver@21.0.1 + ## 4.0.0 ### Major Changes diff --git a/workspace/pkgs-graph/package.json b/workspace/pkgs-graph/package.json index 7fee98bf84..5af4a97d71 100644 --- a/workspace/pkgs-graph/package.json +++ b/workspace/pkgs-graph/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.pkgs-graph", - "version": "4.0.0", + "version": "4.0.1", "description": "Create a graph from an array of packages", "main": "lib/index.js", "types": "lib/index.d.ts",