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
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
{
".": "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.0",
"workspaces/libnpmexec": "5.0.0-pre.1",
"workspaces/libnpmfund": "4.0.0-pre.1",
"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.2",
"workspaces/arborist": "6.0.0-pre.2",
"workspaces/libnpmaccess": "7.0.0-pre.2",
"workspaces/libnpmdiff": "5.0.0-pre.1",
"workspaces/libnpmexec": "5.0.0-pre.2",
"workspaces/libnpmfund": "4.0.0-pre.2",
"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"
}
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
# Changelog

## [9.0.0-pre.2](https://github.com/10088/cli/compare/v9.0.0-pre.1...v9.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* renames most of the `npm access` subcommands
* the api for libnpmaccess is different now
* 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

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

### Bug Fixes

* [`c3d7549`](https://github.com/10088/cli/commit/c3d75499cfd4e3601c6ca31621b2f693af466c4d) add tag to publish log message (@wraithgar)
* [`41481f8`](https://github.com/10088/cli/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) attempt more graceful failure in older node versions (@wraithgar)
* [`d60b43f`](https://github.com/10088/cli/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/10088/cli/pull/5438) Turn off progress bar when using web based authorization (#5438) (@sandeepmeduru)
* [`3569094`](https://github.com/10088/cli/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/10088/cli/pull/5321) correct link to dependency selectors (@hghmn)
* [`bd2ae5d`](https://github.com/10088/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) linting (@wraithgar)

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`d7e9a8e`](https://github.com/10088/cli/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) `ini@3.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`e401a81`](https://github.com/10088/cli/commit/e401a81c784556393bad57283337283a46bd57c5) `npm-bundled@2.0.1`
* [`f4205e5`](https://github.com/10088/cli/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) `diff@5.1.0`
* [`8f7abbe`](https://github.com/10088/cli/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) `npm-packlist@5.1.3`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`7c7f656`](https://github.com/10088/cli/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) `read-package-json@5.0.2`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`2561822`](https://github.com/10088/cli/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/10088/cli/pull/5378) `@npmcli/config@4.2.2`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`
* [Workspace](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2): `libnpmaccess@7.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1): `libnpmdiff@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2): `libnpmexec@5.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2): `libnpmfund@4.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1): `libnpmhook@9.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1): `libnpmorg@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1): `libnpmpack@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1): `libnpmpublish@7.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1): `libnpmsearch@6.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1): `libnpmteam@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1): `libnpmversion@4.0.0-pre.1`

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

### ⚠️ BREAKING CHANGES
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand DownExpand Up@@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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 DownExpand Up@@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand DownExpand Up@@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.1",
"version": "7.0.0-pre.2",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
Expand All@@ -13931,7 +13931,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@@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand DownExpand Up@@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.1",
"version": "4.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1"
"@npmcli/arborist": "^6.0.0-pre.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand All@@ -13999,7 +13999,7 @@
}
},
"workspaces/libnpmhook": {
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14016,7 +14016,7 @@
}
},
"workspaces/libnpmorg": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14034,7 +14034,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@@ -14052,7 +14052,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@@ -14064,7 +14064,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.1.2",
"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@@ -14074,7 +14074,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@@ -14090,7 +14090,7 @@
}
},
"workspaces/libnpmteam": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14107,7 +14107,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 numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand DownExpand Up@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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
36 changes: 36 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
# Changelog

