diff --git a/.changeset/cold-pears-relax.md b/.changeset/cold-pears-relax.md deleted file mode 100644 index 46a7bb26271..00000000000 --- a/.changeset/cold-pears-relax.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/lockfile-file": patch -"pnpm": patch ---- - -Lockfiles with local or git-hosted dependencies are now successfully converted to the new lockfile format [#7955](https://github.com/pnpm/pnpm/issues/7955). diff --git a/.changeset/four-adults-burn.md b/.changeset/four-adults-burn.md deleted file mode 100644 index a55c32ed62e..00000000000 --- a/.changeset/four-adults-burn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/resolve-dependencies": patch -"pnpm": patch ---- - -Resolve peer dependencies correctly, when they have prerelease versions [#7977](https://github.com/pnpm/pnpm/issues/7977). diff --git a/.changeset/olive-wasps-explain.md b/.changeset/olive-wasps-explain.md deleted file mode 100644 index 0893f8e25f7..00000000000 --- a/.changeset/olive-wasps-explain.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/resolve-dependencies": patch -"pnpm": patch ---- - -Fix aliased dependencies resolution on repeat install with existing lockfile, when the aliased dependency doesn't specify a version or range [#7957](https://github.com/pnpm/pnpm/issues/7957). diff --git a/.changeset/soft-eyes-judge.md b/.changeset/soft-eyes-judge.md deleted file mode 100644 index 46f54afc9e7..00000000000 --- a/.changeset/soft-eyes-judge.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/core": patch -"pnpm": patch -"@pnpm/lockfile-file": patch ---- - -The lockfile should be saved in the new format even if it is up-to-date. diff --git a/.changeset/spotty-houses-repeat.md b/.changeset/spotty-houses-repeat.md deleted file mode 100644 index 4b3aa60cb5b..00000000000 --- a/.changeset/spotty-houses-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/hooks.read-package-hook": patch ---- - -Write overrides with `file:` scheme to lockfile as-is [#7858](https://github.com/pnpm/pnpm/issues/7858). diff --git a/.meta-updater/CHANGELOG.md b/.meta-updater/CHANGELOG.md index 2b5593423a1..505c7b9b0b8 100644 --- a/.meta-updater/CHANGELOG.md +++ b/.meta-updater/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm-private/updater +## 2.0.1 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + ## 2.0.0 ### Major Changes diff --git a/.meta-updater/package.json b/.meta-updater/package.json index 615bcaf9137..1c478821f75 100644 --- a/.meta-updater/package.json +++ b/.meta-updater/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm-private/updater", - "version": "2.0.0", + "version": "2.0.1", "private": true, "type": "module", "scripts": { diff --git a/deps/graph-builder/CHANGELOG.md b/deps/graph-builder/CHANGELOG.md index 5794ec81aaa..8e810e85bcb 100644 --- a/deps/graph-builder/CHANGELOG.md +++ b/deps/graph-builder/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/deps.graph-builder +## 1.0.2 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + ## 1.0.1 ### Patch Changes diff --git a/deps/graph-builder/package.json b/deps/graph-builder/package.json index d163059ddab..bd3a20f4fce 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.1", + "version": "1.0.2", "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 b1c24ed03d2..f0bec1c5aae 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-rebuild +## 11.0.4 + +### Patch Changes + +- @pnpm/get-context@11.0.1 + ## 11.0.3 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 10f5e60a225..689fbd6f997 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.3", + "version": "11.0.4", "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 7039a4650d5..bf716cbf6dc 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.6 + +### Patch Changes + +- @pnpm/plugin-commands-installation@15.0.6 + ## 9.0.5 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 05dc81b03df..b77cc3aaefe 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.5", + "version": "9.0.6", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/hooks/read-package-hook/CHANGELOG.md b/hooks/read-package-hook/CHANGELOG.md index 3863855d28c..8add3b78907 100644 --- a/hooks/read-package-hook/CHANGELOG.md +++ b/hooks/read-package-hook/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/hooks.read-package-hook +## 4.0.1 + +### Patch Changes + +- 04310be: Write overrides with `file:` scheme to lockfile as-is [#7858](https://github.com/pnpm/pnpm/issues/7858). + ## 4.0.0 ### Major Changes diff --git a/hooks/read-package-hook/package.json b/hooks/read-package-hook/package.json index d79a4117831..5a2f9af5183 100644 --- a/hooks/read-package-hook/package.json +++ b/hooks/read-package-hook/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/hooks.read-package-hook", - "version": "4.0.0", + "version": "4.0.1", "description": "Creates the default package reader hook used by pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/audit/CHANGELOG.md b/lockfile/audit/CHANGELOG.md index 3d0629c2dd1..0c09c41e51b 100644 --- a/lockfile/audit/CHANGELOG.md +++ b/lockfile/audit/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/audit +## 8.0.1 + +### Patch Changes + +- @pnpm/list@10.0.1 + ## 8.0.0 ### Major Changes diff --git a/lockfile/audit/package.json b/lockfile/audit/package.json index f31fddeef24..417ac2052d1 100644 --- a/lockfile/audit/package.json +++ b/lockfile/audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/audit", - "version": "8.0.0", + "version": "8.0.1", "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 66f49ba6f73..24f22b5dc5b 100644 --- a/lockfile/lockfile-file/CHANGELOG.md +++ b/lockfile/lockfile-file/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/lockfile-file +## 9.0.1 + +### Patch Changes + +- 2cbf7b7: Lockfiles with local or git-hosted dependencies are now successfully converted to the new lockfile format [#7955](https://github.com/pnpm/pnpm/issues/7955). +- 6b6ca69: The lockfile should be saved in the new format even if it is up-to-date. + ## 9.0.0 ### Major Changes diff --git a/lockfile/lockfile-file/package.json b/lockfile/lockfile-file/package.json index cda8ad5c6cb..8031bfbec53 100644 --- a/lockfile/lockfile-file/package.json +++ b/lockfile/lockfile-file/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile-file", - "version": "9.0.0", + "version": "9.0.1", "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 045158a4110..582425ef043 100644 --- a/lockfile/lockfile-to-pnp/CHANGELOG.md +++ b/lockfile/lockfile-to-pnp/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/lockfile-to-pnp +## 4.0.1 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + ## 4.0.0 ### Major Changes diff --git a/lockfile/lockfile-to-pnp/package.json b/lockfile/lockfile-to-pnp/package.json index 5a7f7635415..0d116e457b5 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.0", + "version": "4.0.1", "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 37c751f8ce0..d61d454d44e 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-audit +## 10.0.3 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + - @pnpm/audit@8.0.1 + ## 10.0.2 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index 694ae622396..d410872591b 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.2", + "version": "10.0.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 028fe1190cc..5349a03a290 100644 --- a/modules-mounter/daemon/CHANGELOG.md +++ b/modules-mounter/daemon/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/mount-modules +## 0.5.2 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + ## 0.5.1 ### Patch Changes diff --git a/modules-mounter/daemon/package.json b/modules-mounter/daemon/package.json index ca16052efdc..d84ea192d93 100644 --- a/modules-mounter/daemon/package.json +++ b/modules-mounter/daemon/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.5.1", + "version": "0.5.2", "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 b5b8742ac73..2baad92ba6a 100644 --- a/packages/make-dedicated-lockfile/CHANGELOG.md +++ b/packages/make-dedicated-lockfile/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/make-dedicated-lockfile +## 0.6.1 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + ## 0.6.0 ### Minor Changes diff --git a/packages/make-dedicated-lockfile/package.json b/packages/make-dedicated-lockfile/package.json index 7969f8d5464..1ba8f648862 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.0", + "version": "0.6.1", "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 0bea2284ad1..9711dcffed9 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.6 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + - @pnpm/plugin-commands-installation@15.0.6 + ## 6.0.5 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 97f6db6f461..e62441c1e4f 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.5", + "version": "6.0.6", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/core/CHANGELOG.md b/pkg-manager/core/CHANGELOG.md index 70d5a520df7..ea918c4c6c4 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,22 @@ # @pnpm/core +## 14.0.6 + +### Patch Changes + +- 6b6ca69: The lockfile should be saved in the new format even if it is up-to-date. +- Updated dependencies [2cbf7b7] +- Updated dependencies [abaf12e] +- Updated dependencies [e9530a8] +- Updated dependencies [6b6ca69] +- Updated dependencies [04310be] + - @pnpm/lockfile-file@9.0.1 + - @pnpm/resolve-dependencies@32.0.4 + - @pnpm/hooks.read-package-hook@4.0.1 + - @pnpm/lockfile-to-pnp@4.0.1 + - @pnpm/get-context@11.0.1 + - @pnpm/headless@23.0.3 + ## 14.0.5 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 41e7b5d0fe3..a5837ffc2fa 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.5", + "version": "14.0.6", "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 675f113c3d0..1a649b67d40 100644 --- a/pkg-manager/get-context/CHANGELOG.md +++ b/pkg-manager/get-context/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/get-context +## 11.0.1 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + - @pnpm/read-projects-context@9.0.1 + ## 11.0.0 ### Major Changes diff --git a/pkg-manager/get-context/package.json b/pkg-manager/get-context/package.json index 2d77c528826..564720ad2f8 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.0", + "version": "11.0.1", "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 6410f531462..fc48abdd5b7 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/headless +## 23.0.3 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + - @pnpm/deps.graph-builder@1.0.2 + - @pnpm/lockfile-to-pnp@4.0.1 + - @pnpm/real-hoist@3.0.0 + ## 23.0.2 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index d1bc77264e5..87be7a67470 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.2", + "version": "23.0.3", "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 729c0a34e6f..fab3a126907 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-installation +## 15.0.6 + +### Patch Changes + +- Updated dependencies [6b6ca69] + - @pnpm/core@14.0.6 + - @pnpm/outdated@14.0.2 + - @pnpm/plugin-commands-rebuild@11.0.4 + ## 15.0.5 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 5fd8626c2e5..57c93f32f79 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.5", + "version": "15.0.6", "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 63badaa8ac4..c0acd659abc 100644 --- a/pkg-manager/read-projects-context/CHANGELOG.md +++ b/pkg-manager/read-projects-context/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/read-projects-context +## 9.0.1 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/pkg-manager/read-projects-context/package.json b/pkg-manager/read-projects-context/package.json index 4aaddf73954..435aa5021ea 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.0", + "version": "9.0.1", "description": "Reads the current state of projects from modules manifest", "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 44809890363..6766b4ce9e4 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/resolve-dependencies +## 32.0.4 + +### Patch Changes + +- abaf12e: Resolve peer dependencies correctly, when they have prerelease versions [#7977](https://github.com/pnpm/pnpm/issues/7977). +- e9530a8: Fix aliased dependencies resolution on repeat install with existing lockfile, when the aliased dependency doesn't specify a version or range [#7957](https://github.com/pnpm/pnpm/issues/7957). + ## 32.0.3 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index 9e34dbc0a22..a77f9bdd887 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "32.0.3", + "version": "32.0.4", "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 c29ff3bf969..14fbf54809c 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,14 @@ # pnpm +## 9.0.5 + +### Patch Changes + +- Lockfiles with local or git-hosted dependencies are now successfully converted to the new lockfile format [#7955](https://github.com/pnpm/pnpm/issues/7955). +- Resolve peer dependencies correctly, when they have prerelease versions [#7977](https://github.com/pnpm/pnpm/issues/7977). +- Fix aliased dependencies resolution on repeat install with existing lockfile, when the aliased dependency doesn't specify a version or range [#7957](https://github.com/pnpm/pnpm/issues/7957). +- The lockfile should be saved in the new format even if it is up-to-date. + ## 9.0.4 ### Patch Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 9a0bb73daec..bf5bfd1e276 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.4", + "version": "9.0.5", "publishConfig": { "tag": "next-9", "bin": { diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 8dac3cfded3..d5a99850986 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.4", + "version": "9.0.5", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index c349fe9f9c9..5bd35d8eb07 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.4", + "version": "9.0.5", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 53d89e8f9c3..d92ce97f0ef 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.4", + "version": "9.0.5", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 429019bfd94..956e82062b5 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.4", + "version": "9.0.5", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 26e93dd3bac..1866db28292 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.4", + "version": "9.0.5", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 0b1d6908b89..3696cbb3dae 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.4", + "version": "9.0.5", "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 b627ab755e2..2a35df03d78 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.6 + +### Patch Changes + +- @pnpm/plugin-commands-installation@15.0.6 + ## 5.0.5 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 558b96b627c..7963737abb7 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.5", + "version": "5.0.6", "description": "Commands for deploy", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/reviewing/dependencies-hierarchy/CHANGELOG.md b/reviewing/dependencies-hierarchy/CHANGELOG.md index ec64286bdde..52083a04e6d 100644 --- a/reviewing/dependencies-hierarchy/CHANGELOG.md +++ b/reviewing/dependencies-hierarchy/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/reviewing.dependencies-hierarchy +## 3.0.1 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + ## 3.0.0 ### Major Changes diff --git a/reviewing/dependencies-hierarchy/package.json b/reviewing/dependencies-hierarchy/package.json index e88287c5627..ed94dbd7d73 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.0", + "version": "3.0.1", "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 04930a7fcf3..aeb622d2e27 100644 --- a/reviewing/license-scanner/CHANGELOG.md +++ b/reviewing/license-scanner/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/license-scanner +## 3.0.1 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + ## 3.0.0 ### Major Changes diff --git a/reviewing/license-scanner/package.json b/reviewing/license-scanner/package.json index 9e5d5667c8f..ed8f6cccdb7 100644 --- a/reviewing/license-scanner/package.json +++ b/reviewing/license-scanner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/license-scanner", - "version": "3.0.0", + "version": "3.0.1", "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 2383e4afe31..e1066106c8c 100644 --- a/reviewing/list/CHANGELOG.md +++ b/reviewing/list/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/list +## 10.0.1 + +### Patch Changes + +- @pnpm/reviewing.dependencies-hierarchy@3.0.1 + ## 10.0.0 ### Major Changes diff --git a/reviewing/list/package.json b/reviewing/list/package.json index 1d242ef1e49..9fc072f9190 100644 --- a/reviewing/list/package.json +++ b/reviewing/list/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/list", - "version": "10.0.0", + "version": "10.0.1", "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 7a6c2372c27..08634f2b971 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/outdated +## 14.0.2 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] +- Updated dependencies [04310be] + - @pnpm/lockfile-file@9.0.1 + - @pnpm/hooks.read-package-hook@4.0.1 + ## 14.0.1 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index 9a891b80f6e..45cd5376e28 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "14.0.1", + "version": "14.0.2", "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 e2c1bdd1278..0ad1e81ba4e 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-licenses +## 4.0.3 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + - @pnpm/license-scanner@3.0.1 + ## 4.0.2 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 0a14c999733..b158132f44e 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.2", + "version": "4.0.3", "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 2c8d0803058..21795178ce4 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.3 + +### Patch Changes + +- @pnpm/list@10.0.1 + ## 9.0.2 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 325dcd511e7..3d81680eba7 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.2", + "version": "9.0.3", "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 4592caa0752..e80dbf6157c 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.3 + +### Patch Changes + +- Updated dependencies [2cbf7b7] +- Updated dependencies [6b6ca69] + - @pnpm/lockfile-file@9.0.1 + - @pnpm/outdated@14.0.2 + ## 11.0.2 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 8d31033583f..c567652eb92 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.2", + "version": "11.0.3", "description": "The outdated command 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 08dafadb8d7..9470f7d3251 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-store +## 9.0.4 + +### Patch Changes + +- @pnpm/get-context@11.0.1 + ## 9.0.3 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index cf8c3a7bd87..3c2fba20ed4 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.3", + "version": "9.0.4", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts",