Skip to content

Commit 32336f6

Browse files
github-actions[bot]fritzy
authored andcommitted
chore: release 9.0.0-pre.5
1 parent 9d7a6ff commit 32336f6

File tree

9 files changed

+60
-16
lines changed

9 files changed

+60
-16
lines changed

.release-please-manifest.json

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

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,3 +860,5 @@ Juan Heyns <[email protected]>
860860
Michał Kurowski <[email protected]>
861861
giovanniPepi <[email protected]>
862862
863+
864+
Albert 理斯特 <[email protected]>

CHANGELOG.md

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

3+
## [9.0.0-pre.5](https://github.com/npm/cli/compare/v9.0.0-pre.4...v9.0.0-pre.5) (2022-10-13)
4+
5+
### ⚠️ BREAKING CHANGES
6+
7+
* the presence of auth related settings that are not scoped to a specific registry found in a config file is no longer supported and will throw errors
8+
* the `node-version` and `npm-version` configs have been removed.
9+
* links generated from git urls will now use `HEAD` instead of `master` as the default ref
10+
11+
### Features
12+
13+
* [`a09e19d`](https://github.com/npm/cli/commit/a09e19d88f046e54e8d75343883635a1bd056310) [#5696](https://github.com/npm/cli/pull/5696) introduce the `npm config fix` command (@nlf)
14+
* [`d2963c6`](https://github.com/npm/cli/commit/d2963c67b992b9b3b9dd32f6f41cbbe4bcc580c8) explicitly validate config within the cli (@nlf)
15+
* [`a5fec08`](https://github.com/npm/cli/commit/a5fec08348add7e75fa2498e6a9efe608b20aa8b) rewrite docs generation (@lukekarrys)
16+
17+
### Bug Fixes
18+
19+
* [`a35c784`](https://github.com/npm/cli/commit/a35c784f8c25dce05b4173edd6c3f8e7913d7b50) [#5691](https://github.com/npm/cli/pull/5691) config: remove `node-version` and `npm-version` (@wraithgar)
20+
21+
### Documentation
22+
23+
* [`a8532eb`](https://github.com/npm/cli/commit/a8532eb39504584cef452152948e015cef8c010a) [#5661](https://github.com/npm/cli/pull/5661) typo missing parentheses (@hbrls)
24+
* [`542efdb`](https://github.com/npm/cli/commit/542efdb0a31f663cd899bc6d2ddad8fa88c20bc8) update `folders` page for modern npm (@shalvah)
25+
26+
### Dependencies
27+
28+
* [`cee3fd9`](https://github.com/npm/cli/commit/cee3fd9905c7eb0a5cb26a8c9c08c5db48becd15) `@npmcli/[email protected]`
29+
* [`2a740b1`](https://github.com/npm/cli/commit/2a740b14c3789d80825b1345f2e99765fcb90351) [#5692](https://github.com/npm/cli/pull/5692) `[email protected]`
30+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.2...libnpmpack-v5.0.0-pre.3): `[email protected]`
31+
* [Workspace](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.2...libnpmpublish-v7.0.0-pre.3): `[email protected]`
32+
333
## [9.0.0-pre.4](https://github.com/npm/cli/compare/v9.0.0-pre.3...v9.0.0-pre.4) (2022-10-05)
434

535
### Features

package-lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "9.0.0-pre.4",
3+
"version": "9.0.0-pre.5",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "9.0.0-pre.4",
9+
"version": "9.0.0-pre.5",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -120,8 +120,8 @@
120120
"libnpmfund": "^4.0.0-pre.4",
121121
"libnpmhook": "^9.0.0-pre.0",
122122
"libnpmorg": "^5.0.0-pre.0",
123-
"libnpmpack": "^5.0.0-pre.2",
124-
"libnpmpublish": "^7.0.0-pre.2",
123+
"libnpmpack": "^5.0.0-pre.3",
124+
"libnpmpublish": "^7.0.0-pre.3",
125125
"libnpmsearch": "^6.0.0-pre.0",
126126
"libnpmteam": "^5.0.0-pre.0",
127127
"libnpmversion": "^4.0.0-pre.0",
@@ -13938,7 +13938,7 @@
1393813938
}
1393913939
},
1394013940
"workspaces/libnpmpack": {
13941-
"version": "5.0.0-pre.2",
13941+
"version": "5.0.0-pre.3",
1394213942
"license": "ISC",
1394313943
"dependencies": {
1394413944
"@npmcli/arborist": "^6.0.0-pre.4",
@@ -13958,7 +13958,7 @@
1395813958
}
1395913959
},
1396013960
"workspaces/libnpmpublish": {
13961-
"version": "7.0.0-pre.2",
13961+
"version": "7.0.0-pre.3",
1396213962
"license": "ISC",
1396313963
"dependencies": {
1396413964
"normalize-package-data": "^4.0.0",
@@ -13970,7 +13970,7 @@
1397013970
"devDependencies": {
1397113971
"@npmcli/eslint-config": "^3.1.0",
1397213972
"@npmcli/template-oss": "4.5.1",
13973-
"libnpmpack": "^5.0.0-pre.2",
13973+
"libnpmpack": "^5.0.0-pre.3",
1397413974
"lodash.clonedeep": "^4.5.0",
1397513975
"nock": "^13.2.4",
1397613976
"tap": "^16.0.1"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "9.0.0-pre.4",
2+
"version": "9.0.0-pre.5",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [
@@ -86,8 +86,8 @@
8686
"libnpmfund": "^4.0.0-pre.4",
8787
"libnpmhook": "^9.0.0-pre.0",
8888
"libnpmorg": "^5.0.0-pre.0",
89-
"libnpmpack": "^5.0.0-pre.2",
90-
"libnpmpublish": "^7.0.0-pre.2",
89+
"libnpmpack": "^5.0.0-pre.3",
90+
"libnpmpublish": "^7.0.0-pre.3",
9191
"libnpmsearch": "^6.0.0-pre.0",
9292
"libnpmteam": "^5.0.0-pre.0",
9393
"libnpmversion": "^4.0.0-pre.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.3](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.2...libnpmpack-v5.0.0-pre.3) (2022-10-13)
4+
5+
### Bug Fixes
6+
7+
* [`a990c3c`](https://github.com/npm/cli/commit/a990c3c9a0e67f0a8b6454213675e159fe49432d) [#5651](https://github.com/npm/cli/pull/5651) libnpmpack: obey ignoreScripts (@winterqt)
8+
39
## [5.0.0-pre.2](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.1...libnpmpack-v5.0.0-pre.2) (2022-10-05)
410

511
### Bug Fixes

workspaces/libnpmpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmpack",
3-
"version": "5.0.0-pre.2",
3+
"version": "5.0.0-pre.3",
44
"description": "Programmatic API for the bits behind npm pack",
55
"author": "GitHub Inc.",
66
"main": "lib/index.js",

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.3](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.2...libnpmpublish-v7.0.0-pre.3) (2022-10-13)
4+
5+
### Dependencies
6+
7+
* [Workspace](https://github.com/npm/cli/compare/libnpmpack-v5.0.0-pre.2...libnpmpack-v5.0.0-pre.3): `[email protected]`
8+
39
## [7.0.0-pre.2](https://github.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.1...libnpmpublish-v7.0.0-pre.2) (2022-10-05)
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.2",
3+
"version": "7.0.0-pre.3",
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": "^3.1.0",
2828
"@npmcli/template-oss": "4.5.1",
29-
"libnpmpack": "^5.0.0-pre.2",
29+
"libnpmpack": "^5.0.0-pre.3",
3030
"lodash.clonedeep": "^4.5.0",
3131
"nock": "^13.2.4",
3232
"tap": "^16.0.1"

0 commit comments

Comments
 (0)