From 6e10ed740525aeb55dc1428a723d7864351ac773 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 17 Oct 2022 09:26:26 +0200 Subject: [PATCH] :arrow_up: Update pnpm to v7.13.5 (#3) 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 | [`7.13.4` -> `7.13.5`](https://renovatebot.com/diffs/npm/pnpm/7.13.4/7.13.5) | --- ### Release Notes
pnpm/pnpm ### [`v7.13.5`](https://github.com/pnpm/pnpm/releases/tag/v7.13.5) [Compare Source](https://github.com/pnpm/pnpm/compare/v7.13.4...v7.13.5) #### Patch Changes - Print a warning when cannot read the built-in npm configuration. - Also include missing deeply linked workspace packages at headless installation [#​5034](https://github.com/pnpm/pnpm/issues/5034). - `pnpm outdated` should work when the package tarballs are hosted on a domain that differs from the registry's domain [#​5492](https://github.com/pnpm/pnpm/issues/5492). - `strict-peer-dependencies` is set to `false` by default. #### Our 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.sebclem.fr/ansible-roles/ansible-vector-role/pulls/3 Co-authored-by: Renovate Co-committed-by: Renovate --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0d34cb2..88ae54f 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,5 @@ "scripts": { "prepare": "husky install" }, - "packageManager": "pnpm@7.13.4" + "packageManager": "pnpm@7.13.5" }