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-08-10 20:39:00 +0300
committerGitHub <noreply@github.com>2022-08-10 20:39:00 +0300
commitf3765539abcf82b6ff1dc4145e9b988a49192fc1 (patch)
tree0bc3c15f7360782c7da583758515c3473b1becf7
parent222f4fe985f58bf62882cdbb1ab0de3d872e9fd8 (diff)
chore(latest): release arborist 5.5.0 (#5274)arborist-v5.5.0
* chore(latest): release arborist 5.5.0 * deps: @npmcli/arborist@5.5.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: npm CLI robot <npm-cli+bot@github.com>
-rw-r--r--package-lock.json2
-rw-r--r--workspaces/arborist/CHANGELOG.md17
-rw-r--r--workspaces/arborist/package.json2
3 files changed, 19 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 853fe2d7b..d92d17e9e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10050,7 +10050,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
- "version": "5.4.0",
+ "version": "5.5.0",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md
index 086923db3..4928e162a 100644
--- a/workspaces/arborist/CHANGELOG.md
+++ b/workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [5.5.0](https://github.com/npm/cli/compare/arborist-v5.4.0...arborist-v5.5.0) (2022-08-10)
+
+
+### Features
+
+* **arborist:** add option to forcibly skip loading a virtual tree ([96b6781](https://github.com/npm/cli/commit/96b6781086143d7285c2c5bf7808c24b2c87e4dd))
+
+
+### Bug Fixes
+
+* **query:** tell arborist to load an actual tree, not a virtual one ([9078e27](https://github.com/npm/cli/commit/9078e27cef0233d6fc81e0ca824a34fd7685d93c))
+
+
+### Dependencies
+
+* nopt@6.0.0 ([7f31b85](https://github.com/npm/cli/commit/7f31b85db650c7a2b3b0577840251f5e25e63a01))
+
## [5.4.0](https://github.com/npm/cli/compare/arborist-v5.3.1...arborist-v5.4.0) (2022-08-03)
diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json
index 98b183091..e76a87a32 100644
--- a/workspaces/arborist/package.json
+++ b/workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
- "version": "5.4.0",
+ "version": "5.5.0",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",