From 51fad4a21baa041839a033e94504e65320127d5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 22:30:03 +0000 Subject: [PATCH] chore(deps): update dependency @npmcli/arborist to v7.5.4 (#10981) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@npmcli/arborist](https://togithub.com/npm/cli) ([source](https://togithub.com/npm/cli/tree/HEAD/workspaces/arborist)) | [`7.5.3` -> `7.5.4`](https://renovatebot.com/diffs/npm/@npmcli%2farborist/7.5.3/7.5.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@npmcli%2farborist/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@npmcli%2farborist/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@npmcli%2farborist/7.5.3/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@npmcli%2farborist/7.5.3/7.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
npm/cli (@​npmcli/arborist) ### [`v7.5.4`](https://togithub.com/npm/cli/blob/HEAD/workspaces/arborist/CHANGELOG.md#754-2024-07-09) [Compare Source](https://togithub.com/npm/cli/compare/v7.5.3...v7.5.4) ##### Bug Fixes - [`6f33d74`](https://togithub.com/npm/cli/commit/6f33d74f310fa27aad30fd00d58d8e4404ef8cb2) [#​7579](https://togithub.com/npm/cli/pull/7579) arborist: safeguard against null node.target in flag calculation ([#​7579](https://togithub.com/npm/cli/issues/7579)) ([@​AmirSa12](https://togithub.com/AmirSa12)) - [`a8e666e`](https://togithub.com/npm/cli/commit/a8e666e05d18b2e309787eb80b85f0006521b302) [#​7602](https://togithub.com/npm/cli/pull/7602) arborist: condition to include name field in package-lock fixed ([#​7602](https://togithub.com/npm/cli/issues/7602)) ([@​milaninfy](https://togithub.com/milaninfy))
--- ### 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8706d1858b69..97d7e7e4a4ca 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@babel/preset-typescript": "^7.22.15", "@babel/runtime-corejs3": "7.24.5", "@faker-js/faker": "8.4.1", - "@npmcli/arborist": "7.5.3", + "@npmcli/arborist": "7.5.4", "@playwright/test": "1.44.1", "@testing-library/jest-dom": "6.4.6", "@testing-library/react": "14.3.1", diff --git a/yarn.lock b/yarn.lock index 75c439c3085c..b8ac19ec8313 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5511,9 +5511,9 @@ __metadata: languageName: node linkType: hard -"@npmcli/arborist@npm:7.5.3": - version: 7.5.3 - resolution: "@npmcli/arborist@npm:7.5.3" +"@npmcli/arborist@npm:7.5.4": + version: 7.5.4 + resolution: "@npmcli/arborist@npm:7.5.4" dependencies: "@isaacs/string-locale-compare": "npm:^1.1.0" "@npmcli/fs": "npm:^3.1.1" @@ -5552,7 +5552,7 @@ __metadata: walk-up-path: "npm:^3.0.1" bin: arborist: bin/index.js - checksum: 10c0/61e8f73f687c5c62704de6d2a081490afe6ba5e5526b9b2da44c6cb137df30256d5650235d4ece73454ddc4c40a291e26881bbcaa83c03404177cb3e05e26721 + checksum: 10c0/22417b804872e68b6486187bb769eabef7245c5d3fa055d5473f84a7088580543235f34af3047a0e9b357e70fccd768e8ef5c6c8664ed6909f659d07607ad955 languageName: node linkType: hard @@ -27089,7 +27089,7 @@ __metadata: "@babel/preset-typescript": "npm:^7.22.15" "@babel/runtime-corejs3": "npm:7.24.5" "@faker-js/faker": "npm:8.4.1" - "@npmcli/arborist": "npm:7.5.3" + "@npmcli/arborist": "npm:7.5.4" "@playwright/test": "npm:1.44.1" "@testing-library/jest-dom": "npm:6.4.6" "@testing-library/react": "npm:14.3.1"