Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
!/test/
!/workspaces/

!/.release-please-manifest.json
!/release-please-config.json
!/.eslintrc.js
!/.eslintrc.local.json
!/.gitattributes
Expand Down
14 changes: 14 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"workspaces/arborist": "5.6.1",
"workspaces/libnpmaccess": "6.0.3",
"workspaces/libnpmdiff": "4.0.4",
"workspaces/libnpmexec": "4.0.11",
"workspaces/libnpmfund": "3.0.2",
"workspaces/libnpmhook": "8.0.3",
"workspaces/libnpmorg": "4.0.3",
"workspaces/libnpmpack": "4.1.2",
"workspaces/libnpmpublish": "6.0.4",
"workspaces/libnpmsearch": "5.0.3",
"workspaces/libnpmteam": "4.0.3",
"workspaces/libnpmversion": "3.0.6"
}
24 changes: 24 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"separate-pull-requests": true,
"changelog-sections": [
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"docs","section":"Documentation","hidden":false},
{"type":"deps","section":"Dependencies","hidden":false},
{"type":"chore","hidden":true}
],
"packages": {
"workspaces/arborist": {},
"workspaces/libnpmaccess": {},
"workspaces/libnpmdiff": {},
"workspaces/libnpmexec": {},
"workspaces/libnpmfund": {},
"workspaces/libnpmhook": {},
"workspaces/libnpmorg": {},
"workspaces/libnpmpack": {},
"workspaces/libnpmpublish": {},
"workspaces/libnpmsearch": {},
"workspaces/libnpmteam": {},
"workspaces/libnpmversion": {}
}
}
15 changes: 15 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

### [5.6.1](https://github.com/npm/cli/compare/arborist-v5.6.0...arborist-v5.6.1) (2022-08-24)


### Bug Fixes

* create links relative to the target ([1e84102](https://github.com/npm/cli/commit/1e841029917817556207c39d25be1ea91e2959e7))
* inline single-use functions ([ea5e3a3](https://github.com/npm/cli/commit/ea5e3a319a7c1b5f7f2a66284227a34b79b2c831))
* linting ([bd2ae5d](https://github.com/npm/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa))
* update `index.js` spelling error in comment ([#5329](https://github.com/npm/cli/issues/5329)) ([645c680](https://github.com/npm/cli/commit/645c6804c09014b96c2d1eff191b174d12a2b7c0))


### Dependencies

* @npmcli/eslint-config@3.1.0 ([8ab12dc](https://github.com/npm/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460))

## [5.6.0](https://github.com/npm/cli/compare/arborist-v5.5.0...arborist-v5.6.0) (2022-08-17)


Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "5.6.0",
"version": "5.6.1",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down