From 39efe94b1559d3cbf87a9ebf8e0ac2a4d18d7736 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 24 Oct 2022 09:19:04 +0200 Subject: [PATCH] :arrow_up: Update pnpm to v7.14.0 (#8) 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 | minor | [`7.13.6` -> `7.14.0`](https://renovatebot.com/diffs/npm/pnpm/7.13.6/7.14.0) | --- ### Release Notes
pnpm/pnpm ### [`v7.14.0`](https://github.com/pnpm/pnpm/releases/tag/v7.14.0) [Compare Source](https://github.com/pnpm/pnpm/compare/v7.13.6...v7.14.0) #### Minor Changes - Add `pnpm doctor` command to do checks for known common issues #### Patch Changes - Ignore the `always-auth` setting. pnpm will never reuse the registry auth token for requesting the package tarball, if the package tarball is hosted on a different domain. So, for example, if your registry is at `https://company.registry.com/` but the tarballs are hosted at `https://tarballs.com/`, then you will have to configure the auth token for both domains in your `.npmrc`: @​my-company:registry=https://company.registry.com/ //company.registry.com/=SOME_AUTH_TOKEN //tarballs.com/=SOME_AUTH_TOKEN #### 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, 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-loki-role/pulls/8 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 2bfc28e..4c1132d 100644 --- a/package.json +++ b/package.json @@ -15,5 +15,5 @@ "scripts": { "prepare": "husky install" }, - "packageManager": "pnpm@7.13.6" + "packageManager": "pnpm@7.14.0" }