Skip to content

Commit 0bbc501

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 9.0.0-pre.6
1 parent 38dc7f6 commit 0bbc501

File tree

16 files changed

+113
-44
lines changed

16 files changed

+113
-44
lines changed

.release-please-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
".": "9.0.0-pre.5",
3-
"workspaces/arborist": "6.0.0-pre.4",
2+
".": "9.0.0-pre.6",
3+
"workspaces/arborist": "6.0.0-pre.5",
44
"workspaces/libnpmaccess": "7.0.0-pre.1",
5-
"workspaces/libnpmdiff": "5.0.0-pre.2",
6-
"workspaces/libnpmexec": "5.0.0-pre.4",
7-
"workspaces/libnpmfund": "4.0.0-pre.4",
5+
"workspaces/libnpmdiff": "5.0.0-pre.3",
6+
"workspaces/libnpmexec": "5.0.0-pre.5",
7+
"workspaces/libnpmfund": "4.0.0-pre.5",
88
"workspaces/libnpmhook": "9.0.0-pre.0",
99
"workspaces/libnpmorg": "5.0.0-pre.0",
10-
"workspaces/libnpmpack": "5.0.0-pre.3",
11-
"workspaces/libnpmpublish": "7.0.0-pre.3",
10+
"workspaces/libnpmpack": "5.0.0-pre.4",
11+
"workspaces/libnpmpublish": "7.0.0-pre.4",
1212
"workspaces/libnpmsearch": "6.0.0-pre.0",
1313
"workspaces/libnpmteam": "5.0.0-pre.0",
1414
"workspaces/libnpmversion": "4.0.0-pre.0"

CHANGELOG.md

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

