Skip to content

Commit f376553

Browse files
chore(latest): release arborist 5.5.0 (#5274)
* chore(latest): release arborist 5.5.0 * deps: @npmcli/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: npm CLI robot <[email protected]>
1 parent 222f4fe commit f376553

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10050,7 +10050,7 @@
1005010050
},
1005110051
"workspaces/arborist": {
1005210052
"name": "@npmcli/arborist",
10053-
"version": "5.4.0",
10053+
"version": "5.5.0",
1005410054
"license": "ISC",
1005510055
"dependencies": {
1005610056
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/arborist/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [5.5.0](https://github.com/npm/cli/compare/arborist-v5.4.0...arborist-v5.5.0) (2022-08-10)
4+
5+
6+
### Features
7+
8+
* **arborist:** add option to forcibly skip loading a virtual tree ([96b6781](https://github.com/npm/cli/commit/96b6781086143d7285c2c5bf7808c24b2c87e4dd))
9+
10+
11+
### Bug Fixes
12+
13+
* **query:** tell arborist to load an actual tree, not a virtual one ([9078e27](https://github.com/npm/cli/commit/9078e27cef0233d6fc81e0ca824a34fd7685d93c))
14+
15+
16+
### Dependencies
17+
18+
* [email protected] ([7f31b85](https://github.com/npm/cli/commit/7f31b85db650c7a2b3b0577840251f5e25e63a01))
19+
320
## [5.4.0](https://github.com/npm/cli/compare/arborist-v5.3.1...arborist-v5.4.0) (2022-08-03)
421

522

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

0 commit comments

Comments
 (0)