Skip to content

Commit

Permalink
chore: release 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Oct 19, 2022
1 parent 586e78d commit bc5ec05
Show file tree
Hide file tree
Showing 28 changed files with 187 additions and 74 deletions.
26 changes: 13 additions & 13 deletions .release-please-manifest.json
@@ -1,15 +1,15 @@
{
".": "9.0.0-pre.6",
"workspaces/arborist": "6.0.0-pre.5",
"workspaces/libnpmaccess": "7.0.0-pre.2",
"workspaces/libnpmdiff": "5.0.0-pre.3",
"workspaces/libnpmexec": "5.0.0-pre.5",
"workspaces/libnpmfund": "4.0.0-pre.5",
"workspaces/libnpmhook": "9.0.0-pre.1",
"workspaces/libnpmorg": "5.0.0-pre.1",
"workspaces/libnpmpack": "5.0.0-pre.4",
"workspaces/libnpmpublish": "7.0.0-pre.4",
"workspaces/libnpmsearch": "6.0.0-pre.1",
"workspaces/libnpmteam": "5.0.0-pre.1",
"workspaces/libnpmversion": "4.0.0-pre.1"
".": "9.0.0",
"workspaces/arborist": "6.0.0",
"workspaces/libnpmaccess": "7.0.0",
"workspaces/libnpmdiff": "5.0.0",
"workspaces/libnpmexec": "5.0.0",
"workspaces/libnpmfund": "4.0.0",
"workspaces/libnpmhook": "9.0.0",
"workspaces/libnpmorg": "5.0.0",
"workspaces/libnpmpack": "5.0.0",
"workspaces/libnpmpublish": "7.0.0",
"workspaces/libnpmsearch": "6.0.0",
"workspaces/libnpmteam": "5.0.0",
"workspaces/libnpmversion": "4.0.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,26 @@
# Changelog

## [9.0.0](https://github.com/npm/cli/compare/v9.0.0-pre.6...v9.0.0) (2022-10-19)

### Features

* [`e3b004c`](https://github.com/npm/cli/commit/e3b004c0d6dfcb153c4734af12afb09897e20932) [#5727](https://github.com/npm/cli/pull/5727) move cli and all workspaces out of prerelease mode (@lukekarrys)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0): `@npmcli/arborist@6.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.2...libnpmaccess-v7.0.0): `libnpmaccess@7.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.3...libnpmdiff-v5.0.0): `libnpmdiff@5.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.5...libnpmexec-v5.0.0): `libnpmexec@5.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.5...libnpmfund-v4.0.0): `libnpmfund@4.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmhook-v9.0.0-pre.1...libnpmhook-v9.0.0): `libnpmhook@9.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmorg-v5.0.0-pre.1...libnpmorg-v5.0.0): `libnpmorg@5.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.4...libnpmpack-v5.0.0): `libnpmpack@5.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.4...libnpmpublish-v7.0.0): `libnpmpublish@7.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmsearch-v6.0.0-pre.1...libnpmsearch-v6.0.0): `libnpmsearch@6.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmteam-v5.0.0-pre.1...libnpmteam-v5.0.0): `libnpmteam@5.0.0`
* [Workspace](https://github.com/npm/cli/compare/libnpmversion-v4.0.0-pre.1...libnpmversion-v4.0.0): `libnpmversion@4.0.0`

## [9.0.0-pre.6](https://github.com/npm/cli/compare/v9.0.0-pre.5...v9.0.0-pre.6) (2022-10-19)

### ⚠️ BREAKING CHANGES
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "9.0.0-pre.6",
"version": "9.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "9.0.0-pre.6",
"version": "9.0.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -87,7 +87,7 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/arborist": "^6.0.0",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/config": "^6.0.1",
"@npmcli/map-workspaces": "^3.0.0",
Expand All @@ -109,17 +109,17 @@
"init-package-json": "^4.0.1",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0-pre.2",
"libnpmdiff": "^5.0.0-pre.3",
"libnpmexec": "^5.0.0-pre.5",
"libnpmfund": "^4.0.0-pre.5",
"libnpmhook": "^9.0.0-pre.1",
"libnpmorg": "^5.0.0-pre.1",
"libnpmpack": "^5.0.0-pre.4",
"libnpmpublish": "^7.0.0-pre.4",
"libnpmsearch": "^6.0.0-pre.1",
"libnpmteam": "^5.0.0-pre.1",
"libnpmversion": "^4.0.0-pre.1",
"libnpmaccess": "^7.0.0",
"libnpmdiff": "^5.0.0",
"libnpmexec": "^5.0.0",
"libnpmfund": "^4.0.0",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
"libnpmpack": "^5.0.0",
"libnpmpublish": "^7.0.0",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
"libnpmversion": "^4.0.0",
"make-fetch-happen": "^11.0.1",
"minimatch": "^5.1.0",
"minipass": "^3.1.6",
Expand Down Expand Up @@ -14037,7 +14037,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "6.0.0-pre.5",
"version": "6.0.0",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -14092,7 +14092,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "7.0.0-pre.2",
"version": "7.0.0",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^10.0.0",
Expand All @@ -14109,10 +14109,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "5.0.0-pre.3",
"version": "5.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/arborist": "^6.0.0",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.0",
"binary-extensions": "^2.2.0",
Expand All @@ -14132,10 +14132,10 @@
}
},
"workspaces/libnpmexec": {
"version": "5.0.0-pre.5",
"version": "5.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/arborist": "^6.0.0",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/run-script": "^5.0.0",
"chalk": "^4.1.0",
Expand All @@ -14161,10 +14161,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.0-pre.5",
"version": "4.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.5"
"@npmcli/arborist": "^6.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand All @@ -14176,7 +14176,7 @@
}
},
"workspaces/libnpmhook": {
"version": "9.0.0-pre.1",
"version": "9.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -14193,7 +14193,7 @@
}
},
"workspaces/libnpmorg": {
"version": "5.0.0-pre.1",
"version": "5.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -14211,10 +14211,10 @@
}
},
"workspaces/libnpmpack": {
"version": "5.0.0-pre.4",
"version": "5.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/arborist": "^6.0.0",
"@npmcli/run-script": "^5.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"
Expand All @@ -14231,7 +14231,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "7.0.0-pre.4",
"version": "7.0.0",
"license": "ISC",
"dependencies": {
"normalize-package-data": "^5.0.0",
Expand All @@ -14243,7 +14243,7 @@
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.6.2",
"libnpmpack": "^5.0.0-pre.4",
"libnpmpack": "^5.0.0",
"lodash.clonedeep": "^4.5.0",
"nock": "^13.2.4",
"tap": "^16.0.1"
Expand All @@ -14253,7 +14253,7 @@
}
},
"workspaces/libnpmsearch": {
"version": "6.0.0-pre.1",
"version": "6.0.0",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^14.0.2"
Expand All @@ -14269,7 +14269,7 @@
}
},
"workspaces/libnpmteam": {
"version": "5.0.0-pre.1",
"version": "5.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -14286,7 +14286,7 @@
}
},
"workspaces/libnpmversion": {
"version": "4.0.0-pre.1",
"version": "4.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^4.0.1",
Expand Down
26 changes: 13 additions & 13 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "9.0.0-pre.6",
"version": "9.0.0",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/arborist": "^6.0.0",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/config": "^6.0.1",
"@npmcli/map-workspaces": "^3.0.0",
Expand All @@ -78,17 +78,17 @@
"init-package-json": "^4.0.1",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^7.0.0-pre.2",
"libnpmdiff": "^5.0.0-pre.3",
"libnpmexec": "^5.0.0-pre.5",
"libnpmfund": "^4.0.0-pre.5",
"libnpmhook": "^9.0.0-pre.1",
"libnpmorg": "^5.0.0-pre.1",
"libnpmpack": "^5.0.0-pre.4",
"libnpmpublish": "^7.0.0-pre.4",
"libnpmsearch": "^6.0.0-pre.1",
"libnpmteam": "^5.0.0-pre.1",
"libnpmversion": "^4.0.0-pre.1",
"libnpmaccess": "^7.0.0",
"libnpmdiff": "^5.0.0",
"libnpmexec": "^5.0.0",
"libnpmfund": "^4.0.0",
"libnpmhook": "^9.0.0",
"libnpmorg": "^5.0.0",
"libnpmpack": "^5.0.0",
"libnpmpublish": "^7.0.0",
"libnpmsearch": "^6.0.0",
"libnpmteam": "^5.0.0",
"libnpmversion": "^4.0.0",
"make-fetch-happen": "^11.0.1",
"minimatch": "^5.1.0",
"minipass": "^3.1.6",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [6.0.0](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0) (2022-10-19)

### Features

* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)

