Skip to content
Open
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
20 changes: 20 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependency Review Action
#
# This Action will scan dependency manifest files that change as part of a Pull Request, surfacing known-vulnerable versions of the packages declared or updated in the PR. Once installed, if the workflow run is marked as required, PRs introducing known-vulnerable packages will be blocked from merging.
#
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency Review'
on: [pull_request]

permissions:
contents: read

jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
- name: 'Dependency Review'
uses: actions/dependency-review-action@v2
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
".": "9.0.0-pre.0",
"workspaces/arborist": "6.0.0-pre.0",
"workspaces/libnpmaccess": "7.0.0-pre.0",
"workspaces/libnpmdiff": "5.0.0-pre.0",
"workspaces/libnpmexec": "5.0.0-pre.0",
"workspaces/libnpmfund": "4.0.0-pre.0",
"workspaces/libnpmhook": "9.0.0-pre.0",
"workspaces/libnpmorg": "5.0.0-pre.0",
"workspaces/libnpmpack": "5.0.0-pre.0",
"workspaces/libnpmpublish": "7.0.0-pre.0",
"workspaces/libnpmsearch": "6.0.0-pre.0",
"workspaces/libnpmteam": "5.0.0-pre.0",
"workspaces/libnpmversion": "4.0.0-pre.0"
".": "9.0.0-pre.1",
"workspaces/arborist": "6.0.0-pre.1",
"workspaces/libnpmaccess": "7.0.0-pre.1",
"workspaces/libnpmdiff": "5.0.0-pre.1",
"workspaces/libnpmexec": "5.0.0-pre.1",
"workspaces/libnpmfund": "4.0.0-pre.1",
"workspaces/libnpmhook": "9.0.0-pre.1",
"workspaces/libnpmorg": "5.0.0-pre.1",
"workspaces/libnpmpack": "5.0.0-pre.1",
"workspaces/libnpmpublish": "7.0.0-pre.1",
"workspaces/libnpmsearch": "6.0.0-pre.1",
"workspaces/libnpmteam": "5.0.0-pre.1",
"workspaces/libnpmversion": "4.0.0-pre.1"
}
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -853,3 +853,4 @@ Kyle West <[email protected]>
Nathan Hughes <[email protected]>
Sandeep Meduru <[email protected]>
Kid <[email protected]>
John Perez <[email protected]>
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,69 @@
# Changelog

## [9.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/v9.0.0-pre.0...v9.0.0-pre.1) (2022-09-14)

### ⚠ BREAKING CHANGES

* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`
* this removes the `npm birthday` command
* this removes `npm set-script`
* this changes the default value of `install-links` to true
* this removes the `npm bin` command
* `npm` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
* [`49bbb2f`](https://github.com/johnperez416/cli-1/commit/49bbb2fb9d56e02d94da652befaa3d445283090b) [#5455](https://github.com/npm/cli/pull/5455) feat: remove `npm birthday` (@wraithgar)
* [`926f0ad`](https://github.com/johnperez416/cli-1/commit/926f0adbd71949c905932a241a245b78c85ef643) [#5456](https://github.com/npm/cli/pull/5456) feat: remove `npm set-script` (@wraithgar)
* [`2a8c2fc`](https://github.com/johnperez416/cli-1/commit/2a8c2fcd124ce7d4b23a6c26552d097c6501ac74) [#5458](https://github.com/npm/cli/pull/5458) feat: default `install-links` to true (@wraithgar)
* [`2e92800`](https://github.com/johnperez416/cli-1/commit/2e9280072f9852466fa0944d3a0fdb0c8af156a9) [#5459](https://github.com/npm/cli/pull/5459) feat: remove `npm bin` (@wraithgar)
* [`457d388`](https://github.com/johnperez416/cli-1/commit/457d388c9a70b4bc6c2421f576c79fb7524ff259) [#5475](https://github.com/npm/cli/pull/5475) feat: update supported node engines in package.json (@wraithgar)
* [`d94a9f5`](https://github.com/johnperez416/cli-1/commit/d94a9f56cce1de32bfd87f841d7678e8394d8ea6) [#5347](https://github.com/npm/cli/pull/5347) feat: add deprecation warnings to access commands (@wraithgar)

### Bug Fixes

* [`41481f8`](https://github.com/johnperez416/cli-1/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) [#5475](https://github.com/npm/cli/pull/5475) fix: attempt more graceful failure in older node versions (@wraithgar)
* [`d60b43f`](https://github.com/johnperez416/cli-1/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/npm/cli/pull/5438) fix: Turn off progress bar when using web based authorization (@sandeepmeduru)
* [`bd2ae5d`](https://github.com/johnperez416/cli-1/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) [#5323](https://github.com/npm/cli/pull/5323) fix: linting (@wraithgar)

### Documentation

* [`7fc2b6f`](https://github.com/johnperez416/cli-1/commit/7fc2b6f3cc157c8727da9e480f1f552eae2451e2) [#5468](https://github.com/npm/cli/pull/5468) docs: remove duplicate description for `prepare` script (@kidonng)
* [`285b39f`](https://github.com/johnperez416/cli-1/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf)
* [`3569094`](https://github.com/johnperez416/cli-1/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/npm/cli/pull/5321) docs: fix link to dependency selectors page (@hghmn)
* [`414667a`](https://github.com/johnperez416/cli-1/commit/414667a1e6d7d7a3ab0cb64704c3aa696eae8715) [#5328](https://github.com/npm/cli/pull/5328) docs(dependency-selectors): fix Arborist example in docs (@kyle-west)

### Dependencies

* [`1286f03`](https://github.com/johnperez416/cli-1/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`d7e9a8e`](https://github.com/johnperez416/cli-1/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`2c4e387`](https://github.com/johnperez416/cli-1/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`e401a81`](https://github.com/johnperez416/cli-1/commit/e401a81c784556393bad57283337283a46bd57c5) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`f4205e5`](https://github.com/johnperez416/cli-1/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`8f7abbe`](https://github.com/johnperez416/cli-1/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`b12ac01`](https://github.com/johnperez416/cli-1/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`7fbf6f7`](https://github.com/johnperez416/cli-1/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`7c7f656`](https://github.com/johnperez416/cli-1/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`26d2e55`](https://github.com/johnperez416/cli-1/commit/26d2e551b250972caa550d56127810648a1663a1) [#5381](https://github.com/npm/cli/pull/5381) deps: `@npmcli/[email protected]`
* [`a79ee00`](https://github.com/johnperez416/cli-1/commit/a79ee00b530b765ed219e81de77c37057c373adf) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`2561822`](https://github.com/johnperez416/cli-1/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/npm/cli/pull/5378) deps: `@npmcli/[email protected]`
* [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/[email protected]`
* The following workspace dependencies were updated
* dependencies
* @npmcli/arborist bumped from ^6.0.0-pre.0 to ^6.0.0-pre.1
* libnpmaccess bumped from ^7.0.0-pre.0 to ^7.0.0-pre.1
* libnpmdiff bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1
* libnpmexec bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1
* libnpmfund bumped from ^4.0.0-pre.0 to ^4.0.0-pre.1
* libnpmhook bumped from ^9.0.0-pre.0 to ^9.0.0-pre.1
* libnpmorg bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1
* libnpmpack bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1
* libnpmpublish bumped from ^7.0.0-pre.0 to ^7.0.0-pre.1
* libnpmsearch bumped from ^6.0.0-pre.0 to ^6.0.0-pre.1
* libnpmteam bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1
* libnpmversion bumped from ^4.0.0-pre.0 to ^4.0.0-pre.1

## [9.0.0-pre.0](https://github.com/npm/cli/compare/v8.19.1...v9.0.0-pre.0) (2022-09-08)

