diff --git a/.changeset/chatty-jars-speak.md b/.changeset/chatty-jars-speak.md deleted file mode 100644 index b15034b601..0000000000 --- a/.changeset/chatty-jars-speak.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-script-runners": patch -"pnpm": patch ---- - -`pnpm run` should fail if the path to the project contains colon(s). diff --git a/.changeset/fast-chefs-sip.md b/.changeset/fast-chefs-sip.md deleted file mode 100644 index 8f6af19794..0000000000 --- a/.changeset/fast-chefs-sip.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-config": patch -"pnpm": patch ---- - -`pnpm config set key=value` should work the same as `pnpm config set key value` [#5889](https://github.com/pnpm/pnpm/issues/5889). diff --git a/.changeset/hip-schools-yawn.md b/.changeset/hip-schools-yawn.md deleted file mode 100644 index 3e6608752c..0000000000 --- a/.changeset/hip-schools-yawn.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@pnpm/headless": patch -"pnpm": patch ---- - -The upload of built artifacts (side effects) should not fail when `node-linker` is set to `hoisted` and installation runs on a project that already had a `node_modules` directory [#5823](https://github.com/pnpm/pnpm/issues/5823). - -This fixes a bug introduced by [#5814](https://github.com/pnpm/pnpm/pull/5814). diff --git a/.changeset/kind-squids-sleep.md b/.changeset/kind-squids-sleep.md deleted file mode 100644 index cf50411ef5..0000000000 --- a/.changeset/kind-squids-sleep.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@pnpm/package-requester": minor -"@pnpm/store-controller-types": minor -"@pnpm/package-store": minor -"@pnpm/server": minor ---- - -New function added to the store: `getFilesIndexFilePath`. diff --git a/.changeset/odd-ligers-fold.md b/.changeset/odd-ligers-fold.md deleted file mode 100644 index aab84f3e92..0000000000 --- a/.changeset/odd-ligers-fold.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@pnpm/resolve-dependencies": minor -"@pnpm/store-connection-manager": minor -"@pnpm/package-requester": minor -"@pnpm/store-controller-types": minor -"@pnpm/tarball-fetcher": minor -"@pnpm/prepare-package": minor -"@pnpm/git-fetcher": minor -"@pnpm/headless": patch -"@pnpm/client": minor -"@pnpm/core": patch ---- - -When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. diff --git a/.changeset/orange-cobras-joke.md b/.changeset/orange-cobras-joke.md deleted file mode 100644 index ddf8b8e0c7..0000000000 --- a/.changeset/orange-cobras-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/constants": minor ---- - -Exported a constant for the new lockfile format version: `LOCKFILE_FORMAT_V6`. diff --git a/.changeset/orange-pears-flow.md b/.changeset/orange-pears-flow.md deleted file mode 100644 index bba81714b3..0000000000 --- a/.changeset/orange-pears-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/lockfile-file": major ---- - -Breaking change to the API of the read functions. Instead of one wanted lockfile version, it now expects an array of `wantedVersions`. diff --git a/.changeset/plenty-ravens-sell.md b/.changeset/plenty-ravens-sell.md deleted file mode 100644 index 693495d1f8..0000000000 --- a/.changeset/plenty-ravens-sell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-script-runners": patch -"pnpm": patch ---- - -`pnpm exec` should work when the path to the project contains colon(s) [#5846](https://github.com/pnpm/pnpm/issues/5846). diff --git a/.changeset/seven-seahorses-hug.md b/.changeset/seven-seahorses-hug.md deleted file mode 100644 index db42f6a7d0..0000000000 --- a/.changeset/seven-seahorses-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -Git-hosted dependencies should not be built, when `ignore-scripts` is set to `true` [#5876](https://github.com/pnpm/pnpm/issues/5876). diff --git a/.changeset/shy-balloons-build.md b/.changeset/shy-balloons-build.md deleted file mode 100644 index 43c052ce28..0000000000 --- a/.changeset/shy-balloons-build.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@pnpm/plugin-commands-installation": minor -"@pnpm/resolve-dependencies": minor -"@pnpm/get-context": minor -"@pnpm/core": minor -"@pnpm/config": minor -"pnpm": minor ---- - -Added support for `pnpm-lock.yaml` format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the `use-lockfile-v6=true` setting in `.npmrc`. Or run `pnpm install --use-lockfile-v6` [#5810](https://github.com/pnpm/pnpm/pull/5810). diff --git a/.changeset/stupid-lizards-stare.md b/.changeset/stupid-lizards-stare.md deleted file mode 100644 index 6fe471cc89..0000000000 --- a/.changeset/stupid-lizards-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/git-fetcher": major ---- - -Added `@pnpm/logger` to the peer dependencies. diff --git a/.changeset/thick-dingos-enjoy.md b/.changeset/thick-dingos-enjoy.md deleted file mode 100644 index 4fd40b76c1..0000000000 --- a/.changeset/thick-dingos-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/dependency-path": minor ---- - -Updated the functions to support dependency paths used in the 6th version of the lockfile. Exported a new function: createPeersFolderSuffixNewFormat. diff --git a/__utils__/assert-project/CHANGELOG.md b/__utils__/assert-project/CHANGELOG.md index 6fa32a5687..851eff39eb 100644 --- a/__utils__/assert-project/CHANGELOG.md +++ b/__utils__/assert-project/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/assert-project +## 2.3.17 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + - @pnpm/assert-store@1.0.54 + ## 2.3.16 ### Patch Changes diff --git a/__utils__/assert-project/package.json b/__utils__/assert-project/package.json index 4559fb1dbb..7fb65463d8 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.16", + "version": "2.3.17", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/assert-store/CHANGELOG.md b/__utils__/assert-store/CHANGELOG.md index c670eab734..6617142ad5 100644 --- a/__utils__/assert-store/CHANGELOG.md +++ b/__utils__/assert-store/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/assert-store +## 1.0.54 + +### Patch Changes + +- @pnpm/cafs@5.0.5 + ## 1.0.53 ### Patch Changes diff --git a/__utils__/assert-store/package.json b/__utils__/assert-store/package.json index 1568aad5b5..2d8b5772de 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.53", + "version": "1.0.54", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/prepare/CHANGELOG.md b/__utils__/prepare/CHANGELOG.md index 07bc524b50..8739dc8309 100644 --- a/__utils__/prepare/CHANGELOG.md +++ b/__utils__/prepare/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/prepare +## 0.0.60 + +### Patch Changes + +- @pnpm/assert-project@2.3.17 + ## 0.0.59 ### Patch Changes diff --git a/__utils__/prepare/package.json b/__utils__/prepare/package.json index 158c59eaf5..5f0a3b1456 100644 --- a/__utils__/prepare/package.json +++ b/__utils__/prepare/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare", - "version": "0.0.59", + "version": "0.0.60", "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 1d5ff9e61c..f7b06e4e5d 100644 --- a/__utils__/test-fixtures/CHANGELOG.md +++ b/__utils__/test-fixtures/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/test-fixtures +## 0.0.29 + +### Patch Changes + +- @pnpm/prepare@0.0.60 + ## 0.0.28 ### Patch Changes diff --git a/__utils__/test-fixtures/package.json b/__utils__/test-fixtures/package.json index 119877935e..d5473a02b3 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.0.28", + "version": "0.0.29", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index a13d5cd5f1..687f7cbd31 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/cli-utils +## 1.0.22 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/config@16.4.0 + - @pnpm/error@4.0.1 + - @pnpm/default-reporter@11.0.22 + - @pnpm/package-is-installable@7.0.4 + - @pnpm/manifest-utils@4.1.4 + - @pnpm/read-project-manifest@4.1.3 + ## 1.0.21 ### Patch Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index addb1448a6..65ff896b2a 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "1.0.21", + "version": "1.0.22", "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 cea635b71e..47510d5cef 100644 --- a/cli/default-reporter/CHANGELOG.md +++ b/cli/default-reporter/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/default-reporter +## 11.0.22 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/config@16.4.0 + - @pnpm/error@4.0.1 + ## 11.0.21 ### Patch Changes diff --git a/cli/default-reporter/package.json b/cli/default-reporter/package.json index ccc5cf23bd..aad2dff367 100644 --- a/cli/default-reporter/package.json +++ b/cli/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "11.0.21", + "version": "11.0.22", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/cli/parse-cli-args/CHANGELOG.md b/cli/parse-cli-args/CHANGELOG.md index fcd83f8bf1..dd3d079a83 100644 --- a/cli/parse-cli-args/CHANGELOG.md +++ b/cli/parse-cli-args/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/parse-cli-args +## 6.0.1 + +### Patch Changes + +- @pnpm/error@4.0.1 +- @pnpm/find-workspace-dir@5.0.1 + ## 6.0.0 ### Major Changes diff --git a/cli/parse-cli-args/package.json b/cli/parse-cli-args/package.json index 3d54098198..1d3434dc18 100644 --- a/cli/parse-cli-args/package.json +++ b/cli/parse-cli-args/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/parse-cli-args", - "version": "6.0.0", + "version": "6.0.1", "description": "Parses the CLI args passed to pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/config/CHANGELOG.md b/config/config/CHANGELOG.md index 03f5cf360d..e3228cf110 100644 --- a/config/config/CHANGELOG.md +++ b/config/config/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/config +## 16.4.0 + +### Minor Changes + +- 3ebce5db7: Added support for `pnpm-lock.yaml` format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the `use-lockfile-v6=true` setting in `.npmrc`. Or run `pnpm install --use-lockfile-v6` [#5810](https://github.com/pnpm/pnpm/pull/5810). + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + - @pnpm/pnpmfile@4.0.20 + - @pnpm/error@4.0.1 + - @pnpm/read-project-manifest@4.1.3 + ## 16.3.0 ### Minor Changes diff --git a/config/config/package.json b/config/config/package.json index b73b3da8d7..63094aeedd 100644 --- a/config/config/package.json +++ b/config/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "16.3.0", + "version": "16.4.0", "description": "Gets configuration options for pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/package-is-installable/CHANGELOG.md b/config/package-is-installable/CHANGELOG.md index f34a124660..59c9dbc73e 100644 --- a/config/package-is-installable/CHANGELOG.md +++ b/config/package-is-installable/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/package-is-installable +## 7.0.4 + +### Patch Changes + +- @pnpm/error@4.0.1 + ## 7.0.3 ### Patch Changes diff --git a/config/package-is-installable/package.json b/config/package-is-installable/package.json index ee4b74444a..c8863304e8 100644 --- a/config/package-is-installable/package.json +++ b/config/package-is-installable/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/package-is-installable", - "version": "7.0.3", + "version": "7.0.4", "description": "Checks if a package is installable on the current system", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/parse-overrides/CHANGELOG.md b/config/parse-overrides/CHANGELOG.md index 44d518c5ce..2125224b79 100644 --- a/config/parse-overrides/CHANGELOG.md +++ b/config/parse-overrides/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/parse-overrides +## 3.0.2 + +### Patch Changes + +- @pnpm/error@4.0.1 + ## 3.0.1 ### Patch Changes diff --git a/config/parse-overrides/package.json b/config/parse-overrides/package.json index bbe23681e5..899eb7a1e8 100644 --- a/config/parse-overrides/package.json +++ b/config/parse-overrides/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/parse-overrides", "description": "Parse overrides", - "version": "3.0.1", + "version": "3.0.2", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/config/plugin-commands-config/CHANGELOG.md b/config/plugin-commands-config/CHANGELOG.md index 8cb8f30be3..d10ddc692c 100644 --- a/config/plugin-commands-config/CHANGELOG.md +++ b/config/plugin-commands-config/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-config +## 1.0.4 + +### Patch Changes + +- f76a39973: `pnpm config set key=value` should work the same as `pnpm config set key value` [#5889](https://github.com/pnpm/pnpm/issues/5889). +- Updated dependencies [3ebce5db7] + - @pnpm/config@16.4.0 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + ## 1.0.3 ### Patch Changes diff --git a/config/plugin-commands-config/package.json b/config/plugin-commands-config/package.json index 715e6a9ad8..f44138ed6d 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": "1.0.3", + "version": "1.0.4", "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 6c3bbbcc72..0ae9ad5603 100644 --- a/env/node.fetcher/CHANGELOG.md +++ b/env/node.fetcher/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/node.fetcher +## 2.0.8 + +### Patch Changes + +- Updated dependencies [c7b05cd9a] + - @pnpm/tarball-fetcher@14.1.0 + - @pnpm/create-cafs-store@3.1.1 + - @pnpm/error@4.0.1 + ## 2.0.7 ### Patch Changes diff --git a/env/node.fetcher/package.json b/env/node.fetcher/package.json index 52a292f7ae..3f32f58367 100644 --- a/env/node.fetcher/package.json +++ b/env/node.fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.fetcher", - "version": "2.0.7", + "version": "2.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 0e1d370a45..62d99d9d3f 100644 --- a/env/node.resolver/CHANGELOG.md +++ b/env/node.resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/node.resolver +## 1.1.5 + +### Patch Changes + +- @pnpm/node.fetcher@2.0.8 + ## 1.1.4 ### Patch Changes diff --git a/env/node.resolver/package.json b/env/node.resolver/package.json index c71b0893fb..1522cac2a6 100644 --- a/env/node.resolver/package.json +++ b/env/node.resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.resolver", - "version": "1.1.4", + "version": "1.1.5", "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 1e91a0520c..8cfe39c139 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-env +## 3.1.16 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/config@16.4.0 + - @pnpm/node.fetcher@2.0.8 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + - @pnpm/node.resolver@1.1.5 + - @pnpm/remove-bins@4.0.5 + ## 3.1.15 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index f3012b789a..6f8cdcdf1b 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": "3.1.15", + "version": "3.1.16", "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 f0525ad89e..eb3c0e7185 100644 --- a/exec/build-modules/CHANGELOG.md +++ b/exec/build-modules/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/build-modules +## 10.1.1 + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] + - @pnpm/store-controller-types@14.3.0 + - @pnpm/lifecycle@14.1.5 + - @pnpm/calc-dep-state@3.0.2 + - @pnpm/error@4.0.1 + - @pnpm/link-bins@8.0.6 + - @pnpm/read-package-json@7.0.5 + - @pnpm/fs.hard-link-dir@1.0.0 + ## 10.1.0 ### Minor Changes diff --git a/exec/build-modules/package.json b/exec/build-modules/package.json index 5bed033bc4..30fff26fa5 100644 --- a/exec/build-modules/package.json +++ b/exec/build-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/build-modules", - "version": "10.1.0", + "version": "10.1.1", "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 250b182ff4..aca5b2b0e8 100644 --- a/exec/lifecycle/CHANGELOG.md +++ b/exec/lifecycle/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/lifecycle +## 14.1.5 + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] + - @pnpm/store-controller-types@14.3.0 + - @pnpm/error@4.0.1 + - @pnpm/read-package-json@7.0.5 + - @pnpm/directory-fetcher@5.1.4 + ## 14.1.4 ### Patch Changes diff --git a/exec/lifecycle/package.json b/exec/lifecycle/package.json index 1c0be26105..284fcfb32a 100644 --- a/exec/lifecycle/package.json +++ b/exec/lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lifecycle", - "version": "14.1.4", + "version": "14.1.5", "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 715d16258a..2cc4791d17 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,28 @@ # @pnpm/plugin-commands-rebuild +## 7.0.22 + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/store-controller-types@14.3.0 + - @pnpm/store-connection-manager@5.2.0 + - @pnpm/constants@6.2.0 + - @pnpm/get-context@8.1.0 + - @pnpm/config@16.4.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/lifecycle@14.1.5 + - @pnpm/find-workspace-packages@5.0.22 + - @pnpm/cli-utils@1.0.22 + - @pnpm/lockfile-utils@5.0.3 + - @pnpm/lockfile-walker@6.0.5 + - @pnpm/link-bins@8.0.6 + - @pnpm/fs.hard-link-dir@1.0.0 + ## 7.0.21 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index f8251e33b0..66692b6bf7 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": "7.0.21", + "version": "7.0.22", "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 882a0a2682..a43e468afb 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/plugin-commands-script-runners +## 6.3.2 + +### Patch Changes + +- 8ecbcafdd: `pnpm run` should fail if the path to the project contains colon(s). +- 8ecbcafdd: `pnpm exec` should work when the path to the project contains colon(s) [#5846](https://github.com/pnpm/pnpm/issues/5846). +- Updated dependencies [3ebce5db7] + - @pnpm/plugin-commands-installation@11.3.0 + - @pnpm/config@16.4.0 + - @pnpm/lifecycle@14.1.5 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + - @pnpm/read-package-json@7.0.5 + - @pnpm/read-project-manifest@4.1.3 + ## 6.3.1 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 9e1fa7863b..154ef7bd4f 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": "6.3.1", + "version": "6.3.2", "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 656939b2aa..24fb6918f4 100644 --- a/exec/prepare-package/CHANGELOG.md +++ b/exec/prepare-package/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/prepare-package +## 4.1.0 + +### Minor Changes + +- c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. + +### Patch Changes + +- @pnpm/lifecycle@14.1.5 +- @pnpm/read-package-json@7.0.5 + ## 4.0.1 ### Patch Changes diff --git a/exec/prepare-package/package.json b/exec/prepare-package/package.json index 2634d50830..5f6a4b31d7 100644 --- a/exec/prepare-package/package.json +++ b/exec/prepare-package/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare-package", - "version": "4.0.1", + "version": "4.1.0", "description": "Prepares a Git-hosted package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/fetching/directory-fetcher/CHANGELOG.md b/fetching/directory-fetcher/CHANGELOG.md index 710f7ef366..955eb4c4ec 100644 --- a/fetching/directory-fetcher/CHANGELOG.md +++ b/fetching/directory-fetcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/directory-fetcher +## 5.1.4 + +### Patch Changes + +- @pnpm/read-project-manifest@4.1.3 + ## 5.1.3 ### Patch Changes diff --git a/fetching/directory-fetcher/package.json b/fetching/directory-fetcher/package.json index 41c5c673d7..de90404fa9 100644 --- a/fetching/directory-fetcher/package.json +++ b/fetching/directory-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/directory-fetcher", - "version": "5.1.3", + "version": "5.1.4", "description": "A fetcher for local directory packages", "funding": "https://opencollective.com/pnpm", "main": "lib/index.js", diff --git a/fetching/git-fetcher/CHANGELOG.md b/fetching/git-fetcher/CHANGELOG.md index 50e18410ae..689d47d5e6 100644 --- a/fetching/git-fetcher/CHANGELOG.md +++ b/fetching/git-fetcher/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/git-fetcher +## 8.0.0 + +### Major Changes + +- c7b05cd9a: Added `@pnpm/logger` to the peer dependencies. + +### Minor Changes + +- c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. + +### Patch Changes + +- Updated dependencies [c7b05cd9a] + - @pnpm/prepare-package@4.1.0 + ## 7.0.1 ### Patch Changes diff --git a/fetching/git-fetcher/package.json b/fetching/git-fetcher/package.json index 286b017b68..eaee826ff8 100644 --- a/fetching/git-fetcher/package.json +++ b/fetching/git-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/git-fetcher", - "version": "7.0.1", + "version": "8.0.0", "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 6c117677b7..70c3fdd39b 100644 --- a/fetching/tarball-fetcher/CHANGELOG.md +++ b/fetching/tarball-fetcher/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/tarball-fetcher +## 14.1.0 + +### Minor Changes + +- c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. + +### Patch Changes + +- Updated dependencies [c7b05cd9a] + - @pnpm/prepare-package@4.1.0 + - @pnpm/error@4.0.1 + ## 14.0.1 ### Patch Changes diff --git a/fetching/tarball-fetcher/package.json b/fetching/tarball-fetcher/package.json index 156c77d407..55038ba887 100644 --- a/fetching/tarball-fetcher/package.json +++ b/fetching/tarball-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/tarball-fetcher", - "version": "14.0.1", + "version": "14.1.0", "description": "Fetcher for packages hosted as tarballs", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/fs/find-packages/CHANGELOG.md b/fs/find-packages/CHANGELOG.md index 0fa0dab395..45114365a3 100644 --- a/fs/find-packages/CHANGELOG.md +++ b/fs/find-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/fs.find-packages +## 1.0.2 + +### Patch Changes + +- @pnpm/read-project-manifest@4.1.3 + ## 1.0.1 ### Patch Changes diff --git a/fs/find-packages/package.json b/fs/find-packages/package.json index 4b0f9d5c8d..938682d02e 100644 --- a/fs/find-packages/package.json +++ b/fs/find-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/fs.find-packages", - "version": "1.0.1", + "version": "1.0.2", "description": "Find all packages inside a directory", "main": "lib/index.js", "files": [ diff --git a/fs/indexed-pkg-importer/CHANGELOG.md b/fs/indexed-pkg-importer/CHANGELOG.md index 700c6a68cc..8cc9da3441 100644 --- a/fs/indexed-pkg-importer/CHANGELOG.md +++ b/fs/indexed-pkg-importer/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/fs.indexed-pkg-importer +## 2.1.1 + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] + - @pnpm/store-controller-types@14.3.0 + ## 2.1.0 ### Minor Changes diff --git a/fs/indexed-pkg-importer/package.json b/fs/indexed-pkg-importer/package.json index f5701f9ee8..d346c1ab78 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": "2.1.0", + "version": "2.1.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/hooks/pnpmfile/CHANGELOG.md b/hooks/pnpmfile/CHANGELOG.md index 082506f76a..8f7fb737cf 100644 --- a/hooks/pnpmfile/CHANGELOG.md +++ b/hooks/pnpmfile/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/pnpmfile +## 4.0.20 + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] + - @pnpm/store-controller-types@14.3.0 + - @pnpm/core@7.6.0 + - @pnpm/error@4.0.1 + ## 4.0.19 ### Patch Changes diff --git a/hooks/pnpmfile/package.json b/hooks/pnpmfile/package.json index 6587d94d82..f17ac11eed 100644 --- a/hooks/pnpmfile/package.json +++ b/hooks/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "4.0.19", + "version": "4.0.20", "description": "Reading a .pnpmfile.cjs", "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 c24513bff6..5a5bfc10ed 100644 --- a/hooks/read-package-hook/CHANGELOG.md +++ b/hooks/read-package-hook/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/hooks.read-package-hook +## 2.0.10 + +### Patch Changes + +- @pnpm/parse-overrides@3.0.2 + ## 2.0.9 ### Patch Changes diff --git a/hooks/read-package-hook/package.json b/hooks/read-package-hook/package.json index 06a4b83dc6..44129cef8d 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": "2.0.9", + "version": "2.0.10", "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 58e626d045..30911189e8 100644 --- a/lockfile/audit/CHANGELOG.md +++ b/lockfile/audit/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/audit +## 6.0.5 + +### Patch Changes + +- @pnpm/error@4.0.1 +- @pnpm/lockfile-utils@5.0.3 +- @pnpm/lockfile-walker@6.0.5 +- @pnpm/read-project-manifest@4.1.3 + ## 6.0.4 ### Patch Changes diff --git a/lockfile/audit/package.json b/lockfile/audit/package.json index eda2f09ffc..43611962dc 100644 --- a/lockfile/audit/package.json +++ b/lockfile/audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/audit", - "version": "6.0.4", + "version": "6.0.5", "description": "Audit a lockfile", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/filter-lockfile/CHANGELOG.md b/lockfile/filter-lockfile/CHANGELOG.md index b2ce3f7d2e..3067c8fe4f 100644 --- a/lockfile/filter-lockfile/CHANGELOG.md +++ b/lockfile/filter-lockfile/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/filter-lockfile +## 7.0.6 + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/error@4.0.1 + - @pnpm/lockfile-utils@5.0.3 + - @pnpm/lockfile-walker@6.0.5 + - @pnpm/package-is-installable@7.0.4 + ## 7.0.5 ### Patch Changes diff --git a/lockfile/filter-lockfile/package.json b/lockfile/filter-lockfile/package.json index 09daf120dd..68d680669d 100644 --- a/lockfile/filter-lockfile/package.json +++ b/lockfile/filter-lockfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/filter-lockfile", - "version": "7.0.5", + "version": "7.0.6", "description": "Filters 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 0bf1541c8d..0e88a53722 100644 --- a/lockfile/lockfile-file/CHANGELOG.md +++ b/lockfile/lockfile-file/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/lockfile-file +## 7.0.0 + +### Major Changes + +- 3ebce5db7: Breaking change to the API of the read functions. Instead of one wanted lockfile version, it now expects an array of `wantedVersions`. + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/error@4.0.1 + ## 6.0.5 ### Patch Changes diff --git a/lockfile/lockfile-file/package.json b/lockfile/lockfile-file/package.json index 6c256ffe1c..e30dab1f7a 100644 --- a/lockfile/lockfile-file/package.json +++ b/lockfile/lockfile-file/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile-file", - "version": "6.0.5", + "version": "7.0.0", "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 63d71d4b2c..f6c9ef0940 100644 --- a/lockfile/lockfile-to-pnp/CHANGELOG.md +++ b/lockfile/lockfile-to-pnp/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/lockfile-to-pnp +## 2.0.7 + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/lockfile-file@7.0.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/lockfile-utils@5.0.3 + ## 2.0.6 ### Patch Changes diff --git a/lockfile/lockfile-to-pnp/package.json b/lockfile/lockfile-to-pnp/package.json index 320a7f0477..67a3e085aa 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": "2.0.6", + "version": "2.0.7", "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/lockfile-utils/CHANGELOG.md b/lockfile/lockfile-utils/CHANGELOG.md index 20d8d1da4d..7b67b8262f 100644 --- a/lockfile/lockfile-utils/CHANGELOG.md +++ b/lockfile/lockfile-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/lockfile-utils +## 5.0.3 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/dependency-path@1.1.0 + ## 5.0.2 ### Patch Changes diff --git a/lockfile/lockfile-utils/package.json b/lockfile/lockfile-utils/package.json index ce141a0f3e..08589adeef 100644 --- a/lockfile/lockfile-utils/package.json +++ b/lockfile/lockfile-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile-utils", - "version": "5.0.2", + "version": "5.0.3", "description": "Utils for dealing with pnpm-lock.yaml", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/lockfile-walker/CHANGELOG.md b/lockfile/lockfile-walker/CHANGELOG.md index 9450d4f3c0..8ee09c5ea8 100644 --- a/lockfile/lockfile-walker/CHANGELOG.md +++ b/lockfile/lockfile-walker/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/lockfile-walker +## 6.0.5 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/dependency-path@1.1.0 + ## 6.0.4 ### Patch Changes diff --git a/lockfile/lockfile-walker/package.json b/lockfile/lockfile-walker/package.json index 2895d62276..fbc1739879 100644 --- a/lockfile/lockfile-walker/package.json +++ b/lockfile/lockfile-walker/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile-walker", - "version": "6.0.4", + "version": "6.0.5", "description": "Walk over all the dependencies in a lockfile", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/plugin-commands-audit/CHANGELOG.md b/lockfile/plugin-commands-audit/CHANGELOG.md index 9b6af4e3ec..570e1f64a4 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,21 @@ # @pnpm/plugin-commands-audit +## 7.1.17 + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + - @pnpm/lockfile-file@7.0.0 + - @pnpm/config@16.4.0 + - @pnpm/audit@6.0.5 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + - @pnpm/network.auth-header@1.0.1 + - @pnpm/read-project-manifest@4.1.3 + ## 7.1.16 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index ae4f2f7b18..4f76f936c1 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": "7.1.16", + "version": "7.1.17", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/prune-lockfile/CHANGELOG.md b/lockfile/prune-lockfile/CHANGELOG.md index 05b810d5e8..c3d53c6643 100644 --- a/lockfile/prune-lockfile/CHANGELOG.md +++ b/lockfile/prune-lockfile/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/prune-lockfile +## 4.0.21 + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + - @pnpm/dependency-path@1.1.0 + ## 4.0.20 ### Patch Changes diff --git a/lockfile/prune-lockfile/package.json b/lockfile/prune-lockfile/package.json index 3d6adda473..5bba71d927 100644 --- a/lockfile/prune-lockfile/package.json +++ b/lockfile/prune-lockfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prune-lockfile", - "version": "4.0.20", + "version": "4.0.21", "description": "Prune a pnpm-lock.yaml", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/network/auth-header/CHANGELOG.md b/network/auth-header/CHANGELOG.md index f0fbf77da8..178ea78185 100644 --- a/network/auth-header/CHANGELOG.md +++ b/network/auth-header/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/network.auth-header +## 1.0.1 + +### Patch Changes + +- @pnpm/error@4.0.1 + ## 1.0.0 ### Major Changes diff --git a/network/auth-header/package.json b/network/auth-header/package.json index 69688107ac..1f024be07e 100644 --- a/network/auth-header/package.json +++ b/network/auth-header/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/network.auth-header", - "version": "1.0.0", + "version": "1.0.1", "description": "Gets the authorization header for the given URI", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/calc-dep-state/CHANGELOG.md b/packages/calc-dep-state/CHANGELOG.md index c88c5d1919..32d3c74894 100644 --- a/packages/calc-dep-state/CHANGELOG.md +++ b/packages/calc-dep-state/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/calc-dep-state +## 3.0.2 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + ## 3.0.1 ### Patch Changes diff --git a/packages/calc-dep-state/package.json b/packages/calc-dep-state/package.json index 12a4c40755..33deccde53 100644 --- a/packages/calc-dep-state/package.json +++ b/packages/calc-dep-state/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/calc-dep-state", - "version": "3.0.1", + "version": "3.0.2", "description": "Calculates the state of a dependency", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index a9c47a3344..3450c748bb 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/constants +## 6.2.0 + +### Minor Changes + +- 3ebce5db7: Exported a constant for the new lockfile format version: `LOCKFILE_FORMAT_V6`. + ## 6.1.0 ### Minor Changes diff --git a/packages/constants/package.json b/packages/constants/package.json index 28314bc9f9..fbbb65fb39 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/constants", - "version": "6.1.0", + "version": "6.2.0", "description": "pnpm constants", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/dependency-path/CHANGELOG.md b/packages/dependency-path/CHANGELOG.md index 21c4db6975..02d015aa9a 100644 --- a/packages/dependency-path/CHANGELOG.md +++ b/packages/dependency-path/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/dependency-path +## 1.1.0 + +### Minor Changes + +- 3ebce5db7: Updated the functions to support dependency paths used in the 6th version of the lockfile. Exported a new function: createPeersFolderSuffixNewFormat. + +### Patch Changes + +- @pnpm/crypto.base32-hash@1.0.1 + ## 1.0.1 ### Patch Changes diff --git a/packages/dependency-path/package.json b/packages/dependency-path/package.json index 84c2f186be..0b27b9aa38 100644 --- a/packages/dependency-path/package.json +++ b/packages/dependency-path/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/dependency-path", - "version": "1.0.1", + "version": "1.1.0", "description": "Utilities for working with symlinked node_modules", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/error/CHANGELOG.md b/packages/error/CHANGELOG.md index ea793f5aae..e59d58ead7 100644 --- a/packages/error/CHANGELOG.md +++ b/packages/error/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/error +## 4.0.1 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + ## 4.0.0 ### Major Changes diff --git a/packages/error/package.json b/packages/error/package.json index dba2142ef5..34db138154 100644 --- a/packages/error/package.json +++ b/packages/error/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/error", - "version": "4.0.0", + "version": "4.0.1", "description": "An error class for pnpm errors", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/make-dedicated-lockfile/CHANGELOG.md b/packages/make-dedicated-lockfile/CHANGELOG.md index 9a48aa6a17..953c62548a 100644 --- a/packages/make-dedicated-lockfile/CHANGELOG.md +++ b/packages/make-dedicated-lockfile/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/make-dedicated-lockfile +## 0.4.7 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/lockfile-file@7.0.0 + - @pnpm/prune-lockfile@4.0.21 + - @pnpm/error@4.0.1 + - @pnpm/exportable-manifest@4.0.6 + - @pnpm/read-project-manifest@4.1.3 + - @pnpm/find-workspace-dir@5.0.1 + ## 0.4.6 ### Patch Changes diff --git a/packages/make-dedicated-lockfile/package.json b/packages/make-dedicated-lockfile/package.json index e67ab8e78b..52b38847a8 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.4.6", + "version": "0.4.7", "description": "Creates a dedicated lockfile for a subset of workspace projects", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/mount-modules/CHANGELOG.md b/packages/mount-modules/CHANGELOG.md index f3a15ff0b5..244f8815f7 100644 --- a/packages/mount-modules/CHANGELOG.md +++ b/packages/mount-modules/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/mount-modules +## 0.3.22 + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/lockfile-file@7.0.0 + - @pnpm/config@16.4.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/cafs@5.0.5 + - @pnpm/lockfile-utils@5.0.3 + ## 0.3.21 ### Patch Changes diff --git a/packages/mount-modules/package.json b/packages/mount-modules/package.json index 7143678345..2166b6f8ee 100644 --- a/packages/mount-modules/package.json +++ b/packages/mount-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.3.21", + "version": "0.3.22", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/packages/plugin-commands-doctor/CHANGELOG.md b/packages/plugin-commands-doctor/CHANGELOG.md index 3f0d47aee4..c41276a93b 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-doctor +## 1.0.20 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/config@16.4.0 + - @pnpm/cli-utils@1.0.22 + ## 1.0.19 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index eba7f27a6e..b4a1bb238a 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": "1.0.19", + "version": "1.0.20", "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 a50df24902..353084850d 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-init +## 2.0.22 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/config@16.4.0 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + ## 2.0.21 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index 5da934222d..6c77b33f20 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": "2.0.21", + "version": "2.0.22", "description": "Create a package.json file", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-patching/CHANGELOG.md b/packages/plugin-commands-patching/CHANGELOG.md index 753d5c74f8..2a2e5728fe 100644 --- a/packages/plugin-commands-patching/CHANGELOG.md +++ b/packages/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/plugin-commands-patching +## 2.0.22 + +### Patch Changes + +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] + - @pnpm/store-connection-manager@5.2.0 + - @pnpm/plugin-commands-installation@11.3.0 + - @pnpm/config@16.4.0 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + - @pnpm/read-package-json@7.0.5 + - @pnpm/read-project-manifest@4.1.3 + ## 2.0.21 ### Patch Changes diff --git a/packages/plugin-commands-patching/package.json b/packages/plugin-commands-patching/package.json index 3b1caac165..0160f9d421 100644 --- a/packages/plugin-commands-patching/package.json +++ b/packages/plugin-commands-patching/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-patching", - "version": "2.0.21", + "version": "2.0.22", "description": "Commands for creating patches", "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 6425670eed..187b81b6be 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 3.0.22 + +### Patch Changes + +- @pnpm/cli-utils@1.0.22 + ## 3.0.21 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 4402d72e8f..e5e040563d 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": "3.0.21", + "version": "3.0.22", "description": "pnpm commands for setting up pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/client/CHANGELOG.md b/pkg-manager/client/CHANGELOG.md index aeb3783668..2216dfd6a1 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,21 @@ # @pnpm/client +## 9.1.0 + +### Minor Changes + +- c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. + +### Patch Changes + +- Updated dependencies [c7b05cd9a] +- Updated dependencies [c7b05cd9a] + - @pnpm/tarball-fetcher@14.1.0 + - @pnpm/git-fetcher@8.0.0 + - @pnpm/network.auth-header@1.0.1 + - @pnpm/default-resolver@17.0.6 + - @pnpm/directory-fetcher@5.1.4 + ## 9.0.1 ### Patch Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index 0860498309..1e6814d4e7 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "9.0.1", + "version": "9.1.0", "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 579f8b548f..67a1d38eab 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,49 @@ # @pnpm/core +## 7.6.0 + +### Minor Changes + +- 3ebce5db7: Added support for `pnpm-lock.yaml` format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the `use-lockfile-v6=true` setting in `.npmrc`. Or run `pnpm install --use-lockfile-v6` [#5810](https://github.com/pnpm/pnpm/pull/5810). + +### Patch Changes + +- c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. +- Updated dependencies [891a8d763] +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/headless@19.4.1 + - @pnpm/package-requester@20.1.0 + - @pnpm/store-controller-types@14.3.0 + - @pnpm/resolve-dependencies@29.2.0 + - @pnpm/constants@6.2.0 + - @pnpm/lockfile-file@7.0.0 + - @pnpm/get-context@8.1.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/build-modules@10.1.1 + - @pnpm/lifecycle@14.1.5 + - @pnpm/modules-cleaner@13.0.7 + - @pnpm/filter-lockfile@7.0.6 + - @pnpm/prune-lockfile@4.0.21 + - @pnpm/calc-dep-state@3.0.2 + - @pnpm/error@4.0.1 + - @pnpm/hoist@7.0.9 + - @pnpm/lockfile-to-pnp@2.0.7 + - @pnpm/lockfile-utils@5.0.3 + - @pnpm/lockfile-walker@6.0.5 + - @pnpm/link-bins@8.0.6 + - @pnpm/manifest-utils@4.1.4 + - @pnpm/read-package-json@7.0.5 + - @pnpm/read-project-manifest@4.1.3 + - @pnpm/symlink-dependency@6.0.3 + - @pnpm/crypto.base32-hash@1.0.1 + - @pnpm/hooks.read-package-hook@2.0.10 + - @pnpm/remove-bins@4.0.5 + ## 7.5.0 ### Minor Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index b5bf4c9c3c..4d2099894e 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": "7.5.0", + "version": "7.6.0", "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 1c7ff0525b..45457136dd 100644 --- a/pkg-manager/get-context/CHANGELOG.md +++ b/pkg-manager/get-context/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/get-context +## 8.1.0 + +### Minor Changes + +- 3ebce5db7: Added support for `pnpm-lock.yaml` format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the `use-lockfile-v6=true` setting in `.npmrc`. Or run `pnpm install --use-lockfile-v6` [#5810](https://github.com/pnpm/pnpm/pull/5810). + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + - @pnpm/lockfile-file@7.0.0 + - @pnpm/error@4.0.1 + - @pnpm/read-projects-context@7.0.6 + ## 8.0.6 ### Patch Changes diff --git a/pkg-manager/get-context/package.json b/pkg-manager/get-context/package.json index 3ffbfb56f6..cb5481526b 100644 --- a/pkg-manager/get-context/package.json +++ b/pkg-manager/get-context/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/get-context", - "version": "8.0.6", + "version": "8.1.0", "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 9db428db74..148b3d336c 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,40 @@ # @pnpm/headless +## 19.4.1 + +### Patch Changes + +- 891a8d763: The upload of built artifacts (side effects) should not fail when `node-linker` is set to `hoisted` and installation runs on a project that already had a `node_modules` directory [#5823](https://github.com/pnpm/pnpm/issues/5823). + + This fixes a bug introduced by [#5814](https://github.com/pnpm/pnpm/pull/5814). + +- c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/package-requester@20.1.0 + - @pnpm/store-controller-types@14.3.0 + - @pnpm/constants@6.2.0 + - @pnpm/lockfile-file@7.0.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/build-modules@10.1.1 + - @pnpm/lifecycle@14.1.5 + - @pnpm/modules-cleaner@13.0.7 + - @pnpm/filter-lockfile@7.0.6 + - @pnpm/calc-dep-state@3.0.2 + - @pnpm/error@4.0.1 + - @pnpm/hoist@7.0.9 + - @pnpm/lockfile-to-pnp@2.0.7 + - @pnpm/real-hoist@1.1.2 + - @pnpm/lockfile-utils@5.0.3 + - @pnpm/package-is-installable@7.0.4 + - @pnpm/link-bins@8.0.6 + - @pnpm/read-package-json@7.0.5 + - @pnpm/read-project-manifest@4.1.3 + - @pnpm/symlink-dependency@6.0.3 + ## 19.4.0 ### Minor Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 39530d934a..f6790b39b9 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": "19.4.0", + "version": "19.4.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/hoist/CHANGELOG.md b/pkg-manager/hoist/CHANGELOG.md index cd09514c1a..75d9d2f927 100644 --- a/pkg-manager/hoist/CHANGELOG.md +++ b/pkg-manager/hoist/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/hoist +## 7.0.9 + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/lockfile-utils@5.0.3 + - @pnpm/lockfile-walker@6.0.5 + - @pnpm/link-bins@8.0.6 + ## 7.0.8 ### Patch Changes diff --git a/pkg-manager/hoist/package.json b/pkg-manager/hoist/package.json index 0444fa0a07..c041beee5d 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": "7.0.8", + "version": "7.0.9", "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 c72ddf57ab..cbd424684b 100644 --- a/pkg-manager/link-bins/CHANGELOG.md +++ b/pkg-manager/link-bins/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/link-bins +## 8.0.6 + +### Patch Changes + +- @pnpm/error@4.0.1 +- @pnpm/manifest-utils@4.1.4 +- @pnpm/read-package-json@7.0.5 +- @pnpm/read-project-manifest@4.1.3 + ## 8.0.5 ### Patch Changes diff --git a/pkg-manager/link-bins/package.json b/pkg-manager/link-bins/package.json index 94df141107..ea44d98590 100644 --- a/pkg-manager/link-bins/package.json +++ b/pkg-manager/link-bins/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/link-bins", - "version": "8.0.5", + "version": "8.0.6", "description": "Link bins to node_modules/.bin", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/modules-cleaner/CHANGELOG.md b/pkg-manager/modules-cleaner/CHANGELOG.md index 2e9cbdb599..c3f7ea1694 100644 --- a/pkg-manager/modules-cleaner/CHANGELOG.md +++ b/pkg-manager/modules-cleaner/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/modules-cleaner +## 13.0.7 + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] + - @pnpm/store-controller-types@14.3.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/filter-lockfile@7.0.6 + - @pnpm/lockfile-utils@5.0.3 + - @pnpm/remove-bins@4.0.5 + ## 13.0.6 ### Patch Changes diff --git a/pkg-manager/modules-cleaner/package.json b/pkg-manager/modules-cleaner/package.json index 8cd7ae3928..da92b6f007 100644 --- a/pkg-manager/modules-cleaner/package.json +++ b/pkg-manager/modules-cleaner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/modules-cleaner", - "version": "13.0.6", + "version": "13.0.7", "description": "Exports util functions to clean up node_modules", "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 d8dfac5749..3b852e0677 100644 --- a/pkg-manager/package-requester/CHANGELOG.md +++ b/pkg-manager/package-requester/CHANGELOG.md @@ -1,5 +1,24 @@ # @pnpm/package-requester +## 20.1.0 + +### Minor Changes + +- 891a8d763: New function added to the store: `getFilesIndexFilePath`. +- c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] + - @pnpm/store-controller-types@14.3.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/cafs@5.0.5 + - @pnpm/error@4.0.1 + - @pnpm/package-is-installable@7.0.4 + - @pnpm/read-package-json@7.0.5 + ## 20.0.5 ### Patch Changes diff --git a/pkg-manager/package-requester/package.json b/pkg-manager/package-requester/package.json index 2a5a073ea2..dfb67b7161 100644 --- a/pkg-manager/package-requester/package.json +++ b/pkg-manager/package-requester/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/package-requester", - "version": "20.0.5", + "version": "20.1.0", "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 2860570292..79b9fd15fc 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,33 @@ # @pnpm/plugin-commands-installation +## 11.3.0 + +### Minor Changes + +- 3ebce5db7: Added support for `pnpm-lock.yaml` format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the `use-lockfile-v6=true` setting in `.npmrc`. Or run `pnpm install --use-lockfile-v6` [#5810](https://github.com/pnpm/pnpm/pull/5810). + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/package-store@15.1.0 + - @pnpm/store-connection-manager@5.2.0 + - @pnpm/core@7.6.0 + - @pnpm/constants@6.2.0 + - @pnpm/config@16.4.0 + - @pnpm/plugin-commands-rebuild@7.0.22 + - @pnpm/pnpmfile@4.0.20 + - @pnpm/outdated@11.0.12 + - @pnpm/error@4.0.1 + - @pnpm/find-workspace-packages@5.0.22 + - @pnpm/cli-utils@1.0.22 + - @pnpm/manifest-utils@4.1.4 + - @pnpm/read-project-manifest@4.1.3 + - @pnpm/filter-workspace-packages@6.0.22 + - @pnpm/find-workspace-dir@5.0.1 + ## 11.2.0 ### Minor Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 49fd6b6cf2..db29ca06bb 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": "11.2.0", + "version": "11.3.0", "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 ff850f6512..2929a3aacb 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 +## 7.0.6 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/lockfile-file@7.0.0 + ## 7.0.5 ### Patch Changes diff --git a/pkg-manager/read-projects-context/package.json b/pkg-manager/read-projects-context/package.json index dfc12ae7df..9f118f59b8 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": "7.0.5", + "version": "7.0.6", "description": "Reads the current state of projects from modules manifest", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/real-hoist/CHANGELOG.md b/pkg-manager/real-hoist/CHANGELOG.md index 2618dff798..9943534b95 100644 --- a/pkg-manager/real-hoist/CHANGELOG.md +++ b/pkg-manager/real-hoist/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/real-hoist +## 1.1.2 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/dependency-path@1.1.0 + - @pnpm/error@4.0.1 + - @pnpm/lockfile-utils@5.0.3 + ## 1.1.1 ### Patch Changes diff --git a/pkg-manager/real-hoist/package.json b/pkg-manager/real-hoist/package.json index 6979c28a6f..c9d7868807 100644 --- a/pkg-manager/real-hoist/package.json +++ b/pkg-manager/real-hoist/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/real-hoist", "description": "Hoists dependencies in a node_modules created by pnpm", - "version": "1.1.1", + "version": "1.1.2", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/remove-bins/CHANGELOG.md b/pkg-manager/remove-bins/CHANGELOG.md index add961587b..14332f386e 100644 --- a/pkg-manager/remove-bins/CHANGELOG.md +++ b/pkg-manager/remove-bins/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/remove-bins +## 4.0.5 + +### Patch Changes + +- @pnpm/read-package-json@7.0.5 + ## 4.0.4 ### Patch Changes diff --git a/pkg-manager/remove-bins/package.json b/pkg-manager/remove-bins/package.json index 319113f902..af3d9302e4 100644 --- a/pkg-manager/remove-bins/package.json +++ b/pkg-manager/remove-bins/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/remove-bins", - "version": "4.0.4", + "version": "4.0.5", "description": "Remove bins from .bin", "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 e3300903c6..fccc647560 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,28 @@ # @pnpm/resolve-dependencies +## 29.2.0 + +### Minor Changes + +- c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. +- 3ebce5db7: Added support for `pnpm-lock.yaml` format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the `use-lockfile-v6=true` setting in `.npmrc`. Or run `pnpm install --use-lockfile-v6` [#5810](https://github.com/pnpm/pnpm/pull/5810). + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/store-controller-types@14.3.0 + - @pnpm/constants@6.2.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/prune-lockfile@4.0.21 + - @pnpm/error@4.0.1 + - @pnpm/lockfile-utils@5.0.3 + - @pnpm/manifest-utils@4.1.4 + - @pnpm/read-package-json@7.0.5 + - @pnpm/npm-resolver@15.0.5 + ## 29.1.0 ### Minor Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index cb866a3986..73548268d9 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "29.1.0", + "version": "29.2.0", "description": "Resolves dependency graph of a package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manifest/exportable-manifest/CHANGELOG.md b/pkg-manifest/exportable-manifest/CHANGELOG.md index 1a365f1601..d8aae65844 100644 --- a/pkg-manifest/exportable-manifest/CHANGELOG.md +++ b/pkg-manifest/exportable-manifest/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/exportable-manifest +## 4.0.6 + +### Patch Changes + +- @pnpm/error@4.0.1 +- @pnpm/read-project-manifest@4.1.3 + ## 4.0.5 ### Patch Changes diff --git a/pkg-manifest/exportable-manifest/package.json b/pkg-manifest/exportable-manifest/package.json index a8ec2cbfe6..fcf9173997 100644 --- a/pkg-manifest/exportable-manifest/package.json +++ b/pkg-manifest/exportable-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/exportable-manifest", - "version": "4.0.5", + "version": "4.0.6", "description": "Creates an exportable manifest", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manifest/manifest-utils/CHANGELOG.md b/pkg-manifest/manifest-utils/CHANGELOG.md index a7d0903856..2357cc1c90 100644 --- a/pkg-manifest/manifest-utils/CHANGELOG.md +++ b/pkg-manifest/manifest-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/manifest-utils +## 4.1.4 + +### Patch Changes + +- @pnpm/error@4.0.1 + ## 4.1.3 ### Patch Changes diff --git a/pkg-manifest/manifest-utils/package.json b/pkg-manifest/manifest-utils/package.json index 31db64993e..769dc0d18f 100644 --- a/pkg-manifest/manifest-utils/package.json +++ b/pkg-manifest/manifest-utils/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/manifest-utils", "description": "Utils for dealing with package manifest", - "version": "4.1.3", + "version": "4.1.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manifest/read-package-json/CHANGELOG.md b/pkg-manifest/read-package-json/CHANGELOG.md index f1eff8b755..7f018e82b2 100644 --- a/pkg-manifest/read-package-json/CHANGELOG.md +++ b/pkg-manifest/read-package-json/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/read-package-json +## 7.0.5 + +### Patch Changes + +- @pnpm/error@4.0.1 + ## 7.0.4 ### Patch Changes diff --git a/pkg-manifest/read-package-json/package.json b/pkg-manifest/read-package-json/package.json index 2dabf28763..58af900a71 100644 --- a/pkg-manifest/read-package-json/package.json +++ b/pkg-manifest/read-package-json/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/read-package-json", - "version": "7.0.4", + "version": "7.0.5", "description": "Read a package.json", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manifest/read-project-manifest/CHANGELOG.md b/pkg-manifest/read-project-manifest/CHANGELOG.md index 64a1ad392b..7259c5325e 100644 --- a/pkg-manifest/read-project-manifest/CHANGELOG.md +++ b/pkg-manifest/read-project-manifest/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/read-project-manifest +## 4.1.3 + +### Patch Changes + +- @pnpm/error@4.0.1 + ## 4.1.2 ### Patch Changes diff --git a/pkg-manifest/read-project-manifest/package.json b/pkg-manifest/read-project-manifest/package.json index 0191538406..4c84298a11 100644 --- a/pkg-manifest/read-project-manifest/package.json +++ b/pkg-manifest/read-project-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/read-project-manifest", - "version": "4.1.2", + "version": "4.1.3", "description": "Read a project manifest (called package.json in most cases)", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index 5b9d4e0cb9..3091a83bc5 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,22 @@ # pnpm +## 7.24.0 + +### Minor Changes + +- Added support for `pnpm-lock.yaml` format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the `use-lockfile-v6=true` setting in `.npmrc`. Or run `pnpm install --use-lockfile-v6` [#5810](https://github.com/pnpm/pnpm/pull/5810). + +### Patch Changes + +- `pnpm run` should fail if the path to the project contains colon(s). +- `pnpm config set key=value` should work the same as `pnpm config set key value` [#5889](https://github.com/pnpm/pnpm/issues/5889). +- The upload of built artifacts (side effects) should not fail when `node-linker` is set to `hoisted` and installation runs on a project that already had a `node_modules` directory [#5823](https://github.com/pnpm/pnpm/issues/5823). + + This fixes a bug introduced by [#5814](https://github.com/pnpm/pnpm/pull/5814). + +- `pnpm exec` should work when the path to the project contains colon(s) [#5846](https://github.com/pnpm/pnpm/issues/5846). +- Git-hosted dependencies should not be built, when `ignore-scripts` is set to `true` [#5876](https://github.com/pnpm/pnpm/issues/5876). + ## 7.23.0 ### Minor Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 09a3d11283..351b072520 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": "7.23.0", + "version": "7.24.0", "publishConfig": { "bin": { "pnpm": "pnpm" diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 24b59e12bc..c5a640543c 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "7.23.0", + "version": "7.24.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index eaf9efe5f8..4fa44d9427 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "7.23.0", + "version": "7.24.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index bb4943b1d3..ec57b3ac27 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "7.23.0", + "version": "7.24.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 5b06ec8bea..9c06f0600c 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "7.23.0", + "version": "7.24.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 5d1bb6a601..84c7c677fe 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "7.23.0", + "version": "7.24.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 8c6a604e4f..9646ca1144 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "7.23.0", + "version": "7.24.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 a98441bed4..b88eefeeba 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-deploy +## 2.0.22 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/plugin-commands-installation@11.3.0 + - @pnpm/fs.indexed-pkg-importer@2.1.1 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + - @pnpm/directory-fetcher@5.1.4 + ## 2.0.21 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 1736f56821..6fa8ddbef2 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": "2.0.21", + "version": "2.0.22", "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 0970c5a9ab..e8821e867a 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-publishing +## 6.1.2 + +### Patch Changes + +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] + - @pnpm/client@9.1.0 + - @pnpm/config@16.4.0 + - @pnpm/lifecycle@14.1.5 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + - @pnpm/exportable-manifest@4.0.6 + ## 6.1.1 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index 565a91faf2..d79620297c 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": "6.1.1", + "version": "6.1.2", "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 3c7b9c436f..24f1e93701 100644 --- a/resolving/default-resolver/CHANGELOG.md +++ b/resolving/default-resolver/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/default-resolver +## 17.0.6 + +### Patch Changes + +- @pnpm/error@4.0.1 +- @pnpm/local-resolver@9.0.6 +- @pnpm/npm-resolver@15.0.5 + ## 17.0.5 ### Patch Changes diff --git a/resolving/default-resolver/package.json b/resolving/default-resolver/package.json index 7df2018347..af493cad7f 100644 --- a/resolving/default-resolver/package.json +++ b/resolving/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-resolver", - "version": "17.0.5", + "version": "17.0.6", "description": "pnpm's default package resolver", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/local-resolver/CHANGELOG.md b/resolving/local-resolver/CHANGELOG.md index 2303376930..0755a5b9a1 100644 --- a/resolving/local-resolver/CHANGELOG.md +++ b/resolving/local-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/local-resolver +## 9.0.6 + +### Patch Changes + +- @pnpm/error@4.0.1 +- @pnpm/read-project-manifest@4.1.3 + ## 9.0.5 ### Patch Changes diff --git a/resolving/local-resolver/package.json b/resolving/local-resolver/package.json index dd74a284c8..47c8b415e3 100644 --- a/resolving/local-resolver/package.json +++ b/resolving/local-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/local-resolver", - "version": "9.0.5", + "version": "9.0.6", "description": "Resolver for local packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/resolving/npm-resolver/CHANGELOG.md b/resolving/npm-resolver/CHANGELOG.md index da0e6638f1..b35abe9ca1 100644 --- a/resolving/npm-resolver/CHANGELOG.md +++ b/resolving/npm-resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/npm-resolver +## 15.0.5 + +### Patch Changes + +- @pnpm/error@4.0.1 + ## 15.0.4 ### Patch Changes diff --git a/resolving/npm-resolver/package.json b/resolving/npm-resolver/package.json index b1c8c3fa64..6c0082819d 100644 --- a/resolving/npm-resolver/package.json +++ b/resolving/npm-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/npm-resolver", - "version": "15.0.4", + "version": "15.0.5", "description": "Resolver for npm-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 df8e6e9899..c7f2fb2f86 100644 --- a/reviewing/dependencies-hierarchy/CHANGELOG.md +++ b/reviewing/dependencies-hierarchy/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/reviewing.dependencies-hierarchy +## 1.1.1 + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/lockfile-file@7.0.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/lockfile-utils@5.0.3 + - @pnpm/read-package-json@7.0.5 + ## 1.1.0 ### Minor Changes diff --git a/reviewing/dependencies-hierarchy/package.json b/reviewing/dependencies-hierarchy/package.json index dab2dd546a..2ee3927148 100644 --- a/reviewing/dependencies-hierarchy/package.json +++ b/reviewing/dependencies-hierarchy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/reviewing.dependencies-hierarchy", - "version": "1.1.0", + "version": "1.1.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 3fe30c35a8..00220e90a3 100644 --- a/reviewing/license-scanner/CHANGELOG.md +++ b/reviewing/license-scanner/CHANGELOG.md @@ -1,5 +1,21 @@ # @pnpm/license-scanner +## 1.0.7 + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/lockfile-file@7.0.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/cafs@5.0.5 + - @pnpm/error@4.0.1 + - @pnpm/lockfile-utils@5.0.3 + - @pnpm/lockfile-walker@6.0.5 + - @pnpm/package-is-installable@7.0.4 + - @pnpm/read-package-json@7.0.5 + - @pnpm/directory-fetcher@5.1.4 + ## 1.0.6 ### Patch Changes diff --git a/reviewing/license-scanner/package.json b/reviewing/license-scanner/package.json index 664d0c9c5b..61de48238c 100644 --- a/reviewing/license-scanner/package.json +++ b/reviewing/license-scanner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/license-scanner", - "version": "1.0.6", + "version": "1.0.7", "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 0613350e1e..b02ed76237 100644 --- a/reviewing/list/CHANGELOG.md +++ b/reviewing/list/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/list +## 8.0.11 + +### Patch Changes + +- @pnpm/reviewing.dependencies-hierarchy@1.1.1 +- @pnpm/read-package-json@7.0.5 +- @pnpm/read-project-manifest@4.1.3 + ## 8.0.10 ### Patch Changes diff --git a/reviewing/list/package.json b/reviewing/list/package.json index c1a71cb655..19db71ec04 100644 --- a/reviewing/list/package.json +++ b/reviewing/list/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/list", - "version": "8.0.10", + "version": "8.0.11", "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 515126c748..a464fff047 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,22 @@ # @pnpm/outdated +## 11.0.12 + +### Patch Changes + +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/client@9.1.0 + - @pnpm/constants@6.2.0 + - @pnpm/lockfile-file@7.0.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/error@4.0.1 + - @pnpm/lockfile-utils@5.0.3 + - @pnpm/manifest-utils@4.1.4 + - @pnpm/npm-resolver@15.0.5 + ## 11.0.11 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index 4b3e318e5f..14b7a8f4fc 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "11.0.11", + "version": "11.0.12", "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 f7e9acc342..baa28ec873 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/plugin-commands-licenses +## 1.0.13 + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + - @pnpm/lockfile-file@7.0.0 + - @pnpm/config@16.4.0 + - @pnpm/error@4.0.1 + - @pnpm/license-scanner@1.0.7 + - @pnpm/cli-utils@1.0.22 + ## 1.0.12 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 2edd9ec85f..2f21b64b47 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": "1.0.12", + "version": "1.0.13", "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 4bcd7b9e0a..5d87ac8e7f 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-listing +## 6.0.22 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/config@16.4.0 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + - @pnpm/list@8.0.11 + ## 6.0.21 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 15f3e57ec9..a7d04404de 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": "6.0.21", + "version": "6.0.22", "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 b00e70eb26..ef02c08f1d 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-outdated +## 8.0.17 + +### Patch Changes + +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/lockfile-file@7.0.0 + - @pnpm/config@16.4.0 + - @pnpm/outdated@11.0.12 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + - @pnpm/default-resolver@17.0.6 + ## 8.0.16 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 137c40d1ed..7d6775a5af 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": "8.0.16", + "version": "8.0.17", "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 a27496f3fc..15f8c739bc 100644 --- a/store/cafs/CHANGELOG.md +++ b/store/cafs/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/cafs +## 5.0.5 + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] + - @pnpm/store-controller-types@14.3.0 + ## 5.0.4 ### Patch Changes diff --git a/store/cafs/package.json b/store/cafs/package.json index 2462f30477..3061e94605 100644 --- a/store/cafs/package.json +++ b/store/cafs/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cafs", - "version": "5.0.4", + "version": "5.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 89769e49e5..0df99251c4 100644 --- a/store/create-cafs-store/CHANGELOG.md +++ b/store/create-cafs-store/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/create-cafs-store +## 3.1.1 + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] + - @pnpm/store-controller-types@14.3.0 + - @pnpm/fs.indexed-pkg-importer@2.1.1 + - @pnpm/cafs@5.0.5 + ## 3.1.0 ### Minor Changes diff --git a/store/create-cafs-store/package.json b/store/create-cafs-store/package.json index 1ce6872eb5..05de130038 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": "3.1.0", + "version": "3.1.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/store/package-store/CHANGELOG.md b/store/package-store/CHANGELOG.md index dcb0baf316..ef28bd2579 100644 --- a/store/package-store/CHANGELOG.md +++ b/store/package-store/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/package-store +## 15.1.0 + +### Minor Changes + +- 891a8d763: New function added to the store: `getFilesIndexFilePath`. + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] + - @pnpm/package-requester@20.1.0 + - @pnpm/store-controller-types@14.3.0 + - @pnpm/cafs@5.0.5 + - @pnpm/create-cafs-store@3.1.1 + ## 15.0.5 ### Patch Changes diff --git a/store/package-store/package.json b/store/package-store/package.json index 6a1fbf96c0..19f8beefd8 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": "15.0.5", + "version": "15.1.0", "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 f44c459297..765c760412 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-server +## 5.0.22 + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] + - @pnpm/server@14.1.0 + - @pnpm/store-connection-manager@5.2.0 + - @pnpm/config@16.4.0 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + ## 5.0.21 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 0c4df43ec4..2d2c4c6d16 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": "5.0.21", + "version": "5.0.22", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-store/CHANGELOG.md b/store/plugin-commands-store/CHANGELOG.md index adad35e275..20cb397755 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,23 @@ # @pnpm/plugin-commands-store +## 6.0.22 + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] +- Updated dependencies [3ebce5db7] + - @pnpm/store-controller-types@14.3.0 + - @pnpm/store-connection-manager@5.2.0 + - @pnpm/get-context@8.1.0 + - @pnpm/config@16.4.0 + - @pnpm/dependency-path@1.1.0 + - @pnpm/cafs@5.0.5 + - @pnpm/error@4.0.1 + - @pnpm/cli-utils@1.0.22 + - @pnpm/lockfile-utils@5.0.3 + ## 6.0.21 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index d79ed662a8..870c9dbe64 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": "6.0.21", + "version": "6.0.22", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/server/CHANGELOG.md b/store/server/CHANGELOG.md index fd8171dca2..af5bac655e 100644 --- a/store/server/CHANGELOG.md +++ b/store/server/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/server +## 14.1.0 + +### Minor Changes + +- 891a8d763: New function added to the store: `getFilesIndexFilePath`. + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] + - @pnpm/store-controller-types@14.3.0 + ## 14.0.5 ### Patch Changes diff --git a/store/server/package.json b/store/server/package.json index c23c42974c..66d1b692e3 100644 --- a/store/server/package.json +++ b/store/server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/server", - "version": "14.0.5", + "version": "14.1.0", "description": "A pnpm installer server", "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 91bbc9ebfe..ae1630fa56 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,22 @@ # @pnpm/store-connection-manager +## 5.2.0 + +### Minor Changes + +- c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. + +### Patch Changes + +- Updated dependencies [891a8d763] +- Updated dependencies [c7b05cd9a] +- Updated dependencies [3ebce5db7] + - @pnpm/package-store@15.1.0 + - @pnpm/server@14.1.0 + - @pnpm/client@9.1.0 + - @pnpm/config@16.4.0 + - @pnpm/error@4.0.1 + ## 5.1.14 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index 686a1e30a2..ee6f671828 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": "5.1.14", + "version": "5.2.0", "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/store/store-controller-types/CHANGELOG.md b/store/store-controller-types/CHANGELOG.md index d35390e316..949bd15348 100644 --- a/store/store-controller-types/CHANGELOG.md +++ b/store/store-controller-types/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/store-controller-types +## 14.3.0 + +### Minor Changes + +- 891a8d763: New function added to the store: `getFilesIndexFilePath`. +- c7b05cd9a: When ignoreScripts=true is passed to the fetcher, do not build git-hosted dependencies. + ## 14.2.0 ### Minor Changes diff --git a/store/store-controller-types/package.json b/store/store-controller-types/package.json index 3fb194483f..2265d4a557 100644 --- a/store/store-controller-types/package.json +++ b/store/store-controller-types/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-controller-types", - "version": "14.2.0", + "version": "14.3.0", "description": "Types for the store controller", "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 307d7b879d..0638a89757 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/filter-workspace-packages +## 6.0.22 + +### Patch Changes + +- @pnpm/error@4.0.1 +- @pnpm/find-workspace-packages@5.0.22 + ## 6.0.21 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index a6df37d6ff..0e660c958c 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": "6.0.21", + "version": "6.0.22", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/find-workspace-dir/CHANGELOG.md b/workspace/find-workspace-dir/CHANGELOG.md index 4cf4da31af..d7ca061b83 100644 --- a/workspace/find-workspace-dir/CHANGELOG.md +++ b/workspace/find-workspace-dir/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-dir +## 5.0.1 + +### Patch Changes + +- @pnpm/error@4.0.1 + ## 5.0.0 ### Major Changes diff --git a/workspace/find-workspace-dir/package.json b/workspace/find-workspace-dir/package.json index 07935d0398..8f39442b10 100644 --- a/workspace/find-workspace-dir/package.json +++ b/workspace/find-workspace-dir/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/find-workspace-dir", - "version": "5.0.0", + "version": "5.0.1", "description": "Finds the root of a pnpm workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/find-workspace-packages/CHANGELOG.md b/workspace/find-workspace-packages/CHANGELOG.md index e20eeff9f7..ac167e9669 100644 --- a/workspace/find-workspace-packages/CHANGELOG.md +++ b/workspace/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/find-workspace-packages +## 5.0.22 + +### Patch Changes + +- Updated dependencies [3ebce5db7] + - @pnpm/constants@6.2.0 + - @pnpm/cli-utils@1.0.22 + - @pnpm/fs.find-packages@1.0.2 + ## 5.0.21 ### Patch Changes diff --git a/workspace/find-workspace-packages/package.json b/workspace/find-workspace-packages/package.json index 00b0c36e4f..27f75a01e8 100644 --- a/workspace/find-workspace-packages/package.json +++ b/workspace/find-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/find-workspace-packages", - "version": "5.0.21", + "version": "5.0.22", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts",