Skip to content

Commit

Permalink
chore(deps): update pnpm to v9.12.3
Browse files Browse the repository at this point in the history
##### [v9.12.3](https://github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#9123)

##### Patch Changes

-   Don't purge `node_modules`, when typing "n" in the prompt that asks whether to remove `node_modules` before installation [#8655](pnpm/pnpm#8655).
-   Fix a bug causing pnpm to infinitely spawn itself when `manage-package-manager-versions=true` is set and the `.tools` directory is corrupt.
-   Use `crypto.hash`, when available, for improved performance [#8629](pnpm/pnpm#8629).
-   Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness [#8703](pnpm/pnpm#8703).
-   All commands should read settings from the `package.json` at the root of the workspace [#8667](pnpm/pnpm#8667).
-   When `manage-package-manager-versions` is set to `true`, errors spawning a self-managed version of `pnpm` will now be shown (instead of being silent).
-   Pass the find command to npm, it is an alias for npm search
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 230ac1d commit 3a926f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected].2",
"packageManager": "[email protected].3",
"files": [
"README.md",
"src/**",
Expand Down

0 comments on commit 3a926f9

Please sign in to comment.