From 88f53d4a78f56cbdd342b39d2140a6308dc2d84b Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Wed, 24 Apr 2024 15:01:39 +0200 Subject: [PATCH] chore(release): 9.0.6 --- .changeset/new-jeans-sparkle.md | 7 ------- .changeset/quick-walls-report.md | 6 ------ .meta-updater/CHANGELOG.md | 7 +++++++ .meta-updater/package.json | 2 +- deps/graph-builder/CHANGELOG.md | 7 +++++++ deps/graph-builder/package.json | 2 +- exec/plugin-commands-rebuild/CHANGELOG.md | 7 +++++++ exec/plugin-commands-rebuild/package.json | 2 +- exec/plugin-commands-script-runners/CHANGELOG.md | 6 ++++++ exec/plugin-commands-script-runners/package.json | 2 +- lockfile/audit/CHANGELOG.md | 6 ++++++ lockfile/audit/package.json | 2 +- lockfile/lockfile-file/CHANGELOG.md | 8 ++++++++ lockfile/lockfile-file/package.json | 2 +- lockfile/lockfile-to-pnp/CHANGELOG.md | 7 +++++++ lockfile/lockfile-to-pnp/package.json | 2 +- lockfile/plugin-commands-audit/CHANGELOG.md | 8 ++++++++ lockfile/plugin-commands-audit/package.json | 2 +- modules-mounter/daemon/CHANGELOG.md | 7 +++++++ modules-mounter/daemon/package.json | 2 +- packages/make-dedicated-lockfile/CHANGELOG.md | 7 +++++++ packages/make-dedicated-lockfile/package.json | 2 +- patching/plugin-commands-patching/CHANGELOG.md | 9 +++++++++ patching/plugin-commands-patching/package.json | 2 +- pkg-manager/client/CHANGELOG.md | 6 ++++++ pkg-manager/client/package.json | 2 +- pkg-manager/core/CHANGELOG.md | 12 ++++++++++++ pkg-manager/core/package.json | 2 +- pkg-manager/get-context/CHANGELOG.md | 8 ++++++++ pkg-manager/get-context/package.json | 2 +- pkg-manager/headless/CHANGELOG.md | 11 +++++++++++ pkg-manager/headless/package.json | 2 +- .../plugin-commands-installation/CHANGELOG.md | 11 +++++++++++ .../plugin-commands-installation/package.json | 2 +- pkg-manager/read-projects-context/CHANGELOG.md | 7 +++++++ pkg-manager/read-projects-context/package.json | 2 +- pnpm/CHANGELOG.md | 7 +++++++ pnpm/artifacts/exe/package.json | 2 +- pnpm/artifacts/linux-arm64/package.json | 2 +- pnpm/artifacts/linux-x64/package.json | 2 +- pnpm/artifacts/macos-arm64/package.json | 2 +- pnpm/artifacts/macos-x64/package.json | 2 +- pnpm/artifacts/win-x64/package.json | 2 +- pnpm/package.json | 2 +- releasing/plugin-commands-deploy/CHANGELOG.md | 6 ++++++ releasing/plugin-commands-deploy/package.json | 2 +- releasing/plugin-commands-publishing/CHANGELOG.md | 6 ++++++ releasing/plugin-commands-publishing/package.json | 2 +- resolving/default-resolver/CHANGELOG.md | 7 +++++++ resolving/default-resolver/package.json | 2 +- resolving/git-resolver/CHANGELOG.md | 6 ++++++ resolving/git-resolver/package.json | 2 +- reviewing/dependencies-hierarchy/CHANGELOG.md | 7 +++++++ reviewing/dependencies-hierarchy/package.json | 2 +- reviewing/license-scanner/CHANGELOG.md | 7 +++++++ reviewing/license-scanner/package.json | 2 +- reviewing/list/CHANGELOG.md | 6 ++++++ reviewing/list/package.json | 2 +- reviewing/outdated/CHANGELOG.md | 8 ++++++++ reviewing/outdated/package.json | 2 +- reviewing/plugin-commands-licenses/CHANGELOG.md | 8 ++++++++ reviewing/plugin-commands-licenses/package.json | 2 +- reviewing/plugin-commands-listing/CHANGELOG.md | 6 ++++++ reviewing/plugin-commands-listing/package.json | 2 +- reviewing/plugin-commands-outdated/CHANGELOG.md | 9 +++++++++ reviewing/plugin-commands-outdated/package.json | 2 +- store/plugin-commands-server/CHANGELOG.md | 7 +++++++ store/plugin-commands-server/package.json | 2 +- store/plugin-commands-store-inspecting/CHANGELOG.md | 6 ++++++ store/plugin-commands-store-inspecting/package.json | 2 +- store/plugin-commands-store/CHANGELOG.md | 7 +++++++ store/plugin-commands-store/package.json | 2 +- store/store-connection-manager/CHANGELOG.md | 8 ++++++++ store/store-connection-manager/package.json | 2 +- 74 files changed, 284 insertions(+), 52 deletions(-) delete mode 100644 .changeset/new-jeans-sparkle.md delete mode 100644 .changeset/quick-walls-report.md diff --git a/.changeset/new-jeans-sparkle.md b/.changeset/new-jeans-sparkle.md deleted file mode 100644 index 99b4dc7b51..0000000000 --- a/.changeset/new-jeans-sparkle.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/lockfile-file": patch -"@pnpm/git-resolver": patch -"pnpm": patch ---- - -Lockfiles that have git-hosted dependencies specified should be correctly converted to the new lockfile format [#7990](https://github.com/pnpm/pnpm/issues/7990). diff --git a/.changeset/quick-walls-report.md b/.changeset/quick-walls-report.md deleted file mode 100644 index 4d3aba2a3a..0000000000 --- a/.changeset/quick-walls-report.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/core": patch -"pnpm": patch ---- - -Don't upgrade the lockfile format on `pnpm install --frozen-lockfile` [#7991](https://github.com/pnpm/pnpm/issues/7991). diff --git a/.meta-updater/CHANGELOG.md b/.meta-updater/CHANGELOG.md index 505c7b9b0b..a104934758 100644 --- a/.meta-updater/CHANGELOG.md +++ b/.meta-updater/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm-private/updater +## 2.0.2 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + ## 2.0.1 ### Patch Changes diff --git a/.meta-updater/package.json b/.meta-updater/package.json index 1c478821f7..2326547c17 100644 --- a/.meta-updater/package.json +++ b/.meta-updater/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm-private/updater", - "version": "2.0.1", + "version": "2.0.2", "private": true, "type": "module", "scripts": { diff --git a/deps/graph-builder/CHANGELOG.md b/deps/graph-builder/CHANGELOG.md index 8e810e85bc..495f93c3c7 100644 --- a/deps/graph-builder/CHANGELOG.md +++ b/deps/graph-builder/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/deps.graph-builder +## 1.0.3 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + ## 1.0.2 ### Patch Changes diff --git a/deps/graph-builder/package.json b/deps/graph-builder/package.json index bd3a20f4fc..c463034c7e 100644 --- a/deps/graph-builder/package.json +++ b/deps/graph-builder/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/deps.graph-builder", "description": "A package for building a dependency graph from a lockfile", - "version": "1.0.2", + "version": "1.0.3", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/exec/plugin-commands-rebuild/CHANGELOG.md b/exec/plugin-commands-rebuild/CHANGELOG.md index f0bec1c5aa..549fd5d09c 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-rebuild +## 11.0.5 + +### Patch Changes + +- @pnpm/get-context@11.0.2 +- @pnpm/store-connection-manager@8.0.4 + ## 11.0.4 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 689fbd6f99..33292e4414 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": "11.0.4", + "version": "11.0.5", "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 bf716cbf6d..ffce81e04a 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-script-runners +## 9.0.7 + +### Patch Changes + +- @pnpm/plugin-commands-installation@15.0.7 + ## 9.0.6 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index b77cc3aaef..ee3ed6e97d 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": "9.0.6", + "version": "9.0.7", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/audit/CHANGELOG.md b/lockfile/audit/CHANGELOG.md index 0c09c41e51..c311c1ecf4 100644 --- a/lockfile/audit/CHANGELOG.md +++ b/lockfile/audit/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/audit +## 8.0.2 + +### Patch Changes + +- @pnpm/list@10.0.2 + ## 8.0.1 ### Patch Changes diff --git a/lockfile/audit/package.json b/lockfile/audit/package.json index 417ac2052d..af59f26e2b 100644 --- a/lockfile/audit/package.json +++ b/lockfile/audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/audit", - "version": "8.0.1", + "version": "8.0.2", "description": "Audit a lockfile", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/lockfile-file/CHANGELOG.md b/lockfile/lockfile-file/CHANGELOG.md index 24f22b5dc5..5ac0199217 100644 --- a/lockfile/lockfile-file/CHANGELOG.md +++ b/lockfile/lockfile-file/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/lockfile-file +## 9.0.2 + +### Patch Changes + +- c969f37: Lockfiles that have git-hosted dependencies specified should be correctly converted to the new lockfile format [#7990](https://github.com/pnpm/pnpm/issues/7990). +- Updated dependencies [c969f37] + - @pnpm/git-resolver@9.0.1 + ## 9.0.1 ### Patch Changes diff --git a/lockfile/lockfile-file/package.json b/lockfile/lockfile-file/package.json index 1570cd4cde..157d131d42 100644 --- a/lockfile/lockfile-file/package.json +++ b/lockfile/lockfile-file/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile-file", - "version": "9.0.1", + "version": "9.0.2", "description": "Read/write pnpm-lock.yaml files", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/lockfile-to-pnp/CHANGELOG.md b/lockfile/lockfile-to-pnp/CHANGELOG.md index 582425ef04..2037ef6138 100644 --- a/lockfile/lockfile-to-pnp/CHANGELOG.md +++ b/lockfile/lockfile-to-pnp/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/lockfile-to-pnp +## 4.0.2 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + ## 4.0.1 ### Patch Changes diff --git a/lockfile/lockfile-to-pnp/package.json b/lockfile/lockfile-to-pnp/package.json index 0d116e457b..e0bb9d449f 100644 --- a/lockfile/lockfile-to-pnp/package.json +++ b/lockfile/lockfile-to-pnp/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile-to-pnp", - "version": "4.0.1", + "version": "4.0.2", "description": "Creates a Plug'n'Play file from a pnpm-lock.yaml", "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 d61d454d44..2e74ca7305 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-audit +## 10.0.4 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + - @pnpm/audit@8.0.2 + ## 10.0.3 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index d410872591..fc2c90c617 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.0.3", + "version": "10.0.4", "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 5349a03a29..083f24bd38 100644 --- a/modules-mounter/daemon/CHANGELOG.md +++ b/modules-mounter/daemon/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/mount-modules +## 0.5.3 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + ## 0.5.2 ### Patch Changes diff --git a/modules-mounter/daemon/package.json b/modules-mounter/daemon/package.json index d84ea192d9..1838057b10 100644 --- a/modules-mounter/daemon/package.json +++ b/modules-mounter/daemon/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.5.2", + "version": "0.5.3", "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 2baad92ba6..28c9329c06 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.2 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + ## 0.6.1 ### Patch Changes diff --git a/packages/make-dedicated-lockfile/package.json b/packages/make-dedicated-lockfile/package.json index 1ba8f64886..567109ed96 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.1", + "version": "0.6.2", "description": "Creates a dedicated lockfile for a subset of workspace projects", "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 9711dcffed..43c3fff411 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-patching +## 6.0.7 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + - @pnpm/plugin-commands-installation@15.0.7 + - @pnpm/store-connection-manager@8.0.4 + ## 6.0.6 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index e62441c1e4..f1d18e3f95 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.0.6", + "version": "6.0.7", "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 0cba201837..c7e36333cb 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/client +## 11.0.2 + +### Patch Changes + +- @pnpm/default-resolver@19.0.1 + ## 11.0.1 ### Patch Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index 18dac551f4..bdfc60ee21 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "11.0.1", + "version": "11.0.2", "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 ea918c4c6c..172a2c1169 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/core +## 14.0.7 + +### Patch Changes + +- 8209342: Don't upgrade the lockfile format on `pnpm install --frozen-lockfile` [#7991](https://github.com/pnpm/pnpm/issues/7991). +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + - @pnpm/lockfile-to-pnp@4.0.2 + - @pnpm/get-context@11.0.2 + - @pnpm/headless@23.0.4 + - @pnpm/package-requester@25.0.1 + ## 14.0.6 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index a5837ffc2f..677e1801b8 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": "14.0.6", + "version": "14.0.7", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/get-context/CHANGELOG.md b/pkg-manager/get-context/CHANGELOG.md index 1a649b67d4..759a4a00d7 100644 --- a/pkg-manager/get-context/CHANGELOG.md +++ b/pkg-manager/get-context/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/get-context +## 11.0.2 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + - @pnpm/read-projects-context@9.0.2 + ## 11.0.1 ### Patch Changes diff --git a/pkg-manager/get-context/package.json b/pkg-manager/get-context/package.json index 564720ad2f..db667c9c28 100644 --- a/pkg-manager/get-context/package.json +++ b/pkg-manager/get-context/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/get-context", - "version": "11.0.1", + "version": "11.0.2", "description": "Gets context information about a project", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index fc48abdd5b..1ea06c0e59 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/headless +## 23.0.4 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + - @pnpm/deps.graph-builder@1.0.3 + - @pnpm/lockfile-to-pnp@4.0.2 + - @pnpm/real-hoist@3.0.0 + - @pnpm/package-requester@25.0.1 + ## 23.0.3 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 87be7a6747..272d8a02d5 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.0.3", + "version": "23.0.4", "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 fab3a12690..f7625d6b95 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 +## 15.0.7 + +### Patch Changes + +- Updated dependencies [8209342] + - @pnpm/core@14.0.7 + - @pnpm/outdated@14.0.3 + - @pnpm/plugin-commands-rebuild@11.0.5 + - @pnpm/package-store@20.0.1 + - @pnpm/store-connection-manager@8.0.4 + ## 15.0.6 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 57c93f32f7..153b6adf81 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": "15.0.6", + "version": "15.0.7", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/read-projects-context/CHANGELOG.md b/pkg-manager/read-projects-context/CHANGELOG.md index c0acd659ab..5ae94a3a1a 100644 --- a/pkg-manager/read-projects-context/CHANGELOG.md +++ b/pkg-manager/read-projects-context/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/read-projects-context +## 9.0.2 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + ## 9.0.1 ### Patch Changes diff --git a/pkg-manager/read-projects-context/package.json b/pkg-manager/read-projects-context/package.json index 435aa5021e..56f82887c2 100644 --- a/pkg-manager/read-projects-context/package.json +++ b/pkg-manager/read-projects-context/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/read-projects-context", - "version": "9.0.1", + "version": "9.0.2", "description": "Reads the current state of projects from modules manifest", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index 14fbf54809..bde6d40bec 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,12 @@ # pnpm +## 9.0.6 + +### Patch Changes + +- Lockfiles that have git-hosted dependencies specified should be correctly converted to the new lockfile format [#7990](https://github.com/pnpm/pnpm/issues/7990). +- Don't upgrade the lockfile format on `pnpm install --frozen-lockfile` [#7991](https://github.com/pnpm/pnpm/issues/7991). + ## 9.0.5 ### Patch Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index bf5bfd1e27..de9f883fa7 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.0.5", + "version": "9.0.6", "publishConfig": { "tag": "next-9", "bin": { diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index d5a9985098..347a6e3612 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.0.5", + "version": "9.0.6", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 5bd35d8eb0..5068ec0d2e 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.0.5", + "version": "9.0.6", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index d92ce97f0e..de84b27039 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.0.5", + "version": "9.0.6", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 956e82062b..df71d8a460 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.0.5", + "version": "9.0.6", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 1866db2829..2b8c72ad87 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.0.5", + "version": "9.0.6", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 3696cbb3da..6ad166ace4 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "9.0.5", + "version": "9.0.6", "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 2a35df03d7..18b1731ca3 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-deploy +## 5.0.7 + +### Patch Changes + +- @pnpm/plugin-commands-installation@15.0.7 + ## 5.0.6 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 7963737abb..34809ab6f1 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.0.6", + "version": "5.0.7", "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 2c2c32e333..9df0411402 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-publishing +## 8.0.3 + +### Patch Changes + +- @pnpm/client@11.0.2 + ## 8.0.2 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index be4cbaf4c5..7db10815f0 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": "8.0.2", + "version": "8.0.3", "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 3e39dfe25f..fe427198f7 100644 --- a/resolving/default-resolver/CHANGELOG.md +++ b/resolving/default-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-resolver +## 19.0.1 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/git-resolver@9.0.1 + ## 19.0.0 ### Major Changes diff --git a/resolving/default-resolver/package.json b/resolving/default-resolver/package.json index 2acf2b77e3..8d9cd36509 100644 --- a/resolving/default-resolver/package.json +++ b/resolving/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-resolver", - "version": "19.0.0", + "version": "19.0.1", "description": "pnpm's default package resolver", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/git-resolver/CHANGELOG.md b/resolving/git-resolver/CHANGELOG.md index 4d2212a4a1..b7f004a4fb 100644 --- a/resolving/git-resolver/CHANGELOG.md +++ b/resolving/git-resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/git-resolver +## 9.0.1 + +### Patch Changes + +- c969f37: Lockfiles that have git-hosted dependencies specified should be correctly converted to the new lockfile format [#7990](https://github.com/pnpm/pnpm/issues/7990). + ## 9.0.0 ### Major Changes diff --git a/resolving/git-resolver/package.json b/resolving/git-resolver/package.json index 0bc7154876..8613db79bc 100644 --- a/resolving/git-resolver/package.json +++ b/resolving/git-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/git-resolver", - "version": "9.0.0", + "version": "9.0.1", "description": "Resolver for git-hosted packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/dependencies-hierarchy/CHANGELOG.md b/reviewing/dependencies-hierarchy/CHANGELOG.md index 52083a04e6..0524eb8fcd 100644 --- a/reviewing/dependencies-hierarchy/CHANGELOG.md +++ b/reviewing/dependencies-hierarchy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/reviewing.dependencies-hierarchy +## 3.0.2 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + ## 3.0.1 ### Patch Changes diff --git a/reviewing/dependencies-hierarchy/package.json b/reviewing/dependencies-hierarchy/package.json index ed94dbd7d7..e1c1632ab5 100644 --- a/reviewing/dependencies-hierarchy/package.json +++ b/reviewing/dependencies-hierarchy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/reviewing.dependencies-hierarchy", - "version": "3.0.1", + "version": "3.0.2", "description": "Creates a dependencies hierarchy for a symlinked `node_modules`", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/license-scanner/CHANGELOG.md b/reviewing/license-scanner/CHANGELOG.md index aeb622d2e2..0739130483 100644 --- a/reviewing/license-scanner/CHANGELOG.md +++ b/reviewing/license-scanner/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/license-scanner +## 3.0.2 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + ## 3.0.1 ### Patch Changes diff --git a/reviewing/license-scanner/package.json b/reviewing/license-scanner/package.json index ed8f6cccdb..cf40582ba4 100644 --- a/reviewing/license-scanner/package.json +++ b/reviewing/license-scanner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/license-scanner", - "version": "3.0.1", + "version": "3.0.2", "description": "Check for licenses packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/list/CHANGELOG.md b/reviewing/list/CHANGELOG.md index e1066106c8..a2332cf238 100644 --- a/reviewing/list/CHANGELOG.md +++ b/reviewing/list/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/list +## 10.0.2 + +### Patch Changes + +- @pnpm/reviewing.dependencies-hierarchy@3.0.2 + ## 10.0.1 ### Patch Changes diff --git a/reviewing/list/package.json b/reviewing/list/package.json index 9fc072f919..296add8756 100644 --- a/reviewing/list/package.json +++ b/reviewing/list/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/list", - "version": "10.0.1", + "version": "10.0.2", "description": "List installed packages in a symlinked `node_modules`", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/outdated/CHANGELOG.md b/reviewing/outdated/CHANGELOG.md index 08634f2b97..d49fa5a906 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/outdated +## 14.0.3 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + - @pnpm/client@11.0.2 + ## 14.0.2 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index 45cd5376e2..3efb741927 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "14.0.2", + "version": "14.0.3", "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 0ad1e81ba4..2bf00731dd 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-licenses +## 4.0.4 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + - @pnpm/license-scanner@3.0.2 + ## 4.0.3 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index b158132f44..8407ccf752 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.0.3", + "version": "4.0.4", "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 21795178ce..9ea454eed0 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-listing +## 9.0.4 + +### Patch Changes + +- @pnpm/list@10.0.2 + ## 9.0.3 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 3d81680eba..e05608e2fd 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": "9.0.3", + "version": "9.0.4", "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 e80dbf6157..9d55f4c34f 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-outdated +## 11.0.4 + +### Patch Changes + +- Updated dependencies [c969f37] + - @pnpm/lockfile-file@9.0.2 + - @pnpm/outdated@14.0.3 + - @pnpm/default-resolver@19.0.1 + ## 11.0.3 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index c567652eb9..b78a8a44fa 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": "11.0.3", + "version": "11.0.4", "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 71776d6470..c02ecef55d 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-server +## 7.0.4 + +### Patch Changes + +- @pnpm/server@18.0.0 +- @pnpm/store-connection-manager@8.0.4 + ## 7.0.3 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 91bf9f0aba..502c0fbb5e 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.3", + "version": "7.0.4", "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 b9ab20296e..86d16813bf 100644 --- a/store/plugin-commands-store-inspecting/CHANGELOG.md +++ b/store/plugin-commands-store-inspecting/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-store-inspecting +## 0.2.3 + +### Patch Changes + +- @pnpm/client@11.0.2 + ## 0.2.2 ### Patch Changes diff --git a/store/plugin-commands-store-inspecting/package.json b/store/plugin-commands-store-inspecting/package.json index 969838c486..b2e539eaa0 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.2", + "version": "0.2.3", "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 9470f7d325..f820e9a488 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-store +## 9.0.5 + +### Patch Changes + +- @pnpm/get-context@11.0.2 +- @pnpm/store-connection-manager@8.0.4 + ## 9.0.4 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 3c2fba20ed..f8f5cd868b 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.0.4", + "version": "9.0.5", "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 4860ff758d..f30f105f72 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/store-connection-manager +## 8.0.4 + +### Patch Changes + +- @pnpm/client@11.0.2 +- @pnpm/package-store@20.0.1 +- @pnpm/server@18.0.0 + ## 8.0.3 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index 3d57f6ddbc..71dd234c48 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.0.3", + "version": "8.0.4", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts",