diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a8f1cdcf352d9..83d45b393874f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,16 +1,16 @@ { - ".": "9.4.0", - "workspaces/arborist": "6.2.0", + ".": "9.4.1", + "workspaces/arborist": "6.2.1", "workspaces/libnpmaccess": "7.0.1", - "workspaces/libnpmdiff": "5.0.8", - "workspaces/libnpmexec": "5.0.8", - "workspaces/libnpmfund": "4.0.8", + "workspaces/libnpmdiff": "5.0.9", + "workspaces/libnpmexec": "5.0.9", + "workspaces/libnpmfund": "4.0.9", "workspaces/libnpmhook": "9.0.1", "workspaces/libnpmorg": "5.0.1", - "workspaces/libnpmpack": "5.0.8", + "workspaces/libnpmpack": "5.0.9", "workspaces/libnpmpublish": "7.0.6", "workspaces/libnpmsearch": "6.0.1", "workspaces/libnpmteam": "5.0.1", "workspaces/libnpmversion": "4.0.1", - "workspaces/config": "6.1.1" + "workspaces/config": "6.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f3bf26391bd..da81ffb52e3fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [9.4.1](https://github.com/npm/cli/compare/v9.4.0...v9.4.1) (2023-02-01) + +### Bug Fixes + +* [`1525a5e`](https://github.com/npm/cli/commit/1525a5e7fba4c996ac3bed5fdb75da275c537da8) [#6082](https://github.com/npm/cli/pull/6082) unpublish with scoped registry (@wraithgar) + +### Dependencies + +* [`64b06ed`](https://github.com/npm/cli/commit/64b06ed21fc165e413b3e6f1ae5a236350e5bfaf) [#6115](https://github.com/npm/cli/pull/6115) `http-cache-semantics@4.1.1` +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/arborist@6.2.1` +* [Workspace](https://github.com/npm/cli/releases/tag/config-v6.1.2): `@npmcli/config@6.1.2` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v5.0.9): `libnpmdiff@5.0.9` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v5.0.9): `libnpmexec@5.0.9` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.0.9): `libnpmfund@4.0.9` +* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v5.0.9): `libnpmpack@5.0.9` + ## [9.4.0](https://github.com/npm/cli/compare/v9.3.1...v9.4.0) (2023-01-25) ### Features diff --git a/package-lock.json b/package-lock.json index e75716a4f9aed..e73fbfdea81fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm", - "version": "9.4.0", + "version": "9.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "npm", - "version": "9.4.0", + "version": "9.4.1", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -85,8 +85,8 @@ ], "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.2.0", - "@npmcli/config": "^6.1.1", + "@npmcli/arborist": "^6.2.1", + "@npmcli/config": "^6.1.2", "@npmcli/map-workspaces": "^3.0.0", "@npmcli/package-json": "^3.0.0", "@npmcli/run-script": "^6.0.0", @@ -108,12 +108,12 @@ "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^3.0.0", "libnpmaccess": "^7.0.1", - "libnpmdiff": "^5.0.8", - "libnpmexec": "^5.0.8", - "libnpmfund": "^4.0.8", + "libnpmdiff": "^5.0.9", + "libnpmexec": "^5.0.9", + "libnpmfund": "^4.0.9", "libnpmhook": "^9.0.1", "libnpmorg": "^5.0.1", - "libnpmpack": "^5.0.8", + "libnpmpack": "^5.0.9", "libnpmpublish": "^7.0.6", "libnpmsearch": "^6.0.1", "libnpmteam": "^5.0.1", @@ -14370,7 +14370,7 @@ }, "workspaces/arborist": { "name": "@npmcli/arborist", - "version": "6.2.0", + "version": "6.2.1", "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", @@ -14427,7 +14427,7 @@ }, "workspaces/config": { "name": "@npmcli/config", - "version": "6.1.1", + "version": "6.1.2", "license": "ISC", "dependencies": { "@npmcli/map-workspaces": "^3.0.0", @@ -14466,10 +14466,10 @@ } }, "workspaces/libnpmdiff": { - "version": "5.0.8", + "version": "5.0.9", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.2.0", + "@npmcli/arborist": "^6.2.1", "@npmcli/disparity-colors": "^3.0.0", "@npmcli/installed-package-contents": "^2.0.0", "binary-extensions": "^2.2.0", @@ -14489,10 +14489,10 @@ } }, "workspaces/libnpmexec": { - "version": "5.0.8", + "version": "5.0.9", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.2.0", + "@npmcli/arborist": "^6.2.1", "@npmcli/run-script": "^6.0.0", "chalk": "^4.1.0", "ci-info": "^3.7.0", @@ -14521,10 +14521,10 @@ } }, "workspaces/libnpmfund": { - "version": "4.0.8", + "version": "4.0.9", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.2.0" + "@npmcli/arborist": "^6.2.1" }, "devDependencies": { "@npmcli/eslint-config": "^4.0.0", @@ -14571,10 +14571,10 @@ } }, "workspaces/libnpmpack": { - "version": "5.0.8", + "version": "5.0.9", "license": "ISC", "dependencies": { - "@npmcli/arborist": "^6.2.0", + "@npmcli/arborist": "^6.2.1", "@npmcli/run-script": "^6.0.0", "npm-package-arg": "^10.1.0", "pacote": "^15.0.7" diff --git a/package.json b/package.json index 7a29b5d8a9341..7c317d2289953 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.4.0", + "version": "9.4.1", "name": "npm", "description": "a package manager for JavaScript", "workspaces": [ @@ -53,8 +53,8 @@ }, "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", - "@npmcli/arborist": "^6.2.0", - "@npmcli/config": "^6.1.1", + "@npmcli/arborist": "^6.2.1", + "@npmcli/config": "^6.1.2", "@npmcli/map-workspaces": "^3.0.0", "@npmcli/package-json": "^3.0.0", "@npmcli/run-script": "^6.0.0", @@ -76,12 +76,12 @@ "is-cidr": "^4.0.2", "json-parse-even-better-errors": "^3.0.0", "libnpmaccess": "^7.0.1", - "libnpmdiff": "^5.0.8", - "libnpmexec": "^5.0.8", - "libnpmfund": "^4.0.8", + "libnpmdiff": "^5.0.9", + "libnpmexec": "^5.0.9", + "libnpmfund": "^4.0.9", "libnpmhook": "^9.0.1", "libnpmorg": "^5.0.1", - "libnpmpack": "^5.0.8", + "libnpmpack": "^5.0.9", "libnpmpublish": "^7.0.6", "libnpmsearch": "^6.0.1", "libnpmteam": "^5.0.1", diff --git a/workspaces/arborist/CHANGELOG.md b/workspaces/arborist/CHANGELOG.md index 87937e6dd1670..a5d899aff310b 100644 --- a/workspaces/arborist/CHANGELOG.md +++ b/workspaces/arborist/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [6.2.1](https://github.com/npm/cli/compare/arborist-v6.2.0...arborist-v6.2.1) (2023-02-01) + +### Bug Fixes + +* [`72a7a59`](https://github.com/npm/cli/commit/72a7a5915e9d333d104d88bf73d7a555f9400e24) [#6095](https://github.com/npm/cli/pull/6095) only save package-lock when truly finished (@wraithgar) + ## [6.2.0](https://github.com/npm/cli/compare/arborist-v6.1.6...arborist-v6.2.0) (2023-01-25) ### Features diff --git a/workspaces/arborist/package.json b/workspaces/arborist/package.json index 735dd41a2ef50..72fb28394ddc1 100644 --- a/workspaces/arborist/package.json +++ b/workspaces/arborist/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/arborist", - "version": "6.2.0", + "version": "6.2.1", "description": "Manage node_modules trees", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", diff --git a/workspaces/config/CHANGELOG.md b/workspaces/config/CHANGELOG.md index 1e67c20c3fe68..3401907e8df7f 100644 --- a/workspaces/config/CHANGELOG.md +++ b/workspaces/config/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [6.1.2](https://github.com/npm/cli/compare/config-v6.1.1...config-v6.1.2) (2023-02-01) + +### Bug Fixes + +* [`328c3d8`](https://github.com/npm/cli/commit/328c3d8e7362eb08ae2aebabc47f8f3c2537a1d2) [#6093](https://github.com/npm/cli/pull/6093) repair config items using raw values when possible (@nlf) + ## [6.1.1](https://github.com/npm/cli/compare/config-v6.1.0...config-v6.1.1) (2023-01-12) ### Bug Fixes diff --git a/workspaces/config/package.json b/workspaces/config/package.json index 11835648ea061..b33e1917572b2 100644 --- a/workspaces/config/package.json +++ b/workspaces/config/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/config", - "version": "6.1.1", + "version": "6.1.2", "files": [ "bin/", "lib/" diff --git a/workspaces/libnpmdiff/CHANGELOG.md b/workspaces/libnpmdiff/CHANGELOG.md index 47b8f94334261..6470d13d95084 100644 --- a/workspaces/libnpmdiff/CHANGELOG.md +++ b/workspaces/libnpmdiff/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.9](https://github.com/npm/cli/compare/libnpmdiff-v5.0.8...libnpmdiff-v5.0.9) (2023-02-01) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/arborist@6.2.1` + ## [5.0.8](https://github.com/npm/cli/compare/libnpmdiff-v5.0.7...libnpmdiff-v5.0.8) (2023-01-25) ### Dependencies diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index a1c261ba9dd30..792cb9081925a 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -1,6 +1,6 @@ { "name": "libnpmdiff", - "version": "5.0.8", + "version": "5.0.9", "description": "The registry diff", "repository": { "type": "git", @@ -47,7 +47,7 @@ "tap": "^16.3.2" }, "dependencies": { - "@npmcli/arborist": "^6.2.0", + "@npmcli/arborist": "^6.2.1", "@npmcli/disparity-colors": "^3.0.0", "@npmcli/installed-package-contents": "^2.0.0", "binary-extensions": "^2.2.0", diff --git a/workspaces/libnpmexec/CHANGELOG.md b/workspaces/libnpmexec/CHANGELOG.md index bf6ff70afd410..3295293ff8658 100644 --- a/workspaces/libnpmexec/CHANGELOG.md +++ b/workspaces/libnpmexec/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.9](https://github.com/npm/cli/compare/libnpmexec-v5.0.8...libnpmexec-v5.0.9) (2023-02-01) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/arborist@6.2.1` + ## [5.0.8](https://github.com/npm/cli/compare/libnpmexec-v5.0.7...libnpmexec-v5.0.8) (2023-01-25) ### Dependencies diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json index d91219b1beb44..f72e1cba857b3 100644 --- a/workspaces/libnpmexec/package.json +++ b/workspaces/libnpmexec/package.json @@ -1,6 +1,6 @@ { "name": "libnpmexec", - "version": "5.0.8", + "version": "5.0.9", "files": [ "bin/", "lib/" @@ -61,7 +61,7 @@ "tap": "^16.3.2" }, "dependencies": { - "@npmcli/arborist": "^6.2.0", + "@npmcli/arborist": "^6.2.1", "@npmcli/run-script": "^6.0.0", "chalk": "^4.1.0", "ci-info": "^3.7.0", diff --git a/workspaces/libnpmfund/CHANGELOG.md b/workspaces/libnpmfund/CHANGELOG.md index b32009bc518f1..4562d3d708a11 100644 --- a/workspaces/libnpmfund/CHANGELOG.md +++ b/workspaces/libnpmfund/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.9](https://github.com/npm/cli/compare/libnpmfund-v4.0.8...libnpmfund-v4.0.9) (2023-02-01) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/arborist@6.2.1` + ## [4.0.8](https://github.com/npm/cli/compare/libnpmfund-v4.0.7...libnpmfund-v4.0.8) (2023-01-25) ### Dependencies diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json index f239951ef3a89..43ca269cb443d 100644 --- a/workspaces/libnpmfund/package.json +++ b/workspaces/libnpmfund/package.json @@ -1,6 +1,6 @@ { "name": "libnpmfund", - "version": "4.0.8", + "version": "4.0.9", "main": "lib/index.js", "files": [ "bin/", @@ -46,7 +46,7 @@ "tap": "^16.3.2" }, "dependencies": { - "@npmcli/arborist": "^6.2.0" + "@npmcli/arborist": "^6.2.1" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" diff --git a/workspaces/libnpmpack/CHANGELOG.md b/workspaces/libnpmpack/CHANGELOG.md index 995e9962b5d32..08a6283d6aa2d 100644 --- a/workspaces/libnpmpack/CHANGELOG.md +++ b/workspaces/libnpmpack/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.9](https://github.com/npm/cli/compare/libnpmpack-v5.0.8...libnpmpack-v5.0.9) (2023-02-01) + +### Dependencies + +* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v6.2.1): `@npmcli/arborist@6.2.1` + ## [5.0.8](https://github.com/npm/cli/compare/libnpmpack-v5.0.7...libnpmpack-v5.0.8) (2023-01-25) ### Dependencies diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json index 99b9259d8319d..0fbf01fc44b63 100644 --- a/workspaces/libnpmpack/package.json +++ b/workspaces/libnpmpack/package.json @@ -1,6 +1,6 @@ { "name": "libnpmpack", - "version": "5.0.8", + "version": "5.0.9", "description": "Programmatic API for the bits behind npm pack", "author": "GitHub Inc.", "main": "lib/index.js", @@ -36,7 +36,7 @@ "bugs": "https://github.com/npm/libnpmpack/issues", "homepage": "https://npmjs.com/package/libnpmpack", "dependencies": { - "@npmcli/arborist": "^6.2.0", + "@npmcli/arborist": "^6.2.1", "@npmcli/run-script": "^6.0.0", "npm-package-arg": "^10.1.0", "pacote": "^15.0.7"