diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efdb054e92edd..5b3441b79ae11 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,15 +1,15 @@ { - ".": "9.0.0-pre.0", - "workspaces/arborist": "6.0.0-pre.0", - "workspaces/libnpmaccess": "7.0.0-pre.0", - "workspaces/libnpmdiff": "5.0.0-pre.0", - "workspaces/libnpmexec": "5.0.0-pre.0", - "workspaces/libnpmfund": "4.0.0-pre.0", - "workspaces/libnpmhook": "9.0.0-pre.0", - "workspaces/libnpmorg": "5.0.0-pre.0", - "workspaces/libnpmpack": "5.0.0-pre.0", - "workspaces/libnpmpublish": "7.0.0-pre.0", - "workspaces/libnpmsearch": "6.0.0-pre.0", - "workspaces/libnpmteam": "5.0.0-pre.0", - "workspaces/libnpmversion": "4.0.0-pre.0" + ".": "9.0.0-pre.1", + "workspaces/arborist": "6.0.0-pre.1", + "workspaces/libnpmaccess": "7.0.0-pre.1", + "workspaces/libnpmdiff": "5.0.0-pre.1", + "workspaces/libnpmexec": "5.0.0-pre.1", + "workspaces/libnpmfund": "4.0.0-pre.1", + "workspaces/libnpmhook": "9.0.0-pre.1", + "workspaces/libnpmorg": "5.0.0-pre.1", + "workspaces/libnpmpack": "5.0.0-pre.1", + "workspaces/libnpmpublish": "7.0.0-pre.1", + "workspaces/libnpmsearch": "6.0.0-pre.1", + "workspaces/libnpmteam": "5.0.0-pre.1", + "workspaces/libnpmversion": "4.0.0-pre.1" } diff --git a/AUTHORS b/AUTHORS index 51a75460a7d80..5a8bf258b627d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -853,3 +853,4 @@ Kyle West Nathan Hughes Sandeep Meduru <73886592+sandeepmeduru@users.noreply.github.com> Kid <44045911+kidonng@users.noreply.github.com> +John Perez <81629304+johnperez416@users.noreply.github.com> diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f68b44fcc11..9e3401ece0620 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,69 @@ # Changelog +## [9.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/v9.0.0-pre.0...v9.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` +* this removes the `npm birthday` command +* this removes `npm set-script` +* this changes the default value of `install-links` to true +* this removes the `npm bin` command +* `npm` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + * [`49bbb2f`](https://github.com/johnperez416/cli-1/commit/49bbb2fb9d56e02d94da652befaa3d445283090b) [#5455](https://github.com/npm/cli/pull/5455) feat: remove `npm birthday` (@wraithgar) + * [`926f0ad`](https://github.com/johnperez416/cli-1/commit/926f0adbd71949c905932a241a245b78c85ef643) [#5456](https://github.com/npm/cli/pull/5456) feat: remove `npm set-script` (@wraithgar) + * [`2a8c2fc`](https://github.com/johnperez416/cli-1/commit/2a8c2fcd124ce7d4b23a6c26552d097c6501ac74) [#5458](https://github.com/npm/cli/pull/5458) feat: default `install-links` to true (@wraithgar) + * [`2e92800`](https://github.com/johnperez416/cli-1/commit/2e9280072f9852466fa0944d3a0fdb0c8af156a9) [#5459](https://github.com/npm/cli/pull/5459) feat: remove `npm bin` (@wraithgar) + * [`457d388`](https://github.com/johnperez416/cli-1/commit/457d388c9a70b4bc6c2421f576c79fb7524ff259) [#5475](https://github.com/npm/cli/pull/5475) feat: update supported node engines in package.json (@wraithgar) + * [`d94a9f5`](https://github.com/johnperez416/cli-1/commit/d94a9f56cce1de32bfd87f841d7678e8394d8ea6) [#5347](https://github.com/npm/cli/pull/5347) feat: add deprecation warnings to access commands (@wraithgar) + +### Bug Fixes + + * [`41481f8`](https://github.com/johnperez416/cli-1/commit/41481f8bc1de0fb92a2d6aab3d4a43292d1a1db7) [#5475](https://github.com/npm/cli/pull/5475) fix: attempt more graceful failure in older node versions (@wraithgar) + * [`d60b43f`](https://github.com/johnperez416/cli-1/commit/d60b43f3825452dd8b9b5879c287df232c9a8dc8) [#5438](https://github.com/npm/cli/pull/5438) fix: Turn off progress bar when using web based authorization (@sandeepmeduru) + * [`bd2ae5d`](https://github.com/johnperez416/cli-1/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) [#5323](https://github.com/npm/cli/pull/5323) fix: linting (@wraithgar) + +### Documentation + + * [`7fc2b6f`](https://github.com/johnperez416/cli-1/commit/7fc2b6f3cc157c8727da9e480f1f552eae2451e2) [#5468](https://github.com/npm/cli/pull/5468) docs: remove duplicate description for `prepare` script (@kidonng) + * [`285b39f`](https://github.com/johnperez416/cli-1/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf) + * [`3569094`](https://github.com/johnperez416/cli-1/commit/356909424f60a26d90faf25594085e79e93f09d5) [#5321](https://github.com/npm/cli/pull/5321) docs: fix link to dependency selectors page (@hghmn) + * [`414667a`](https://github.com/johnperez416/cli-1/commit/414667a1e6d7d7a3ab0cb64704c3aa696eae8715) [#5328](https://github.com/npm/cli/pull/5328) docs(dependency-selectors): fix Arborist example in docs (@kyle-west) + +### Dependencies + + * [`1286f03`](https://github.com/johnperez416/cli-1/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/npm/cli/pull/5381) deps: `unique-filename@2.0.1` + * [`d7e9a8e`](https://github.com/johnperez416/cli-1/commit/d7e9a8ed5b7c1f9ca8d34e86388a134b2f48fc15) [#5381](https://github.com/npm/cli/pull/5381) deps: `ini@3.0.1` + * [`2c4e387`](https://github.com/johnperez416/cli-1/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) [#5381](https://github.com/npm/cli/pull/5381) deps: `hosted-git-info@5.1.0` + * [`e401a81`](https://github.com/johnperez416/cli-1/commit/e401a81c784556393bad57283337283a46bd57c5) [#5381](https://github.com/npm/cli/pull/5381) deps: `npm-bundled@2.0.1` + * [`f4205e5`](https://github.com/johnperez416/cli-1/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) [#5381](https://github.com/npm/cli/pull/5381) deps: `diff@5.1.0` + * [`8f7abbe`](https://github.com/johnperez416/cli-1/commit/8f7abbe4c3ceba451eb422c6328d623e7c8eeed5) [#5381](https://github.com/npm/cli/pull/5381) deps: `npm-packlist@5.1.3` + * [`b12ac01`](https://github.com/johnperez416/cli-1/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) [#5381](https://github.com/npm/cli/pull/5381) deps: `npm-pick-manifest@7.0.2` + * [`7fbf6f7`](https://github.com/johnperez416/cli-1/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) [#5381](https://github.com/npm/cli/pull/5381) deps: `bin-links@3.0.3` + * [`7c7f656`](https://github.com/johnperez416/cli-1/commit/7c7f65629c3dd4fe7fd8254ac38914cf52ad31c2) [#5381](https://github.com/npm/cli/pull/5381) deps: `read-package-json@5.0.2` + * [`26d2e55`](https://github.com/johnperez416/cli-1/commit/26d2e551b250972caa550d56127810648a1663a1) [#5381](https://github.com/npm/cli/pull/5381) deps: `@npmcli/query@1.2.0` + * [`a79ee00`](https://github.com/johnperez416/cli-1/commit/a79ee00b530b765ed219e81de77c37057c373adf) [#5381](https://github.com/npm/cli/pull/5381) deps: `cacache@16.1.3` + * [`2561822`](https://github.com/johnperez416/cli-1/commit/25618229b7698aa8abbfcd2ef32024809f05a1a1) [#5378](https://github.com/npm/cli/pull/5378) deps: `@npmcli/config@4.2.2` + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` +* The following workspace dependencies were updated + * dependencies + * @npmcli/arborist bumped from ^6.0.0-pre.0 to ^6.0.0-pre.1 + * libnpmaccess bumped from ^7.0.0-pre.0 to ^7.0.0-pre.1 + * libnpmdiff bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1 + * libnpmexec bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1 + * libnpmfund bumped from ^4.0.0-pre.0 to ^4.0.0-pre.1 + * libnpmhook bumped from ^9.0.0-pre.0 to ^9.0.0-pre.1 + * libnpmorg bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1 + * libnpmpack bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1 + * libnpmpublish bumped from ^7.0.0-pre.0 to ^7.0.0-pre.1 + * libnpmsearch bumped from ^6.0.0-pre.0 to ^6.0.0-pre.1 + * libnpmteam bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1 + * libnpmversion bumped from ^4.0.0-pre.0 to ^4.0.0-pre.1 + ## [9.0.0-pre.0](https://github.com/npm/cli/compare/v8.19.1...v9.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 839a21597390d..62da0e0b7803e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "9.0.0-pre.0", + "version": "9.0.0-pre.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "9.0.0-pre.0", + "version": "9.0.0-pre.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -91,7 +91,7 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.0.0-pre.0", + "@npmcli/arborist": "^6.0.0-pre.1", "@npmcli/ci-detect": "^2.0.0", "@npmcli/config": "^4.2.1", "@npmcli/fs": "^2.1.0", @@ -114,17 +114,17 @@ "init-package-json": "^3.0.2", "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^2.3.1", - "libnpmaccess": "^7.0.0-pre.0", - "libnpmdiff": "^5.0.0-pre.0", - "libnpmexec": "^5.0.0-pre.0", - "libnpmfund": "^4.0.0-pre.0", - "libnpmhook": "^9.0.0-pre.0", - "libnpmorg": "^5.0.0-pre.0", - "libnpmpack": "^5.0.0-pre.0", - "libnpmpublish": "^7.0.0-pre.0", - "libnpmsearch": "^6.0.0-pre.0", - "libnpmteam": "^5.0.0-pre.0", - "libnpmversion": "^4.0.0-pre.0", + "libnpmaccess": "^7.0.0-pre.1", + "libnpmdiff": "^5.0.0-pre.1", + "libnpmexec": "^5.0.0-pre.1", + "libnpmfund": "^4.0.0-pre.1", + "libnpmhook": "^9.0.0-pre.1", + "libnpmorg": "^5.0.0-pre.1", + "libnpmpack": "^5.0.0-pre.1", + "libnpmpublish": "^7.0.0-pre.1", + "libnpmsearch": "^6.0.0-pre.1", + "libnpmteam": "^5.0.0-pre.1", + "libnpmversion": "^4.0.0-pre.1", "make-fetch-happen": "^10.2.0", "minipass": "^3.1.6", "minipass-pipeline": "^1.2.4", @@ -13855,7 +13855,7 @@ }, "workspaces/arborist": { "name": "@npmcli/arborist", - "version": "6.0.0-pre.0", + "version": "6.0.0-pre.1", "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", @@ -13913,7 +13913,7 @@ } }, "workspaces/libnpmaccess": { - "version": "7.0.0-pre.0", + "version": "7.0.0-pre.1", "license": "ISC", "dependencies": { "aproba": "^2.0.0", @@ -13932,7 +13932,7 @@ } }, "workspaces/libnpmdiff": { - "version": "5.0.0-pre.0", + "version": "5.0.0-pre.1", "license": "ISC", "dependencies": { "@npmcli/disparity-colors": "^2.0.0", @@ -13954,10 +13954,10 @@ } }, "workspaces/libnpmexec": { - "version": "5.0.0-pre.0", + "version": "5.0.0-pre.1", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.0.0-pre.0", + "@npmcli/arborist": "^6.0.0-pre.1", "@npmcli/ci-detect": "^2.0.0", "@npmcli/fs": "^2.1.1", "@npmcli/run-script": "^4.2.0", @@ -13985,10 +13985,10 @@ } }, "workspaces/libnpmfund": { - "version": "4.0.0-pre.0", + "version": "4.0.0-pre.1", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.0.0-pre.0" + "@npmcli/arborist": "^6.0.0-pre.1" }, "devDependencies": { "@npmcli/eslint-config": "^3.1.0", @@ -14000,7 +14000,7 @@ } }, "workspaces/libnpmhook": { - "version": "9.0.0-pre.0", + "version": "9.0.0-pre.1", "license": "ISC", "dependencies": { "aproba": "^2.0.0", @@ -14017,7 +14017,7 @@ } }, "workspaces/libnpmorg": { - "version": "5.0.0-pre.0", + "version": "5.0.0-pre.1", "license": "ISC", "dependencies": { "aproba": "^2.0.0", @@ -14035,7 +14035,7 @@ } }, "workspaces/libnpmpack": { - "version": "5.0.0-pre.0", + "version": "5.0.0-pre.1", "license": "ISC", "dependencies": { "@npmcli/run-script": "^4.1.3", @@ -14053,7 +14053,7 @@ } }, "workspaces/libnpmpublish": { - "version": "7.0.0-pre.0", + "version": "7.0.0-pre.1", "license": "ISC", "dependencies": { "normalize-package-data": "^4.0.0", @@ -14065,7 +14065,7 @@ "devDependencies": { "@npmcli/eslint-config": "^3.1.0", "@npmcli/template-oss": "4.0.0", - "libnpmpack": "^5.0.0-pre.0", + "libnpmpack": "^5.0.0-pre.1", "lodash.clonedeep": "^4.5.0", "nock": "^13.2.4", "tap": "^16.0.1" @@ -14075,7 +14075,7 @@ } }, "workspaces/libnpmsearch": { - "version": "6.0.0-pre.0", + "version": "6.0.0-pre.1", "license": "ISC", "dependencies": { "npm-registry-fetch": "^13.0.0" @@ -14091,7 +14091,7 @@ } }, "workspaces/libnpmteam": { - "version": "5.0.0-pre.0", + "version": "5.0.0-pre.1", "license": "ISC", "dependencies": { "aproba": "^2.0.0", @@ -14108,7 +14108,7 @@ } }, "workspaces/libnpmversion": { - "version": "4.0.0-pre.0", + "version": "4.0.0-pre.1", "license": "ISC", "dependencies": { "@npmcli/git": "^3.0.0", diff --git a/package.json b/package.json index 703868e646b01..69e972519d253 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.0.0-pre.0", + "version": "9.0.0-pre.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -56,7 +56,7 @@ }, "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.0.0-pre.0", + "@npmcli/arborist": "^6.0.0-pre.1", "@npmcli/ci-detect": "^2.0.0", "@npmcli/config": "^4.2.1", "@npmcli/fs": "^2.1.0", @@ -79,17 +79,17 @@ "init-package-json": "^3.0.2", "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^2.3.1", - "libnpmaccess": "^7.0.0-pre.0", - "libnpmdiff": "^5.0.0-pre.0", - "libnpmexec": "^5.0.0-pre.0", - "libnpmfund": "^4.0.0-pre.0", - "libnpmhook": "^9.0.0-pre.0", - "libnpmorg": "^5.0.0-pre.0", - "libnpmpack": "^5.0.0-pre.0", - "libnpmpublish": "^7.0.0-pre.0", - "libnpmsearch": "^6.0.0-pre.0", - "libnpmteam": "^5.0.0-pre.0", - "libnpmversion": "^4.0.0-pre.0", + "libnpmaccess": "^7.0.0-pre.1", + "libnpmdiff": "^5.0.0-pre.1", + "libnpmexec": "^5.0.0-pre.1", + "libnpmfund": "^4.0.0-pre.1", + "libnpmhook": "^9.0.0-pre.1", + "libnpmorg": "^5.0.0-pre.1", + "libnpmpack": "^5.0.0-pre.1", + "libnpmpublish": "^7.0.0-pre.1", + "libnpmsearch": "^6.0.0-pre.1", + "libnpmteam": "^5.0.0-pre.1", + "libnpmversion": "^4.0.0-pre.1", "make-fetch-happen": "^10.2.0", "minipass": "^3.1.6", "minipass-pipeline": "^1.2.4", diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index 6afe93f2dde7d..c67376cf9895f 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [6.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/arborist-v6.0.0-pre.0...arborist-v6.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + * [`09c46e8`](https://github.com/johnperez416/cli-1/commit/09c46e815fe1b44658d32dd760a689e8b2c8d92f) [#5324](https://github.com/npm/cli/pull/5324) feat(arborist): allow for selectors and function names with :semver pseudo selector (@nlf) + +### Bug Fixes + + * [`fe926ed`](https://github.com/johnperez416/cli-1/commit/fe926eddf98459e1fcb0ffd011ce7703da14928c) [#5484](https://github.com/npm/cli/pull/5484) fix: don't mark workspaces as invalid if installing links (@wraithgar) + * [`548e70e`](https://github.com/johnperez416/cli-1/commit/548e70e0f87167fb96929b29787620391a77b826) [#5376](https://github.com/npm/cli/pull/5376) fix: link.target setter (@wraithgar) + * [`2db6c08`](https://github.com/johnperez416/cli-1/commit/2db6c085ea08ee639767d37e6fd83a1ca0fbd9ce) [#5376](https://github.com/npm/cli/pull/5376) fix: loadActual cleanup (@wraithgar) + * [`1e84102`](https://github.com/johnperez416/cli-1/commit/1e841029917817556207c39d25be1ea91e2959e7) [#5350](https://github.com/npm/cli/pull/5350) fix: create links relative to the target (@wraithgar) + * [`ea5e3a3`](https://github.com/johnperez416/cli-1/commit/ea5e3a319a7c1b5f7f2a66284227a34b79b2c831) [#5350](https://github.com/npm/cli/pull/5350) fix: inline single-use functions (@wraithgar) + * [`645c680`](https://github.com/johnperez416/cli-1/commit/645c6804c09014b96c2d1eff191b174d12a2b7c0) [#5329](https://github.com/npm/cli/pull/5329) fix: update `index.js` spelling error in comment (@KevinBrother) + * [`bd2ae5d`](https://github.com/johnperez416/cli-1/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) [#5323](https://github.com/npm/cli/pull/5323) fix: linting (@wraithgar) + +### Documentation + + * [`285b39f`](https://github.com/johnperez416/cli-1/commit/285b39f8d6915823fb424cca7161a0b445b86bd3) [#5324](https://github.com/npm/cli/pull/5324) docs: add documentation for expanded :semver selector (@nlf) + +### Dependencies + + * [`1286f03`](https://github.com/johnperez416/cli-1/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/npm/cli/pull/5381) deps: `unique-filename@2.0.1` + * [`2c4e387`](https://github.com/johnperez416/cli-1/commit/2c4e38728f25fd32624df2eb5bbf61c2c40c8ad5) [#5381](https://github.com/npm/cli/pull/5381) deps: `hosted-git-info@5.1.0` + * [`b12ac01`](https://github.com/johnperez416/cli-1/commit/b12ac013226b7d86b5b1847d58eabbac2846b153) [#5381](https://github.com/npm/cli/pull/5381) deps: `npm-pick-manifest@7.0.2` + * [`7fbf6f7`](https://github.com/johnperez416/cli-1/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) [#5381](https://github.com/npm/cli/pull/5381) deps: `bin-links@3.0.3` + * [`26d2e55`](https://github.com/johnperez416/cli-1/commit/26d2e551b250972caa550d56127810648a1663a1) [#5381](https://github.com/npm/cli/pull/5381) deps: `@npmcli/query@1.2.0` + * [`a79ee00`](https://github.com/johnperez416/cli-1/commit/a79ee00b530b765ed219e81de77c37057c373adf) [#5381](https://github.com/npm/cli/pull/5381) deps: `cacache@16.1.3` + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + ## [6.0.0-pre.0](https://github.com/npm/cli/compare/arborist-v5.6.1...arborist-v6.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index a6a1a0bc31124..62b1e827b6756 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "6.0.0-pre.0", + "version": "6.0.0-pre.1", "description": "Manage node_modules trees", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", diff --git a/workspaces/libnpmaccess/CHANGELOG.md b/workspaces/libnpmaccess/CHANGELOG.md index 8fd14a63f0066..73d9d2f51d728 100644 --- a/workspaces/libnpmaccess/CHANGELOG.md +++ b/workspaces/libnpmaccess/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [7.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + ## [7.0.0-pre.0](https://github.com/npm/cli/compare/libnpmaccess-v6.0.4...libnpmaccess-v7.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json index 0c2df73a1ab1a..03e179257d62d 100644 --- a/workspaces/libnpmaccess/package.json +++ b/workspaces/libnpmaccess/package.json @@ -1,6 +1,6 @@ { "name": "libnpmaccess", - "version": "7.0.0-pre.0", + "version": "7.0.0-pre.1", "description": "programmatic library for `npm access` commands", "author": "GitHub Inc.", "license": "ISC", diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md index 96a402f9179a1..e4f3d970cefae 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [5.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmdiff-v5.0.0-pre.0...libnpmdiff-v5.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Dependencies + + * [`1286f03`](https://github.com/johnperez416/cli-1/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/npm/cli/pull/5381) deps: `unique-filename@2.0.1` + * [`f4205e5`](https://github.com/johnperez416/cli-1/commit/f4205e57d6c4ee5f2ff7d21ffc116ffc420d191e) [#5381](https://github.com/npm/cli/pull/5381) deps: `diff@5.1.0` + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + ## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmdiff-v4.0.5...libnpmdiff-v5.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index ee3a56a29889d..e4667b15b3bb6 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "5.0.0-pre.0", + "version": "5.0.0-pre.1", "description": "The registry diff", "repository": { "type": "git", diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index 91fce3939d765..04431fdacfefc 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [5.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmexec-v5.0.0-pre.0...libnpmexec-v5.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Dependencies + + * [`1286f03`](https://github.com/johnperez416/cli-1/commit/1286f03fe73dee9a447b13b662f0c5622ab6ec9e) [#5381](https://github.com/npm/cli/pull/5381) deps: `unique-filename@2.0.1` + * [`7fbf6f7`](https://github.com/johnperez416/cli-1/commit/7fbf6f7825f76906ecdec79ab15595f9e2f7b784) [#5381](https://github.com/npm/cli/pull/5381) deps: `bin-links@3.0.3` + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` +* The following workspace dependencies were updated + * dependencies + * @npmcli/arborist bumped from ^6.0.0-pre.0 to ^6.0.0-pre.1 + ## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmexec-v4.0.12...libnpmexec-v5.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index 8ac115d3fc732..7de5bd197fce4 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "5.0.0-pre.0", + "version": "5.0.0-pre.1", "files": [ "bin/", "lib/" @@ -54,7 +54,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/arborist": "^6.0.0-pre.0", + "@npmcli/arborist": "^6.0.0-pre.1", "@npmcli/ci-detect": "^2.0.0", "@npmcli/fs": "^2.1.1", "@npmcli/run-script": "^4.2.0", diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md index a2d26703e4684..c0dfa7ca45833 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [4.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmfund-v4.0.0-pre.0...libnpmfund-v4.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` +* The following workspace dependencies were updated + * dependencies + * @npmcli/arborist bumped from ^6.0.0-pre.0 to ^6.0.0-pre.1 + ## [4.0.0-pre.0](https://github.com/npm/cli/compare/libnpmfund-v3.0.3...libnpmfund-v4.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index 9e69616c14552..e38db9382271a 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "4.0.0-pre.0", + "version": "4.0.0-pre.1", "main": "lib/index.js", "files": [ "bin/", @@ -46,7 +46,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/arborist": "^6.0.0-pre.0" + "@npmcli/arborist": "^6.0.0-pre.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" diff --git a/workspaces/libnpmhook/CHANGELOG.md b/workspaces/libnpmhook/CHANGELOG.md index 630927087ca40..a7c70410ba4a3 100644 --- a/workspaces/libnpmhook/CHANGELOG.md +++ b/workspaces/libnpmhook/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [9.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmhook-v9.0.0-pre.0...libnpmhook-v9.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + ## [9.0.0-pre.0](https://github.com/npm/cli/compare/libnpmhook-v8.0.4...libnpmhook-v9.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json index db94874c18bbb..2eef48853b67b 100644 --- a/workspaces/libnpmhook/package.json +++ b/workspaces/libnpmhook/package.json @@ -1,6 +1,6 @@ { "name": "libnpmhook", - "version": "9.0.0-pre.0", + "version": "9.0.0-pre.1", "description": "programmatic API for managing npm registry hooks", "main": "lib/index.js", "files": [ diff --git a/workspaces/libnpmorg/CHANGELOG.md b/workspaces/libnpmorg/CHANGELOG.md index db19f07a78bdf..5cb2487fef26a 100644 --- a/workspaces/libnpmorg/CHANGELOG.md +++ b/workspaces/libnpmorg/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmorg-v5.0.0-pre.0...libnpmorg-v5.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + ## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmorg-v4.0.4...libnpmorg-v5.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmorg/package.json b/workspaces/libnpmorg/package.json index b188a5e27859b..00d96938b837a 100644 --- a/workspaces/libnpmorg/package.json +++ b/workspaces/libnpmorg/package.json @@ -1,6 +1,6 @@ { "name": "libnpmorg", - "version": "5.0.0-pre.0", + "version": "5.0.0-pre.1", "description": "Programmatic api for `npm org` commands", "author": "GitHub Inc.", "main": "lib/index.js", diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md index b38e01146ddc8..c4717702b5fd5 100644 --- a/workspaces/libnpmpack/CHANGELOG.md +++ b/workspaces/libnpmpack/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmpack-v5.0.0-pre.0...libnpmpack-v5.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + ## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmpack-v4.1.3...libnpmpack-v5.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index 545c2870a1ec3..70b07f1a9e138 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpack", - "version": "5.0.0-pre.0", + "version": "5.0.0-pre.1", "description": "Programmatic API for the bits behind npm pack", "author": "GitHub Inc.", "main": "lib/index.js", diff --git a/workspaces/libnpmpublish/CHANGELOG.md b/workspaces/libnpmpublish/CHANGELOG.md index 2c69ced553573..171ea24a7c6ba 100644 --- a/workspaces/libnpmpublish/CHANGELOG.md +++ b/workspaces/libnpmpublish/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [7.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmpublish-v7.0.0-pre.0...libnpmpublish-v7.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` +* The following workspace dependencies were updated + * devDependencies + * libnpmpack bumped from ^5.0.0-pre.0 to ^5.0.0-pre.1 + ## [7.0.0-pre.0](https://github.com/npm/cli/compare/libnpmpublish-v6.0.5...libnpmpublish-v7.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmpublish/package.json b/workspaces/libnpmpublish/package.json index 07bead1202f1f..447d23cb74898 100644 --- a/workspaces/libnpmpublish/package.json +++ b/workspaces/libnpmpublish/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpublish", - "version": "7.0.0-pre.0", + "version": "7.0.0-pre.1", "description": "Programmatic API for the bits behind npm publish and unpublish", "author": "GitHub Inc.", "main": "lib/index.js", @@ -26,7 +26,7 @@ "devDependencies": { "@npmcli/eslint-config": "^3.1.0", "@npmcli/template-oss": "4.0.0", - "libnpmpack": "^5.0.0-pre.0", + "libnpmpack": "^5.0.0-pre.1", "lodash.clonedeep": "^4.5.0", "nock": "^13.2.4", "tap": "^16.0.1" diff --git a/workspaces/libnpmsearch/CHANGELOG.md b/workspaces/libnpmsearch/CHANGELOG.md index 3781e5509064a..d01bc5ec556c6 100644 --- a/workspaces/libnpmsearch/CHANGELOG.md +++ b/workspaces/libnpmsearch/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [6.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmsearch-v6.0.0-pre.0...libnpmsearch-v6.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + ## [6.0.0-pre.0](https://github.com/npm/cli/compare/libnpmsearch-v5.0.4...libnpmsearch-v6.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json index a10a51ec568ef..f85730e9b7599 100644 --- a/workspaces/libnpmsearch/package.json +++ b/workspaces/libnpmsearch/package.json @@ -1,6 +1,6 @@ { "name": "libnpmsearch", - "version": "6.0.0-pre.0", + "version": "6.0.0-pre.1", "description": "Programmatic API for searching in npm and compatible registries.", "author": "GitHub Inc.", "main": "lib/index.js", diff --git a/workspaces/libnpmteam/CHANGELOG.md b/workspaces/libnpmteam/CHANGELOG.md index b60c408c685dd..d44e136902c2b 100644 --- a/workspaces/libnpmteam/CHANGELOG.md +++ b/workspaces/libnpmteam/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [5.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmteam-v5.0.0-pre.0...libnpmteam-v5.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Dependencies + + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + ## [5.0.0-pre.0](https://github.com/npm/cli/compare/libnpmteam-v4.0.4...libnpmteam-v5.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmteam/package.json b/workspaces/libnpmteam/package.json index 9c1f7cd5e9dbe..488cd886ded98 100644 --- a/workspaces/libnpmteam/package.json +++ b/workspaces/libnpmteam/package.json @@ -1,7 +1,7 @@ { "name": "libnpmteam", "description": "npm Team management APIs", - "version": "5.0.0-pre.0", + "version": "5.0.0-pre.1", "author": "GitHub Inc.", "license": "ISC", "main": "lib/index.js", diff --git a/workspaces/libnpmversion/CHANGELOG.md b/workspaces/libnpmversion/CHANGELOG.md index 75668ee2bfc8f..3c2f8845ffe7e 100644 --- a/workspaces/libnpmversion/CHANGELOG.md +++ b/workspaces/libnpmversion/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [4.0.0-pre.1](https://github.com/johnperez416/cli-1/compare/libnpmversion-v4.0.0-pre.0...libnpmversion-v4.0.0-pre.1) (2022-09-14) + +### ⚠ BREAKING CHANGES + +* **workspaces:** all workspace packages are now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0` + +### Features + + * [`e95017a`](https://github.com/johnperez416/cli-1/commit/e95017a07b041cbb3293e659dad853f76462c108) [#5485](https://github.com/npm/cli/pull/5485) feat(workspaces): update supported node engines in package.json (@lukekarrys) + +### Bug Fixes + + * [`bd2ae5d`](https://github.com/johnperez416/cli-1/commit/bd2ae5d79eb8807bfca6075e98432c545a9ededa) [#5323](https://github.com/npm/cli/pull/5323) fix: linting (@wraithgar) + +### Dependencies + + * [`8ab12dc`](https://github.com/johnperez416/cli-1/commit/8ab12dc32b26db770b868cf694cedab38f4e7460) [#5323](https://github.com/npm/cli/pull/5323) deps: `@npmcli/eslint-config@3.1.0` + ## [4.0.0-pre.0](https://github.com/npm/cli/compare/libnpmversion-v3.0.7...libnpmversion-v4.0.0-pre.0) (2022-09-08) ### ⚠ BREAKING CHANGES diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json index ac3ecf47aeb4e..8a2c62c152eab 100644 --- a/workspaces/libnpmversion/package.json +++ b/workspaces/libnpmversion/package.json @@ -1,6 +1,6 @@ { "name": "libnpmversion", - "version": "4.0.0-pre.0", + "version": "4.0.0-pre.1", "main": "lib/index.js", "files": [ "bin/",