Skip to content

Commit 1a9cfff

Browse files
build(deps): update pnpm to v9.15.6 (#1400)
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)) | [`9.15.5` -> `9.15.6`](https://renovatebot.com/diffs/npm/pnpm/9.15.5/9.15.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.15.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.15.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.15.5/9.15.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.15.5/9.15.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pnpm/pnpm (pnpm)</summary> ### [`v9.15.6`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.15.6): pnpm 9.15.6 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.15.5...v9.15.6) #### Patch Changes - Fix instruction for updating pnpm with corepack [#&#8203;9101](https://redirect.github.com/pnpm/pnpm/pull/9101). - Print pnpm's version after the execution time at the end of the console output. - The pnpm version specified by `packageManager` cannot start with `v`. - Fix a bug causing catalog snapshots to be removed from the `pnpm-lock.yaml` file when using `--fix-lockfile` and `--filter`. [#&#8203;8639](https://redirect.github.com/pnpm/pnpm/issues/8639) - Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install [#&#8203;8638](https://redirect.github.com/pnpm/pnpm/issues/8638). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- 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/manaelproxy/manael). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8421e13 commit 1a9cfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"prettier": "^3.4.2",
1414
"typescript": "^5.7.2"
1515
},
16-
"packageManager": "[email protected].5",
16+
"packageManager": "[email protected].6",
1717
"prettier": "@inabagumi/prettier-config",
1818
"private": true,
1919
"scripts": {

0 commit comments

Comments
 (0)