From 60e5d125181056ebb19752b0c58ce61e98bce9ff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 13 Feb 2024 19:12:49 +0000 Subject: [PATCH] chore(deps): update pnpm to v8.15.2 (#342) 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://github.com/pnpm/pnpm)) | packageManager | patch | [`8.15.1` -> `8.15.2`](https://renovatebot.com/diffs/npm/pnpm/8.15.1/8.15.2) | --- ### Release Notes
pnpm/pnpm (pnpm) ### [`v8.15.2`](https://github.com/pnpm/pnpm/releases/tag/v8.15.2) [Compare Source](https://github.com/pnpm/pnpm/compare/v8.15.1...v8.15.2) #### Patch Changes - When purging multiple `node_modules` directories, pnpm will no longer print multiple prompts simultaneously. - Don't print an unnecessary warning when adding new dependencies to a project that uses hoisted `node_modules`. - Linking globally the command of a package that has no name in `package.json` [#​4761](https://github.com/pnpm/pnpm/issues/4761). - Installation should work with lockfile created by pnpm v9.0.0-alpha.4 #### 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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://github.com/renovatebot/renovate). Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/342 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0a5ba3..2e24a17 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "markdownlint-cli": "^0.39.0", "prettier": "^3.1.0" }, - "packageManager": "pnpm@8.15.1", + "packageManager": "pnpm@8.15.2", "engines": { "node": "^18.12.0 || >=20.9.0", "pnpm": "^8.0.0"