From 1630a332782dddcc63ce188efbf3e78c90712cb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 18:33:50 +0000 Subject: [PATCH] chore(deps): update pnpm to v7.32.5 (#216) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | [`7.32.4` -> `7.32.5`](https://renovatebot.com/diffs/npm/pnpm/7.32.4/7.32.5) | [![age](https://badges.renovateapi.com/packages/npm/pnpm/7.32.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/pnpm/7.32.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/pnpm/7.32.5/compatibility-slim/7.32.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/pnpm/7.32.5/confidence-slim/7.32.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pnpm/pnpm ### [`v7.32.5`](https://togithub.com/pnpm/pnpm/releases/tag/v7.32.5) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.32.4...v7.32.5) #### Patch Changes - `pnpm rebuild` should not fail when `node-linker` is set to `hoisted` and there are skipped optional dependencies [#​6553](https://togithub.com/pnpm/pnpm/pull/6553). - Expanded missing command error, including 'did you mean' [#​6492](https://togithub.com/pnpm/pnpm/issues/6492). - Normalize current working directory on Windows [#​6524](https://togithub.com/pnpm/pnpm/issues/6524). - Build projects in a workspace in correct order [#​6568](https://togithub.com/pnpm/pnpm/pull/6568). #### Our Gold Sponsors
#### Our Silver Sponsors
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/JoshuaKGoldberg/ts-api-utils). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26b99e11..73e435df 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "peerDependencies": { "typescript": ">=4.2.0" }, - "packageManager": "pnpm@7.32.4", + "packageManager": "pnpm@7.32.5", "engines": { "node": ">=16.13.0" }