-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit 0c50ad1
authored
chore(deps): update pnpm to v10.6.0 (#1979)
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.0`](https://renovatebot.com/diffs/npm/pnpm/10.5.2/10.6.0) |
[](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.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/JoshuaKGoldberg/create-typescript-app).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 245d878 commit 0c50ad1Copy full SHA for 0c50ad1
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
113 |
| - | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
|
0 commit comments