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 11{
2- "." : " 9.8.1 " ,
2+ "." : " 10.0.0-pre.0 " ,
33 "workspaces/arborist" : " 6.3.0" ,
44 "workspaces/libnpmaccess" : " 7.0.2" ,
55 "workspaces/libnpmdiff" : " 5.0.19" ,
88 "workspaces/libnpmhook" : " 9.0.3" ,
99 "workspaces/libnpmorg" : " 5.0.4" ,
1010 "workspaces/libnpmpack" : " 5.0.19" ,
11- "workspaces/libnpmpublish" : " 7.5 .0" ,
11+ "workspaces/libnpmpublish" : " 8.0 .0" ,
1212 "workspaces/libnpmsearch" : " 6.0.2" ,
1313 "workspaces/libnpmteam" : " 5.0.3" ,
1414 "workspaces/libnpmversion" : " 4.0.2" ,
15- "workspaces/config" : " 6.2.1 "
15+ "workspaces/config" : " 7.0.0 "
1616}
Original file line number Diff line number Diff line change 11# Changelog
22
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+
329## [ 9.8.1] ( https://github.com/npm/cli/compare/v9.8.0...v9.8.1 ) (2023-07-18)
430
531### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name": "npm",
3- "version": "9.8.1 ",
3+ "version": "10.0.0-pre.0 ",
44 "lockfileVersion": 3,
55 "requires": true,
66 "packages": {
77 "": {
88 "name": "npm",
9- "version": "9.8.1 ",
9+ "version": "10.0.0-pre.0 ",
1010 "bundleDependencies": [
1111 "@isaacs/string-locale-compare",
1212 "@npmcli/arborist",
8888 "dependencies": {
8989 "@isaacs/string-locale-compare": "^1.1.0",
9090 "@npmcli/arborist": "^6.3.0",
91- "@npmcli/config": "^6.2.1 ",
91+ "@npmcli/config": "^7.0.0 ",
9292 "@npmcli/fs": "^3.1.0",
9393 "@npmcli/map-workspaces": "^3.0.4",
9494 "@npmcli/package-json": "^4.0.1",
118118 "libnpmhook": "^9.0.3",
119119 "libnpmorg": "^5.0.4",
120120 "libnpmpack": "^5.0.19",
121- "libnpmpublish": "^7.5 .0",
121+ "libnpmpublish": "^8.0 .0",
122122 "libnpmsearch": "^6.0.2",
123123 "libnpmteam": "^5.0.3",
124124 "libnpmversion": "^4.0.2",
1566215662 },
1566315663 "workspaces/config": {
1566415664 "name": "@npmcli/config",
15665- "version": "6.2.1 ",
15665+ "version": "7.0.0 ",
1566615666 "license": "ISC",
1566715667 "dependencies": {
1566815668 "@npmcli/map-workspaces": "^3.0.2",
1582615826 }
1582715827 },
1582815828 "workspaces/libnpmpublish": {
15829- "version": "7.5 .0",
15829+ "version": "8.0 .0",
1583015830 "license": "ISC",
1583115831 "dependencies": {
1583215832 "ci-info": "^3.6.1",
Original file line number Diff line number Diff line change 11{
2- "version" : " 9.8.1 " ,
2+ "version" : " 10.0.0-pre.0 " ,
33 "name" : " npm" ,
44 "description" : " a package manager for JavaScript" ,
55 "workspaces" : [
5353 "dependencies" : {
5454 "@isaacs/string-locale-compare" : " ^1.1.0" ,
5555 "@npmcli/arborist" : " ^6.3.0" ,
56- "@npmcli/config" : " ^6.2.1 " ,
56+ "@npmcli/config" : " ^7.0.0 " ,
5757 "@npmcli/fs" : " ^3.1.0" ,
5858 "@npmcli/map-workspaces" : " ^3.0.4" ,
5959 "@npmcli/package-json" : " ^4.0.1" ,
8383 "libnpmhook" : " ^9.0.3" ,
8484 "libnpmorg" : " ^5.0.4" ,
8585 "libnpmpack" : " ^5.0.19" ,
86- "libnpmpublish" : " ^7.5 .0" ,
86+ "libnpmpublish" : " ^8.0 .0" ,
8787 "libnpmsearch" : " ^6.0.2" ,
8888 "libnpmteam" : " ^5.0.3" ,
8989 "libnpmversion" : " ^4.0.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
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+
319## [ 6.2.1] ( https://github.com/npm/cli/compare/config-v6.2.0...config-v6.2.1 ) (2023-06-21)
420
521### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/config" ,
3- "version" : " 6.2.1 " ,
3+ "version" : " 7.0.0 " ,
44 "files" : [
55 " bin/" ,
66 " lib/"
Original file line number Diff line number Diff line change 11# Changelog
22
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+
315## [ 7.5.0] ( https://github.com/npm/cli/compare/libnpmpublish-v7.4.0...libnpmpublish-v7.5.0 ) (2023-07-05)
416
517### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " libnpmpublish" ,
3- "version" : " 7.5 .0" ,
3+ "version" : " 8.0 .0" ,
44 "description" : " Programmatic API for the bits behind npm publish and unpublish" ,
55 "author" : " GitHub Inc." ,
66 "main" : " lib/index.js" ,
You can’t perform that action at this time.
0 commit comments