Skip to content

Commit 5c7b1c2

Browse files
chore(latest): release arborist 5.3.2
1 parent 050284d commit 5c7b1c2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

workspaces/arborist/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.3.2](https://github.com/npm/cli/compare/arborist-v5.3.1...arborist-v5.3.2) (2022-08-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **arborist:** pass the edge to fromPath in order to determine correct path ([#5233](https://github.com/npm/cli/issues/5233)) ([050284d](https://github.com/npm/cli/commit/050284d2abb6aa91a0f9ffad5b0c4f074e5dbf6d))
9+
* **arborist:** use the sourceReference root rather than the node root for overrides ([#5227](https://github.com/npm/cli/issues/5227)) ([47cc95d](https://github.com/npm/cli/commit/47cc95d9ffb37fc8ff62a1d5554eab16d303aa43)), closes [#4395](https://github.com/npm/cli/issues/4395)
10+
311
## [5.3.1](https://github.com/npm/cli/compare/arborist-v5.3.0...arborist-v5.3.1) (2022-07-27)
412

513

workspaces/arborist/package.json

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

0 commit comments

Comments
 (0)