## [6.0.0-pre.2](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* 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/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)
* [`09c46e8`](https://github.com/10088/cli/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) arborist: allow for selectors and function names with :semver pseudo selector (@nlf)

### Bug Fixes

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

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
# Changelog

## [7.0.0-pre.2](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

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

### Features

* [`854521b`](https://github.com/10088/cli/commit/854521baa49ef88ff9586ec2cc5f1fbaee7fa364) rewrite: Rewrite libnpmaccess (@wraithgar)
* [`e95017a`](https://github.com/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)

### Dependencies

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

## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)

### ⚠️ BREAKING CHANGES
Expand Down
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Add copy buttons to all
 blocks\n(function() {\n function addCopyButtons() {\n document.querySelectorAll('pre code').forEach(function(codeBlock) {\n if (codeBlock.parentElement.hasAttribute('data-copy-added')) return;\n codeBlock.parentElement.setAttribute('data-copy-added', 'true');\n \n var btn = document.createElement('button');\n btn.textContent = 'Copy';\n btn.style.cssText = 'position:absolute;top:4px;right:4px;padding:2px 8px;font-size:11px;background:#4ecdc4;border:none;border-radius:4px;color:#1a1a2e;cursor:pointer;opacity:0.7;transition:opacity 0.2s;';\n btn.onmouseover = function() { this.style.opacity = '1'; };\n btn.onmouseout = function() { this.style.opacity = '0.7'; };\n btn.onclick = function() {\n navigator.clipboard.writeText(codeBlock.textContent).then(function() {\n btn.textContent = 'Copied!';\n setTimeout(function() { btn.textContent = 'Copy'; }, 1500);\n });\n };\n codeBlock.parentElement.style.position = 'relative';\n codeBlock.parentElement.appendChild(btn);\n });\n }\n \n addCopyButtons();\n \n // Re-run on dynamic content\n var observer = new MutationObserver(addCopyButtons);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Add Copy Buttons to Code Blocks");
}
} catch(__e) { console.warn('[Userscript:Add Copy Buttons to Code Blocks]', __e); }
})();
(function(){
try {
var __m = "github.com";
var __re = new RegExp('^' + "github\\.com" + '
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
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
{
".": "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.0",
"workspaces/libnpmexec": "5.0.0-pre.1",
"workspaces/libnpmfund": "4.0.0-pre.1",
"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.2",
"workspaces/arborist": "6.0.0-pre.2",
"workspaces/libnpmaccess": "7.0.0-pre.2",
"workspaces/libnpmdiff": "5.0.0-pre.1",
"workspaces/libnpmexec": "5.0.0-pre.2",
"workspaces/libnpmfund": "4.0.0-pre.2",
"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"
}
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
# Changelog

## [9.0.0-pre.2](https://github.com/10088/cli/compare/v9.0.0-pre.1...v9.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* renames most of the `npm access` subcommands
* the api for libnpmaccess is different now
* 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

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

### Bug Fixes

* [`c3d7549`](https://github.com/10088/cli/commit/c3d75499cfd4e3601c6ca31621b2f693af466c4d) add tag to publish log message (@wraithgar)
* [`41481f8`](https://github.com/10088/cli/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) attempt more graceful failure in older node versions (@wraithgar)
* [`d60b43f`](https://github.com/10088/cli/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/10088/cli/pull/5438) Turn off progress bar when using web based authorization (#5438) (@sandeepmeduru)
* [`3569094`](https://github.com/10088/cli/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/10088/cli/pull/5321) correct link to dependency selectors (@hghmn)
* [`bd2ae5d`](https://github.com/10088/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) linting (@wraithgar)

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`d7e9a8e`](https://github.com/10088/cli/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) `ini@3.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`e401a81`](https://github.com/10088/cli/commit/e401a81c784556393bad57283337283a46bd57c5) `npm-bundled@2.0.1`
* [`f4205e5`](https://github.com/10088/cli/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) `diff@5.1.0`
* [`8f7abbe`](https://github.com/10088/cli/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) `npm-packlist@5.1.3`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`7c7f656`](https://github.com/10088/cli/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) `read-package-json@5.0.2`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`2561822`](https://github.com/10088/cli/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/10088/cli/pull/5378) `@npmcli/config@4.2.2`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`
* [Workspace](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2): `libnpmaccess@7.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1): `libnpmdiff@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2): `libnpmexec@5.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2): `libnpmfund@4.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1): `libnpmhook@9.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1): `libnpmorg@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1): `libnpmpack@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1): `libnpmpublish@7.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1): `libnpmsearch@6.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1): `libnpmteam@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1): `libnpmversion@4.0.0-pre.1`

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

### ⚠️ BREAKING CHANGES
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand DownExpand Up@@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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 DownExpand Up@@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand DownExpand Up@@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.1",
"version": "7.0.0-pre.2",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
Expand All@@ -13931,7 +13931,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@@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand DownExpand Up@@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.1",
"version": "4.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1"
"@npmcli/arborist": "^6.0.0-pre.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand All@@ -13999,7 +13999,7 @@
}
},
"workspaces/libnpmhook": {
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14016,7 +14016,7 @@
}
},
"workspaces/libnpmorg": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14034,7 +14034,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@@ -14052,7 +14052,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@@ -14064,7 +14064,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.1.2",
"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@@ -14074,7 +14074,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@@ -14090,7 +14090,7 @@
}
},
"workspaces/libnpmteam": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14107,7 +14107,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 numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand DownExpand Up@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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
36 changes: 36 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
# Changelog

## [6.0.0-pre.2](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* 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/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)
* [`09c46e8`](https://github.com/10088/cli/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) arborist: allow for selectors and function names with :semver pseudo selector (@nlf)

### Bug Fixes

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

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
# Changelog

## [7.0.0-pre.2](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

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

### Features

* [`854521b`](https://github.com/10088/cli/commit/854521baa49ef88ff9586ec2cc5f1fbaee7fa364) rewrite: Rewrite libnpmaccess (@wraithgar)
* [`e95017a`](https://github.com/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)

### Dependencies

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

## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)

### ⚠️ BREAKING CHANGES
Expand Down
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Force GitHub README to respect dark mode\n(function() {\n var style = document.createElement('style');\n style.textContent = '\n .markdown-body {\n color-scheme: dark light;\n }\n .markdown-body pre { background: #161b22 !important; }\n .markdown-body code { background: rgba(110, 118, 129, 0.4) !important; }\n .markdown-body table th, .markdown-body table td { border-color: #30363d !important; }\n .markdown-body img { background: #0d1117; }\n .markdown-body blockquote { border-left-color: #8b949e; }\n .markdown-body hr { border-color: #30363d; }\n ';\n document.head.appendChild(style);\n})();", "GitHub Dark Mode README Fix"); } } catch(__e) { console.warn('[Userscript:GitHub Dark Mode README Fix]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
{
".": "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.0",
"workspaces/libnpmexec": "5.0.0-pre.1",
"workspaces/libnpmfund": "4.0.0-pre.1",
"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.2",
"workspaces/arborist": "6.0.0-pre.2",
"workspaces/libnpmaccess": "7.0.0-pre.2",
"workspaces/libnpmdiff": "5.0.0-pre.1",
"workspaces/libnpmexec": "5.0.0-pre.2",
"workspaces/libnpmfund": "4.0.0-pre.2",
"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"
}
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
# Changelog

## [9.0.0-pre.2](https://github.com/10088/cli/compare/v9.0.0-pre.1...v9.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* renames most of the `npm access` subcommands
* the api for libnpmaccess is different now
* 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

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

### Bug Fixes

* [`c3d7549`](https://github.com/10088/cli/commit/c3d75499cfd4e3601c6ca31621b2f693af466c4d) add tag to publish log message (@wraithgar)
* [`41481f8`](https://github.com/10088/cli/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) attempt more graceful failure in older node versions (@wraithgar)
* [`d60b43f`](https://github.com/10088/cli/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/10088/cli/pull/5438) Turn off progress bar when using web based authorization (#5438) (@sandeepmeduru)
* [`3569094`](https://github.com/10088/cli/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/10088/cli/pull/5321) correct link to dependency selectors (@hghmn)
* [`bd2ae5d`](https://github.com/10088/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) linting (@wraithgar)

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`d7e9a8e`](https://github.com/10088/cli/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) `ini@3.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`e401a81`](https://github.com/10088/cli/commit/e401a81c784556393bad57283337283a46bd57c5) `npm-bundled@2.0.1`
* [`f4205e5`](https://github.com/10088/cli/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) `diff@5.1.0`
* [`8f7abbe`](https://github.com/10088/cli/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) `npm-packlist@5.1.3`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`7c7f656`](https://github.com/10088/cli/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) `read-package-json@5.0.2`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`2561822`](https://github.com/10088/cli/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/10088/cli/pull/5378) `@npmcli/config@4.2.2`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`
* [Workspace](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2): `libnpmaccess@7.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1): `libnpmdiff@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2): `libnpmexec@5.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2): `libnpmfund@4.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1): `libnpmhook@9.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1): `libnpmorg@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1): `libnpmpack@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1): `libnpmpublish@7.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1): `libnpmsearch@6.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1): `libnpmteam@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1): `libnpmversion@4.0.0-pre.1`

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

### ⚠️ BREAKING CHANGES
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand DownExpand Up@@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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 DownExpand Up@@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand DownExpand Up@@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.1",
"version": "7.0.0-pre.2",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
Expand All@@ -13931,7 +13931,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@@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand DownExpand Up@@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.1",
"version": "4.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1"
"@npmcli/arborist": "^6.0.0-pre.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand All@@ -13999,7 +13999,7 @@
}
},
"workspaces/libnpmhook": {
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14016,7 +14016,7 @@
}
},
"workspaces/libnpmorg": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14034,7 +14034,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@@ -14052,7 +14052,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@@ -14064,7 +14064,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.1.2",
"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@@ -14074,7 +14074,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@@ -14090,7 +14090,7 @@
}
},
"workspaces/libnpmteam": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14107,7 +14107,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 numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand DownExpand Up@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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
36 changes: 36 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
# Changelog

## [6.0.0-pre.2](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* 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/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)
* [`09c46e8`](https://github.com/10088/cli/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) arborist: allow for selectors and function names with :semver pseudo selector (@nlf)

### Bug Fixes

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

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
# Changelog

## [7.0.0-pre.2](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

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

### Features

* [`854521b`](https://github.com/10088/cli/commit/854521baa49ef88ff9586ec2cc5f1fbaee7fa364) rewrite: Rewrite libnpmaccess (@wraithgar)
* [`e95017a`](https://github.com/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)

### Dependencies

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

## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)

### ⚠️ BREAKING CHANGES
Expand Down
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Highlight search terms from Google/DuckDuckGo/Bing referrer\n(function() {\n var ref = document.referrer;\n var terms = [];\n \n if (ref.includes('google.com') || ref.includes('duckduckgo.com') || ref.includes('bing.com')) {\n var url = new URL(ref);\n var q = url.searchParams.get('q') || url.searchParams.get('p');\n if (q) {\n terms = q.split(/\\s+/).filter(function(t) { return t.length > 2; });\n }\n }\n \n if (terms.length === 0) return;\n \n var style = document.createElement('style');\n style.textContent = '.userscript-highlight { background: #fbbf24; color: #1a1a2e; padding: 1px 3px; border-radius: 2px; }';\n document.head.appendChild(style);\n \n function highlight(node) {\n if (node.nodeType === 3) { // text node\n var text = node.textContent;\n var found = false;\n terms.forEach(function(term) {\n var regex = new RegExp('(' + term.replace(/[.*+?^${}()|[\\]\\\\]/g, '\\\\') + ')', 'gi');\n if (regex.test(text)) {\n found = true;\n var frag = document.createDocumentFragment();\n var parts = text.split(regex);\n parts.forEach(function(part, i) {\n if (i % 2 === 0) {\n frag.appendChild(document.createTextNode(part));\n } else {\n var span = document.createElement('span');\n span.className = 'userscript-highlight';\n span.textContent = part;\n frag.appendChild(span);\n }\n });\n node.parentNode.replaceChild(frag, node);\n }\n });\n } else if (node.nodeType === 1 && node.childNodes) { // element\n var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT'];\n if (!skipTags.includes(node.tagName)) {\n Array.from(node.childNodes).forEach(highlight);\n }\n }\n }\n \n highlight(document.body);\n \n // Re-highlight on dynamic content\n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1 || node.nodeType === 3) highlight(node);\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Highlight Search Terms"); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
{
".": "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.0",
"workspaces/libnpmexec": "5.0.0-pre.1",
"workspaces/libnpmfund": "4.0.0-pre.1",
"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.2",
"workspaces/arborist": "6.0.0-pre.2",
"workspaces/libnpmaccess": "7.0.0-pre.2",
"workspaces/libnpmdiff": "5.0.0-pre.1",
"workspaces/libnpmexec": "5.0.0-pre.2",
"workspaces/libnpmfund": "4.0.0-pre.2",
"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"
}
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
# Changelog

## [9.0.0-pre.2](https://github.com/10088/cli/compare/v9.0.0-pre.1...v9.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* renames most of the `npm access` subcommands
* the api for libnpmaccess is different now
* 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

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

### Bug Fixes

* [`c3d7549`](https://github.com/10088/cli/commit/c3d75499cfd4e3601c6ca31621b2f693af466c4d) add tag to publish log message (@wraithgar)
* [`41481f8`](https://github.com/10088/cli/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) attempt more graceful failure in older node versions (@wraithgar)
* [`d60b43f`](https://github.com/10088/cli/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/10088/cli/pull/5438) Turn off progress bar when using web based authorization (#5438) (@sandeepmeduru)
* [`3569094`](https://github.com/10088/cli/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/10088/cli/pull/5321) correct link to dependency selectors (@hghmn)
* [`bd2ae5d`](https://github.com/10088/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) linting (@wraithgar)

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`d7e9a8e`](https://github.com/10088/cli/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) `ini@3.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`e401a81`](https://github.com/10088/cli/commit/e401a81c784556393bad57283337283a46bd57c5) `npm-bundled@2.0.1`
* [`f4205e5`](https://github.com/10088/cli/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) `diff@5.1.0`
* [`8f7abbe`](https://github.com/10088/cli/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) `npm-packlist@5.1.3`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`7c7f656`](https://github.com/10088/cli/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) `read-package-json@5.0.2`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`2561822`](https://github.com/10088/cli/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/10088/cli/pull/5378) `@npmcli/config@4.2.2`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`
* [Workspace](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2): `libnpmaccess@7.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1): `libnpmdiff@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2): `libnpmexec@5.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2): `libnpmfund@4.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1): `libnpmhook@9.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1): `libnpmorg@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1): `libnpmpack@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1): `libnpmpublish@7.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1): `libnpmsearch@6.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1): `libnpmteam@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1): `libnpmversion@4.0.0-pre.1`

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

### ⚠️ BREAKING CHANGES
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand DownExpand Up@@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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 DownExpand Up@@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand DownExpand Up@@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.1",
"version": "7.0.0-pre.2",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
Expand All@@ -13931,7 +13931,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@@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand DownExpand Up@@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.1",
"version": "4.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1"
"@npmcli/arborist": "^6.0.0-pre.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand All@@ -13999,7 +13999,7 @@
}
},
"workspaces/libnpmhook": {
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14016,7 +14016,7 @@
}
},
"workspaces/libnpmorg": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14034,7 +14034,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@@ -14052,7 +14052,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@@ -14064,7 +14064,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.1.2",
"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@@ -14074,7 +14074,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@@ -14090,7 +14090,7 @@
}
},
"workspaces/libnpmteam": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14107,7 +14107,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 numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand DownExpand Up@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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
36 changes: 36 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
# Changelog

## [6.0.0-pre.2](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* 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/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)
* [`09c46e8`](https://github.com/10088/cli/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) arborist: allow for selectors and function names with :semver pseudo selector (@nlf)

### Bug Fixes

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

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
# Changelog

## [7.0.0-pre.2](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

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

### Features

* [`854521b`](https://github.com/10088/cli/commit/854521baa49ef88ff9586ec2cc5f1fbaee7fa364) rewrite: Rewrite libnpmaccess (@wraithgar)
* [`e95017a`](https://github.com/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)

### Dependencies

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

## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)

### ⚠️ BREAKING CHANGES
Expand Down
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Strip utm_, fbclid, gclid, etc. from all links on page\n(function() {\n var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content',\n 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid',\n 'ref', 'ref_src', 'source', 'medium', 'campaign'];\n \n function cleanUrl(url) {\n try {\n var u = new URL(url, window.location.origin);\n var changed = false;\n trackingParams.forEach(function(p) {\n if (u.searchParams.has(p)) {\n u.searchParams.delete(p);\n changed = true;\n }\n });\n return changed ? u.toString() : url;\n } catch (e) {\n return url;\n }\n }\n \n function cleanLinks() {\n document.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n \n cleanLinks();\n \n var observer = new MutationObserver(function(mutations) {\n mutations.forEach(function(m) {\n m.addedNodes.forEach(function(node) {\n if (node.nodeType === 1) {\n if (node.tagName === 'A') cleanLinks();\n node.querySelectorAll('a[href]').forEach(function(a) {\n var clean = cleanUrl(a.href);\n if (clean !== a.href) a.href = clean;\n });\n }\n });\n });\n });\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "Remove Tracking Parameters from Links"); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + '
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
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
{
".": "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.0",
"workspaces/libnpmexec": "5.0.0-pre.1",
"workspaces/libnpmfund": "4.0.0-pre.1",
"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.2",
"workspaces/arborist": "6.0.0-pre.2",
"workspaces/libnpmaccess": "7.0.0-pre.2",
"workspaces/libnpmdiff": "5.0.0-pre.1",
"workspaces/libnpmexec": "5.0.0-pre.2",
"workspaces/libnpmfund": "4.0.0-pre.2",
"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"
}
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
# Changelog

## [9.0.0-pre.2](https://github.com/10088/cli/compare/v9.0.0-pre.1...v9.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* renames most of the `npm access` subcommands
* the api for libnpmaccess is different now
* 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

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

### Bug Fixes

* [`c3d7549`](https://github.com/10088/cli/commit/c3d75499cfd4e3601c6ca31621b2f693af466c4d) add tag to publish log message (@wraithgar)
* [`41481f8`](https://github.com/10088/cli/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) attempt more graceful failure in older node versions (@wraithgar)
* [`d60b43f`](https://github.com/10088/cli/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/10088/cli/pull/5438) Turn off progress bar when using web based authorization (#5438) (@sandeepmeduru)
* [`3569094`](https://github.com/10088/cli/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/10088/cli/pull/5321) correct link to dependency selectors (@hghmn)
* [`bd2ae5d`](https://github.com/10088/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) linting (@wraithgar)

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`d7e9a8e`](https://github.com/10088/cli/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) `ini@3.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`e401a81`](https://github.com/10088/cli/commit/e401a81c784556393bad57283337283a46bd57c5) `npm-bundled@2.0.1`
* [`f4205e5`](https://github.com/10088/cli/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) `diff@5.1.0`
* [`8f7abbe`](https://github.com/10088/cli/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) `npm-packlist@5.1.3`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`7c7f656`](https://github.com/10088/cli/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) `read-package-json@5.0.2`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`2561822`](https://github.com/10088/cli/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/10088/cli/pull/5378) `@npmcli/config@4.2.2`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`
* [Workspace](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2): `libnpmaccess@7.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1): `libnpmdiff@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2): `libnpmexec@5.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2): `libnpmfund@4.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1): `libnpmhook@9.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1): `libnpmorg@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1): `libnpmpack@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1): `libnpmpublish@7.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1): `libnpmsearch@6.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1): `libnpmteam@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1): `libnpmversion@4.0.0-pre.1`

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

### ⚠️ BREAKING CHANGES
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand DownExpand Up@@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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 DownExpand Up@@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand DownExpand Up@@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.1",
"version": "7.0.0-pre.2",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
Expand All@@ -13931,7 +13931,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@@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand DownExpand Up@@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.1",
"version": "4.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1"
"@npmcli/arborist": "^6.0.0-pre.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand All@@ -13999,7 +13999,7 @@
}
},
"workspaces/libnpmhook": {
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14016,7 +14016,7 @@
}
},
"workspaces/libnpmorg": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14034,7 +14034,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@@ -14052,7 +14052,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@@ -14064,7 +14064,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.1.2",
"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@@ -14074,7 +14074,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@@ -14090,7 +14090,7 @@
}
},
"workspaces/libnpmteam": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14107,7 +14107,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 numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand DownExpand Up@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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
36 changes: 36 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
# Changelog

## [6.0.0-pre.2](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* 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/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)
* [`09c46e8`](https://github.com/10088/cli/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) arborist: allow for selectors and function names with :semver pseudo selector (@nlf)

### Bug Fixes

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

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
# Changelog

## [7.0.0-pre.2](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

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

### Features

* [`854521b`](https://github.com/10088/cli/commit/854521baa49ef88ff9586ec2cc5f1fbaee7fa364) rewrite: Rewrite libnpmaccess (@wraithgar)
* [`e95017a`](https://github.com/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)

### Dependencies

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

## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)

### ⚠️ BREAKING CHANGES
Expand Down
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Auto-enable theater mode on YouTube\n(function() {\n function tryTheater() {\n var btn = document.querySelector('button[aria-label=\"Theater mode\"], ytd-player #player button[title=\"Theater mode\"]');\n if (btn && !btn.classList.contains('activated')) {\n btn.click();\n }\n }\n \n // Try immediately\n tryTheater();\n \n // Try after navigation (SPA)\n var lastUrl = location.href;\n setInterval(function() {\n if (location.href !== lastUrl) {\n lastUrl = location.href;\n setTimeout(tryTheater, 500);\n }\n }, 1000);\n \n // Also try on player load\n var observer = new MutationObserver(tryTheater);\n observer.observe(document.body, { childList: true, subtree: true });\n})();", "YouTube Theater Mode Default"); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
{
".": "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.0",
"workspaces/libnpmexec": "5.0.0-pre.1",
"workspaces/libnpmfund": "4.0.0-pre.1",
"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.2",
"workspaces/arborist": "6.0.0-pre.2",
"workspaces/libnpmaccess": "7.0.0-pre.2",
"workspaces/libnpmdiff": "5.0.0-pre.1",
"workspaces/libnpmexec": "5.0.0-pre.2",
"workspaces/libnpmfund": "4.0.0-pre.2",
"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"
}
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
# Changelog

## [9.0.0-pre.2](https://github.com/10088/cli/compare/v9.0.0-pre.1...v9.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* renames most of the `npm access` subcommands
* the api for libnpmaccess is different now
* 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

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

### Bug Fixes

* [`c3d7549`](https://github.com/10088/cli/commit/c3d75499cfd4e3601c6ca31621b2f693af466c4d) add tag to publish log message (@wraithgar)
* [`41481f8`](https://github.com/10088/cli/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) attempt more graceful failure in older node versions (@wraithgar)
* [`d60b43f`](https://github.com/10088/cli/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/10088/cli/pull/5438) Turn off progress bar when using web based authorization (#5438) (@sandeepmeduru)
* [`3569094`](https://github.com/10088/cli/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/10088/cli/pull/5321) correct link to dependency selectors (@hghmn)
* [`bd2ae5d`](https://github.com/10088/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) linting (@wraithgar)

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`d7e9a8e`](https://github.com/10088/cli/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) `ini@3.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`e401a81`](https://github.com/10088/cli/commit/e401a81c784556393bad57283337283a46bd57c5) `npm-bundled@2.0.1`
* [`f4205e5`](https://github.com/10088/cli/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) `diff@5.1.0`
* [`8f7abbe`](https://github.com/10088/cli/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) `npm-packlist@5.1.3`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`7c7f656`](https://github.com/10088/cli/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) `read-package-json@5.0.2`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`2561822`](https://github.com/10088/cli/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/10088/cli/pull/5378) `@npmcli/config@4.2.2`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`
* [Workspace](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2): `libnpmaccess@7.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1): `libnpmdiff@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2): `libnpmexec@5.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2): `libnpmfund@4.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1): `libnpmhook@9.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1): `libnpmorg@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1): `libnpmpack@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1): `libnpmpublish@7.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1): `libnpmsearch@6.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1): `libnpmteam@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1): `libnpmversion@4.0.0-pre.1`

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

### ⚠️ BREAKING CHANGES
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand DownExpand Up@@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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 DownExpand Up@@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand DownExpand Up@@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.1",
"version": "7.0.0-pre.2",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
Expand All@@ -13931,7 +13931,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@@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand DownExpand Up@@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.1",
"version": "4.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1"
"@npmcli/arborist": "^6.0.0-pre.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand All@@ -13999,7 +13999,7 @@
}
},
"workspaces/libnpmhook": {
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14016,7 +14016,7 @@
}
},
"workspaces/libnpmorg": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14034,7 +14034,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@@ -14052,7 +14052,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@@ -14064,7 +14064,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.1.2",
"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@@ -14074,7 +14074,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@@ -14090,7 +14090,7 @@
}
},
"workspaces/libnpmteam": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14107,7 +14107,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 numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand DownExpand Up@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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
36 changes: 36 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
# Changelog

## [6.0.0-pre.2](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* 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/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)
* [`09c46e8`](https://github.com/10088/cli/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) arborist: allow for selectors and function names with :semver pseudo selector (@nlf)

### Bug Fixes

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

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
# Changelog

## [7.0.0-pre.2](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

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

### Features

* [`854521b`](https://github.com/10088/cli/commit/854521baa49ef88ff9586ec2cc5f1fbaee7fa364) rewrite: Rewrite libnpmaccess (@wraithgar)
* [`e95017a`](https://github.com/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)

### Dependencies

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

## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)

### ⚠️ BREAKING CHANGES
Expand Down
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Remove or un-stick sticky/fixed headers that block content\n(function() {\n function unstick() {\n document.querySelectorAll('header, nav, [role=\"banner\"], .header, .navbar, .sticky, .fixed-top, [style*=\"position: fixed\"], [style*=\"position:sticky\"]').forEach(function(el) {\n if (el.style.position === 'fixed' || el.style.position === 'sticky' || \n getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') {\n el.style.position = 'static';\n el.style.top = 'auto';\n el.style.zIndex = 'auto';\n }\n });\n }\n \n unstick();\n \n var observer = new MutationObserver(unstick);\n observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] });\n})();", "Kill Sticky Headers"); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + '
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
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
{
".": "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.0",
"workspaces/libnpmexec": "5.0.0-pre.1",
"workspaces/libnpmfund": "4.0.0-pre.1",
"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.2",
"workspaces/arborist": "6.0.0-pre.2",
"workspaces/libnpmaccess": "7.0.0-pre.2",
"workspaces/libnpmdiff": "5.0.0-pre.1",
"workspaces/libnpmexec": "5.0.0-pre.2",
"workspaces/libnpmfund": "4.0.0-pre.2",
"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"
}
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
# Changelog

## [9.0.0-pre.2](https://github.com/10088/cli/compare/v9.0.0-pre.1...v9.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* renames most of the `npm access` subcommands
* the api for libnpmaccess is different now
* 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

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

### Bug Fixes

* [`c3d7549`](https://github.com/10088/cli/commit/c3d75499cfd4e3601c6ca31621b2f693af466c4d) add tag to publish log message (@wraithgar)
* [`41481f8`](https://github.com/10088/cli/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) attempt more graceful failure in older node versions (@wraithgar)
* [`d60b43f`](https://github.com/10088/cli/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/10088/cli/pull/5438) Turn off progress bar when using web based authorization (#5438) (@sandeepmeduru)
* [`3569094`](https://github.com/10088/cli/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/10088/cli/pull/5321) correct link to dependency selectors (@hghmn)
* [`bd2ae5d`](https://github.com/10088/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) linting (@wraithgar)

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`d7e9a8e`](https://github.com/10088/cli/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) `ini@3.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`e401a81`](https://github.com/10088/cli/commit/e401a81c784556393bad57283337283a46bd57c5) `npm-bundled@2.0.1`
* [`f4205e5`](https://github.com/10088/cli/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) `diff@5.1.0`
* [`8f7abbe`](https://github.com/10088/cli/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) `npm-packlist@5.1.3`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`7c7f656`](https://github.com/10088/cli/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) `read-package-json@5.0.2`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`2561822`](https://github.com/10088/cli/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/10088/cli/pull/5378) `@npmcli/config@4.2.2`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`
* [Workspace](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2): `libnpmaccess@7.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1): `libnpmdiff@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2): `libnpmexec@5.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2): `libnpmfund@4.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1): `libnpmhook@9.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1): `libnpmorg@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1): `libnpmpack@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1): `libnpmpublish@7.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1): `libnpmsearch@6.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1): `libnpmteam@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1): `libnpmversion@4.0.0-pre.1`

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

### ⚠️ BREAKING CHANGES
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand DownExpand Up@@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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 DownExpand Up@@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand DownExpand Up@@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.1",
"version": "7.0.0-pre.2",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
Expand All@@ -13931,7 +13931,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@@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand DownExpand Up@@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.1",
"version": "4.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1"
"@npmcli/arborist": "^6.0.0-pre.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand All@@ -13999,7 +13999,7 @@
}
},
"workspaces/libnpmhook": {
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14016,7 +14016,7 @@
}
},
"workspaces/libnpmorg": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14034,7 +14034,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@@ -14052,7 +14052,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@@ -14064,7 +14064,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.1.2",
"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@@ -14074,7 +14074,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@@ -14090,7 +14090,7 @@
}
},
"workspaces/libnpmteam": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14107,7 +14107,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 numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand DownExpand Up@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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
36 changes: 36 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
# Changelog

## [6.0.0-pre.2](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* 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/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)
* [`09c46e8`](https://github.com/10088/cli/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) arborist: allow for selectors and function names with :semver pseudo selector (@nlf)

### Bug Fixes

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

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
# Changelog

## [7.0.0-pre.2](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

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

### Features

* [`854521b`](https://github.com/10088/cli/commit/854521baa49ef88ff9586ec2cc5f1fbaee7fa364) rewrite: Rewrite libnpmaccess (@wraithgar)
* [`e95017a`](https://github.com/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)

### Dependencies

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

## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)

### ⚠️ BREAKING CHANGES
Expand Down
Loading
, 'i'); if (__m === '*' || __re.test(location.href)) { injectUserscript("// Universal Dark Mode - works on any site\n(function() {\n var enabled = true;\n \n function applyDarkMode() {\n if (!enabled) return;\n \n // Create style element if it doesn't exist\n var style = document.getElementById('universal-dark-mode-style');\n if (!style) {\n style = document.createElement('style');\n style.id = 'universal-dark-mode-style';\n document.head.appendChild(style);\n }\n \n // Dark mode CSS - inverts colors but preserves images/video\n style.textContent = '\n /* Invert everything except media */\n html {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #1a1a2e !important;\n }\n \n /* Restore images, videos, iframes, canvas */\n img, video, iframe, canvas, svg, picture, [style*=\"background-image\"] {\n filter: invert(1) hue-rotate(180deg) !important;\n }\n \n /* Preserve specific elements that should not be inverted */\n .no-dark-mode, .no-dark-mode *,\n [data-theme=\"light\"], [data-theme=\"light\"],\n .ace_editor, .ace_editor *,\n .CodeMirror, .CodeMirror *,\n .monaco-editor, .monaco-editor *,\n .markdown-body pre, .markdown-body pre *,\n .highlight, .highlight *,\n pre code, pre code * {\n filter: none !important;\n }\n \n /* Fix common UI elements */\n .modal, .popup, .dropdown-menu, .tooltip, .popover {\n filter: invert(1) hue-rotate(180deg) !important;\n background: #2d2d44 !important;\n border-color: #444 !important;\n }\n \n /* Scrollbars */\n ::-webkit-scrollbar { background: #1a1a2e !important; }\n ::-webkit-scrollbar-thumb { background: #444 !important; }\n ::-webkit-scrollbar-thumb:hover { background: #555 !important; }\n \n /* Selection */\n ::selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ::-moz-selection { background: #4ecdc4 !important; color: #1a1a2e !important; }\n ';\n }\n \n function removeDarkMode() {\n var style = document.getElementById('universal-dark-mode-style');\n if (style) style.remove();\n }\n \n // Toggle with Alt+Shift+D\n document.addEventListener('keydown', function(e) {\n if (e.altKey && e.shiftKey && e.key === 'D') {\n e.preventDefault();\n enabled = !enabled;\n if (enabled) {\n applyDarkMode();\n console.log('[Universal Dark Mode] Enabled');\n } else {\n removeDarkMode();\n console.log('[Universal Dark Mode] Disabled');\n }\n }\n });\n \n // Apply on load\n applyDarkMode();\n \n // Re-apply on dynamic content\n var observer = new MutationObserver(function(mutations) {\n if (enabled && !document.getElementById('universal-dark-mode-style')) {\n applyDarkMode();\n }\n });\n observer.observe(document.head, { childList: true });\n \n console.log('[Universal Dark Mode] Loaded - Press Alt+Shift+D to toggle');\n})();", "Universal Dark Mode"); } } catch(__e) { console.warn('[Userscript:Universal Dark Mode]', __e); } })(); })();
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
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
{
".": "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.0",
"workspaces/libnpmexec": "5.0.0-pre.1",
"workspaces/libnpmfund": "4.0.0-pre.1",
"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.2",
"workspaces/arborist": "6.0.0-pre.2",
"workspaces/libnpmaccess": "7.0.0-pre.2",
"workspaces/libnpmdiff": "5.0.0-pre.1",
"workspaces/libnpmexec": "5.0.0-pre.2",
"workspaces/libnpmfund": "4.0.0-pre.2",
"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"
}
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,74 @@
# Changelog

## [9.0.0-pre.2](https://github.com/10088/cli/compare/v9.0.0-pre.1...v9.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* renames most of the `npm access` subcommands
* the api for libnpmaccess is different now
* 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

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

### Bug Fixes

* [`c3d7549`](https://github.com/10088/cli/commit/c3d75499cfd4e3601c6ca31621b2f693af466c4d) add tag to publish log message (@wraithgar)
* [`41481f8`](https://github.com/10088/cli/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) attempt more graceful failure in older node versions (@wraithgar)
* [`d60b43f`](https://github.com/10088/cli/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/10088/cli/pull/5438) Turn off progress bar when using web based authorization (#5438) (@sandeepmeduru)
* [`3569094`](https://github.com/10088/cli/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/10088/cli/pull/5321) correct link to dependency selectors (@hghmn)
* [`bd2ae5d`](https://github.com/10088/cli/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) linting (@wraithgar)

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`d7e9a8e`](https://github.com/10088/cli/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) `ini@3.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`e401a81`](https://github.com/10088/cli/commit/e401a81c784556393bad57283337283a46bd57c5) `npm-bundled@2.0.1`
* [`f4205e5`](https://github.com/10088/cli/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) `diff@5.1.0`
* [`8f7abbe`](https://github.com/10088/cli/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) `npm-packlist@5.1.3`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`7c7f656`](https://github.com/10088/cli/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) `read-package-json@5.0.2`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`2561822`](https://github.com/10088/cli/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/10088/cli/pull/5378) `@npmcli/config@4.2.2`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`
* [Workspace](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2): `@npmcli/arborist@6.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2): `libnpmaccess@7.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1): `libnpmdiff@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmexec-v5.0.0-pre.1...libnpmexec-v5.0.0-pre.2): `libnpmexec@5.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmfund-v4.0.0-pre.1...libnpmfund-v4.0.0-pre.2): `libnpmfund@4.0.0-pre.2`
* [Workspace](https://github.com/10088/cli/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1): `libnpmhook@9.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1): `libnpmorg@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1): `libnpmpack@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1): `libnpmpublish@7.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1): `libnpmsearch@6.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1): `libnpmteam@5.0.0-pre.1`
* [Workspace](https://github.com/10088/cli/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1): `libnpmversion@4.0.0-pre.1`

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

### ⚠️ BREAKING CHANGES
Expand Down
58 changes: 29 additions & 29 deletions package-lock.json
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand DownExpand Up@@ -91,7 +91,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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 DownExpand Up@@ -13856,7 +13856,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand DownExpand Up@@ -13914,7 +13914,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.1",
"version": "7.0.0-pre.2",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^9.0.1",
Expand All@@ -13931,7 +13931,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@@ -13953,10 +13953,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.1",
"version": "5.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@npmcli/ci-detect": "^2.0.0",
"@npmcli/fs": "^2.1.1",
"@npmcli/run-script": "^4.2.0",
Expand DownExpand Up@@ -13984,10 +13984,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.1",
"version": "4.0.0-pre.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.1"
"@npmcli/arborist": "^6.0.0-pre.2"
},
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
Expand All@@ -13999,7 +13999,7 @@
}
},
"workspaces/libnpmhook": {
"version": "9.0.0-pre.0",
"version": "9.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14016,7 +14016,7 @@
}
},
"workspaces/libnpmorg": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14034,7 +14034,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@@ -14052,7 +14052,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@@ -14064,7 +14064,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.1.2",
"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@@ -14074,7 +14074,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@@ -14090,7 +14090,7 @@
}
},
"workspaces/libnpmteam": {
"version": "5.0.0-pre.0",
"version": "5.0.0-pre.1",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All@@ -14107,7 +14107,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 numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.1",
"version": "9.0.0-pre.2",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand DownExpand Up@@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.1",
"@npmcli/arborist": "^6.0.0-pre.2",
"@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.1",
"libnpmdiff": "^5.0.0-pre.0",
"libnpmexec": "^5.0.0-pre.1",
"libnpmfund": "^4.0.0-pre.1",
"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.2",
"libnpmdiff": "^5.0.0-pre.1",
"libnpmexec": "^5.0.0-pre.2",
"libnpmfund": "^4.0.0-pre.2",
"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
36 changes: 36 additions & 0 deletions workspaces/arborist/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
# Changelog

## [6.0.0-pre.2](https://github.com/10088/cli/compare/arborist-v6.0.0-pre.1...arborist-v6.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

* 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/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)
* [`09c46e8`](https://github.com/10088/cli/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) arborist: allow for selectors and function names with :semver pseudo selector (@nlf)

### Bug Fixes

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

### Documentation

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

### Dependencies

* [`1286f03`](https://github.com/10088/cli/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/10088/cli/pull/5381) `unique-filename@2.0.1`
* [`2c4e387`](https://github.com/10088/cli/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) `hosted-git-info@5.1.0`
* [`b12ac01`](https://github.com/10088/cli/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) `npm-pick-manifest@7.0.2`
* [`7fbf6f7`](https://github.com/10088/cli/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) `bin-links@3.0.3`
* [`26d2e55`](https://github.com/10088/cli/commit/26d2e551b250972caa550d56127810648a1663a1) `@npmcli/query@1.2.0`
* [`a79ee00`](https://github.com/10088/cli/commit/a79ee00b530b765ed219e81de77c37057c373adf) `cacache@16.1.3`
* [`8ab12dc`](https://github.com/10088/cli/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) `@npmcli/eslint-config@3.1.0`

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.0.0-pre.1",
"version": "6.0.0-pre.2",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
# Changelog

## [7.0.0-pre.2](https://github.com/10088/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-09-15)

### ⚠️ BREAKING CHANGES

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

### Features

* [`854521b`](https://github.com/10088/cli/commit/854521baa49ef88ff9586ec2cc5f1fbaee7fa364) rewrite: Rewrite libnpmaccess (@wraithgar)
* [`e95017a`](https://github.com/10088/cli/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/10088/cli/pull/5485) workspaces: update supported node engines in package.json (#5485) (@lukekarrys)

### Dependencies

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

## [7.0.0-pre.1](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14)

### ⚠️ BREAKING CHANGES
Expand Down
Loading