## [6.0.0-pre.5](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5) (2022-10-19)

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/arborist",
"version": "6.0.0-pre.5",
"version": "6.0.0",
"description": "Manage node_modules trees",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [7.0.0](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.2...libnpmaccess-v7.0.0) (2022-10-19)

### Features

* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)

## [7.0.0-pre.2](https://github.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.1...libnpmaccess-v7.0.0-pre.2) (2022-10-19)

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
"version": "7.0.0-pre.2",
"version": "7.0.0",
"description": "programmatic library for `npm access` commands",
"author": "GitHub Inc.",
"license": "ISC",
Expand Down
10 changes: 10 additions & 0 deletions workspaces/libnpmdiff/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [5.0.0](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.3...libnpmdiff-v5.0.0) (2022-10-19)

### Features

* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0): `@npmcli/arborist@6.0.0`

## [5.0.0-pre.3](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.2...libnpmdiff-v5.0.0-pre.3) (2022-10-19)

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "5.0.0-pre.3",
"version": "5.0.0",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/arborist": "^6.0.0",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.0",
"binary-extensions": "^2.2.0",
Expand Down
10 changes: 10 additions & 0 deletions workspaces/libnpmexec/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [5.0.0](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.5...libnpmexec-v5.0.0) (2022-10-19)

### Features

* [`586e78d`](https://github.com/npm/cli/commit/586e78d59c3dad29e8e886a4764d2eb8021d11d1) empty commit to trigger all workspace releases (@lukekarrys)

### Dependencies

* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0): `@npmcli/arborist@6.0.0`

## [5.0.0-pre.5](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.4...libnpmexec-v5.0.0-pre.5) (2022-10-19)

### ⚠️ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
"version": "5.0.0-pre.5",
"version": "5.0.0",
"files": [
"bin/",
"lib/"
Expand Down Expand Up @@ -58,7 +58,7 @@
"tap": "^16.0.1"
},
"dependencies": {
"@npmcli/arborist": "^6.0.0-pre.5",
"@npmcli/arborist": "^6.0.0",
"@npmcli/ci-detect": "^3.0.0",
"@npmcli/run-script": "^5.0.0",
"chalk": "^4.1.0",
Expand Down

0 comments on commit bc5ec05

Please sign in to comment.