diff --git a/.changeset/shiny-zoos-love.md b/.changeset/shiny-zoos-love.md deleted file mode 100644 index cfebacc8c4c..00000000000 --- a/.changeset/shiny-zoos-love.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/lifecycle": patch -pnpm: patch ---- - -If the `script-shell` option is configured to a `.bat`/`.cmd` file on Windows, pnpm will now error with `ERR_PNPM_INVALID_SCRIPT_SHELL_WINDOWS`. Newer [versions of Node.js released in April 2024](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2) do not support executing these files directly without behavior differences. If the `script-shell` option is necessary for your use-case, please set a `.exe` file instead. diff --git a/.changeset/violet-laws-play.md b/.changeset/violet-laws-play.md deleted file mode 100644 index 55ed7ee232c..00000000000 --- a/.changeset/violet-laws-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"pnpm": patch ---- - -`pnpm completion` command should work in the standalone version of pnpm [#7948](https://github.com/pnpm/pnpm/issues/7948). diff --git a/.changeset/yellow-dolphins-battle.md b/.changeset/yellow-dolphins-battle.md deleted file mode 100644 index 83a5bf8bd36..00000000000 --- a/.changeset/yellow-dolphins-battle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/cli-utils": patch -"pnpm": patch ---- - -Print a hint about the `package-manager-strict` setting, when pnpm doesn't match the version specified in the `packageManager` field in `package.json`. diff --git a/cli/cli-utils/CHANGELOG.md b/cli/cli-utils/CHANGELOG.md index 7b2df1e03ff..fb019a2078a 100644 --- a/cli/cli-utils/CHANGELOG.md +++ b/cli/cli-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/cli-utils +## 3.0.2 + +### Patch Changes + +- a80b539: Print a hint about the `package-manager-strict` setting, when pnpm doesn't match the version specified in the `packageManager` field in `package.json`. + ## 3.0.1 ### Patch Changes diff --git a/cli/cli-utils/package.json b/cli/cli-utils/package.json index 9c6e90dac3d..d901823c485 100644 --- a/cli/cli-utils/package.json +++ b/cli/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "3.0.1", + "version": "3.0.2", "description": "Utils for pnpm commands", "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 ac07447faf4..8a89d409d70 100644 --- a/completion/plugin-commands-completion/CHANGELOG.md +++ b/completion/plugin-commands-completion/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-completion +## 1.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + - @pnpm/workspace.find-packages@2.0.2 + ## 1.0.1 ### Patch Changes diff --git a/completion/plugin-commands-completion/package.json b/completion/plugin-commands-completion/package.json index ec2194d76bc..6f9b36e195a 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.1", + "version": "1.0.2", "description": "Commands for shell completions", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/config/plugin-commands-config/CHANGELOG.md b/config/plugin-commands-config/CHANGELOG.md index befd9c17d48..cab35f9e395 100644 --- a/config/plugin-commands-config/CHANGELOG.md +++ b/config/plugin-commands-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-config +## 3.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + ## 3.0.1 ### Patch Changes diff --git a/config/plugin-commands-config/package.json b/config/plugin-commands-config/package.json index 9ca8e6cf518..abd5f8af4be 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.1", + "version": "3.0.2", "description": "Commands for reading and writing settings to/from config files", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/env/node.fetcher/CHANGELOG.md b/env/node.fetcher/CHANGELOG.md index 3f3b8da40d9..74f548abc8d 100644 --- a/env/node.fetcher/CHANGELOG.md +++ b/env/node.fetcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/node.fetcher +## 4.0.1 + +### Patch Changes + +- @pnpm/tarball-fetcher@19.0.1 + ## 4.0.0 ### Major Changes diff --git a/env/node.fetcher/package.json b/env/node.fetcher/package.json index 9dde6aaba89..73dd1f09759 100644 --- a/env/node.fetcher/package.json +++ b/env/node.fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.fetcher", - "version": "4.0.0", + "version": "4.0.1", "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 b1ee7c8ed0a..6777550b541 100644 --- a/env/node.resolver/CHANGELOG.md +++ b/env/node.resolver/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/node.resolver +## 3.0.1 + +### Patch Changes + +- @pnpm/node.fetcher@4.0.1 + ## 3.0.0 ### Major Changes diff --git a/env/node.resolver/package.json b/env/node.resolver/package.json index bb45bf8db39..bb168db6795 100644 --- a/env/node.resolver/package.json +++ b/env/node.resolver/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/node.resolver", - "version": "3.0.0", + "version": "3.0.1", "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 1668ac0a071..f5d1c261fa9 100644 --- a/env/plugin-commands-env/CHANGELOG.md +++ b/env/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-env +## 5.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + - @pnpm/node.fetcher@4.0.1 + - @pnpm/node.resolver@3.0.1 + ## 5.0.1 ### Patch Changes diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index 8304a7584eb..03dc96d21c6 100644 --- a/env/plugin-commands-env/package.json +++ b/env/plugin-commands-env/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-env", - "version": "5.0.1", + "version": "5.0.2", "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 29edf4db8de..abbdbb0c3dd 100644 --- a/exec/build-modules/CHANGELOG.md +++ b/exec/build-modules/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/build-modules +## 12.0.1 + +### Patch Changes + +- Updated dependencies [bfadc0a] + - @pnpm/lifecycle@17.0.1 + ## 12.0.0 ### Major Changes diff --git a/exec/build-modules/package.json b/exec/build-modules/package.json index f3078308779..593984bbc36 100644 --- a/exec/build-modules/package.json +++ b/exec/build-modules/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/build-modules", - "version": "12.0.0", + "version": "12.0.1", "description": "Build packages in node_modules", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/exec/lifecycle/CHANGELOG.md b/exec/lifecycle/CHANGELOG.md index 51c817fc387..5c9bfa55140 100644 --- a/exec/lifecycle/CHANGELOG.md +++ b/exec/lifecycle/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/lifecycle +## 17.0.1 + +### Patch Changes + +- bfadc0a: If the `script-shell` option is configured to a `.bat`/`.cmd` file on Windows, pnpm will now error with `ERR_PNPM_INVALID_SCRIPT_SHELL_WINDOWS`. Newer [versions of Node.js released in April 2024](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2) do not support executing these files directly without behavior differences. If the `script-shell` option is necessary for your use-case, please set a `.exe` file instead. + ## 17.0.0 ### Major Changes diff --git a/exec/lifecycle/package.json b/exec/lifecycle/package.json index d5907e3d3d6..21323363772 100644 --- a/exec/lifecycle/package.json +++ b/exec/lifecycle/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lifecycle", - "version": "17.0.0", + "version": "17.0.1", "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 9d5522de99a..fbed31e91ce 100644 --- a/exec/plugin-commands-rebuild/CHANGELOG.md +++ b/exec/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,16 @@ # @pnpm/plugin-commands-rebuild +## 11.0.2 + +### Patch Changes + +- Updated dependencies [bfadc0a] +- Updated dependencies [a80b539] + - @pnpm/lifecycle@17.0.1 + - @pnpm/cli-utils@3.0.2 + - @pnpm/workspace.find-packages@2.0.2 + - @pnpm/store-connection-manager@8.0.2 + ## 11.0.1 ### Patch Changes diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index a2c23d6e588..67e145001e5 100644 --- a/exec/plugin-commands-rebuild/package.json +++ b/exec/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "11.0.1", + "version": "11.0.2", "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 9c451cd720d..6f5189c1680 100644 --- a/exec/plugin-commands-script-runners/CHANGELOG.md +++ b/exec/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-script-runners +## 9.0.4 + +### Patch Changes + +- Updated dependencies [bfadc0a] +- Updated dependencies [a80b539] + - @pnpm/lifecycle@17.0.1 + - @pnpm/cli-utils@3.0.2 + - @pnpm/plugin-commands-installation@15.0.4 + ## 9.0.3 ### Patch Changes diff --git a/exec/plugin-commands-script-runners/package.json b/exec/plugin-commands-script-runners/package.json index 776664429e9..196414c75b2 100644 --- a/exec/plugin-commands-script-runners/package.json +++ b/exec/plugin-commands-script-runners/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-script-runners", - "version": "9.0.3", + "version": "9.0.4", "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 f6d5d40fd84..5f2ed4f8603 100644 --- a/exec/prepare-package/CHANGELOG.md +++ b/exec/prepare-package/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/prepare-package +## 6.0.1 + +### Patch Changes + +- Updated dependencies [bfadc0a] + - @pnpm/lifecycle@17.0.1 + ## 6.0.0 ### Major Changes diff --git a/exec/prepare-package/package.json b/exec/prepare-package/package.json index 6d8e610106f..939fe00718a 100644 --- a/exec/prepare-package/package.json +++ b/exec/prepare-package/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/prepare-package", - "version": "6.0.0", + "version": "6.0.1", "description": "Prepares a Git-hosted package", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/fetching/git-fetcher/CHANGELOG.md b/fetching/git-fetcher/CHANGELOG.md index 5c6f2ce8b23..5ca8a603999 100644 --- a/fetching/git-fetcher/CHANGELOG.md +++ b/fetching/git-fetcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/git-fetcher +## 13.0.1 + +### Patch Changes + +- @pnpm/prepare-package@6.0.1 + ## 13.0.0 ### Major Changes diff --git a/fetching/git-fetcher/package.json b/fetching/git-fetcher/package.json index 59ed1408151..6597f6db5f5 100644 --- a/fetching/git-fetcher/package.json +++ b/fetching/git-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/git-fetcher", - "version": "13.0.0", + "version": "13.0.1", "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 27596ca9201..ef87f369111 100644 --- a/fetching/tarball-fetcher/CHANGELOG.md +++ b/fetching/tarball-fetcher/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/tarball-fetcher +## 19.0.1 + +### Patch Changes + +- @pnpm/prepare-package@6.0.1 + ## 19.0.0 ### Major Changes diff --git a/fetching/tarball-fetcher/package.json b/fetching/tarball-fetcher/package.json index 5184418a1f2..9b0a2742f19 100644 --- a/fetching/tarball-fetcher/package.json +++ b/fetching/tarball-fetcher/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/tarball-fetcher", - "version": "19.0.0", + "version": "19.0.1", "description": "Fetcher for packages hosted as tarballs", "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 718307afdea..37c751f8ce0 100644 --- a/lockfile/plugin-commands-audit/CHANGELOG.md +++ b/lockfile/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-audit +## 10.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + ## 10.0.1 ### Patch Changes diff --git a/lockfile/plugin-commands-audit/package.json b/lockfile/plugin-commands-audit/package.json index 5f4d5797c75..694ae622396 100644 --- a/lockfile/plugin-commands-audit/package.json +++ b/lockfile/plugin-commands-audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-audit", - "version": "10.0.1", + "version": "10.0.2", "description": "pnpm commands for dependencies audit", "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 733059547ac..9ab9ae467f7 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.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + ## 3.0.1 ### Patch Changes diff --git a/packages/plugin-commands-doctor/package.json b/packages/plugin-commands-doctor/package.json index f64d2761c91..a91563b1c86 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.1", + "version": "3.0.2", "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 4816e147b75..82116072b28 100644 --- a/packages/plugin-commands-init/CHANGELOG.md +++ b/packages/plugin-commands-init/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-init +## 4.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + ## 4.0.1 ### Patch Changes diff --git a/packages/plugin-commands-init/package.json b/packages/plugin-commands-init/package.json index e4b261e8d17..860898045c7 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.1", + "version": "4.0.2", "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 897b77bc594..9be4dde3f97 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-setup +## 5.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + ## 5.0.1 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 4bb6048be74..6875883888b 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.0.1", + "version": "5.0.2", "description": "pnpm commands for setting up pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/patching/plugin-commands-patching/CHANGELOG.md b/patching/plugin-commands-patching/CHANGELOG.md index 142c5294b25..9b02a84c841 100644 --- a/patching/plugin-commands-patching/CHANGELOG.md +++ b/patching/plugin-commands-patching/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-patching +## 6.0.4 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + - @pnpm/plugin-commands-installation@15.0.4 + - @pnpm/store-connection-manager@8.0.2 + ## 6.0.3 ### Patch Changes diff --git a/patching/plugin-commands-patching/package.json b/patching/plugin-commands-patching/package.json index 31ce861d168..bad343c7100 100644 --- a/patching/plugin-commands-patching/package.json +++ b/patching/plugin-commands-patching/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-patching", - "version": "6.0.3", + "version": "6.0.4", "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 bb68423b375..0cba2018375 100644 --- a/pkg-manager/client/CHANGELOG.md +++ b/pkg-manager/client/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/client +## 11.0.1 + +### Patch Changes + +- @pnpm/git-fetcher@13.0.1 +- @pnpm/tarball-fetcher@19.0.1 + ## 11.0.0 ### Major Changes diff --git a/pkg-manager/client/package.json b/pkg-manager/client/package.json index 1c1d8a2f811..18dac551f49 100644 --- a/pkg-manager/client/package.json +++ b/pkg-manager/client/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/client", - "version": "11.0.0", + "version": "11.0.1", "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 a8380fc3d63..4abf4d40704 100644 --- a/pkg-manager/core/CHANGELOG.md +++ b/pkg-manager/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/core +## 14.0.4 + +### Patch Changes + +- Updated dependencies [bfadc0a] + - @pnpm/lifecycle@17.0.1 + - @pnpm/build-modules@12.0.1 + - @pnpm/headless@23.0.1 + - @pnpm/package-requester@25.0.0 + ## 14.0.3 ### Patch Changes diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 33190e07c2e..8fffccfc73a 100644 --- a/pkg-manager/core/package.json +++ b/pkg-manager/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "14.0.3", + "version": "14.0.4", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/headless/CHANGELOG.md b/pkg-manager/headless/CHANGELOG.md index 940c4f926a7..545b86b64fa 100644 --- a/pkg-manager/headless/CHANGELOG.md +++ b/pkg-manager/headless/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/headless +## 23.0.1 + +### Patch Changes + +- Updated dependencies [bfadc0a] + - @pnpm/lifecycle@17.0.1 + - @pnpm/build-modules@12.0.1 + - @pnpm/package-requester@25.0.0 + ## 23.0.0 ### Major Changes diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 986fb9ecb24..32b83fae338 100644 --- a/pkg-manager/headless/package.json +++ b/pkg-manager/headless/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/headless", "description": "Fast installation using only pnpm-lock.yaml", - "version": "23.0.0", + "version": "23.0.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, diff --git a/pkg-manager/plugin-commands-installation/CHANGELOG.md b/pkg-manager/plugin-commands-installation/CHANGELOG.md index c3807429f84..f0edafa0a4c 100644 --- a/pkg-manager/plugin-commands-installation/CHANGELOG.md +++ b/pkg-manager/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,19 @@ # @pnpm/plugin-commands-installation +## 15.0.4 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + - @pnpm/plugin-commands-rebuild@11.0.2 + - @pnpm/core@14.0.4 + - @pnpm/workspace.find-packages@2.0.2 + - @pnpm/filter-workspace-packages@8.0.2 + - @pnpm/outdated@14.0.1 + - @pnpm/package-store@20.0.0 + - @pnpm/store-connection-manager@8.0.2 + ## 15.0.3 ### Patch Changes diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index 78b7640b688..580804a2c93 100644 --- a/pkg-manager/plugin-commands-installation/package.json +++ b/pkg-manager/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "15.0.3", + "version": "15.0.4", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/pnpm/CHANGELOG.md b/pnpm/CHANGELOG.md index f86deda96f4..2f29bda378e 100644 --- a/pnpm/CHANGELOG.md +++ b/pnpm/CHANGELOG.md @@ -1,5 +1,13 @@ # pnpm +## 9.0.3 + +### Patch Changes + +- If the `script-shell` option is configured to a `.bat`/`.cmd` file on Windows, pnpm will now error with `ERR_PNPM_INVALID_SCRIPT_SHELL_WINDOWS`. Newer [versions of Node.js released in April 2024](https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2) do not support executing these files directly without behavior differences. If the `script-shell` option is necessary for your use-case, please set a `.exe` file instead. +- Print a hint about the `package-manager-strict` setting, when pnpm doesn't match the version specified in the `packageManager` field in `package.json`. +- `pnpm completion` command should work in the standalone version of pnpm [#7948](https://github.com/pnpm/pnpm/issues/7948). + ## 9.0.2 ### Patch Changes diff --git a/pnpm/artifacts/exe/package.json b/pnpm/artifacts/exe/package.json index 5a2fc590473..1ece7ebca2d 100644 --- a/pnpm/artifacts/exe/package.json +++ b/pnpm/artifacts/exe/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/exe", "description": "Fast, disk space efficient package manager", - "version": "9.0.2", + "version": "9.0.3", "publishConfig": { "tag": "next-9", "bin": { diff --git a/pnpm/artifacts/linux-arm64/package.json b/pnpm/artifacts/linux-arm64/package.json index cba708edeaa..b5b6e6230fe 100644 --- a/pnpm/artifacts/linux-arm64/package.json +++ b/pnpm/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "9.0.2", + "version": "9.0.3", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/linux-x64/package.json b/pnpm/artifacts/linux-x64/package.json index 5a4d46d72ff..4e44b67a4ae 100644 --- a/pnpm/artifacts/linux-x64/package.json +++ b/pnpm/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "9.0.2", + "version": "9.0.3", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-arm64/package.json b/pnpm/artifacts/macos-arm64/package.json index 4d741cc8bbb..62ab257899d 100644 --- a/pnpm/artifacts/macos-arm64/package.json +++ b/pnpm/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "9.0.2", + "version": "9.0.3", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/macos-x64/package.json b/pnpm/artifacts/macos-x64/package.json index 5e59960461e..cafe490304e 100644 --- a/pnpm/artifacts/macos-x64/package.json +++ b/pnpm/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "9.0.2", + "version": "9.0.3", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/artifacts/win-x64/package.json b/pnpm/artifacts/win-x64/package.json index 239b4e9ebdf..b5dcce662fc 100644 --- a/pnpm/artifacts/win-x64/package.json +++ b/pnpm/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "9.0.2", + "version": "9.0.3", "license": "MIT", "publishConfig": { "bin": { diff --git a/pnpm/package.json b/pnpm/package.json index 58248d4d2de..83041636293 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "9.0.2", + "version": "9.0.3", "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 ce29c2b478e..9de3c3c9098 100644 --- a/releasing/plugin-commands-deploy/CHANGELOG.md +++ b/releasing/plugin-commands-deploy/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-deploy +## 5.0.4 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + - @pnpm/plugin-commands-installation@15.0.4 + ## 5.0.3 ### Patch Changes diff --git a/releasing/plugin-commands-deploy/package.json b/releasing/plugin-commands-deploy/package.json index 550f429ed51..863ea6911a1 100644 --- a/releasing/plugin-commands-deploy/package.json +++ b/releasing/plugin-commands-deploy/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-deploy", - "version": "5.0.3", + "version": "5.0.4", "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 6cdec892ca8..2c2c32e3333 100644 --- a/releasing/plugin-commands-publishing/CHANGELOG.md +++ b/releasing/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-publishing +## 8.0.2 + +### Patch Changes + +- Updated dependencies [bfadc0a] +- Updated dependencies [a80b539] + - @pnpm/lifecycle@17.0.1 + - @pnpm/cli-utils@3.0.2 + - @pnpm/client@11.0.1 + ## 8.0.1 ### Patch Changes diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index ae16eaa8089..be4cbaf4c57 100644 --- a/releasing/plugin-commands-publishing/package.json +++ b/releasing/plugin-commands-publishing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-publishing", - "version": "8.0.1", + "version": "8.0.2", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/outdated/CHANGELOG.md b/reviewing/outdated/CHANGELOG.md index 3082d66f0b6..7a6c2372c27 100644 --- a/reviewing/outdated/CHANGELOG.md +++ b/reviewing/outdated/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/outdated +## 14.0.1 + +### Patch Changes + +- @pnpm/client@11.0.1 + ## 14.0.0 ### Major Changes diff --git a/reviewing/outdated/package.json b/reviewing/outdated/package.json index 88f46513fc4..9a891b80f6e 100644 --- a/reviewing/outdated/package.json +++ b/reviewing/outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/outdated", - "version": "14.0.0", + "version": "14.0.1", "description": "Check for outdated packages", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/reviewing/plugin-commands-licenses/CHANGELOG.md b/reviewing/plugin-commands-licenses/CHANGELOG.md index f61f0a67c7c..e2c1bdd1278 100644 --- a/reviewing/plugin-commands-licenses/CHANGELOG.md +++ b/reviewing/plugin-commands-licenses/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-licenses +## 4.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + ## 4.0.1 ### Patch Changes diff --git a/reviewing/plugin-commands-licenses/package.json b/reviewing/plugin-commands-licenses/package.json index 9ac5477ec26..0a14c999733 100644 --- a/reviewing/plugin-commands-licenses/package.json +++ b/reviewing/plugin-commands-licenses/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-licenses", - "version": "4.0.1", + "version": "4.0.2", "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 b35e487a8e0..2c8d0803058 100644 --- a/reviewing/plugin-commands-listing/CHANGELOG.md +++ b/reviewing/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/plugin-commands-listing +## 9.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + ## 9.0.1 ### Patch Changes diff --git a/reviewing/plugin-commands-listing/package.json b/reviewing/plugin-commands-listing/package.json index 7a2385f4024..325dcd511e7 100644 --- a/reviewing/plugin-commands-listing/package.json +++ b/reviewing/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "9.0.1", + "version": "9.0.2", "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 de61b12a3fc..4592caa0752 100644 --- a/reviewing/plugin-commands-outdated/CHANGELOG.md +++ b/reviewing/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-outdated +## 11.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + - @pnpm/outdated@14.0.1 + ## 11.0.1 ### Patch Changes diff --git a/reviewing/plugin-commands-outdated/package.json b/reviewing/plugin-commands-outdated/package.json index 6db2df2d632..8d31033583f 100644 --- a/reviewing/plugin-commands-outdated/package.json +++ b/reviewing/plugin-commands-outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-outdated", - "version": "11.0.1", + "version": "11.0.2", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/store/plugin-commands-server/CHANGELOG.md b/store/plugin-commands-server/CHANGELOG.md index fd3490e8761..9de81c04f5d 100644 --- a/store/plugin-commands-server/CHANGELOG.md +++ b/store/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-server +## 7.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + - @pnpm/server@18.0.0 + - @pnpm/store-connection-manager@8.0.2 + ## 7.0.1 ### Patch Changes diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index 143d2b3e870..641ad068127 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.1", + "version": "7.0.2", "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 8194849d135..b9ab20296e8 100644 --- a/store/plugin-commands-store-inspecting/CHANGELOG.md +++ b/store/plugin-commands-store-inspecting/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-store-inspecting +## 0.2.2 + +### Patch Changes + +- @pnpm/client@11.0.1 + ## 0.2.1 ### Patch Changes diff --git a/store/plugin-commands-store-inspecting/package.json b/store/plugin-commands-store-inspecting/package.json index adc47233b99..969838c486d 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.1", + "version": "0.2.2", "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 55a73a2fa9f..d4e1f816c68 100644 --- a/store/plugin-commands-store/CHANGELOG.md +++ b/store/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-store +## 9.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + - @pnpm/store-connection-manager@8.0.2 + ## 9.0.1 ### Patch Changes diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index d8f5ff42882..56e8c0e8ba9 100644 --- a/store/plugin-commands-store/package.json +++ b/store/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "9.0.1", + "version": "9.0.2", "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 411fceacc50..fa856b57209 100644 --- a/store/store-connection-manager/CHANGELOG.md +++ b/store/store-connection-manager/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/store-connection-manager +## 8.0.2 + +### Patch Changes + +- @pnpm/client@11.0.1 +- @pnpm/package-store@20.0.0 +- @pnpm/server@18.0.0 + ## 8.0.1 ### Patch Changes diff --git a/store/store-connection-manager/package.json b/store/store-connection-manager/package.json index 49e5a10883f..c1c4c580eb2 100644 --- a/store/store-connection-manager/package.json +++ b/store/store-connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-connection-manager", - "version": "8.0.1", + "version": "8.0.2", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/workspace/filter-workspace-packages/CHANGELOG.md b/workspace/filter-workspace-packages/CHANGELOG.md index 5873e07282e..dad028e6378 100644 --- a/workspace/filter-workspace-packages/CHANGELOG.md +++ b/workspace/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 8.0.2 + +### Patch Changes + +- @pnpm/workspace.find-packages@2.0.2 + ## 8.0.1 ### Patch Changes diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index 3e8c9b1cc0c..f565a514ab8 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": "8.0.1", + "version": "8.0.2", "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 fb51a4f0d46..483d2585209 100644 --- a/workspace/find-packages/CHANGELOG.md +++ b/workspace/find-packages/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/find-workspace-packages +## 2.0.2 + +### Patch Changes + +- Updated dependencies [a80b539] + - @pnpm/cli-utils@3.0.2 + ## 2.0.1 ### Patch Changes diff --git a/workspace/find-packages/package.json b/workspace/find-packages/package.json index 0f15eabae6c..5dd298f4132 100644 --- a/workspace/find-packages/package.json +++ b/workspace/find-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/workspace.find-packages", - "version": "2.0.1", + "version": "2.0.2", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts",