diff --git a/.changeset/bright-jeans-confess.md b/.changeset/bright-jeans-confess.md deleted file mode 100644 index cecad41155..0000000000 --- a/.changeset/bright-jeans-confess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-outdated": minor -"pnpm": minor ---- - -`pnpm outdated` command supports now a `--sort-by=name` option for sorting outdated dependencies by package name [#8523](https://github.com/pnpm/pnpm/pull/8523). diff --git a/.changeset/eight-comics-peel.md b/.changeset/eight-comics-peel.md deleted file mode 100644 index 43fa7895b1..0000000000 --- a/.changeset/eight-comics-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/render-peer-issues": patch ---- - -Fix white text on light background for project name [#8526](https://github.com/pnpm/pnpm/pull/8526). diff --git a/.changeset/famous-tigers-protect.md b/.changeset/famous-tigers-protect.md deleted file mode 100644 index 5bfe32c306..0000000000 --- a/.changeset/famous-tigers-protect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/plugin-commands-listing": patch -"@pnpm/list": patch -"pnpm": patch ---- - -Fixed an issue where `pnpm list --json pkg` showed `"private": false` for a private package [#8519](https://github.com/pnpm/pnpm/issues/8519). diff --git a/.changeset/flat-peaches-lick.md b/.changeset/flat-peaches-lick.md deleted file mode 100644 index e148680371..0000000000 --- a/.changeset/flat-peaches-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/cache.commands": patch ---- - -Add help to the cache command. diff --git a/.changeset/good-points-double.md b/.changeset/good-points-double.md deleted file mode 100644 index 4d082cc830..0000000000 --- a/.changeset/good-points-double.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@pnpm/store-connection-manager": minor -"@pnpm/plugin-commands-rebuild": minor -"@pnpm/plugin-commands-installation": patch -"pnpm": patch ---- - -Packages with `libc` that differ from `pnpm.supportedArchitectures.libc` are not downloaded [#7362](https://github.com/pnpm/pnpm/issues/7362). diff --git a/.changeset/grumpy-taxis-own.md b/.changeset/grumpy-taxis-own.md deleted file mode 100644 index ea96a1cb64..0000000000 --- a/.changeset/grumpy-taxis-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-store": patch -"pnpm": patch ---- - -Prevent `ENOENT` errors caused by running `store prune` in parallel [#8586](https://github.com/pnpm/pnpm/pull/8586). diff --git a/.changeset/pink-pans-bake.md b/.changeset/pink-pans-bake.md deleted file mode 100644 index 0248c211a3..0000000000 --- a/.changeset/pink-pans-bake.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@pnpm/constants": major -"@pnpm/npm-resolver": minor -"@pnpm/package-store": minor ---- - -Keep `libc` field in `clearMeta`. diff --git a/.changeset/real-monkeys-divide.md b/.changeset/real-monkeys-divide.md deleted file mode 100644 index a1ce069d4d..0000000000 --- a/.changeset/real-monkeys-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -Add issues alias to `pnpm bugs` [#8596](https://github.com/pnpm/pnpm/pull/8596). diff --git a/.changeset/silly-teachers-cry.md b/.changeset/silly-teachers-cry.md deleted file mode 100644 index 5a63386809..0000000000 --- a/.changeset/silly-teachers-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/package-store": patch ---- - -`pnpm store prune` should not fail if the store directory doesn't exist. diff --git a/.changeset/tough-jars-study.md b/.changeset/tough-jars-study.md deleted file mode 100644 index 3bdb07658a..0000000000 --- a/.changeset/tough-jars-study.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -"@pnpm/hooks.read-package-hook": minor -"pnpm": minor ---- - -Added the ability for `overrides` to remove dependencies by specifying `"-"` as the field value [#8572](https://github.com/pnpm/pnpm/issues/8572). For example, to remove `lodash` from the dependencies, use this configuration in `package.json`: - -```json -{ - "pnpm": { - "overrides": { - "lodash": "-" - } - } -} -``` - diff --git a/.changeset/tricky-games-give.md b/.changeset/tricky-games-give.md deleted file mode 100644 index ec2a6172d2..0000000000 --- a/.changeset/tricky-games-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pnpm/cache.commands": patch ---- - -`pnpm cache view` should specify package name diff --git a/.changeset/young-insects-grab.md b/.changeset/young-insects-grab.md deleted file mode 100644 index 06b8e46ae3..0000000000 --- a/.changeset/young-insects-grab.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/resolve-dependencies": patch -"pnpm": patch ---- - -Fix peer dependency resolution dead lock [#8570](https://github.com/pnpm/pnpm/issues/8570). This change might change some of the keys in the `snapshots` field inside `pnpm-lock.yaml` but it should happen very rarely. diff --git a/.meta-updater/CHANGELOG.md b/.meta-updater/CHANGELOG.md index c8e5bdc83f..193ee89714 100644 --- a/.meta-updater/CHANGELOG.md +++ b/.meta-updater/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm-private/updater +## 2.0.15 + +### Patch Changes + +- @pnpm/lockfile.fs@1.0.4 + ## 2.0.14 ### Patch Changes diff --git a/.meta-updater/package.json b/.meta-updater/package.json index b86ab7035f..9b6f316f2c 100644 --- a/.meta-updater/package.json +++ b/.meta-updater/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm-private/updater", - "version": "2.0.14", + "version": "2.0.15", "private": true, "type": "module", "scripts": { diff --git a/__utils__/assert-project/CHANGELOG.md b/__utils__/assert-project/CHANGELOG.md index 958b8c56a0..10a571205d 100644 --- a/__utils__/assert-project/CHANGELOG.md +++ b/__utils__/assert-project/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/assert-project +## 2.3.60 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + ## 2.3.59 ### Patch Changes diff --git a/__utils__/assert-project/package.json b/__utils__/assert-project/package.json index 01208736e0..ac2574a6a8 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.59", + "version": "2.3.60", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/__utils__/prepare/CHANGELOG.md b/__utils__/prepare/CHANGELOG.md index d93757c7ac..d3006fb3c2 100644 --- a/__utils__/prepare/CHANGELOG.md +++ b/__utils__/prepare/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/prepare +## 0.0.103 + +### Patch Changes + +- @pnpm/assert-project@2.3.60 + ## 0.0.102 ### Patch Changes diff --git a/__utils__/prepare/package.json b/__utils__/prepare/package.json index d2e2e1297b..f3b5c795fc 100644 --- a/__utils__/prepare/package.json +++ b/__utils__/prepare/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare", - "version": "0.0.102", + "version": "0.0.103", "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 e7a96e8037..dc2e462bd3 100644 --- a/__utils__/test-fixtures/CHANGELOG.md +++ b/__utils__/test-fixtures/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/test-fixtures +## 0.1.33 + +### Patch Changes + +- @pnpm/prepare@0.0.103 + ## 0.1.32 ### Patch Changes diff --git a/__utils__/test-fixtures/package.json b/__utils__/test-fixtures/package.json index 493fd5f71e..35433185ff 100644 --- a/__utils__/test-fixtures/package.json +++ b/__utils__/test-fixtures/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/test-fixtures", "description": "Test fixtures", - "version": "0.1.32", + "version": "0.1.33", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", diff --git a/cache/api/CHANGELOG.md b/cache/api/CHANGELOG.md index cab255ec17..01b3d27af9 100644 --- a/cache/api/CHANGELOG.md +++ b/cache/api/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/cache.api +## 0.1.1 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/npm-resolver@21.1.0 + - @pnpm/config@21.8.4 + ## 0.1.0 ### Minor Changes diff --git a/cache/api/package.json b/cache/api/package.json index 9fd8c4ec0e..440dd4968c 100644 --- a/cache/api/package.json +++ b/cache/api/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cache.api", - "version": "0.1.0", + "version": "0.1.1", "description": "API for controlling the cache", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/cache/commands/CHANGELOG.md b/cache/commands/CHANGELOG.md index 76ab92fee0..bca0b68a2e 100644 --- a/cache/commands/CHANGELOG.md +++ b/cache/commands/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/cache.commands +## 0.1.1 + +### Patch Changes + +- a5af433: Add help to the cache command. +- 8080e44: `pnpm cache view` should specify package name +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/cache.api@0.1.1 + - @pnpm/config@21.8.4 + - @pnpm/error@6.0.2 + - @pnpm/cli-utils@4.0.6 + - @pnpm/store-path@9.0.2 + ## 0.1.0 ### Minor Changes diff --git a/cache/commands/package.json b/cache/commands/package.json index 1d87124568..d6a492315c 100644 --- a/cache/commands/package.json +++ b/cache/commands/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cache.commands", - "version": "0.1.0", + "version": "0.1.1", "description": "Commands for controlling the cache", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/catalogs/config/CHANGELOG.md b/catalogs/config/CHANGELOG.md index 380d8f198b..c822454bf0 100644 --- a/catalogs/config/CHANGELOG.md +++ b/catalogs/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/catalogs.config +## 0.1.1 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 0.1.0 Initial release diff --git a/catalogs/config/package.json b/catalogs/config/package.json index e31a48b490..7a88529e12 100644 --- a/catalogs/config/package.json +++ b/catalogs/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/catalogs.config", - "version": "0.1.0", + "version": "0.1.1", "description": "Create a normalized catalogs config from pnpm-workspace.yaml contents.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/catalogs/resolver/CHANGELOG.md b/catalogs/resolver/CHANGELOG.md index 715810ce09..c428c55979 100644 --- a/catalogs/resolver/CHANGELOG.md +++ b/catalogs/resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/catalogs.resolver +## 0.1.1 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 0.1.0 Initial release diff --git a/catalogs/resolver/package.json b/catalogs/resolver/package.json index ac4d936682..1fdcc66b40 100644 --- a/catalogs/resolver/package.json +++ b/catalogs/resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/catalogs.resolver", - "version": "0.1.0", + "version": "0.1.1", "description": "Dereferences catalog protocol specifiers into usable specifiers.", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index 569bb9b7e5..78339623c4 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/cli-utils +## 4.0.6 + +### Patch Changes + +- @pnpm/default-reporter@14.0.3 +- @pnpm/config@21.8.4 +- @pnpm/error@6.0.2 +- @pnpm/package-is-installable@9.0.10 +- @pnpm/manifest-utils@6.0.9 +- @pnpm/read-project-manifest@6.0.9 + ## 4.0.5 ### Patch Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index 7e74aab2f1..c326c7e0b5 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "4.0.5", + "version": "4.0.6", "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 67c3a1171f..8d1bc43305 100644 --- a/cli/default-reporter/CHANGELOG.md +++ b/cli/default-reporter/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/default-reporter +## 14.0.3 + +### Patch Changes + +- Updated dependencies [9ff7724] + - @pnpm/render-peer-issues@5.0.9 + - @pnpm/config@21.8.4 + - @pnpm/error@6.0.2 + ## 14.0.2 ### Patch Changes diff --git a/cli/default-reporter/package.json b/cli/default-reporter/package.json index 7af9b3ff26..ea43025cf4 100644 --- a/cli/default-reporter/package.json +++ b/cli/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "14.0.2", + "version": "14.0.3", "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 4dafe5d9fd..b5a91fa593 100644 --- a/cli/parse-cli-args/CHANGELOG.md +++ b/cli/parse-cli-args/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/parse-cli-args +## 8.0.2 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/find-workspace-dir@7.0.2 + ## 8.0.1 ### Patch Changes diff --git a/cli/parse-cli-args/package.json b/cli/parse-cli-args/package.json index a4a4f2cde2..304f10c294 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": "8.0.1", + "version": "8.0.2", "description": "Parses the CLI args passed to pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/completion/plugin-commands-completion/CHANGELOG.md b/completion/plugin-commands-completion/CHANGELOG.md index c1a9784f97..05cefc15e9 100644 --- a/completion/plugin-commands-completion/CHANGELOG.md +++ b/completion/plugin-commands-completion/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-completion +## 1.0.22 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/workspace.read-manifest@2.2.1 +- @pnpm/cli-utils@4.0.6 +- @pnpm/parse-cli-args@8.0.2 +- @pnpm/find-workspace-dir@7.0.2 +- @pnpm/workspace.find-packages@4.0.11 + ## 1.0.21 ### Patch Changes diff --git a/completion/plugin-commands-completion/package.json b/completion/plugin-commands-completion/package.json index f4ddecd136..105f0b11d0 100644 --- a/completion/plugin-commands-completion/package.json +++ b/completion/plugin-commands-completion/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-completion", - "version": "1.0.21", + "version": "1.0.22", "description": "Commands for shell completions", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/config/CHANGELOG.md b/config/config/CHANGELOG.md index 901c46c609..df83f8bcf7 100644 --- a/config/config/CHANGELOG.md +++ b/config/config/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/config +## 21.8.4 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/error@6.0.2 + - @pnpm/workspace.read-manifest@2.2.1 + - @pnpm/catalogs.config@0.1.1 + - @pnpm/pnpmfile@6.0.12 + - @pnpm/read-project-manifest@6.0.9 + ## 21.8.3 ### Patch Changes diff --git a/config/config/package.json b/config/config/package.json index 7bfa273ee9..51fefa59be 100644 --- a/config/config/package.json +++ b/config/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "21.8.3", + "version": "21.8.4", "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 0ee22ef3e1..1f4e608523 100644 --- a/config/package-is-installable/CHANGELOG.md +++ b/config/package-is-installable/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/package-is-installable +## 9.0.10 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 9.0.9 ### Patch Changes diff --git a/config/package-is-installable/package.json b/config/package-is-installable/package.json index b043599e51..d8c2302e7f 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": "9.0.9", + "version": "9.0.10", "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 7b6ce5507d..7308e03d02 100644 --- a/config/parse-overrides/CHANGELOG.md +++ b/config/parse-overrides/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/parse-overrides +## 5.1.1 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/catalogs.resolver@0.1.1 + ## 5.1.0 ### Minor Changes diff --git a/config/parse-overrides/package.json b/config/parse-overrides/package.json index 4334508984..af15284e44 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": "5.1.0", + "version": "5.1.1", "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 9b03e5b602..baa648c517 100644 --- a/config/plugin-commands-config/CHANGELOG.md +++ b/config/plugin-commands-config/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-config +## 3.0.22 + +### Patch Changes + +- @pnpm/config@21.8.4 +- @pnpm/error@6.0.2 +- @pnpm/cli-utils@4.0.6 + ## 3.0.21 ### Patch Changes diff --git a/config/plugin-commands-config/package.json b/config/plugin-commands-config/package.json index c11542d4f1..726e992b5d 100644 --- a/config/plugin-commands-config/package.json +++ b/config/plugin-commands-config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-config", - "version": "3.0.21", + "version": "3.0.22", "description": "Commands for reading and writing settings to/from config files", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/dedupe/check/CHANGELOG.md b/dedupe/check/CHANGELOG.md index 709165327b..73854c719d 100644 --- a/dedupe/check/CHANGELOG.md +++ b/dedupe/check/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/dedupe.check +## 2.0.11 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 2.0.10 ### Patch Changes diff --git a/dedupe/check/package.json b/dedupe/check/package.json index 4ced87f1a3..a0066c79c6 100644 --- a/dedupe/check/package.json +++ b/dedupe/check/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/dedupe.check", - "version": "2.0.10", + "version": "2.0.11", "description": "Visualize pnpm dedupe --check issues.", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" diff --git a/deps/graph-builder/CHANGELOG.md b/deps/graph-builder/CHANGELOG.md index 0be3e576c9..0b789ecea2 100644 --- a/deps/graph-builder/CHANGELOG.md +++ b/deps/graph-builder/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/deps.graph-builder +## 2.0.4 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/lockfile.fs@1.0.4 + - @pnpm/package-is-installable@9.0.10 + ## 2.0.3 ### Patch Changes diff --git a/deps/graph-builder/package.json b/deps/graph-builder/package.json index de694c95ef..c65e05eaeb 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": "2.0.3", + "version": "2.0.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/env/node.fetcher/CHANGELOG.md b/env/node.fetcher/CHANGELOG.md index 4bca237720..311400f5b4 100644 --- a/env/node.fetcher/CHANGELOG.md +++ b/env/node.fetcher/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/node.fetcher +## 4.0.14 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/tarball-fetcher@19.0.14 +- @pnpm/create-cafs-store@7.0.9 + ## 4.0.13 ### Patch Changes diff --git a/env/node.fetcher/package.json b/env/node.fetcher/package.json index 57323dbd75..343ae60e1b 100644 --- a/env/node.fetcher/package.json +++ b/env/node.fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.fetcher", - "version": "4.0.13", + "version": "4.0.14", "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 153122c88a..c3c26488e7 100644 --- a/env/node.resolver/CHANGELOG.md +++ b/env/node.resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/node.resolver +## 3.0.14 + +### Patch Changes + +- @pnpm/node.fetcher@4.0.14 + ## 3.0.13 ### Patch Changes diff --git a/env/node.resolver/package.json b/env/node.resolver/package.json index d409dda25a..31f59c1fd5 100644 --- a/env/node.resolver/package.json +++ b/env/node.resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.resolver", - "version": "3.0.13", + "version": "3.0.14", "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 743b55af39..178c6f8296 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-env +## 5.1.9 + +### Patch Changes + +- @pnpm/config@21.8.4 +- @pnpm/error@6.0.2 +- @pnpm/cli-utils@4.0.6 +- @pnpm/node.fetcher@4.0.14 +- @pnpm/store-path@9.0.2 +- @pnpm/node.resolver@3.0.14 +- @pnpm/remove-bins@6.0.9 + ## 5.1.8 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index ed743e6594..be88c610fd 100644 --- a/env/plugin-commands-env/package.json +++ b/env/plugin-commands-env/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-env", - "version": "5.1.8", + "version": "5.1.9", "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 0411e139d3..04fbe584c2 100644 --- a/exec/build-modules/CHANGELOG.md +++ b/exec/build-modules/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/build-modules +## 14.0.3 + +### Patch Changes + +- @pnpm/calc-dep-state@7.0.9 +- @pnpm/lifecycle@17.1.5 +- @pnpm/patching.apply-patch@3.1.1 +- @pnpm/link-bins@10.0.11 +- @pnpm/read-package-json@9.0.9 +- @pnpm/worker@1.0.11 +- @pnpm/fs.hard-link-dir@4.0.0 + ## 14.0.2 ### Patch Changes diff --git a/exec/build-modules/package.json b/exec/build-modules/package.json index 68bb012abc..fa53ef8ad6 100644 --- a/exec/build-modules/package.json +++ b/exec/build-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/build-modules", - "version": "14.0.2", + "version": "14.0.3", "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 7fa42aae82..6db282f3cb 100644 --- a/exec/lifecycle/CHANGELOG.md +++ b/exec/lifecycle/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/lifecycle +## 17.1.5 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/link-bins@10.0.11 +- @pnpm/read-package-json@9.0.9 +- @pnpm/directory-fetcher@8.0.9 + ## 17.1.4 ### Patch Changes diff --git a/exec/lifecycle/package.json b/exec/lifecycle/package.json index 3db57da20a..dfa2646756 100644 --- a/exec/lifecycle/package.json +++ b/exec/lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lifecycle", - "version": "17.1.4", + "version": "17.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 38eb32dd7f..4db8935420 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,27 @@ # @pnpm/plugin-commands-rebuild +## 12.1.0 + +### Minor Changes + +- 83681da: Packages with `libc` that differ from `pnpm.supportedArchitectures.libc` are not downloaded [#7362](https://github.com/pnpm/pnpm/issues/7362). + +### Patch Changes + +- Updated dependencies [83681da] +- Updated dependencies [83681da] + - @pnpm/store-connection-manager@8.4.0 + - @pnpm/constants@9.0.0 + - @pnpm/config@21.8.4 + - @pnpm/calc-dep-state@7.0.9 + - @pnpm/error@6.0.2 + - @pnpm/get-context@12.0.6 + - @pnpm/cli-utils@4.0.6 + - @pnpm/lifecycle@17.1.5 + - @pnpm/link-bins@10.0.11 + - @pnpm/worker@1.0.11 + - @pnpm/workspace.find-packages@4.0.11 + ## 12.0.10 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 4838efbb85..c842a8ff27 100644 --- a/exec/plugin-commands-rebuild/package.json +++ b/exec/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "12.0.10", + "version": "12.1.0", "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 60c45be55c..d1847bfd0a 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,21 @@ # @pnpm/plugin-commands-script-runners +## 12.0.7 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/plugin-commands-installation@17.2.4 + - @pnpm/config@21.8.4 + - @pnpm/error@6.0.2 + - @pnpm/cli-utils@4.0.6 + - @pnpm/plugin-commands-env@5.1.9 + - @pnpm/lifecycle@17.1.5 + - @pnpm/read-package-json@9.0.9 + - @pnpm/read-project-manifest@6.0.9 + - @pnpm/store-path@9.0.2 + - @pnpm/crypto.base32-hash@3.0.0 + ## 12.0.6 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 328431ec98..41639c4d18 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": "12.0.6", + "version": "12.0.7", "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 61a6f61ce2..4e1ed35024 100644 --- a/exec/prepare-package/CHANGELOG.md +++ b/exec/prepare-package/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/prepare-package +## 6.0.14 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/lifecycle@17.1.5 +- @pnpm/read-package-json@9.0.9 + ## 6.0.13 ### Patch Changes diff --git a/exec/prepare-package/package.json b/exec/prepare-package/package.json index 3c830ce1da..532afb9fe8 100644 --- a/exec/prepare-package/package.json +++ b/exec/prepare-package/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare-package", - "version": "6.0.13", + "version": "6.0.14", "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 3b01b3bbe8..541f79d5ae 100644 --- a/fetching/directory-fetcher/CHANGELOG.md +++ b/fetching/directory-fetcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/directory-fetcher +## 8.0.9 + +### Patch Changes + +- @pnpm/read-project-manifest@6.0.9 + ## 8.0.8 ### Patch Changes diff --git a/fetching/directory-fetcher/package.json b/fetching/directory-fetcher/package.json index 30ed4567e6..3133f18eae 100644 --- a/fetching/directory-fetcher/package.json +++ b/fetching/directory-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/directory-fetcher", - "version": "8.0.8", + "version": "8.0.9", "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 af189287f9..dd6869364e 100644 --- a/fetching/git-fetcher/CHANGELOG.md +++ b/fetching/git-fetcher/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/git-fetcher +## 13.0.14 + +### Patch Changes + +- @pnpm/prepare-package@6.0.14 +- @pnpm/worker@1.0.11 + ## 13.0.13 ### Patch Changes diff --git a/fetching/git-fetcher/package.json b/fetching/git-fetcher/package.json index f38203f2a2..bd20e5430d 100644 --- a/fetching/git-fetcher/package.json +++ b/fetching/git-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/git-fetcher", - "version": "13.0.13", + "version": "13.0.14", "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 aa71f328dc..f68213ebaf 100644 --- a/fetching/tarball-fetcher/CHANGELOG.md +++ b/fetching/tarball-fetcher/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/tarball-fetcher +## 19.0.14 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/prepare-package@6.0.14 +- @pnpm/worker@1.0.11 + ## 19.0.13 ### Patch Changes diff --git a/fetching/tarball-fetcher/package.json b/fetching/tarball-fetcher/package.json index 0962d5a7d9..bf9f7b3835 100644 --- a/fetching/tarball-fetcher/package.json +++ b/fetching/tarball-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/tarball-fetcher", - "version": "19.0.13", + "version": "19.0.14", "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 84883c66ab..65ee9a1787 100644 --- a/fs/find-packages/CHANGELOG.md +++ b/fs/find-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/fs.find-packages +## 4.0.5 + +### Patch Changes + +- @pnpm/read-project-manifest@6.0.9 + ## 4.0.4 ### Patch Changes diff --git a/fs/find-packages/package.json b/fs/find-packages/package.json index f50fd693a6..e94c05f0e7 100644 --- a/fs/find-packages/package.json +++ b/fs/find-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/fs.find-packages", - "version": "4.0.4", + "version": "4.0.5", "description": "Find all packages inside a directory", "main": "lib/index.js", "files": [ diff --git a/hooks/pnpmfile/CHANGELOG.md b/hooks/pnpmfile/CHANGELOG.md index 7f54a989a6..7b3f957e60 100644 --- a/hooks/pnpmfile/CHANGELOG.md +++ b/hooks/pnpmfile/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/pnpmfile +## 6.0.12 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/crypto.base32-hash@3.0.0 + ## 6.0.11 ### Patch Changes diff --git a/hooks/pnpmfile/package.json b/hooks/pnpmfile/package.json index a7d866b846..5e798e1824 100644 --- a/hooks/pnpmfile/package.json +++ b/hooks/pnpmfile/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/pnpmfile", - "version": "6.0.11", + "version": "6.0.12", "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 aa6c95a5fe..60ac726f97 100644 --- a/hooks/read-package-hook/CHANGELOG.md +++ b/hooks/read-package-hook/CHANGELOG.md @@ -1,5 +1,26 @@ # @pnpm/hooks.read-package-hook +## 5.1.0 + +### Minor Changes + +- b7fb704: Added the ability for `overrides` to remove dependencies by specifying `"-"` as the field value [#8572](https://github.com/pnpm/pnpm/issues/8572). For example, to remove `lodash` from the dependencies, use this configuration in `package.json`: + + ```json + { + "pnpm": { + "overrides": { + "lodash": "-" + } + } + } + ``` + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/parse-overrides@5.1.1 + ## 5.0.3 ### Patch Changes diff --git a/hooks/read-package-hook/package.json b/hooks/read-package-hook/package.json index 94e957a95f..605e639e73 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": "5.0.3", + "version": "5.1.0", "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 0b889405fa..8c14229e14 100644 --- a/lockfile/audit/CHANGELOG.md +++ b/lockfile/audit/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/audit +## 8.2.1 + +### Patch Changes + +- Updated dependencies [44b8935] + - @pnpm/list@10.2.1 + - @pnpm/error@6.0.2 + - @pnpm/read-project-manifest@6.0.9 + ## 8.2.0 ### Minor Changes diff --git a/lockfile/audit/package.json b/lockfile/audit/package.json index d7d5cfb870..20eba48e0d 100644 --- a/lockfile/audit/package.json +++ b/lockfile/audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/audit", - "version": "8.2.0", + "version": "8.2.1", "description": "Audit a lockfile", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/filtering/CHANGELOG.md b/lockfile/filtering/CHANGELOG.md index de071c118a..bdbbc9126e 100644 --- a/lockfile/filtering/CHANGELOG.md +++ b/lockfile/filtering/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/filter-lockfile +## 1.0.5 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/error@6.0.2 + - @pnpm/package-is-installable@9.0.10 + ## 1.0.4 ### Patch Changes diff --git a/lockfile/filtering/package.json b/lockfile/filtering/package.json index 894ae5696b..ee041af494 100644 --- a/lockfile/filtering/package.json +++ b/lockfile/filtering/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile.filtering", - "version": "1.0.4", + "version": "1.0.5", "description": "Filters a lockfile", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/fs/CHANGELOG.md b/lockfile/fs/CHANGELOG.md index 04b606245a..e2401c1ded 100644 --- a/lockfile/fs/CHANGELOG.md +++ b/lockfile/fs/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/lockfile-file +## 1.0.4 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/error@6.0.2 + ## 1.0.3 ### Patch Changes diff --git a/lockfile/fs/package.json b/lockfile/fs/package.json index 2789e7d1fe..5838335f62 100644 --- a/lockfile/fs/package.json +++ b/lockfile/fs/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile.fs", - "version": "1.0.3", + "version": "1.0.4", "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 0becc34397..4b96b4204d 100644 --- a/lockfile/lockfile-to-pnp/CHANGELOG.md +++ b/lockfile/lockfile-to-pnp/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/lockfile-to-pnp +## 4.1.13 + +### Patch Changes + +- @pnpm/lockfile.fs@1.0.4 + ## 4.1.12 ### Patch Changes diff --git a/lockfile/lockfile-to-pnp/package.json b/lockfile/lockfile-to-pnp/package.json index 808fc424bb..92aeb4b09a 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.1.12", + "version": "4.1.13", "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 64adfb114c..7c39f948e3 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/plugin-commands-audit +## 10.3.1 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/audit@8.2.1 + - @pnpm/config@21.8.4 + - @pnpm/lockfile.fs@1.0.4 + - @pnpm/error@6.0.2 + - @pnpm/cli-utils@4.0.6 + - @pnpm/network.auth-header@3.0.2 + - @pnpm/read-project-manifest@6.0.9 + ## 10.3.0 ### Minor Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index bd780bccc8..e45a5ff7a4 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.3.0", + "version": "10.3.1", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/preferred-versions/CHANGELOG.md b/lockfile/preferred-versions/CHANGELOG.md index e45415a316..6aa4f6e18a 100644 --- a/lockfile/preferred-versions/CHANGELOG.md +++ b/lockfile/preferred-versions/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/lockfile.preferred-versions +## 1.0.13 + +### Patch Changes + +- @pnpm/manifest-utils@6.0.9 + ## 1.0.12 ### Patch Changes diff --git a/lockfile/preferred-versions/package.json b/lockfile/preferred-versions/package.json index acdeaf8059..aa9314c9b0 100644 --- a/lockfile/preferred-versions/package.json +++ b/lockfile/preferred-versions/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile.preferred-versions", - "version": "1.0.12", + "version": "1.0.13", "description": "Get preferred version from lockfile", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/pruner/CHANGELOG.md b/lockfile/pruner/CHANGELOG.md index 130313d1e7..0391af0568 100644 --- a/lockfile/pruner/CHANGELOG.md +++ b/lockfile/pruner/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/prune-lockfile +## 0.0.5 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + ## 0.0.4 ### Patch Changes diff --git a/lockfile/pruner/package.json b/lockfile/pruner/package.json index 7c6e602ded..050ecfe133 100644 --- a/lockfile/pruner/package.json +++ b/lockfile/pruner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile.pruner", - "version": "0.0.4", + "version": "0.0.5", "description": "Prune a pnpm-lock.yaml", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/lockfile/verification/CHANGELOG.md b/lockfile/verification/CHANGELOG.md index 68afba005b..a6bbfbd591 100644 --- a/lockfile/verification/CHANGELOG.md +++ b/lockfile/verification/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/lockfile.verification +## 1.0.5 + +### Patch Changes + +- @pnpm/get-context@12.0.6 +- @pnpm/read-package-json@9.0.9 + ## 1.0.4 ### Patch Changes diff --git a/lockfile/verification/package.json b/lockfile/verification/package.json index ac728aed16..53c43b294e 100644 --- a/lockfile/verification/package.json +++ b/lockfile/verification/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile.verification", - "version": "1.0.4", + "version": "1.0.5", "description": "Checks a lockfile", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/modules-mounter/daemon/CHANGELOG.md b/modules-mounter/daemon/CHANGELOG.md index 87089b29bc..4a3efb39a0 100644 --- a/modules-mounter/daemon/CHANGELOG.md +++ b/modules-mounter/daemon/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/mount-modules +## 0.6.17 + +### Patch Changes + +- @pnpm/config@21.8.4 +- @pnpm/lockfile.fs@1.0.4 +- @pnpm/store-path@9.0.2 + ## 0.6.16 ### Patch Changes diff --git a/modules-mounter/daemon/package.json b/modules-mounter/daemon/package.json index 156256e1d6..53a4171dcd 100644 --- a/modules-mounter/daemon/package.json +++ b/modules-mounter/daemon/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/mount-modules", - "version": "0.6.16", + "version": "0.6.17", "description": "Mounts a node_modules directory with FUSE", "main": "lib/index.js", "bin": "bin/mount-modules.js", diff --git a/network/auth-header/CHANGELOG.md b/network/auth-header/CHANGELOG.md index 1fe3757e24..f797913163 100644 --- a/network/auth-header/CHANGELOG.md +++ b/network/auth-header/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/network.auth-header +## 3.0.2 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 3.0.1 ### Patch Changes diff --git a/network/auth-header/package.json b/network/auth-header/package.json index e55a5db788..cfb03b4961 100644 --- a/network/auth-header/package.json +++ b/network/auth-header/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/network.auth-header", - "version": "3.0.1", + "version": "3.0.2", "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 7c1266678f..0713aca664 100644 --- a/packages/calc-dep-state/CHANGELOG.md +++ b/packages/calc-dep-state/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/calc-dep-state +## 7.0.9 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + ## 7.0.8 ### Patch Changes diff --git a/packages/calc-dep-state/package.json b/packages/calc-dep-state/package.json index eac464157f..2bdced1f48 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": "7.0.8", + "version": "7.0.9", "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 382dab3e42..b29f2e0f4d 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/constants +## 9.0.0 + +### Major Changes + +- 83681da: Keep `libc` field in `clearMeta`. + ## 8.0.0 ### Major Changes diff --git a/packages/constants/package.json b/packages/constants/package.json index f1a4317734..26bd5efa60 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/constants", - "version": "8.0.0", + "version": "9.0.0", "description": "pnpm constants", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/error/CHANGELOG.md b/packages/error/CHANGELOG.md index e7327db647..5e2487de73 100644 --- a/packages/error/CHANGELOG.md +++ b/packages/error/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/error +## 6.0.2 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + ## 6.0.1 ### Patch Changes diff --git a/packages/error/package.json b/packages/error/package.json index d4d11c1790..79c3bad738 100644 --- a/packages/error/package.json +++ b/packages/error/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/error", - "version": "6.0.1", + "version": "6.0.2", "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 992a4bee37..159b45aad9 100644 --- a/packages/make-dedicated-lockfile/CHANGELOG.md +++ b/packages/make-dedicated-lockfile/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/make-dedicated-lockfile +## 0.6.18 + +### Patch Changes + +- @pnpm/lockfile.fs@1.0.4 +- @pnpm/lockfile.pruner@0.0.5 +- @pnpm/error@6.0.2 +- @pnpm/exportable-manifest@7.0.6 +- @pnpm/read-project-manifest@6.0.9 +- @pnpm/find-workspace-dir@7.0.2 + ## 0.6.17 ### Patch Changes diff --git a/packages/make-dedicated-lockfile/package.json b/packages/make-dedicated-lockfile/package.json index af4c6e6344..8df0713cf2 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.17", + "version": "0.6.18", "description": "Creates a dedicated lockfile for a subset of workspace projects", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-doctor/CHANGELOG.md b/packages/plugin-commands-doctor/CHANGELOG.md index 06248a4fed..265e02cf8d 100644 --- a/packages/plugin-commands-doctor/CHANGELOG.md +++ b/packages/plugin-commands-doctor/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-doctor +## 3.0.22 + +### Patch Changes + +- @pnpm/config@21.8.4 +- @pnpm/cli-utils@4.0.6 + ## 3.0.21 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index ea1e5a6e2f..1277fe06f3 100644 --- a/packages/plugin-commands-doctor/package.json +++ b/packages/plugin-commands-doctor/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-doctor", - "version": "3.0.21", + "version": "3.0.22", "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 3bbc061e0a..87f49f01ca 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-init +## 4.0.22 + +### Patch Changes + +- @pnpm/config@21.8.4 +- @pnpm/error@6.0.2 +- @pnpm/cli-utils@4.0.6 + ## 4.0.21 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index ce0cb92800..d04bcd6749 100644 --- a/packages/plugin-commands-init/package.json +++ b/packages/plugin-commands-init/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-init", - "version": "4.0.21", + "version": "4.0.22", "description": "Create a package.json file", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/plugin-commands-setup/CHANGELOG.md b/packages/plugin-commands-setup/CHANGELOG.md index 807a8ddba1..77c4e3e7cb 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 5.1.11 + +### Patch Changes + +- @pnpm/cli-utils@4.0.6 + ## 5.1.10 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 79441310d7..f7f2cdf654 100644 --- a/packages/plugin-commands-setup/package.json +++ b/packages/plugin-commands-setup/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-setup", - "version": "5.1.10", + "version": "5.1.11", "description": "pnpm commands for setting up pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/packages/render-peer-issues/CHANGELOG.md b/packages/render-peer-issues/CHANGELOG.md index b0a2433d5d..8ea735448f 100644 --- a/packages/render-peer-issues/CHANGELOG.md +++ b/packages/render-peer-issues/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/render-peer-issues +## 5.0.9 + +### Patch Changes + +- 9ff7724: Fix white text on light background for project name [#8526](https://github.com/pnpm/pnpm/pull/8526). + - @pnpm/error@6.0.2 + - @pnpm/parse-overrides@5.1.1 + ## 5.0.8 ### Patch Changes diff --git a/packages/render-peer-issues/package.json b/packages/render-peer-issues/package.json index ad14e64eff..89c8948e44 100644 --- a/packages/render-peer-issues/package.json +++ b/packages/render-peer-issues/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/render-peer-issues", "description": "Visualizes peer dependency issues", - "version": "5.0.8", + "version": "5.0.9", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/patching/apply-patch/CHANGELOG.md b/patching/apply-patch/CHANGELOG.md index d40f4d0e30..3a73690eda 100644 --- a/patching/apply-patch/CHANGELOG.md +++ b/patching/apply-patch/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/patching.apply-patch +## 3.1.1 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 3.1.0 ### Minor Changes diff --git a/patching/apply-patch/package.json b/patching/apply-patch/package.json index f11b91d022..5d257c6f23 100644 --- a/patching/apply-patch/package.json +++ b/patching/apply-patch/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/patching.apply-patch", - "version": "3.1.0", + "version": "3.1.1", "description": "Apply a patch to a directory", "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 87b86ebd02..51ace547e2 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,22 @@ # @pnpm/plugin-commands-patching +## 6.4.11 + +### Patch Changes + +- Updated dependencies [83681da] +- Updated dependencies [83681da] + - @pnpm/store-connection-manager@8.4.0 + - @pnpm/plugin-commands-installation@17.2.4 + - @pnpm/constants@9.0.0 + - @pnpm/config@21.8.4 + - @pnpm/lockfile.fs@1.0.4 + - @pnpm/error@6.0.2 + - @pnpm/cli-utils@4.0.6 + - @pnpm/patching.apply-patch@3.1.1 + - @pnpm/read-package-json@9.0.9 + - @pnpm/read-project-manifest@6.0.9 + ## 6.4.10 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index b53dfed9d7..9cb73a3d96 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.4.10", + "version": "6.4.11", "description": "Commands for creating patches", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pkg-manager/client/CHANGELOG.md b/pkg-manager/client/CHANGELOG.md index 40ee571647..1110434a4a 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/client +## 11.1.10 + +### Patch Changes + +- @pnpm/default-resolver@20.0.8 +- @pnpm/tarball-fetcher@19.0.14 +- @pnpm/network.auth-header@3.0.2 +- @pnpm/git-fetcher@13.0.14 +- @pnpm/directory-fetcher@8.0.9 + ## 11.1.9 ### Patch Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index 3200d976c3..8c51aa4f20 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "11.1.9", + "version": "11.1.10", "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 132463ab1e..ffe5e3fc31 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,39 @@ # @pnpm/core +## 15.3.5 + +### Patch Changes + +- Updated dependencies [83681da] +- Updated dependencies [b7fb704] +- Updated dependencies [d7b9ae5] + - @pnpm/constants@9.0.0 + - @pnpm/hooks.read-package-hook@5.1.0 + - @pnpm/resolve-dependencies@36.0.4 + - @pnpm/lockfile.filtering@1.0.5 + - @pnpm/lockfile.fs@1.0.4 + - @pnpm/lockfile.pruner@0.0.5 + - @pnpm/lockfile.verification@1.0.5 + - @pnpm/calc-dep-state@7.0.9 + - @pnpm/error@6.0.2 + - @pnpm/get-context@12.0.6 + - @pnpm/headless@23.2.5 + - @pnpm/hoist@9.1.14 + - @pnpm/modules-cleaner@15.1.14 + - @pnpm/lockfile-to-pnp@4.1.13 + - @pnpm/build-modules@14.0.3 + - @pnpm/parse-overrides@5.1.1 + - @pnpm/lifecycle@17.1.5 + - @pnpm/link-bins@10.0.11 + - @pnpm/package-requester@25.2.8 + - @pnpm/manifest-utils@6.0.9 + - @pnpm/read-project-manifest@6.0.9 + - @pnpm/worker@1.0.11 + - @pnpm/symlink-dependency@8.0.8 + - @pnpm/crypto.base32-hash@3.0.0 + - @pnpm/lockfile.preferred-versions@1.0.13 + - @pnpm/remove-bins@6.0.9 + ## 15.3.4 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 8cf574a930..3ebbbee41f 100644 --- a/pkg-manager/core/package.json +++ b/pkg-manager/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "15.3.4", + "version": "15.3.5", "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 bf267f8f2f..0949a1d226 100644 --- a/pkg-manager/get-context/CHANGELOG.md +++ b/pkg-manager/get-context/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/get-context +## 12.0.6 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/lockfile.fs@1.0.4 + - @pnpm/error@6.0.2 + - @pnpm/read-projects-context@9.1.12 + ## 12.0.5 ### Patch Changes diff --git a/pkg-manager/get-context/package.json b/pkg-manager/get-context/package.json index 6147e6ef51..ae6621ff82 100644 --- a/pkg-manager/get-context/package.json +++ b/pkg-manager/get-context/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/get-context", - "version": "12.0.5", + "version": "12.0.6", "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 a677d69e38..60be638c22 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,30 @@ # @pnpm/headless +## 23.2.5 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/deps.graph-builder@2.0.4 + - @pnpm/lockfile.filtering@1.0.5 + - @pnpm/lockfile.fs@1.0.4 + - @pnpm/calc-dep-state@7.0.9 + - @pnpm/error@6.0.2 + - @pnpm/hoist@9.1.14 + - @pnpm/modules-cleaner@15.1.14 + - @pnpm/lockfile-to-pnp@4.1.13 + - @pnpm/real-hoist@3.0.13 + - @pnpm/build-modules@14.0.3 + - @pnpm/package-is-installable@9.0.10 + - @pnpm/lifecycle@17.1.5 + - @pnpm/link-bins@10.0.11 + - @pnpm/package-requester@25.2.8 + - @pnpm/read-package-json@9.0.9 + - @pnpm/read-project-manifest@6.0.9 + - @pnpm/worker@1.0.11 + - @pnpm/symlink-dependency@8.0.8 + ## 23.2.4 ### Patch Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index f7574f315d..cf8c020957 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.2.4", + "version": "23.2.5", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/hoist/CHANGELOG.md b/pkg-manager/hoist/CHANGELOG.md index da8108e71c..c55dce961f 100644 --- a/pkg-manager/hoist/CHANGELOG.md +++ b/pkg-manager/hoist/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/hoist +## 9.1.14 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/link-bins@10.0.11 + ## 9.1.13 ### Patch Changes diff --git a/pkg-manager/hoist/package.json b/pkg-manager/hoist/package.json index d898008cb2..deeef6d703 100644 --- a/pkg-manager/hoist/package.json +++ b/pkg-manager/hoist/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/hoist", "description": "Hoists dependencies in a node_modules created by pnpm", - "version": "9.1.13", + "version": "9.1.14", "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 f9f0b5e129..44bbce946f 100644 --- a/pkg-manager/link-bins/CHANGELOG.md +++ b/pkg-manager/link-bins/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/link-bins +## 10.0.11 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/manifest-utils@6.0.9 +- @pnpm/read-package-json@9.0.9 +- @pnpm/read-project-manifest@6.0.9 + ## 10.0.10 ### Patch Changes diff --git a/pkg-manager/link-bins/package.json b/pkg-manager/link-bins/package.json index 4216362711..1f92d4a793 100644 --- a/pkg-manager/link-bins/package.json +++ b/pkg-manager/link-bins/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/link-bins", - "version": "10.0.10", + "version": "10.0.11", "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 c2e00d91fa..6406e05ecd 100644 --- a/pkg-manager/modules-cleaner/CHANGELOG.md +++ b/pkg-manager/modules-cleaner/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/modules-cleaner +## 15.1.14 + +### Patch Changes + +- @pnpm/lockfile.filtering@1.0.5 +- @pnpm/remove-bins@6.0.9 + ## 15.1.13 ### Patch Changes diff --git a/pkg-manager/modules-cleaner/package.json b/pkg-manager/modules-cleaner/package.json index 53fb11ab9a..22137b281b 100644 --- a/pkg-manager/modules-cleaner/package.json +++ b/pkg-manager/modules-cleaner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/modules-cleaner", - "version": "15.1.13", + "version": "15.1.14", "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 7360e53ddf..ea9293b6e6 100644 --- a/pkg-manager/package-requester/CHANGELOG.md +++ b/pkg-manager/package-requester/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/package-requester +## 25.2.8 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/package-is-installable@9.0.10 +- @pnpm/read-package-json@9.0.9 +- @pnpm/worker@1.0.11 + ## 25.2.7 ### Patch Changes diff --git a/pkg-manager/package-requester/package.json b/pkg-manager/package-requester/package.json index e7f31ea090..efc9879d5a 100644 --- a/pkg-manager/package-requester/package.json +++ b/pkg-manager/package-requester/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/package-requester", - "version": "25.2.7", + "version": "25.2.8", "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 cdcbc768dd..6b66ee6111 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 +## 17.2.4 + +### Patch Changes + +- 83681da: Packages with `libc` that differ from `pnpm.supportedArchitectures.libc` are not downloaded [#7362](https://github.com/pnpm/pnpm/issues/7362). +- Updated dependencies [83681da] +- Updated dependencies [83681da] +- Updated dependencies [25d37f5] + - @pnpm/store-connection-manager@8.4.0 + - @pnpm/plugin-commands-rebuild@12.1.0 + - @pnpm/constants@9.0.0 + - @pnpm/package-store@20.4.0 + - @pnpm/config@21.8.4 + - @pnpm/error@6.0.2 + - @pnpm/core@15.3.5 + - @pnpm/get-context@12.0.6 + - @pnpm/outdated@15.1.5 + - @pnpm/workspace.pkgs-graph@4.0.6 + - @pnpm/cli-utils@4.0.6 + - @pnpm/plugin-commands-env@5.1.9 + - @pnpm/dedupe.check@2.0.11 + - @pnpm/pnpmfile@6.0.12 + - @pnpm/manifest-utils@6.0.9 + - @pnpm/read-project-manifest@6.0.9 + - @pnpm/filter-workspace-packages@10.0.11 + - @pnpm/find-workspace-dir@7.0.2 + - @pnpm/workspace.find-packages@4.0.11 + ## 17.2.3 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 6cc17c7d87..20165f164f 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": "17.2.3", + "version": "17.2.4", "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 f0296dbb59..617adcfa8b 100644 --- a/pkg-manager/read-projects-context/CHANGELOG.md +++ b/pkg-manager/read-projects-context/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/read-projects-context +## 9.1.12 + +### Patch Changes + +- @pnpm/lockfile.fs@1.0.4 + ## 9.1.11 ### Patch Changes diff --git a/pkg-manager/read-projects-context/package.json b/pkg-manager/read-projects-context/package.json index b2ee054377..5289a2592e 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.1.11", + "version": "9.1.12", "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 fde22ffddc..ee931e61ee 100644 --- a/pkg-manager/real-hoist/CHANGELOG.md +++ b/pkg-manager/real-hoist/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/real-hoist +## 3.0.13 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 3.0.12 ### Patch Changes diff --git a/pkg-manager/real-hoist/package.json b/pkg-manager/real-hoist/package.json index 600e155366..2e292373d0 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": "3.0.12", + "version": "3.0.13", "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 5351ebeef5..2b38fbdd1e 100644 --- a/pkg-manager/remove-bins/CHANGELOG.md +++ b/pkg-manager/remove-bins/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/remove-bins +## 6.0.9 + +### Patch Changes + +- @pnpm/read-package-json@9.0.9 + ## 6.0.8 ### Patch Changes diff --git a/pkg-manager/remove-bins/package.json b/pkg-manager/remove-bins/package.json index f426869423..4e0d5fa2c1 100644 --- a/pkg-manager/remove-bins/package.json +++ b/pkg-manager/remove-bins/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/remove-bins", - "version": "6.0.8", + "version": "6.0.9", "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 7f940888b7..37cbb556e3 100644 --- a/pkg-manager/resolve-dependencies/CHANGELOG.md +++ b/pkg-manager/resolve-dependencies/CHANGELOG.md @@ -1,5 +1,20 @@ # @pnpm/resolve-dependencies +## 36.0.4 + +### Patch Changes + +- d7b9ae5: Fix peer dependency resolution dead lock [#8570](https://github.com/pnpm/pnpm/issues/8570). This change might change some of the keys in the `snapshots` field inside `pnpm-lock.yaml` but it should happen very rarely. +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/npm-resolver@21.1.0 + - @pnpm/lockfile.pruner@0.0.5 + - @pnpm/error@6.0.2 + - @pnpm/catalogs.resolver@0.1.1 + - @pnpm/manifest-utils@6.0.9 + - @pnpm/read-package-json@9.0.9 + - @pnpm/lockfile.preferred-versions@1.0.13 + ## 36.0.3 ### Patch Changes diff --git a/pkg-manager/resolve-dependencies/package.json b/pkg-manager/resolve-dependencies/package.json index 521ec8bf88..09e72a4839 100644 --- a/pkg-manager/resolve-dependencies/package.json +++ b/pkg-manager/resolve-dependencies/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/resolve-dependencies", - "version": "36.0.3", + "version": "36.0.4", "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 9700747190..c1cb3ca099 100644 --- a/pkg-manifest/exportable-manifest/CHANGELOG.md +++ b/pkg-manifest/exportable-manifest/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/exportable-manifest +## 7.0.6 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/catalogs.resolver@0.1.1 +- @pnpm/read-project-manifest@6.0.9 + ## 7.0.5 ### Patch Changes diff --git a/pkg-manifest/exportable-manifest/package.json b/pkg-manifest/exportable-manifest/package.json index 24af7dc991..1fc4bf61dd 100644 --- a/pkg-manifest/exportable-manifest/package.json +++ b/pkg-manifest/exportable-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/exportable-manifest", - "version": "7.0.5", + "version": "7.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 cfab5009a5..5b1dc15f6a 100644 --- a/pkg-manifest/manifest-utils/CHANGELOG.md +++ b/pkg-manifest/manifest-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/manifest-utils +## 6.0.9 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 6.0.8 ### Patch Changes diff --git a/pkg-manifest/manifest-utils/package.json b/pkg-manifest/manifest-utils/package.json index d39d93476e..4c417ff4f9 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": "6.0.8", + "version": "6.0.9", "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 197ab0ab1e..222e02d8b7 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 +## 9.0.9 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 9.0.8 ### Patch Changes diff --git a/pkg-manifest/read-package-json/package.json b/pkg-manifest/read-package-json/package.json index 8413af51f0..0fcd912536 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": "9.0.8", + "version": "9.0.9", "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 3e332b2afd..9df63f9a83 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 +## 6.0.9 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 6.0.8 ### Patch Changes diff --git a/pkg-manifest/read-project-manifest/package.json b/pkg-manifest/read-project-manifest/package.json index 413ac6d0e9..077e6b9316 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": "6.0.8", + "version": "6.0.9", "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 28a3c78b7f..3060ccfc4c 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,30 @@ # pnpm +## 9.12.0 + +### Minor Changes + +- Fix peer dependency resolution dead lock [#8570](https://github.com/pnpm/pnpm/issues/8570). This change might change some of the keys in the `snapshots` field inside `pnpm-lock.yaml` but it should happen very rarely. +- `pnpm outdated` command supports now a `--sort-by=name` option for sorting outdated dependencies by package name [#8523](https://github.com/pnpm/pnpm/pull/8523). +- Added the ability for `overrides` to remove dependencies by specifying `"-"` as the field value [#8572](https://github.com/pnpm/pnpm/issues/8572). For example, to remove `lodash` from the dependencies, use this configuration in `package.json`: + + ```json + { + "pnpm": { + "overrides": { + "lodash": "-" + } + } + } + ``` + +### Patch Changes + +- Fixed an issue where `pnpm list --json pkg` showed `"private": false` for a private package [#8519](https://github.com/pnpm/pnpm/issues/8519). +- Packages with `libc` that differ from `pnpm.supportedArchitectures.libc` are not downloaded [#7362](https://github.com/pnpm/pnpm/issues/7362). +- Prevent `ENOENT` errors caused by running `store prune` in parallel [#8586](https://github.com/pnpm/pnpm/pull/8586). +- Add issues alias to `pnpm bugs` [#8596](https://github.com/pnpm/pnpm/pull/8596). + ## 9.11.0 ### Minor Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index a275b4b427..640b035309 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.11.0", + "version": "9.12.0", "publishConfig": { "tag": "next-9", "bin": { diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index 53ee33f9ae..d237a964e7 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.11.0", + "version": "9.12.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 82948fccc8..415f9cd30a 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.11.0", + "version": "9.12.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index eaeb13e8c7..2dd8e922d5 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.11.0", + "version": "9.12.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index b16faef221..afc632ee61 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.11.0", + "version": "9.12.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-arm64/package.json b/pnpm/artifacts/win-arm64/package.json index b3a313a0a1..b8f557a8f9 100644 --- a/pnpm/artifacts/win-arm64/package.json +++ b/pnpm/artifacts/win-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-arm64", - "version": "9.11.0", + "version": "9.12.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 0ca5c2f4c1..57ec34f008 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.11.0", + "version": "9.12.0", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 3a7ccf8a0c..e557a711f4 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "9.11.0", + "version": "9.12.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 a60a98fbb9..8a7f12c60e 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-deploy +## 5.1.28 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/plugin-commands-installation@17.2.4 + - @pnpm/error@6.0.2 + - @pnpm/cli-utils@4.0.6 + - @pnpm/catalogs.resolver@0.1.1 + - @pnpm/fs.indexed-pkg-importer@6.0.9 + - @pnpm/directory-fetcher@8.0.9 + ## 5.1.27 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index f94ea261c6..faaef45629 100644 --- a/releasing/plugin-commands-deploy/package.json +++ b/releasing/plugin-commands-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-deploy", - "version": "5.1.27", + "version": "5.1.28", "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 9d4df74444..bfd7ca151c 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-publishing +## 10.0.9 + +### Patch Changes + +- @pnpm/config@21.8.4 +- @pnpm/error@6.0.2 +- @pnpm/cli-utils@4.0.6 +- @pnpm/plugin-commands-env@5.1.9 +- @pnpm/lifecycle@17.1.5 +- @pnpm/network.auth-header@3.0.2 +- @pnpm/exportable-manifest@7.0.6 +- @pnpm/client@11.1.10 + ## 10.0.8 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index 76c8a0204e..131db47365 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": "10.0.8", + "version": "10.0.9", "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 79b6da1cea..2a72df26aa 100644 --- a/resolving/default-resolver/CHANGELOG.md +++ b/resolving/default-resolver/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/default-resolver +## 20.0.8 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/npm-resolver@21.1.0 + - @pnpm/error@6.0.2 + - @pnpm/local-resolver@12.0.9 + ## 20.0.7 ### Patch Changes diff --git a/resolving/default-resolver/package.json b/resolving/default-resolver/package.json index c00952e168..c4bb068648 100644 --- a/resolving/default-resolver/package.json +++ b/resolving/default-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-resolver", - "version": "20.0.7", + "version": "20.0.8", "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 4c5a83a730..73a92eeba3 100644 --- a/resolving/local-resolver/CHANGELOG.md +++ b/resolving/local-resolver/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/local-resolver +## 12.0.9 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/read-project-manifest@6.0.9 + ## 12.0.8 ### Patch Changes diff --git a/resolving/local-resolver/package.json b/resolving/local-resolver/package.json index a6377b128b..2d54e69087 100644 --- a/resolving/local-resolver/package.json +++ b/resolving/local-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/local-resolver", - "version": "12.0.8", + "version": "12.0.9", "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 a5c222d6c1..b40a8fdb06 100644 --- a/resolving/npm-resolver/CHANGELOG.md +++ b/resolving/npm-resolver/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/npm-resolver +## 21.1.0 + +### Minor Changes + +- 83681da: Keep `libc` field in `clearMeta`. + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/error@6.0.2 + ## 21.0.5 ### Patch Changes diff --git a/resolving/npm-resolver/package.json b/resolving/npm-resolver/package.json index 742159cc62..41786c3c40 100644 --- a/resolving/npm-resolver/package.json +++ b/resolving/npm-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/npm-resolver", - "version": "21.0.5", + "version": "21.1.0", "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 6b50318eab..9e3bd366ac 100644 --- a/reviewing/dependencies-hierarchy/CHANGELOG.md +++ b/reviewing/dependencies-hierarchy/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/reviewing.dependencies-hierarchy +## 3.2.1 + +### Patch Changes + +- @pnpm/lockfile.fs@1.0.4 +- @pnpm/read-package-json@9.0.9 + ## 3.2.0 ### Minor Changes diff --git a/reviewing/dependencies-hierarchy/package.json b/reviewing/dependencies-hierarchy/package.json index 7108679483..bf54d35506 100644 --- a/reviewing/dependencies-hierarchy/package.json +++ b/reviewing/dependencies-hierarchy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/reviewing.dependencies-hierarchy", - "version": "3.2.0", + "version": "3.2.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 86cb86e59d..d9dcad118c 100644 --- a/reviewing/license-scanner/CHANGELOG.md +++ b/reviewing/license-scanner/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/license-scanner +## 3.1.15 + +### Patch Changes + +- @pnpm/lockfile.fs@1.0.4 +- @pnpm/error@6.0.2 +- @pnpm/package-is-installable@9.0.10 +- @pnpm/read-package-json@9.0.9 +- @pnpm/directory-fetcher@8.0.9 + ## 3.1.14 ### Patch Changes diff --git a/reviewing/license-scanner/package.json b/reviewing/license-scanner/package.json index 13015859bb..cce9bece47 100644 --- a/reviewing/license-scanner/package.json +++ b/reviewing/license-scanner/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/license-scanner", - "version": "3.1.14", + "version": "3.1.15", "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 6faa48a8fb..44ead3028b 100644 --- a/reviewing/list/CHANGELOG.md +++ b/reviewing/list/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/list +## 10.2.1 + +### Patch Changes + +- 44b8935: Fixed an issue where `pnpm list --json pkg` showed `"private": false` for a private package [#8519](https://github.com/pnpm/pnpm/issues/8519). + - @pnpm/reviewing.dependencies-hierarchy@3.2.1 + - @pnpm/read-package-json@9.0.9 + - @pnpm/read-project-manifest@6.0.9 + ## 10.2.0 ### Minor Changes diff --git a/reviewing/list/package.json b/reviewing/list/package.json index 7973b9d51b..0d4cda089b 100644 --- a/reviewing/list/package.json +++ b/reviewing/list/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/list", - "version": "10.2.0", + "version": "10.2.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 8c79400790..0202454e47 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,21 @@ # @pnpm/outdated +## 15.1.5 + +### Patch Changes + +- Updated dependencies [83681da] +- Updated dependencies [b7fb704] + - @pnpm/constants@9.0.0 + - @pnpm/npm-resolver@21.1.0 + - @pnpm/hooks.read-package-hook@5.1.0 + - @pnpm/lockfile.fs@1.0.4 + - @pnpm/error@6.0.2 + - @pnpm/catalogs.resolver@0.1.1 + - @pnpm/parse-overrides@5.1.1 + - @pnpm/manifest-utils@6.0.9 + - @pnpm/client@11.1.10 + ## 15.1.4 ### Patch Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index 5a0f8d9b2b..e81601a883 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "15.1.4", + "version": "15.1.5", "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 7eaea18a52..6a4f7179de 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-licenses +## 4.1.20 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/config@21.8.4 + - @pnpm/lockfile.fs@1.0.4 + - @pnpm/error@6.0.2 + - @pnpm/license-scanner@3.1.15 + - @pnpm/cli-utils@4.0.6 + - @pnpm/store-path@9.0.2 + ## 4.1.19 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index c352c6c63f..845538a385 100644 --- a/reviewing/plugin-commands-licenses/package.json +++ b/reviewing/plugin-commands-licenses/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-licenses", - "version": "4.1.19", + "version": "4.1.20", "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 0d0981f0a4..577a169e1d 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-listing +## 10.1.1 + +### Patch Changes + +- 44b8935: Fixed an issue where `pnpm list --json pkg` showed `"private": false` for a private package [#8519](https://github.com/pnpm/pnpm/issues/8519). +- Updated dependencies [44b8935] + - @pnpm/list@10.2.1 + - @pnpm/config@21.8.4 + - @pnpm/error@6.0.2 + - @pnpm/cli-utils@4.0.6 + ## 10.1.0 ### Minor Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 4598ecc526..7edac665af 100644 --- a/reviewing/plugin-commands-listing/package.json +++ b/reviewing/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "10.1.0", + "version": "10.1.1", "description": "The list and why commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-outdated/CHANGELOG.md b/reviewing/plugin-commands-outdated/CHANGELOG.md index 534024976a..fc5ef75e8e 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,21 @@ # @pnpm/plugin-commands-outdated +## 12.1.0 + +### Minor Changes + +- f6e9677: `pnpm outdated` command supports now a `--sort-by=name` option for sorting outdated dependencies by package name [#8523](https://github.com/pnpm/pnpm/pull/8523). + +### Patch Changes + +- @pnpm/config@21.8.4 +- @pnpm/lockfile.fs@1.0.4 +- @pnpm/error@6.0.2 +- @pnpm/outdated@15.1.5 +- @pnpm/default-resolver@20.0.8 +- @pnpm/cli-utils@4.0.6 +- @pnpm/store-path@9.0.2 + ## 12.0.10 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index f5f1b98fa8..6d762ea08f 100644 --- a/reviewing/plugin-commands-outdated/package.json +++ b/reviewing/plugin-commands-outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-outdated", - "version": "12.0.10", + "version": "12.1.0", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/package-store/CHANGELOG.md b/store/package-store/CHANGELOG.md index 9b517847ae..20415d7833 100644 --- a/store/package-store/CHANGELOG.md +++ b/store/package-store/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/package-store +## 20.4.0 + +### Minor Changes + +- 83681da: Keep `libc` field in `clearMeta`. + +### Patch Changes + +- 25d37f5: `pnpm store prune` should not fail if the store directory doesn't exist. + - @pnpm/package-requester@25.2.8 + - @pnpm/worker@1.0.11 + - @pnpm/create-cafs-store@7.0.9 + ## 20.3.7 ### Patch Changes diff --git a/store/package-store/package.json b/store/package-store/package.json index 84a81e47da..bfe2009011 100644 --- a/store/package-store/package.json +++ b/store/package-store/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/package-store", "description": "A storage for packages", - "version": "20.3.7", + "version": "20.4.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 2c548223ab..b221c82ae5 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-server +## 7.0.25 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/store-connection-manager@8.4.0 + - @pnpm/config@21.8.4 + - @pnpm/error@6.0.2 + - @pnpm/server@18.2.6 + - @pnpm/cli-utils@4.0.6 + - @pnpm/store-path@9.0.2 + ## 7.0.24 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index cc0b909694..ddfa23bc18 100644 --- a/store/plugin-commands-server/package.json +++ b/store/plugin-commands-server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-server", - "version": "7.0.24", + "version": "7.0.25", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-store-inspecting/CHANGELOG.md b/store/plugin-commands-store-inspecting/CHANGELOG.md index 3d8a628e1f..aedf4e2c35 100644 --- a/store/plugin-commands-store-inspecting/CHANGELOG.md +++ b/store/plugin-commands-store-inspecting/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-store-inspecting +## 0.2.22 + +### Patch Changes + +- @pnpm/config@21.8.4 +- @pnpm/error@6.0.2 +- @pnpm/store-path@9.0.2 +- @pnpm/client@11.1.10 + ## 0.2.21 ### Patch Changes diff --git a/store/plugin-commands-store-inspecting/package.json b/store/plugin-commands-store-inspecting/package.json index befdb3bcb0..fcba3c9252 100644 --- a/store/plugin-commands-store-inspecting/package.json +++ b/store/plugin-commands-store-inspecting/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store-inspecting", - "version": "0.2.21", + "version": "0.2.22", "description": "The inspecting store commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-store/CHANGELOG.md b/store/plugin-commands-store/CHANGELOG.md index 2bd336ce63..95b50e47a7 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-store +## 9.2.13 + +### Patch Changes + +- 81bd942: Prevent `ENOENT` errors caused by running `store prune` in parallel [#8586](https://github.com/pnpm/pnpm/pull/8586). +- Updated dependencies [83681da] + - @pnpm/store-connection-manager@8.4.0 + - @pnpm/config@21.8.4 + - @pnpm/error@6.0.2 + - @pnpm/get-context@12.0.6 + - @pnpm/cli-utils@4.0.6 + - @pnpm/store-path@9.0.2 + ## 9.2.12 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index ce998355c6..e4788129e6 100644 --- a/store/plugin-commands-store/package.json +++ b/store/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "9.2.12", + "version": "9.2.13", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/store-connection-manager/CHANGELOG.md b/store/store-connection-manager/CHANGELOG.md index 6877a215e6..968053a828 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,22 @@ # @pnpm/store-connection-manager +## 8.4.0 + +### Minor Changes + +- 83681da: Packages with `libc` that differ from `pnpm.supportedArchitectures.libc` are not downloaded [#7362](https://github.com/pnpm/pnpm/issues/7362). + +### Patch Changes + +- Updated dependencies [83681da] +- Updated dependencies [25d37f5] + - @pnpm/package-store@20.4.0 + - @pnpm/config@21.8.4 + - @pnpm/error@6.0.2 + - @pnpm/server@18.2.6 + - @pnpm/store-path@9.0.2 + - @pnpm/client@11.1.10 + ## 8.3.10 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index 49aba2bec8..c31909b92f 100644 --- a/store/store-connection-manager/package.json +++ b/store/store-connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-connection-manager", - "version": "8.3.10", + "version": "8.4.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-path/CHANGELOG.md b/store/store-path/CHANGELOG.md index 6d64dbf8d1..031f5073c3 100644 --- a/store/store-path/CHANGELOG.md +++ b/store/store-path/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/store-path +## 9.0.2 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 9.0.1 ### Patch Changes diff --git a/store/store-path/package.json b/store/store-path/package.json index a7e9624ec3..067f865c1b 100644 --- a/store/store-path/package.json +++ b/store/store-path/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-path", - "version": "9.0.1", + "version": "9.0.2", "description": "Resolves the pnpm store path", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/tools/plugin-commands-self-updater/CHANGELOG.md b/tools/plugin-commands-self-updater/CHANGELOG.md index e1c42d7c89..0bfe311996 100644 --- a/tools/plugin-commands-self-updater/CHANGELOG.md +++ b/tools/plugin-commands-self-updater/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/tools.plugin-commands-self-updater +## 1.0.6 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/plugin-commands-installation@17.2.4 + - @pnpm/config@21.8.4 + - @pnpm/error@6.0.2 + - @pnpm/cli-utils@4.0.6 + - @pnpm/link-bins@10.0.11 + - @pnpm/read-project-manifest@6.0.9 + - @pnpm/client@11.1.10 + ## 1.0.5 ### Patch Changes diff --git a/tools/plugin-commands-self-updater/package.json b/tools/plugin-commands-self-updater/package.json index dc1a240134..20a80c9fe2 100644 --- a/tools/plugin-commands-self-updater/package.json +++ b/tools/plugin-commands-self-updater/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/tools.plugin-commands-self-updater", - "version": "1.0.5", + "version": "1.0.6", "description": "A command for updating pnpm itself", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/worker/CHANGELOG.md b/worker/CHANGELOG.md index 4132e64cec..29561c4e79 100644 --- a/worker/CHANGELOG.md +++ b/worker/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/worker +## 1.0.11 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/fs.hard-link-dir@4.0.0 +- @pnpm/symlink-dependency@8.0.8 +- @pnpm/create-cafs-store@7.0.9 + ## 1.0.10 ### Patch Changes diff --git a/worker/package.json b/worker/package.json index 6f0d3ebc5f..858a6a1f66 100644 --- a/worker/package.json +++ b/worker/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/worker", - "version": "1.0.10", + "version": "1.0.11", "description": "A worker for extracting package taralls to the store", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/filter-packages-from-dir/CHANGELOG.md b/workspace/filter-packages-from-dir/CHANGELOG.md index 74e83e253e..35eed2fc0f 100644 --- a/workspace/filter-packages-from-dir/CHANGELOG.md +++ b/workspace/filter-packages-from-dir/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/workspace.filter-packages-from-dir +## 1.0.12 + +### Patch Changes + +- @pnpm/workspace.read-manifest@2.2.1 +- @pnpm/filter-workspace-packages@10.0.11 +- @pnpm/workspace.find-packages@4.0.11 + ## 1.0.11 ### Patch Changes diff --git a/workspace/filter-packages-from-dir/package.json b/workspace/filter-packages-from-dir/package.json index fdf1ec010c..0c13c0c682 100644 --- a/workspace/filter-packages-from-dir/package.json +++ b/workspace/filter-packages-from-dir/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.filter-packages-from-dir", - "version": "1.0.11", + "version": "1.0.12", "description": "Filters packages in a directory", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/filter-workspace-packages/CHANGELOG.md b/workspace/filter-workspace-packages/CHANGELOG.md index b133830fcf..3da94f5386 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/filter-workspace-packages +## 10.0.11 + +### Patch Changes + +- @pnpm/error@6.0.2 +- @pnpm/workspace.pkgs-graph@4.0.6 +- @pnpm/workspace.find-packages@4.0.11 + ## 10.0.10 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index 5f4473aa0f..41f82ec89f 100644 --- a/workspace/filter-workspace-packages/package.json +++ b/workspace/filter-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/filter-workspace-packages", - "version": "10.0.10", + "version": "10.0.11", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/find-packages/CHANGELOG.md b/workspace/find-packages/CHANGELOG.md index e3aa7d4dbd..40e5c794e3 100644 --- a/workspace/find-packages/CHANGELOG.md +++ b/workspace/find-packages/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/find-workspace-packages +## 4.0.11 + +### Patch Changes + +- @pnpm/cli-utils@4.0.6 +- @pnpm/fs.find-packages@4.0.5 + ## 4.0.10 ### Patch Changes diff --git a/workspace/find-packages/package.json b/workspace/find-packages/package.json index 942476bc63..57af3ae87d 100644 --- a/workspace/find-packages/package.json +++ b/workspace/find-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.find-packages", - "version": "4.0.10", + "version": "4.0.11", "description": "Finds packages inside 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 b511fc8260..f1129c36be 100644 --- a/workspace/find-workspace-dir/CHANGELOG.md +++ b/workspace/find-workspace-dir/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-dir +## 7.0.2 + +### Patch Changes + +- @pnpm/error@6.0.2 + ## 7.0.1 ### Patch Changes diff --git a/workspace/find-workspace-dir/package.json b/workspace/find-workspace-dir/package.json index e4452644de..9446674bb6 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": "7.0.1", + "version": "7.0.2", "description": "Finds the root of a pnpm workspace", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/pkgs-graph/CHANGELOG.md b/workspace/pkgs-graph/CHANGELOG.md index c83879ea97..473c1d0589 100644 --- a/workspace/pkgs-graph/CHANGELOG.md +++ b/workspace/pkgs-graph/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/workspace.pkgs-graph +## 4.0.6 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/npm-resolver@21.1.0 + ## 4.0.5 ### Patch Changes diff --git a/workspace/pkgs-graph/package.json b/workspace/pkgs-graph/package.json index 45cd1c7e47..7373b3cddc 100644 --- a/workspace/pkgs-graph/package.json +++ b/workspace/pkgs-graph/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.pkgs-graph", - "version": "4.0.5", + "version": "4.0.6", "description": "Create a graph from an array of packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/read-manifest/CHANGELOG.md b/workspace/read-manifest/CHANGELOG.md index 9703b48cfa..00334a7926 100644 --- a/workspace/read-manifest/CHANGELOG.md +++ b/workspace/read-manifest/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/workspace.read-manifest +## 2.2.1 + +### Patch Changes + +- Updated dependencies [83681da] + - @pnpm/constants@9.0.0 + - @pnpm/error@6.0.2 + ## 2.2.0 ### Minor Changes diff --git a/workspace/read-manifest/package.json b/workspace/read-manifest/package.json index 4652e139b8..3e3c013065 100644 --- a/workspace/read-manifest/package.json +++ b/workspace/read-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.read-manifest", - "version": "2.2.0", + "version": "2.2.1", "description": "Reads a workspace manifest file", "main": "lib/index.js", "types": "lib/index.d.ts",