From 3fabfe1add2fd13297ad59354f0f329fd6dde545 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 19:22:29 +0000 Subject: [PATCH 1/2] chore(latest): release arborist 5.2.0 --- workspaces/arborist/CHANGELOG.md | 12 ++++++++++++ workspaces/arborist/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index 476524a265191..215daa44631f0 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.2.0](https://github.com/npm/cli/compare/arborist-v5.1.1...arborist-v5.2.0) (2022-05-10) + + +### Features + +* add flag --omit-lockfile-registry-resolved ([#4874](https://github.com/npm/cli/issues/4874)) ([bfb8bcc](https://github.com/npm/cli/commit/bfb8bccbe83753e527b43c8a3889696087dbe8f1)) + + +### Bug Fixes + +* **arborist:** link deps lifecycle scripts ([#4875](https://github.com/npm/cli/issues/4875)) ([5a50762](https://github.com/npm/cli/commit/5a50762faa37ae5964ae6f12595b20b367056c0a)) + ### [5.1.1](https://github.com/npm/cli/compare/arborist-v5.1.0...arborist-v5.1.1) (2022-04-26) diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index bf3031fd066d5..8a134e12a82b2 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "5.1.1", + "version": "5.2.0", "description": "Manage node_modules trees", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", From dde92c49868c0b78893feae7780efbc51abfa286 Mon Sep 17 00:00:00 2001 From: npm team Date: Tue, 10 May 2022 19:23:06 +0000 Subject: [PATCH 2/2] deps: @npmcli/arborist@5.2.0 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 5d5ba1a268011..6fe4e89141e4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9997,7 +9997,7 @@ }, "workspaces/arborist": { "name": "@npmcli/arborist", - "version": "5.1.1", + "version": "5.2.0", "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0",