### ⚠ BREAKING CHANGES
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
Expand All @@ -114,17 +114,17 @@
"init-package-json": "^3.0.2",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^7.0.0-pre.0",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.0",
"libnpmfund": "^4.0.0-pre.0",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.0",
"libnpmpublish": "^7.0.0-pre.0",
"libnpmsearch": "^6.0.0-pre.0",
"libnpmteam": "^5.0.0-pre.0",
"libnpmversion": "^4.0.0-pre.0",
"libnpmaccess": "^7.0.0-pre.1",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"libnpmhook": "^9.0.0-pre.1",
"libnpmorg": "^5.0.0-pre.1",
"libnpmpack": "^5.0.0-pre.1",
"libnpmpublish": "^7.0.0-pre.1",
"libnpmsearch": "^6.0.0-pre.1",
"libnpmteam": "^5.0.0-pre.1",
"libnpmversion": "^4.0.0-pre.1",
"make-fetch-happen": "^10.2.0",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
Expand Down Expand Up @@ -13855,7 +13855,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.0",
"version": "6.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -13913,7 +13913,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -13932,7 +13932,7 @@
}
},
"workspaces/libnpmdiff": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/disparity-colors": "^2.0.0",
Expand All @@ -13954,10 +13954,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand Down Expand Up @@ -13985,10 +13985,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.0",
"version": "4.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.0"
"@npmcli/arborist": "^6.0.0-pre.1"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand All @@ -14000,7 +14000,7 @@
}
},
"workspaces/libnpmhook": {
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -14017,7 +14017,7 @@
}
},
"workspaces/libnpmorg": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -14035,7 +14035,7 @@
}
},
"workspaces/libnpmpack": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/run-script": "^4.1.3",
Expand All @@ -14053,7 +14053,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "7.0.0-pre.0",
"version": "7.0.0-pre.1",
"license": "ISC",
"dependencies": {
"normalize-package-data": "^4.0.0",
Expand All @@ -14065,7 +14065,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.0.0",
"libnpmpack": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.1",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand All @@ -14075,7 +14075,7 @@
}
},
"workspaces/libnpmsearch": {
"version": "6.0.0-pre.0",
"version": "6.0.0-pre.1",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^13.0.0"
Expand All @@ -14091,7 +14091,7 @@
}
},
"workspaces/libnpmteam": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -14108,7 +14108,7 @@
}
},
"workspaces/libnpmversion": {
"version": "4.0.0-pre.0",
"version": "4.0.0-pre.1",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^3.0.0",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/config": "^4.2.1",
"@npmcli/fs": "^2.1.0",
Expand All @@ -79,17 +79,17 @@
"init-package-json": "^3.0.2",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^7.0.0-pre.0",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.0",
"libnpmfund": "^4.0.0-pre.0",
"libnpmhook": "^9.0.0-pre.0",
"libnpmorg": "^5.0.0-pre.0",
"libnpmpack": "^5.0.0-pre.0",
"libnpmpublish": "^7.0.0-pre.0",
"libnpmsearch": "^6.0.0-pre.0",
"libnpmteam": "^5.0.0-pre.0",
"libnpmversion": "^4.0.0-pre.0",
"libnpmaccess": "^7.0.0-pre.1",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"libnpmhook": "^9.0.0-pre.1",
"libnpmorg": "^5.0.0-pre.1",
"libnpmpack": "^5.0.0-pre.1",
"libnpmpublish": "^7.0.0-pre.1",
"libnpmsearch": "^6.0.0-pre.1",
"libnpmteam": "^5.0.0-pre.1",
"libnpmversion": "^4.0.0-pre.1",
"make-fetch-happen": "^10.2.0",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
Expand Down
35 changes: 35 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## [6.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/arborist-v6.0.0-pre.0...arborist-v6.0.0-pre.1) (2022-09-14)

### ⚠ BREAKING CHANGES

* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

### Features

* [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys)
* [`09c46e8`](https://github.com/johnperez416/cli-1/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) [#5324](https://github.com/npm/cli/pull/5324) feat(arborist): allow for selectors and function names with :semver pseudo selector (@nlf)

### Bug Fixes

* [`fe926ed`](https://github.com/johnperez416/cli-1/commit/fe926eddf98459e1fcb0ffd011ce7703da14928c) [#5484](https://github.com/npm/cli/pull/5484) fix: don't mark workspaces as invalid if installing links (@wraithgar)
* [`548e70e`](https://github.com/johnperez416/cli-1/commit/548e70e0f87167fb96929b29787620391a77b826) [#5376](https://github.com/npm/cli/pull/5376) fix: link.target setter (@wraithgar)
* [`2db6c08`](https://github.com/johnperez416/cli-1/commit/2db6c085ea08ee639767d37e6fd83a1ca0fbd9ce) [#5376](https://github.com/npm/cli/pull/5376) fix: loadActual cleanup (@wraithgar)
* [`1e84102`](https://github.com/johnperez416/cli-1/commit/1e841029917817556207c39d25be1ea91e2959e7) [#5350](https://github.com/npm/cli/pull/5350) fix: create links relative to the target (@wraithgar)
* [`ea5e3a3`](https://github.com/johnperez416/cli-1/commit/ea5e3a319a7c1b5f7f2a66284227a34b79b2c831) [#5350](https://github.com/npm/cli/pull/5350) fix: inline single-use functions (@wraithgar)
* [`645c680`](https://github.com/johnperez416/cli-1/commit/645c6804c09014b96c2d1eff191b174d12a2b7c0) [#5329](https://github.com/npm/cli/pull/5329) fix: update `index.js` spelling error in comment (@KevinBrother)
* [`bd2ae5d`](https://github.com/johnperez416/cli-1/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) [#5323](https://github.com/npm/cli/pull/5323) fix: linting (@wraithgar)

### Documentation

* [`285b39f`](https://github.com/johnperez416/cli-1/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf)

### Dependencies

* [`1286f03`](https://github.com/johnperez416/cli-1/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`2c4e387`](https://github.com/johnperez416/cli-1/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`b12ac01`](https://github.com/johnperez416/cli-1/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`7fbf6f7`](https://github.com/johnperez416/cli-1/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`26d2e55`](https://github.com/johnperez416/cli-1/commit/26d2e551b250972caa550d56127810648a1663a1) [#5381](https://github.com/npm/cli/pull/5381) deps: `@npmcli/[email protected]`
* [`a79ee00`](https://github.com/johnperez416/cli-1/commit/a79ee00b530b765ed219e81de77c37057c373adf) [#5381](https://github.com/npm/cli/pull/5381) deps: `[email protected]`
* [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/[email protected]`

## [6.0.0-pre.0](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v6.0.0-pre.0) (2022-09-08)

### ⚠ BREAKING CHANGES
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": "6.0.0-pre.0",
"version": "6.0.0-pre.1",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
Loading