Skip to content

Commit 39e2b87

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 10.1.0
1 parent 4469fcd commit 39e2b87

File tree

17 files changed

+110
-42
lines changed

17 files changed

+110
-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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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+
* [`f76066a`](https://github.com/npm/cli/commit/f76066a047e4a0e819149356b68a1c50fd30f9de) [#6771](https://github.com/npm/cli/pull/6771) `@npmcli/[email protected]`
20+
* [Workspace](https://github.com/npm/cli/releases/tag/arborist-v7.1.0): `@npmcli/[email protected]`
21+
* [Workspace](https://github.com/npm/cli/releases/tag/config-v7.2.0): `@npmcli/[email protected]`
22+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.1): `[email protected]`
23+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.1): `[email protected]`
24+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v4.1.1): `[email protected]`
25+
* [Workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.1): `[email protected]`
26+
327
## [10.0.0](https://github.com/npm/cli/compare/v10.0.0-pre.1...v10.0.0) (2023-08-31)
428

529
### 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",
@@ -17386,7 +17386,7 @@
1738617386
},
1738717387
"workspaces/arborist": {
1738817388
"name": "@npmcli/arborist",
17389-
"version": "7.0.0",
17389+
"version": "7.1.0",
1739017390
"license": "ISC",
1739117391
"dependencies": {
1739217392
"@isaacs/string-locale-compare": "^1.1.0",
@@ -17442,7 +17442,7 @@
1744217442
},
1744317443
"workspaces/config": {
1744417444
"name": "@npmcli/config",
17445-
"version": "7.1.0",
17445+
"version": "7.2.0",
1744617446
"license": "ISC",
1744717447
"dependencies": {
1744817448
"@npmcli/map-workspaces": "^3.0.2",
@@ -17483,10 +17483,10 @@
1748317483
}
1748417484
},
1748517485
"workspaces/libnpmdiff": {
17486-
"version": "6.0.0",
17486+
"version": "6.0.1",
1748717487
"license": "ISC",
1748817488
"dependencies": {
17489-
"@npmcli/arborist": "^7.0.0",
17489+
"@npmcli/arborist": "^7.1.0",
1749017490
"@npmcli/disparity-colors": "^3.0.0",
1749117491
"@npmcli/installed-package-contents": "^2.0.2",
1749217492
"binary-extensions": "^2.2.0",
@@ -17506,10 +17506,10 @@
1750617506
}
1750717507
},
1750817508
"workspaces/libnpmexec": {
17509-
"version": "7.0.0",
17509+
"version": "7.0.1",
1751017510
"license": "ISC",
1751117511
"dependencies": {
17512-
"@npmcli/arborist": "^7.0.0",
17512+
"@npmcli/arborist": "^7.1.0",
1751317513
"@npmcli/run-script": "^7.0.1",
1751417514
"ci-info": "^3.7.1",
1751517515
"npm-package-arg": "^11.0.0",
@@ -17536,10 +17536,10 @@
1753617536
}
1753717537
},
1753817538
"workspaces/libnpmfund": {
17539-
"version": "4.1.0",
17539+
"version": "4.1.1",
1754017540
"license": "ISC",
1754117541
"dependencies": {
17542-
"@npmcli/arborist": "^7.0.0"
17542+
"@npmcli/arborist": "^7.1.0"
1754317543
},
1754417544
"devDependencies": {
1754517545
"@npmcli/eslint-config": "^4.0.0",
@@ -17586,10 +17586,10 @@
1758617586
}
1758717587
},
1758817588
"workspaces/libnpmpack": {
17589-
"version": "6.0.0",
17589+
"version": "6.0.1",
1759017590
"license": "ISC",
1759117591
"dependencies": {
17592-
"@npmcli/arborist": "^7.0.0",
17592+
"@npmcli/arborist": "^7.1.0",
1759317593
"@npmcli/run-script": "^7.0.1",
1759417594
"npm-package-arg": "^11.0.0",
1759517595
"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)