Skip to content

Commit 30e18e9

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.1.0
1 parent 1c93c44 commit 30e18e9

File tree

17 files changed

+109
-42
lines changed

17 files changed

+109
-42
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.0.0",
3-
"workspaces/arborist": "7.0.0",
2+
".": "10.1.0",
3+
"workspaces/arborist": "7.1.0",
44
"workspaces/libnpmaccess": "8.0.0",
5-
"workspaces/libnpmdiff": "6.0.0",
6-
"workspaces/libnpmexec": "7.0.0",
7-
"workspaces/libnpmfund": "4.1.0",
5+
"workspaces/libnpmdiff": "6.0.1",
6+
"workspaces/libnpmexec": "7.0.1",
7+
"workspaces/libnpmfund": "4.1.1",
88
"workspaces/libnpmhook": "10.0.0",
99
"workspaces/libnpmorg": "6.0.0",
10-
"workspaces/libnpmpack": "6.0.0",
10+
"workspaces/libnpmpack": "6.0.1",
1111
"workspaces/libnpmpublish": "9.0.0",
1212
"workspaces/libnpmsearch": "7.0.0",
1313
"workspaces/libnpmteam": "6.0.0",
1414
"workspaces/libnpmversion": "5.0.0",
15-
"workspaces/config": "7.1.0"
15+
"workspaces/config": "7.2.0"
1616
}

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -894,3 +894,7 @@ Emmanuel Ferdman <[email protected]>
894894
895895
896896
Francesco Sardone <[email protected]>
897+
joaootavios <[email protected]>
898+
899+
900+
Yuku Kotani <[email protected]>

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [10.1.0](https://github.com/npm/cli/compare/v10.0.0...v10.1.0) (2023-09-08)
4+
5+
### Features
6+
7+
* [`1c93c44`](https://github.com/npm/cli/commit/1c93c4430300e3b3bd2cb5bab327c1732f470bca) [#6755](https://github.com/npm/cli/pull/6755) Add `--cpu` and `--os` option to override platform specific install (#6755) (@yukukotani)
8+
9+
### Bug Fixes
10+
11+
* [`7bf2374`](https://github.com/npm/cli/commit/7bf2374a1dde0e9b4a4345eeaafb23316a9a5a0b) [#6762](https://github.com/npm/cli/pull/6762) make `$npm_execpath` always point to npm (@rotu)
12+
13+
### Documentation
14+
15+
* [`09d8e0a`](https://github.com/npm/cli/commit/09d8e0a20bd11f53a9fafac1fff4f1ec0b7b379e) [#6759](https://github.com/npm/cli/pull/6759) fix versions of node.js in readme (#6759) (@JoaoOtavioS)
16+
17+
### Dependencies
18+
19+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/[email protected]`
20+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v7.2.0): `@npmcli/[email protected]`
21+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.1): `[email protected]`
22+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.1): `[email protected]`
23+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.1.1): `[email protected]`
24+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.1): `[email protected]`
25+
326
## [10.0.0](https://github.com/npm/cli/compare/v10.0.0-pre.1...v10.0.0) (2023-08-31)
427

528
### Features

package-lock.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.0.0",
3+
"version": "10.1.0",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.0.0",
9+
"version": "10.1.0",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -87,8 +87,8 @@
8787
],
8888
"dependencies": {
8989
"@isaacs/string-locale-compare": "^1.1.0",
90-
"@npmcli/arborist": "^7.0.0",
91-
"@npmcli/config": "^7.1.0",
90+
"@npmcli/arborist": "^7.1.0",
91+
"@npmcli/config": "^7.2.0",
9292
"@npmcli/fs": "^3.1.0",
9393
"@npmcli/map-workspaces": "^3.0.4",
9494
"@npmcli/package-json": "^5.0.0",
@@ -113,12 +113,12 @@
113113
"is-cidr": "^4.0.2",
114114
"json-parse-even-better-errors": "^3.0.0",
115115
"libnpmaccess": "^8.0.0",
116-
"libnpmdiff": "^6.0.0",
117-
"libnpmexec": "^7.0.0",
118-
"libnpmfund": "^4.1.0",
116+
"libnpmdiff": "^6.0.1",
117+
"libnpmexec": "^7.0.1",
118+
"libnpmfund": "^4.1.1",
119119
"libnpmhook": "^10.0.0",
120120
"libnpmorg": "^6.0.0",
121-
"libnpmpack": "^6.0.0",
121+
"libnpmpack": "^6.0.1",
122122
"libnpmpublish": "^9.0.0",
123123
"libnpmsearch": "^7.0.0",
124124
"libnpmteam": "^6.0.0",
@@ -17252,7 +17252,7 @@
1725217252
},
1725317253
"workspaces/arborist": {
1725417254
"name": "@npmcli/arborist",
17255-
"version": "7.0.0",
17255+
"version": "7.1.0",
1725617256
"license": "ISC",
1725717257
"dependencies": {
1725817258
"@isaacs/string-locale-compare": "^1.1.0",
@@ -17308,7 +17308,7 @@
1730817308
},
1730917309
"workspaces/config": {
1731017310
"name": "@npmcli/config",
17311-
"version": "7.1.0",
17311+
"version": "7.2.0",
1731217312
"license": "ISC",
1731317313
"dependencies": {
1731417314
"@npmcli/map-workspaces": "^3.0.2",
@@ -17349,10 +17349,10 @@
1734917349
}
1735017350
},
1735117351
"workspaces/libnpmdiff": {
17352-
"version": "6.0.0",
17352+
"version": "6.0.1",
1735317353
"license": "ISC",
1735417354
"dependencies": {
17355-
"@npmcli/arborist": "^7.0.0",
17355+
"@npmcli/arborist": "^7.1.0",
1735617356
"@npmcli/disparity-colors": "^3.0.0",
1735717357
"@npmcli/installed-package-contents": "^2.0.2",
1735817358
"binary-extensions": "^2.2.0",
@@ -17372,10 +17372,10 @@
1737217372
}
1737317373
},
1737417374
"workspaces/libnpmexec": {
17375-
"version": "7.0.0",
17375+
"version": "7.0.1",
1737617376
"license": "ISC",
1737717377
"dependencies": {
17378-
"@npmcli/arborist": "^7.0.0",
17378+
"@npmcli/arborist": "^7.1.0",
1737917379
"@npmcli/run-script": "^7.0.1",
1738017380
"ci-info": "^3.7.1",
1738117381
"npm-package-arg": "^11.0.0",
@@ -17402,10 +17402,10 @@
1740217402
}
1740317403
},
1740417404
"workspaces/libnpmfund": {
17405-
"version": "4.1.0",
17405+
"version": "4.1.1",
1740617406
"license": "ISC",
1740717407
"dependencies": {
17408-
"@npmcli/arborist": "^7.0.0"
17408+
"@npmcli/arborist": "^7.1.0"
1740917409
},
1741017410
"devDependencies": {
1741117411
"@npmcli/eslint-config": "^4.0.0",
@@ -17452,10 +17452,10 @@
1745217452
}
1745317453
},
1745417454
"workspaces/libnpmpack": {
17455-
"version": "6.0.0",
17455+
"version": "6.0.1",
1745617456
"license": "ISC",
1745717457
"dependencies": {
17458-
"@npmcli/arborist": "^7.0.0",
17458+
"@npmcli/arborist": "^7.1.0",
1745917459
"@npmcli/run-script": "^7.0.1",
1746017460
"npm-package-arg": "^11.0.0",
1746117461
"pacote": "^17.0.4"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.0.0",
2+
"version": "10.1.0",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -52,8 +52,8 @@
5252
},
5353
"dependencies": {
5454
"@isaacs/string-locale-compare": "^1.1.0",
55-
"@npmcli/arborist": "^7.0.0",
56-
"@npmcli/config": "^7.1.0",
55+
"@npmcli/arborist": "^7.1.0",
56+
"@npmcli/config": "^7.2.0",
5757
"@npmcli/fs": "^3.1.0",
5858
"@npmcli/map-workspaces": "^3.0.4",
5959
"@npmcli/package-json": "^5.0.0",
@@ -78,12 +78,12 @@
7878
"is-cidr": "^4.0.2",
7979
"json-parse-even-better-errors": "^3.0.0",
8080
"libnpmaccess": "^8.0.0",
81-
"libnpmdiff": "^6.0.0",
82-
"libnpmexec": "^7.0.0",
83-
"libnpmfund": "^4.1.0",
81+
"libnpmdiff": "^6.0.1",
82+
"libnpmexec": "^7.0.1",
83+
"libnpmfund": "^4.1.1",
8484
"libnpmhook": "^10.0.0",
8585
"libnpmorg": "^6.0.0",
86-
"libnpmpack": "^6.0.0",
86+
"libnpmpack": "^6.0.1",
8787
"libnpmpublish": "^9.0.0",
8888
"libnpmsearch": "^7.0.0",
8989
"libnpmteam": "^6.0.0",

workspaces/arborist/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [7.1.0](https://github.com/npm/cli/compare/arborist-v7.0.0...arborist-v7.1.0) (2023-09-08)
4+
5+
### Features
6+
7+
* [`1c93c44`](https://github.com/npm/cli/commit/1c93c4430300e3b3bd2cb5bab327c1732f470bca) [#6755](https://github.com/npm/cli/pull/6755) Add `--cpu` and `--os` option to override platform specific install (#6755) (@yukukotani)
8+
39
## [7.0.0](https://github.com/npm/cli/compare/arborist-v7.0.0-pre.0...arborist-v7.0.0) (2023-08-31)
410

511
### Features

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [7.2.0](https://github.com/npm/cli/compare/config-v7.1.0...config-v7.2.0) (2023-09-08)
4+
5+
### Features
6+
7+
* [`1c93c44`](https://github.com/npm/cli/commit/1c93c4430300e3b3bd2cb5bab327c1732f470bca) [#6755](https://github.com/npm/cli/pull/6755) Add `--cpu` and `--os` option to override platform specific install (#6755) (@yukukotani)
8+
9+
### Bug Fixes
10+
11+
* [`7bf2374`](https://github.com/npm/cli/commit/7bf2374a1dde0e9b4a4345eeaafb23316a9a5a0b) [#6762](https://github.com/npm/cli/pull/6762) make `$npm_execpath` always point to npm (@rotu)
12+
313
## [7.1.0](https://github.com/npm/cli/compare/config-v7.0.1...config-v7.1.0) (2023-08-31)
414

515
### Features

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "7.1.0",
3+
"version": "7.2.0",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmdiff/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.0.1](https://github.com/npm/cli/compare/libnpmdiff-v6.0.0...libnpmdiff-v6.0.1) (2023-09-08)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/[email protected]`
8+
39
## [6.0.0](https://github.com/npm/cli/compare/libnpmdiff-v6.0.0-pre.0...libnpmdiff-v6.0.0) (2023-08-31)
410

511
### Features

0 commit comments

Comments
 (0)