-
Notifications
You must be signed in to change notification settings - Fork 15
Commit 102fff7
authored
chore(deps): update pnpm to v10.6.1 (#1982)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pnpm](https://pnpm.io)
([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) |
[`10.5.2` ->
`10.6.1`](https://renovatebot.com/diffs/npm/pnpm/10.5.2/10.6.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>pnpm/pnpm (pnpm)</summary>
###
[`v10.6.1`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#1061)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v10.6.0...v10.6.1)
##### Patch Changes
- The pnpm CLI process should not stay hanging, when `--silent`
reporting is used.
- When `--loglevel` is set to `error`, don't show installation summary,
execution time, and big tarball download progress.
- Don't ignore pnpm.patchedDependencies from `package.json`
[#​9226](https://redirect.github.com/pnpm/pnpm/issues/9226).
- When executing the `approve-builds` command, if package.json contains
`onlyBuiltDependencies` or `ignoredBuiltDependencies`, the selected
dependency package will continue to be written into `package.json`.
- When a package version cannot be found in the package metadata, print
the registry from which the package was fetched.
###
[`v10.6.0`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#1060)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v10.5.2...v10.6.0)
##### Minor Changes
- `pnpm-workspace.yaml` can now hold all the settings that `.npmrc`
accepts. The settings should use camelCase
[#​9211](https://redirect.github.com/pnpm/pnpm/pull/9211).
`pnpm-workspace.yaml` example:
```yaml
verifyDepsBeforeRun: install
optimisticRepeatInstall: true
publicHoistPattern:
- "*types*"
- "!@​types/react"
```
- Projects using a `file:` dependency on a local tarball file (i.e.
`.tgz`, `.tar.gz`, `.tar`) will see a performance improvement during
installation. Previously, using a `file:` dependency on a tarball caused
the lockfile resolution step to always run. The lockfile will now be
considered up-to-date if the tarball is unchanged.
##### Patch Changes
- `pnpm self-update` should not leave a directory with a broken pnpm
installation if the installation fails.
- `fast-glob` replace with `tinyglobby` to reduce the size of the pnpm
CLI dependencies
[#​9169](https://redirect.github.com/pnpm/pnpm/pull/9169).
- `pnpm deploy` should not remove fields from the deployed package's
`package.json` file
[#​9215](https://redirect.github.com/pnpm/pnpm/issues/9215).
- `pnpm self-update` should not read the pnpm settings from the
`package.json` file in the current working directory.
- Fix `pnpm deploy` creating a `package.json` without the `imports` and
`license` field
[#​9193](https://redirect.github.com/pnpm/pnpm/issues/9193).
- `pnpm update -i` should list only packages that have newer versions
[#​9206](https://redirect.github.com/pnpm/pnpm/issues/9206).
- Fix a bug causing entries in the `catalogs` section of the
`pnpm-lock.yaml` file to be removed when `dedupe-peer-dependents=false`
on a filtered install.
[#​9112](https://redirect.github.com/pnpm/pnpm/issues/9112)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/runtime-env/import-meta-env).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 3754a10 commit 102fff7Copy full SHA for 102fff7
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments