From 5e83c7ef79b6284ac4486df775f0d06d9a650960 Mon Sep 17 00:00:00 2001 From: "balvajs-renovate[bot]" <147611899+balvajs-renovate[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 05:18:39 +0000 Subject: [PATCH] chore(deps): update pnpm to v8.15.5 (#374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://togithub.com/pnpm/pnpm)) | packageManager | patch | [`8.15.4` -> `8.15.5`](https://renovatebot.com/diffs/npm/pnpm/8.15.4/8.15.5) | --- ### Release Notes
pnpm/pnpm (pnpm) ### [`v8.15.5`](https://togithub.com/pnpm/pnpm/releases/tag/v8.15.5) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.15.4...v8.15.5) #### Patch Changes - Correctly detect the active Node.js version during headless installation [#​7801](https://togithub.com/pnpm/pnpm/pull/7801). - The npm CLI executed from pnpm should not use Corepack [#​7747](https://togithub.com/pnpm/pnpm/pull/7747). #### Platinum Sponsors
#### 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 [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Balvajs Renovate Bot <406530+balvajs-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 91f1f85..2751de2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "engines": { "node": "=20" }, - "packageManager": "pnpm@8.15.4", + "packageManager": "pnpm@8.15.5", "type": "module", "author": "Balvajs", "license": "MIT",