3+
## [9.0.0-pre.6](https://github.com/npm/cli/compare/v9.0.0-pre.5...v9.0.0-pre.6) (2022-10-18)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* this package no longer attempts to change file ownership automatically
8+
* this package no longer attempts to change file ownership automatically
9+
10+
### Features
11+
12+
* [`58065bc`](https://github.com/npm/cli/commit/58065bc679e6968742b5b15fa2fb82dd9e8ae988) [#5704](https://github.com/npm/cli/pull/5704) do not alter file ownership (@nlf)
13+
* [`475e9b6`](https://github.com/npm/cli/commit/475e9b6c0c978a104dd2ee47bde22b0a031a95f9) [#5703](https://github.com/npm/cli/pull/5703) do not alter file ownership (@nlf)
14+
15+
### Dependencies
16+
17+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/[email protected]`
18+
* [Workspace](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.2...libnpmdiff-v5.0.0-pre.3): `[email protected]`
19+
* [Workspace](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.4...libnpmexec-v5.0.0-pre.5): `[email protected]`
20+
* [Workspace](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.4...libnpmfund-v4.0.0-pre.5): `[email protected]`
21+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.3...libnpmpack-v5.0.0-pre.4): `[email protected]`
22+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.3...libnpmpublish-v7.0.0-pre.4): `[email protected]`
23+
324
## [9.0.0-pre.5](https://github.com/npm/cli/compare/v9.0.0-pre.4...v9.0.0-pre.5) (2022-10-13)
425

526
### ⚠️ BREAKING CHANGES

package-lock.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.0.0-pre.5",
3+
"version": "9.0.0-pre.6",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.0.0-pre.5",
9+
"version": "9.0.0-pre.6",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -90,7 +90,7 @@
9090
],
9191
"dependencies": {
9292
"@isaacs/string-locale-compare": "^1.1.0",
93-
"@npmcli/arborist": "^6.0.0-pre.4",
93+
"@npmcli/arborist": "^6.0.0-pre.5",
9494
"@npmcli/ci-detect": "^3.0.0",
9595
"@npmcli/config": "^5.0.0",
9696
"@npmcli/fs": "^2.1.0",
@@ -115,13 +115,13 @@
115115
"is-cidr": "^4.0.2",
116116
"json-parse-even-better-errors": "^2.3.1",
117117
"libnpmaccess": "^7.0.0-pre.1",
118-
"libnpmdiff": "^5.0.0-pre.2",
119-
"libnpmexec": "^5.0.0-pre.4",
120-
"libnpmfund": "^4.0.0-pre.4",
118+
"libnpmdiff": "^5.0.0-pre.3",
119+
"libnpmexec": "^5.0.0-pre.5",
120+
"libnpmfund": "^4.0.0-pre.5",
121121
"libnpmhook": "^9.0.0-pre.0",
122122
"libnpmorg": "^5.0.0-pre.0",
123-
"libnpmpack": "^5.0.0-pre.3",
124-
"libnpmpublish": "^7.0.0-pre.3",
123+
"libnpmpack": "^5.0.0-pre.4",
124+
"libnpmpublish": "^7.0.0-pre.4",
125125
"libnpmsearch": "^6.0.0-pre.0",
126126
"libnpmteam": "^5.0.0-pre.0",
127127
"libnpmversion": "^4.0.0-pre.0",
@@ -13872,7 +13872,7 @@
1387213872
},
1387313873
"workspaces/arborist": {
1387413874
"name": "@npmcli/arborist",
13875-
"version": "6.0.0-pre.4",
13875+
"version": "6.0.0-pre.5",
1387613876
"license": "ISC",
1387713877
"dependencies": {
1387813878
"@isaacs/string-locale-compare": "^1.1.0",
@@ -13944,10 +13944,10 @@
1394413944
}
1394513945
},
1394613946
"workspaces/libnpmdiff": {
13947-
"version": "5.0.0-pre.2",
13947+
"version": "5.0.0-pre.3",
1394813948
"license": "ISC",
1394913949
"dependencies": {
13950-
"@npmcli/arborist": "^6.0.0-pre.4",
13950+
"@npmcli/arborist": "^6.0.0-pre.5",
1395113951
"@npmcli/disparity-colors": "^2.0.0",
1395213952
"@npmcli/installed-package-contents": "^1.0.7",
1395313953
"binary-extensions": "^2.2.0",
@@ -13967,10 +13967,10 @@
1396713967
}
1396813968
},
1396913969
"workspaces/libnpmexec": {
13970-
"version": "5.0.0-pre.4",
13970+
"version": "5.0.0-pre.5",
1397113971
"license": "ISC",
1397213972
"dependencies": {
13973-
"@npmcli/arborist": "^6.0.0-pre.4",
13973+
"@npmcli/arborist": "^6.0.0-pre.5",
1397413974
"@npmcli/ci-detect": "^3.0.0",
1397513975
"@npmcli/fs": "^2.1.1",
1397613976
"@npmcli/run-script": "^4.2.0",
@@ -13997,10 +13997,10 @@
1399713997
}
1399813998
},
1399913999
"workspaces/libnpmfund": {
14000-
"version": "4.0.0-pre.4",
14000+
"version": "4.0.0-pre.5",
1400114001
"license": "ISC",
1400214002
"dependencies": {
14003-
"@npmcli/arborist": "^6.0.0-pre.4"
14003+
"@npmcli/arborist": "^6.0.0-pre.5"
1400414004
},
1400514005
"devDependencies": {
1400614006
"@npmcli/eslint-config": "^4.0.0",
@@ -14047,10 +14047,10 @@
1404714047
}
1404814048
},
1404914049
"workspaces/libnpmpack": {
14050-
"version": "5.0.0-pre.3",
14050+
"version": "5.0.0-pre.4",
1405114051
"license": "ISC",
1405214052
"dependencies": {
14053-
"@npmcli/arborist": "^6.0.0-pre.4",
14053+
"@npmcli/arborist": "^6.0.0-pre.5",
1405414054
"@npmcli/run-script": "^4.1.3",
1405514055
"npm-package-arg": "^9.0.1",
1405614056
"pacote": "^14.0.0"
@@ -14067,7 +14067,7 @@
1406714067
}
1406814068
},
1406914069
"workspaces/libnpmpublish": {
14070-
"version": "7.0.0-pre.3",
14070+
"version": "7.0.0-pre.4",
1407114071
"license": "ISC",
1407214072
"dependencies": {
1407314073
"normalize-package-data": "^4.0.0",
@@ -14079,7 +14079,7 @@
1407914079
"devDependencies": {
1408014080
"@npmcli/eslint-config": "^4.0.0",
1408114081
"@npmcli/template-oss": "4.6.1",
14082-
"libnpmpack": "^5.0.0-pre.3",
14082+
"libnpmpack": "^5.0.0-pre.4",
1408314083
"lodash.clonedeep": "^4.5.0",
1408414084
"nock": "^13.2.4",
1408514085
"tap": "^16.0.1"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.0-pre.5",
2+
"version": "9.0.0-pre.6",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -56,7 +56,7 @@
5656
},
5757
"dependencies": {
5858
"@isaacs/string-locale-compare": "^1.1.0",
59-
"@npmcli/arborist": "^6.0.0-pre.4",
59+
"@npmcli/arborist": "^6.0.0-pre.5",
6060
"@npmcli/ci-detect": "^3.0.0",
6161
"@npmcli/config": "^5.0.0",
6262
"@npmcli/fs": "^2.1.0",
@@ -81,13 +81,13 @@
8181
"is-cidr": "^4.0.2",
8282
"json-parse-even-better-errors": "^2.3.1",
8383
"libnpmaccess": "^7.0.0-pre.1",
84-
"libnpmdiff": "^5.0.0-pre.2",
85-
"libnpmexec": "^5.0.0-pre.4",
86-
"libnpmfund": "^4.0.0-pre.4",
84+
"libnpmdiff": "^5.0.0-pre.3",
85+
"libnpmexec": "^5.0.0-pre.5",
86+
"libnpmfund": "^4.0.0-pre.5",
8787
"libnpmhook": "^9.0.0-pre.0",
8888
"libnpmorg": "^5.0.0-pre.0",
89-
"libnpmpack": "^5.0.0-pre.3",
90-
"libnpmpublish": "^7.0.0-pre.3",
89+
"libnpmpack": "^5.0.0-pre.4",
90+
"libnpmpublish": "^7.0.0-pre.4",
9191
"libnpmsearch": "^6.0.0-pre.0",
9292
"libnpmteam": "^5.0.0-pre.0",
9393
"libnpmversion": "^4.0.0-pre.0",

workspaces/arborist/CHANGELOG.md

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

3+
## [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-18)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* this package no longer attempts to change file ownership automatically
8+
9+
### Features
10+
11+
* [`475e9b6`](https://github.com/npm/cli/commit/475e9b6c0c978a104dd2ee47bde22b0a031a95f9) [#5703](https://github.com/npm/cli/pull/5703) do not alter file ownership (@nlf)
12+
313
## [6.0.0-pre.4](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.3...arborist-v6.0.0-pre.4) (2022-10-05)
414

515
### 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": "6.0.0-pre.4",
3+
"version": "6.0.0-pre.5",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

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+
## [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-18)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/[email protected]`
8+
39
## [5.0.0-pre.2](https://github.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.1...libnpmdiff-v5.0.0-pre.2) (2022-10-05)
410

511
### Dependencies

workspaces/libnpmdiff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "5.0.0-pre.2",
3+
"version": "5.0.0-pre.3",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
@@ -47,7 +47,7 @@
4747
"tap": "^16.0.1"
4848
},
4949
"dependencies": {
50-
"@npmcli/arborist": "^6.0.0-pre.4",
50+
"@npmcli/arborist": "^6.0.0-pre.5",
5151
"@npmcli/disparity-colors": "^2.0.0",
5252
"@npmcli/installed-package-contents": "^1.0.7",
5353
"binary-extensions": "^2.2.0",

workspaces/libnpmexec/CHANGELOG.md

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

3+
## [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-18)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* this package no longer attempts to change file ownership automatically
8+
9+
### Features
10+
11+
* [`58065bc`](https://github.com/npm/cli/commit/58065bc679e6968742b5b15fa2fb82dd9e8ae988) [#5704](https://github.com/npm/cli/pull/5704) do not alter file ownership (@nlf)
12+
13+
### Dependencies
14+
15+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/[email protected]`
16+
317
## [5.0.0-pre.4](https://github.com/npm/cli/compare/libnpmexec-v5.0.0-pre.3...libnpmexec-v5.0.0-pre.4) (2022-10-05)
418

519
### Dependencies

workspaces/libnpmexec/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "5.0.0-pre.4",
3+
"version": "5.0.0-pre.5",
44
"files": [
55
"bin/",
66
"lib/"
@@ -58,7 +58,7 @@
5858
"tap": "^16.0.1"
5959
},
6060
"dependencies": {
61-
"@npmcli/arborist": "^6.0.0-pre.4",
61+
"@npmcli/arborist": "^6.0.0-pre.5",
6262
"@npmcli/ci-detect": "^3.0.0",
6363
"@npmcli/fs": "^2.1.1",
6464
"@npmcli/run-script": "^4.2.0",

workspaces/libnpmfund/CHANGELOG.md

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

3+
## [4.0.0-pre.5](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.4...libnpmfund-v4.0.0-pre.5) (2022-10-18)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/[email protected]`
8+
39
## [4.0.0-pre.4](https://github.com/npm/cli/compare/libnpmfund-v4.0.0-pre.3...libnpmfund-v4.0.0-pre.4) (2022-10-05)
410

511
### Dependencies

workspaces/libnpmfund/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "4.0.0-pre.4",
3+
"version": "4.0.0-pre.5",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -46,7 +46,7 @@
4646
"tap": "^16.0.1"
4747
},
4848
"dependencies": {
49-
"@npmcli/arborist": "^6.0.0-pre.4"
49+
"@npmcli/arborist": "^6.0.0-pre.5"
5050
},
5151
"engines": {
5252
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"

workspaces/libnpmpack/CHANGELOG.md

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

3+
## [5.0.0-pre.4](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.3...libnpmpack-v5.0.0-pre.4) (2022-10-18)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/arborist-v6.0.0-pre.4...arborist-v6.0.0-pre.5): `@npmcli/[email protected]`
8+
39
## [5.0.0-pre.3](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.2...libnpmpack-v5.0.0-pre.3) (2022-10-13)
410

511
### Bug Fixes

workspaces/libnpmpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "5.0.0-pre.3",
3+
"version": "5.0.0-pre.4",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -36,7 +36,7 @@
3636
"bugs": "https://github.com/npm/libnpmpack/issues",
3737
"homepage": "https://npmjs.com/package/libnpmpack",
3838
"dependencies": {
39-
"@npmcli/arborist": "^6.0.0-pre.4",
39+
"@npmcli/arborist": "^6.0.0-pre.5",
4040
"@npmcli/run-script": "^4.1.3",
4141
"npm-package-arg": "^9.0.1",
4242
"pacote": "^14.0.0"

workspaces/libnpmpublish/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.0.0-pre.4](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.3...libnpmpublish-v7.0.0-pre.4) (2022-10-18)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.3...libnpmpack-v5.0.0-pre.4): `[email protected]`
8+
39
## [7.0.0-pre.3](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.2...libnpmpublish-v7.0.0-pre.3) (2022-10-13)
410

511
### Dependencies

workspaces/libnpmpublish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpublish",
3-
"version": "7.0.0-pre.3",
3+
"version": "7.0.0-pre.4",
44
"description": "Programmatic API for the bits behind npm publish and unpublish",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@npmcli/eslint-config": "^4.0.0",
2828
"@npmcli/template-oss": "4.6.1",
29-
"libnpmpack": "^5.0.0-pre.3",
29+
"libnpmpack": "^5.0.0-pre.4",
3030
"lodash.clonedeep": "^4.5.0",
3131
"nock": "^13.2.4",
3232
"tap": "^16.0.1"

0 commit comments

Comments
 (0)