File tree Expand file tree Collapse file tree 9 files changed +69
-14
lines changed Expand file tree Collapse file tree 9 files changed +69
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 9.8.1 " ,
2
+ "." : " 10.0.0-pre.0 " ,
3
3
"workspaces/arborist" : " 6.3.0" ,
4
4
"workspaces/libnpmaccess" : " 7.0.2" ,
5
5
"workspaces/libnpmdiff" : " 5.0.19" ,
8
8
"workspaces/libnpmhook" : " 9.0.3" ,
9
9
"workspaces/libnpmorg" : " 5.0.4" ,
10
10
"workspaces/libnpmpack" : " 5.0.19" ,
11
- "workspaces/libnpmpublish" : " 7.5 .0" ,
11
+ "workspaces/libnpmpublish" : " 8.0 .0" ,
12
12
"workspaces/libnpmsearch" : " 6.0.2" ,
13
13
"workspaces/libnpmteam" : " 5.0.3" ,
14
14
"workspaces/libnpmversion" : " 4.0.2" ,
15
- "workspaces/config" : " 6.2.1 "
15
+ "workspaces/config" : " 7.0.0 "
16
16
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 10.0.0-pre.0] ( https://github.com/npm/cli/compare/v9.8.1...v10.0.0-pre.0 ) (2023-07-26)
4
+
5
+ ### ⚠️ BREAKING CHANGES
6
+
7
+ * the "ci-name" config has been removed
8
+ * npm no longer treats missing scripts as a special case in workspace mode. Use ` if-present ` to ignore missing scripts.
9
+ * npm now supports node ` ^18.17.0 || >=20.5.0 `
10
+
11
+ ### Features
12
+
13
+ * [ ` b6cf113 ` ] ( https://github.com/npm/cli/commit/b6cf113f5199d3c23f632dbe35d8020515c6c623 ) [ #6674 ] ( https://github.com/npm/cli/pull/6674 ) set engines and prerelease for npm 10 (#6674 ) (@lukekarrys )
14
+
15
+ ### Bug Fixes
16
+
17
+ * [ ` e0d3edd ` ] ( https://github.com/npm/cli/commit/e0d3edd9908f8303abb9941bdd2f6e9aa31bc9d7 ) [ #6641 ] ( https://github.com/npm/cli/pull/6641 ) remove "ci-name" config (@wraithgar )
18
+ * [ ` 0318f44 ` ] ( https://github.com/npm/cli/commit/0318f442fe6c18275607a5d574c383f085484e6e ) [ #6641 ] ( https://github.com/npm/cli/pull/6641 ) remove implicit if-present logic from run-script workspaces (@wraithgar )
19
+
20
+ ### Documentation
21
+
22
+ * [ ` e5338af ` ] ( https://github.com/npm/cli/commit/e5338af3ca5d1aea78348f4894481eef3b1f7354 ) [ #6672 ] ( https://github.com/npm/cli/pull/6672 ) remove link to deprecated ` npm set-script ` command (#6672 ) (@emmanuel-ferdman )
23
+
24
+ ### Dependencies
25
+
26
+ * [ Workspace
] ( https://github.com/npm/cli/releases/tag/config-v7.0.0 ) :
` @npmcli/[email protected] `
27
+ * [ Workspace
] ( https://github.com/npm/cli/releases/tag/libnpmpublish-v8.0.0 ) :
` [email protected] `
28
+
3
29
## [ 9.8.1] ( https://github.com/npm/cli/compare/v9.8.0...v9.8.1 ) (2023-07-18)
4
30
5
31
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "npm",
3
- "version": "9.8.1 ",
3
+ "version": "10.0.0-pre.0 ",
4
4
"lockfileVersion": 3,
5
5
"requires": true,
6
6
"packages": {
7
7
"": {
8
8
"name": "npm",
9
- "version": "9.8.1 ",
9
+ "version": "10.0.0-pre.0 ",
10
10
"bundleDependencies": [
11
11
"@isaacs/string-locale-compare",
12
12
"@npmcli/arborist",
88
88
"dependencies": {
89
89
"@isaacs/string-locale-compare": "^1.1.0",
90
90
"@npmcli/arborist": "^6.3.0",
91
- "@npmcli/config": "^6.2.1 ",
91
+ "@npmcli/config": "^7.0.0 ",
92
92
"@npmcli/fs": "^3.1.0",
93
93
"@npmcli/map-workspaces": "^3.0.4",
94
94
"@npmcli/package-json": "^4.0.1",
118
118
"libnpmhook": "^9.0.3",
119
119
"libnpmorg": "^5.0.4",
120
120
"libnpmpack": "^5.0.19",
121
- "libnpmpublish": "^7.5 .0",
121
+ "libnpmpublish": "^8.0 .0",
122
122
"libnpmsearch": "^6.0.2",
123
123
"libnpmteam": "^5.0.3",
124
124
"libnpmversion": "^4.0.2",
15662
15662
},
15663
15663
"workspaces/config": {
15664
15664
"name": "@npmcli/config",
15665
- "version": "6.2.1 ",
15665
+ "version": "7.0.0 ",
15666
15666
"license": "ISC",
15667
15667
"dependencies": {
15668
15668
"@npmcli/map-workspaces": "^3.0.2",
15826
15826
}
15827
15827
},
15828
15828
"workspaces/libnpmpublish": {
15829
- "version": "7.5 .0",
15829
+ "version": "8.0 .0",
15830
15830
"license": "ISC",
15831
15831
"dependencies": {
15832
15832
"ci-info": "^3.6.1",
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 9.8.1 " ,
2
+ "version" : " 10.0.0-pre.0 " ,
3
3
"name" : " npm" ,
4
4
"description" : " a package manager for JavaScript" ,
5
5
"workspaces" : [
53
53
"dependencies" : {
54
54
"@isaacs/string-locale-compare" : " ^1.1.0" ,
55
55
"@npmcli/arborist" : " ^6.3.0" ,
56
- "@npmcli/config" : " ^6.2.1 " ,
56
+ "@npmcli/config" : " ^7.0.0 " ,
57
57
"@npmcli/fs" : " ^3.1.0" ,
58
58
"@npmcli/map-workspaces" : " ^3.0.4" ,
59
59
"@npmcli/package-json" : " ^4.0.1" ,
83
83
"libnpmhook" : " ^9.0.3" ,
84
84
"libnpmorg" : " ^5.0.4" ,
85
85
"libnpmpack" : " ^5.0.19" ,
86
- "libnpmpublish" : " ^7.5 .0" ,
86
+ "libnpmpublish" : " ^8.0 .0" ,
87
87
"libnpmsearch" : " ^6.0.2" ,
88
88
"libnpmteam" : " ^5.0.3" ,
89
89
"libnpmversion" : " ^4.0.2" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 7.0.0] ( https://github.com/npm/cli/compare/config-v6.2.1...config-v7.0.0 ) (2023-07-26)
4
+
5
+ ### ⚠️ BREAKING CHANGES
6
+
7
+ * the "ci-name" config has been removed
8
+ * the hard-coded "hashAlgorithm" value is no longer being passed through flatOptions
9
+ * the unused "tmp" config has been removed
10
+ * the hard-coded "metrics-registry" config has been removed.
11
+
12
+ ### Bug Fixes
13
+
14
+ * [ ` e0d3edd ` ] ( https://github.com/npm/cli/commit/e0d3edd9908f8303abb9941bdd2f6e9aa31bc9d7 ) [ #6641 ] ( https://github.com/npm/cli/pull/6641 ) remove "ci-name" config (@wraithgar )
15
+ * [ ` db91a77 ` ] ( https://github.com/npm/cli/commit/db91a77032f4024878d56bde099b2b3765ff08d2 ) [ #6641 ] ( https://github.com/npm/cli/pull/6641 ) remove "hashAlgorithm" from flatOptions (@wraithgar )
16
+ * [ ` ece52a3 ` ] ( https://github.com/npm/cli/commit/ece52a3dda09b1df960ae042d53560f18d446d5f ) [ #6641 ] ( https://github.com/npm/cli/pull/6641 ) remove "tmp" config (@wraithgar )
17
+ * [ ` 1f767aa ` ] ( https://github.com/npm/cli/commit/1f767aa306e3a550e2c0aefb16a0370e59b44ce3 ) [ #6641 ] ( https://github.com/npm/cli/pull/6641 ) remove metric-registry config (@wraithgar )
18
+
3
19
## [ 6.2.1] ( https://github.com/npm/cli/compare/config-v6.2.0...config-v6.2.1 ) (2023-06-21)
4
20
5
21
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @npmcli/config" ,
3
- "version" : " 6.2.1 " ,
3
+ "version" : " 7.0.0 " ,
4
4
"files" : [
5
5
" bin/" ,
6
6
" lib/"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 8.0.0] ( https://github.com/npm/cli/compare/libnpmpublish-v7.5.0...libnpmpublish-v8.0.0 ) (2023-07-26)
4
+
5
+ ### ⚠️ BREAKING CHANGES
6
+
7
+ * the "ci-name" config has been removed
8
+ * libnpmpublish will no longer attempt a single automatic retry on 409 responses during publish.
9
+
10
+ ### Bug Fixes
11
+
12
+ * [ ` e0d3edd ` ] ( https://github.com/npm/cli/commit/e0d3edd9908f8303abb9941bdd2f6e9aa31bc9d7 ) [ #6641 ] ( https://github.com/npm/cli/pull/6641 ) remove "ci-name" config (@wraithgar )
13
+ * [ ` 0a71ebb ` ] ( https://github.com/npm/cli/commit/0a71ebb3d1e7fca07d39ea64e5f1acd22ecd255c ) [ #6641 ] ( https://github.com/npm/cli/pull/6641 ) stop retrying on 409 conflict (@wraithgar )
14
+
3
15
## [ 7.5.0] ( https://github.com/npm/cli/compare/libnpmpublish-v7.4.0...libnpmpublish-v7.5.0 ) (2023-07-05)
4
16
5
17
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libnpmpublish" ,
3
- "version" : " 7.5 .0" ,
3
+ "version" : " 8.0 .0" ,
4
4
"description" : " Programmatic API for the bits behind npm publish and unpublish" ,
5
5
"author" : " GitHub Inc." ,
6
6
"main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments