chore(deps): update pnpm to v9.4.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
pnpm (source) | packageManager | minor | 9.2.0 -> 9.4.0 |
Release Notes
pnpm/pnpm (pnpm)
v9.4.0
Minor Changes
- Some registries allow the exact same content to be published under different package names and/or versions. This breaks the validity checks of packages in the store. To avoid errors when verifying the names and versions of such packages in the store, you may now set the
strict-store-pkg-content-check
setting tofalse
#4724.
Patch Changes
- Fix
package-manager-strict-version
missing in config #8195. - If install is performed on a subset of workspace projects, always create an up-to-date lockfile first. So, a partial install can be performed only on a fully resolved (non-partial) lockfile #8165.
- Handle workspace protocol with any semver range specifier, when used in peer dependencies #7578.
Platinum Sponsors
|
|
Gold Sponsors
|
|
|
|
|
|
Our Silver Sponsors
![]() |
|
|
|
|
|
|
|
v9.3.0
Minor Changes
-
Semi-breaking. Dependency key names in the lockfile are shortened if they are longer than 1000 characters. We don't expect this change to affect many users. Affected users most probably can't run install successfully at the moment. This change is required to fix some edge cases in which installation fails with an out-of-memory error or "Invalid string length (RangeError: Invalid string length)" error. The max allowed length of the dependency key can be controlled with the
peers-suffix-max-length
setting #8177.
Patch Changes
- Set
reporter-hide-prefix
totrue
by default forpnpm exec
. In order to show prefix, the user now has to explicitly setreporter-hide-prefix=false
#8174.
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ıç