From 9d701aa8e380ebc1b28cfc83b89bf0741050940d Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 31 Oct 2022 19:24:35 +0100 Subject: [PATCH] :arrow_up: Update pnpm to v7.14.1 (#11) 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.14.0` -> `7.14.1`](https://renovatebot.com/diffs/npm/pnpm/7.14.0/7.14.1) | --- ### Release Notes
pnpm/pnpm ### [`v7.14.1`](https://github.com/pnpm/pnpm/releases/tag/v7.14.1) [Compare Source](https://github.com/pnpm/pnpm/compare/v7.14.0...v7.14.1) #### Patch Changes - `pnpm list --long --json` should print licenses and authors of packages [#​5533](https://github.com/pnpm/pnpm/pull/5533). - Don't crash on lockfile with no packages field [#​5553](https://github.com/pnpm/pnpm/issues/5553). - Version overrider should have higher priority then custom read package hook from `.pnpmfile.cjs`. - Don't print context information when running install for the `pnpm dlx` command. - Print a warning if a `package.json` has a workspaces field but there is no `pnpm-workspace.yaml` file [#​5363](https://github.com/pnpm/pnpm/issues/5363). - It should be possible to set a custom home directory for pnpm by changing the PNPM_HOME environment variable. #### 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.sebclem.fr/ansible-roles/ansible-loki-role/pulls/11 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 4c1132d..28db9f4 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,5 @@ "scripts": { "prepare": "husky install" }, - "packageManager": "pnpm@7.14.0" + "packageManager": "pnpm@7.14.1" }