Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-04-21 00:21:46 +0300
committerGitHub <noreply@github.com>2022-04-21 00:21:46 +0300
commitc07778e0ac15122be398e1b24e2a4f138554435a (patch)
treee8d584c87d12a684faf85a9178628714e8e727a6
parenta677f49e29ee9d472c8c9aa1c9eb3d5d8b4ee4a9 (diff)
chore(latest): release arborist 5.1.0 (#4779)arborist-v5.1.0
* chore(latest): release arborist 5.1.0 * deps: @npmcli/arborist@5.1.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: npm cli ops bot <ops+npm-cli@npmjs.com>
-rw-r--r--package-lock.json2
-rw-r--r--workspaces/arborist/CHANGELOG.md12
-rw-r--r--workspaces/arborist/package.json2
3 files changed, 14 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index a2f0677d3..59e4e90b0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9749,7 +9749,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
- "version": "5.0.6",
+ "version": "5.1.0",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index 2bc091642..c1ab55234 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [5.1.0](https://github.com/npm/cli/compare/arborist-v5.0.6...arborist-v5.1.0) (2022-04-19)
+
+
+### Features
+
+* **arborist:** add support for installLinks ([0ebadf5](https://github.com/npm/cli/commit/0ebadf5b603368557e9e837a46ea5c59c2677a81))
+
+
+### Bug Fixes
+
+* **arborist:** when replacing a Link with a Node, make sure to remove the Link target from the root ([3d96494](https://github.com/npm/cli/commit/3d964940f410052918e37a9b05818fe9dc4cd86a))
+
### [5.0.6](https://github.com/npm/cli/compare/arborist-v5.0.5...arborist-v5.0.6) (2022-04-13)
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 01e3db329..a4d29f14e 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "5.0.6",
+ "version": "5.1.0",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",