From 9ad2e26901bc0ca854cc5c98365ee8e570e67af9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:55:01 +0000 Subject: [PATCH] chore(deps): update pnpm to v9.12.1 ##### [v9.12.1](https://github.com/pnpm/pnpm/releases/tag/v9.12.1) #### Patch Changes - `pnpm update --latest` should not update the automatically installed peer dependencies [#6657](https://github.com/pnpm/pnpm/issues/6657). - `pnpm publish` should be able to publish from a local tarball [#7950](https://github.com/pnpm/pnpm/issues/7950). - The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script [#8608](https://github.com/pnpm/pnpm/pull/8608). - Prevent `EBUSY` errors caused by creating symlinks in parallel `dlx` processes [#8604](https://github.com/pnpm/pnpm/pull/8604). - Fix maximum call stack size exceeded error related to circular workspace dependencies [#8599](https://github.com/pnpm/pnpm/pull/8599). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
--- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c8d19a5..5776897f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "eslint-plugin-mmkal", "version": "0.10.1", "description": "My eslint plugin with rules I find good. If you aren't me you probably shouldn't use this.", - "packageManager": "pnpm@9.12.0", + "packageManager": "pnpm@9.12.1", "files": [ "README.md", "src/**",