Skip to content

Commit

Permalink
chore: release 10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Aug 31, 2023
1 parent b8a5764 commit d0e7491
Show file tree
Hide file tree
Showing 30 changed files with 193 additions and 77 deletions.
28 changes: 14 additions & 14 deletions .release-please-manifest.json
@@ -1,16 +1,16 @@
{
".": "10.0.0-pre.1",
"workspaces/arborist": "7.0.0-pre.0",
"workspaces/libnpmaccess": "8.0.0-pre.0",
"workspaces/libnpmdiff": "6.0.0-pre.0",
"workspaces/libnpmexec": "7.0.0-pre.0",
"workspaces/libnpmfund": "4.0.20",
"workspaces/libnpmhook": "10.0.0-pre.0",
"workspaces/libnpmorg": "6.0.0-pre.0",
"workspaces/libnpmpack": "6.0.0-pre.0",
"workspaces/libnpmpublish": "9.0.0-pre.0",
"workspaces/libnpmsearch": "7.0.0-pre.0",
"workspaces/libnpmteam": "6.0.0-pre.0",
"workspaces/libnpmversion": "5.0.0-pre.0",
"workspaces/config": "7.0.1"
".": "10.0.0",
"workspaces/arborist": "7.0.0",
"workspaces/libnpmaccess": "8.0.0",
"workspaces/libnpmdiff": "6.0.0",
"workspaces/libnpmexec": "7.0.0",
"workspaces/libnpmfund": "4.1.0",
"workspaces/libnpmhook": "10.0.0",
"workspaces/libnpmorg": "6.0.0",
"workspaces/libnpmpack": "6.0.0",
"workspaces/libnpmpublish": "9.0.0",
"workspaces/libnpmsearch": "7.0.0",
"workspaces/libnpmteam": "6.0.0",
"workspaces/libnpmversion": "5.0.0",
"workspaces/config": "7.1.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog

## [10.0.0](https://github.com/npm/cli/compare/v10.0.0-pre.1...v10.0.0) (2023-08-31)

### Features

* [`48a7b07`](https://github.com/npm/cli/commit/48a7b077d70cbe5bc808db6aae2c734aa202938a) remove prerelease flags (@lukekarrys)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.0.0): `@npmcli/arborist@7.0.0`
* [Workspace](https://github.com/npm/cli/releases/tag/config-v7.1.0): `@npmcli/config@7.1.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v8.0.0): `libnpmaccess@8.0.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.0): `libnpmdiff@6.0.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.0): `libnpmexec@7.0.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.1.0): `libnpmfund@4.1.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v10.0.0): `libnpmhook@10.0.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v6.0.0): `libnpmorg@6.0.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.0): `libnpmpack@6.0.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.0): `libnpmpublish@9.0.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v7.0.0): `libnpmsearch@7.0.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v6.0.0): `libnpmteam@6.0.0`
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmversion-v5.0.0): `libnpmversion@5.0.0`

## [10.0.0-pre.1](https://github.com/npm/cli/compare/v10.0.0-pre.0...v10.0.0-pre.1) (2023-08-31)

### ⚠️ BREAKING CHANGES
Expand Down
64 changes: 32 additions & 32 deletions package-lock.json
@@ -1,12 +1,12 @@
{
"name": "npm",
"version": "10.0.0-pre.1",
"version": "10.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "npm",
"version": "10.0.0-pre.1",
"version": "10.0.0",
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
Expand Down Expand Up @@ -87,8 +87,8 @@
],
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.0.0-pre.0",
"@npmcli/config": "^7.0.1",
"@npmcli/arborist": "^7.0.0",
"@npmcli/config": "^7.1.0",
"@npmcli/fs": "^3.1.0",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^5.0.0",
Expand All @@ -112,17 +112,17 @@
"init-package-json": "^6.0.0",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^8.0.0-pre.0",
"libnpmdiff": "^6.0.0-pre.0",
"libnpmexec": "^7.0.0-pre.0",
"libnpmfund": "^4.0.20",
"libnpmhook": "^10.0.0-pre.0",
"libnpmorg": "^6.0.0-pre.0",
"libnpmpack": "^6.0.0-pre.0",
"libnpmpublish": "^9.0.0-pre.0",
"libnpmsearch": "^7.0.0-pre.0",
"libnpmteam": "^6.0.0-pre.0",
"libnpmversion": "^5.0.0-pre.0",
"libnpmaccess": "^8.0.0",
"libnpmdiff": "^6.0.0",
"libnpmexec": "^7.0.0",
"libnpmfund": "^4.1.0",
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.0",
"libnpmpack": "^6.0.0",
"libnpmpublish": "^9.0.0",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
"libnpmversion": "^5.0.0",
"make-fetch-happen": "^13.0.0",
"minimatch": "^9.0.3",
"minipass": "^7.0.3",
Expand Down Expand Up @@ -17252,7 +17252,7 @@
},
"workspaces/arborist": {
"name": "@npmcli/arborist",
"version": "7.0.0-pre.0",
"version": "7.0.0",
"license": "ISC",
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
Expand Down Expand Up @@ -17308,7 +17308,7 @@
},
"workspaces/config": {
"name": "@npmcli/config",
"version": "7.0.1",
"version": "7.1.0",
"license": "ISC",
"dependencies": {
"@npmcli/map-workspaces": "^3.0.2",
Expand All @@ -17331,7 +17331,7 @@
}
},
"workspaces/libnpmaccess": {
"version": "8.0.0-pre.0",
"version": "8.0.0",
"license": "ISC",
"dependencies": {
"npm-package-arg": "^11.0.0",
Expand All @@ -17349,10 +17349,10 @@
}
},
"workspaces/libnpmdiff": {
"version": "6.0.0-pre.0",
"version": "6.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.0.0-pre.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.2",
"binary-extensions": "^2.2.0",
Expand All @@ -17372,10 +17372,10 @@
}
},
"workspaces/libnpmexec": {
"version": "7.0.0-pre.0",
"version": "7.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.0.0-pre.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/run-script": "^7.0.1",
"ci-info": "^3.7.1",
"npm-package-arg": "^11.0.0",
Expand All @@ -17402,10 +17402,10 @@
}
},
"workspaces/libnpmfund": {
"version": "4.0.20",
"version": "4.1.0",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.0.0-pre.0"
"@npmcli/arborist": "^7.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand All @@ -17417,7 +17417,7 @@
}
},
"workspaces/libnpmhook": {
"version": "10.0.0-pre.0",
"version": "10.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -17434,7 +17434,7 @@
}
},
"workspaces/libnpmorg": {
"version": "6.0.0-pre.0",
"version": "6.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -17452,10 +17452,10 @@
}
},
"workspaces/libnpmpack": {
"version": "6.0.0-pre.0",
"version": "6.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^7.0.0-pre.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/run-script": "^7.0.1",
"npm-package-arg": "^11.0.0",
"pacote": "^17.0.4"
Expand All @@ -17472,7 +17472,7 @@
}
},
"workspaces/libnpmpublish": {
"version": "9.0.0-pre.0",
"version": "9.0.0",
"license": "ISC",
"dependencies": {
"ci-info": "^3.6.1",
Expand All @@ -17497,7 +17497,7 @@
}
},
"workspaces/libnpmsearch": {
"version": "7.0.0-pre.0",
"version": "7.0.0",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^16.0.0"
Expand All @@ -17513,7 +17513,7 @@
}
},
"workspaces/libnpmteam": {
"version": "6.0.0-pre.0",
"version": "6.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
Expand All @@ -17530,7 +17530,7 @@
}
},
"workspaces/libnpmversion": {
"version": "5.0.0-pre.0",
"version": "5.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/git": "^5.0.3",
Expand Down
28 changes: 14 additions & 14 deletions package.json
@@ -1,5 +1,5 @@
{
"version": "10.0.0-pre.1",
"version": "10.0.0",
"name": "npm",
"description": "a package manager for JavaScript",
"workspaces": [
Expand Down Expand Up @@ -52,8 +52,8 @@
},
"dependencies": {
"@isaacs/string-locale-compare": "^1.1.0",
"@npmcli/arborist": "^7.0.0-pre.0",
"@npmcli/config": "^7.0.1",
"@npmcli/arborist": "^7.0.0",
"@npmcli/config": "^7.1.0",
"@npmcli/fs": "^3.1.0",
"@npmcli/map-workspaces": "^3.0.4",
"@npmcli/package-json": "^5.0.0",
Expand All @@ -77,17 +77,17 @@
"init-package-json": "^6.0.0",
"is-cidr": "^4.0.2",
"json-parse-even-better-errors": "^3.0.0",
"libnpmaccess": "^8.0.0-pre.0",
"libnpmdiff": "^6.0.0-pre.0",
"libnpmexec": "^7.0.0-pre.0",
"libnpmfund": "^4.0.20",
"libnpmhook": "^10.0.0-pre.0",
"libnpmorg": "^6.0.0-pre.0",
"libnpmpack": "^6.0.0-pre.0",
"libnpmpublish": "^9.0.0-pre.0",
"libnpmsearch": "^7.0.0-pre.0",
"libnpmteam": "^6.0.0-pre.0",
"libnpmversion": "^5.0.0-pre.0",
"libnpmaccess": "^8.0.0",
"libnpmdiff": "^6.0.0",
"libnpmexec": "^7.0.0",
"libnpmfund": "^4.1.0",
"libnpmhook": "^10.0.0",
"libnpmorg": "^6.0.0",
"libnpmpack": "^6.0.0",
"libnpmpublish": "^9.0.0",
"libnpmsearch": "^7.0.0",
"libnpmteam": "^6.0.0",
"libnpmversion": "^5.0.0",
"make-fetch-happen": "^13.0.0",
"minimatch": "^9.0.3",
"minipass": "^7.0.3",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/arborist/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [7.0.0](https://github.com/npm/cli/compare/arborist-v7.0.0-pre.0...arborist-v7.0.0) (2023-08-31)

### Features

* [`fb31c7e`](https://github.com/npm/cli/commit/fb31c7e5f00ae39e67f9a5d6b6860c1d839c704b) trigger release process (@lukekarrys)

## [7.0.0-pre.0](https://github.com/npm/cli/compare/arborist-v6.3.0...arborist-v7.0.0-pre.0) (2023-08-31)

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

## [7.1.0](https://github.com/npm/cli/compare/config-v7.0.1...config-v7.1.0) (2023-08-31)

### Features

* [`fb31c7e`](https://github.com/npm/cli/commit/fb31c7e5f00ae39e67f9a5d6b6860c1d839c704b) trigger release process (@lukekarrys)

## [7.0.1](https://github.com/npm/cli/compare/config-v7.0.0...config-v7.0.1) (2023-08-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
"version": "7.0.1",
"version": "7.1.0",
"files": [
"bin/",
"lib/"
Expand Down
6 changes: 6 additions & 0 deletions workspaces/libnpmaccess/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [8.0.0](https://github.com/npm/cli/compare/libnpmaccess-v8.0.0-pre.0...libnpmaccess-v8.0.0) (2023-08-31)

### Features

* [`fb31c7e`](https://github.com/npm/cli/commit/fb31c7e5f00ae39e67f9a5d6b6860c1d839c704b) trigger release process (@lukekarrys)

## [8.0.0-pre.0](https://github.com/npm/cli/compare/libnpmaccess-v7.0.2...libnpmaccess-v8.0.0-pre.0) (2023-08-31)

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmaccess",
"version": "8.0.0-pre.0",
"version": "8.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

## [6.0.0](https://github.com/npm/cli/compare/libnpmdiff-v6.0.0-pre.0...libnpmdiff-v6.0.0) (2023-08-31)

### Features

* [`fb31c7e`](https://github.com/npm/cli/commit/fb31c7e5f00ae39e67f9a5d6b6860c1d839c704b) trigger release process (@lukekarrys)

### Dependencies

* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.0.0): `@npmcli/arborist@7.0.0`

## [6.0.0-pre.0](https://github.com/npm/cli/compare/libnpmdiff-v5.0.19...libnpmdiff-v6.0.0-pre.0) (2023-08-31)

### ⚠️ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions workspaces/libnpmdiff/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmdiff",
"version": "6.0.0-pre.0",
"version": "6.0.0",
"description": "The registry diff",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"tap": "^16.3.8"
},
"dependencies": {
"@npmcli/arborist": "^7.0.0-pre.0",
"@npmcli/arborist": "^7.0.0",
"@npmcli/disparity-colors": "^3.0.0",
"@npmcli/installed-package-contents": "^2.0.2",
"binary-extensions": "^2.2.0",
Expand Down

0 comments on commit d0e7491

Please sign in to comment.