chore(deps): update pnpm to v9.6.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pnpm (source) | packageManager | minor | 9.4.0 -> 9.6.0 |
Release Notes
pnpm/pnpm (pnpm)
v9.6.0
: pnpm 9.6
Minor Changes
- Support specifying node version (via
pnpm.executionEnv.nodeVersion
inpackage.json
) for running lifecycle scripts per each package in a workspace #6720. - Overrides now support the
catalogs:
protocol #8303.
Patch Changes
- The
pnpm deploy
command now supports thecatalog:
protocol #8298. - The
pnpm outdated
command now supports thecatalog:
protocol #8304. - Correct the error message when trying to run
pnpm patch
withoutnode_modules/.modules.yaml
#8257. - Silent reporting fixed with the
pnpm exec
command #7608. - Add registries information to the calculation of dlx cache hash #8299.
Platinum Sponsors
|
|
Gold Sponsors
|
|
|
|
|
|
Our Silver Sponsors
![]() |
|
|
|
|
|
|
|
v9.5.0
: pnpm 9.5
Minor Changes
-
Added support for catalogs #8122.
Catalogs may be declared in the
pnpm-workspace.yaml
file. For example:
Default catalogs
catalog:
chalk: ^4.1.2
Named catalogs
catalogs:
react16:
react: ^16.7.0
react-dom: ^16.7.0
react17:
react: ^17.10.0
react-dom: ^17.10.0
```
Then, in `package.json` files, use the `catalog:` protocol to reference a "default" or "named" catalog:
```json
{
"dependencies": {
"chalk": "catalog:",
"react": "catalog:react16",
"react-dom": "catalog:react16"
}
}
```
Shout out to @​gluxon for implementing it!
- Bundled
pnpm setup
now creates thepnpx
script #8230.
Patch Changes
- Read authentication information from
.npmrc
in the current directory when runningdlx
#7996. - Updated
@pnpm/tabtab
to v0.5.4, enabling zsh autocomplete lazy loading #8236. - Installation with filtering will now work, when
dedupe-peer-dependents
is set totrue
#6300. - Fixed
dlx
not actually using the Node.js version specified by--use-node-version
.
Platinum Sponsors
|
|
Gold Sponsors
|
|
|
|
|
|
Our Silver Sponsors
![]() |
|
|
|
|
|
|
|
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Cenk Kılıç