Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
pnpm/pnpm (pnpm)
### [`v8.15.9`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.9): pnpm 8.15.9
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.8...v8.15.9)
#### Patch Changes
- Deduplicate bin names to prevent race condition and corrupted bin scripts [#7833](https://togithub.com/pnpm/pnpm/issues/7833).
#### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v8.15.8`](https://togithub.com/pnpm/pnpm/compare/v8.15.7...v8.15.8)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.7...v8.15.8)
### [`v8.15.7`](https://togithub.com/pnpm/pnpm/compare/v8.15.6...v8.15.7)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.6...v8.15.7)
### [`v8.15.6`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.6)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.5...v8.15.6)
#### Patch Changes
- The exit code of the child process should be preserved on `pnpm run` [#7817](https://togithub.com/pnpm/pnpm/issues/7817).
- When sorting packages in a workspace, take into account workspace dependencies specified as `peerDependencies` [#7813](https://togithub.com/pnpm/pnpm/issues/7813).
- Add `--ignore-scripts` argument to `prune` command [#7836](https://togithub.com/pnpm/pnpm/pull/7836).
#### Platinum Sponsors
### [`v8.15.2`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.2)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.1...v8.15.2)
#### Patch Changes
- When purging multiple `node_modules` directories, pnpm will no longer print multiple prompts simultaneously.
- Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted `node_modules`.
- Linking globally the command of a package that has no name in `package.json` [#4761](https://togithub.com/pnpm/pnpm/issues/4761).
- Installation should work with lockfile created by pnpm v9.0.0-alpha.4
#### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v8.15.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.1)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.0...v8.15.1)
#### Patch Changes
- Use the `object-hash` library instead of `node-object-hash` for hashing keys of side-effects cache [#7591](https://togithub.com/pnpm/pnpm/pull/7591).
- `bundledDependencies` should never be added to the lockfile with `false` as the value [#7576](https://togithub.com/pnpm/pnpm/issues/7576).
#### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v8.15.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.0)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.14.3...v8.15.0)
#### Minor Changes
- When the license field does not exist in `package.json` but a license file exists, try to match and extract the license name [#7530](https://togithub.com/pnpm/pnpm/pull/7530).
#### Patch Changes
- Running `pnpm update -r --latest` will no longer downgrade prerelease dependencies [#7436](https://togithub.com/pnpm/pnpm/issues/7436).
- `--aggregate-output` should work on scripts executed from the same project [#7556](https://togithub.com/pnpm/pnpm/issues/7556).
- Prefer hard links over reflinks on Windows as they perform better [#7564](https://togithub.com/pnpm/pnpm/pull/7564).
- Reduce the length of the side-effects cache key. Instead of saving a stringified object composed from the dependency versions of the package, use the hash calculated from the said object [#7563](https://togithub.com/pnpm/pnpm/pull/7563).
- Throw an error if `pnpm update --latest` runs with arguments containing versions specs. For instance, `pnpm update --latest foo@next` is not allowed [#7567](https://togithub.com/pnpm/pnpm/pull/7567).
- Don't fail in Windows CoW if the file already exists [#7554](https://togithub.com/pnpm/pnpm/issues/7554).
#### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v8.14.3`](https://togithub.com/pnpm/pnpm/releases/tag/v8.14.3)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.14.2...v8.14.3)
#### Patch Changes
- `pnpm pack` should work as expected when "prepack" modifies the manifest [#7558](https://togithub.com/pnpm/pnpm/pull/7558).
#### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v8.14.2`](https://togithub.com/pnpm/pnpm/releases/tag/v8.14.2)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.14.1...v8.14.2)
#### Patch Changes
- Registry configuration from previous installation should not override current settings [#7507](https://togithub.com/pnpm/pnpm/issues/7507).
- `pnpm dlx` should not fail, when executed from `package.json` "scripts" [7424](https://togithub.com/pnpm/pnpm/issues/7424).
- A git-hosted dependency should not be added to the store if it failed to be built [#7407](https://togithub.com/pnpm/pnpm/pull/7407).
- `pnpm publish` should pack "main" file or "bin" files defined in "publishConfig" [#4195](https://togithub.com/pnpm/pnpm/issues/4195).
#### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v8.14.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.14.1)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.14.0...v8.14.1)
#### Patch Changes
- Resolve the current working directory to its real location before doing any operations [#6524](https://togithub.com/pnpm/p
Configuration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
8.6.7
->8.15.9
Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.
Release Notes
pnpm/pnpm (pnpm)
### [`v8.15.9`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.9): pnpm 8.15.9 [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.8...v8.15.9) #### Patch Changes - Deduplicate bin names to prevent race condition and corrupted bin scripts [#7833](https://togithub.com/pnpm/pnpm/issues/7833). #### Platinum SponsorsConfiguration
📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.