File tree Expand file tree Collapse file tree 4 files changed +23
-7
lines changed Expand file tree Collapse file tree 4 files changed +23
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.34.0] ( https://github.com/nodejs/corepack/compare/v0.33.0...v0.34.0 ) (2025-07-19)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * drop Node.js 18.x and 23.x support
9
+
10
+ ### Features
11
+
12
+ * update package manager versions ([ #719 ] ( https://github.com/nodejs/corepack/issues/719 ) ) ([ 7707ea7] ( https://github.com/nodejs/corepack/commit/7707ea7350c129ad3aae8ca08e9e80fcf164dcb6 ) )
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * remove Node.js 18.x and 23.x usage, add 24.x ([ #718 ] ( https://github.com/nodejs/corepack/issues/718 ) ) ([ 783a42f] ( https://github.com/nodejs/corepack/commit/783a42fbe35371964e9dde75e2263b179f53bc0c ) )
18
+
3
19
## [ 0.33.0] ( https://github.com/nodejs/corepack/compare/v0.32.0...v0.33.0 ) (2025-06-02)
4
20
5
21
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ and pnpm without having to install them**.
11
11
12
12
### Default Installs
13
13
14
- Corepack is [ distributed by default with all recent Node.js versions ] ( https://nodejs.org/api/corepack.html ) .
14
+ Corepack is distributed with Node.js from version 14.19.0 up to (but not including) 25.0.0 .
15
15
Run ` corepack enable ` to install the required Yarn and pnpm binaries on your path.
16
16
17
17
### Manual Installs
Original file line number Diff line number Diff line change @@ -21683,7 +21683,7 @@ function String2(descriptor, ...args) {
21683
21683
}
21684
21684
21685
21685
// package.json
21686
- var version = "0.33 .0";
21686
+ var version = "0.34 .0";
21687
21687
21688
21688
// sources/Engine.ts
21689
21689
var import_fs9 = __toESM(require("fs"));
@@ -21697,7 +21697,7 @@ var import_valid4 = __toESM(require_valid2());
21697
21697
var config_default = {
21698
21698
definitions: {
21699
21699
npm: {
21700
- default: "11.4.1 +sha1.80350af543069991de20657ebcd07d9624cfad06 ",
21700
+ default: "11.4.2 +sha1.6f1519a03f7e04023a957a22b812832d0c4a4b33 ",
21701
21701
fetchLatestFrom: {
21702
21702
type: "npm",
21703
21703
package: "npm"
@@ -21734,7 +21734,7 @@ var config_default = {
21734
21734
}
21735
21735
},
21736
21736
pnpm: {
21737
- default: "10.11.0 +sha1.4048eeefd564ff1ab248fac3e2854d38245fe2f1 ",
21737
+ default: "10.13.1 +sha1.aa8c167c4509c97519542ef77a09e4b8ab59fb6a ",
21738
21738
fetchLatestFrom: {
21739
21739
type: "npm",
21740
21740
package: "pnpm"
@@ -21798,7 +21798,7 @@ var config_default = {
21798
21798
package: "yarn"
21799
21799
},
21800
21800
transparent: {
21801
- default: "4.9.1 +sha224.4285002185abb91fe2b781f27fd1e078086c37a7b095f6ea4ee25971 ",
21801
+ default: "4.9.2 +sha224.b8e0b161ae590950fbda696e6f3ca071362768e5280c5fbfdadf064b ",
21802
21802
commands: [
21803
21803
[
21804
21804
"yarn",
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " corepack" ,
3
- "version" : " 0.33 .0" ,
3
+ "version" : " 0.34 .0" ,
4
4
"homepage" : " https://github.com/nodejs/corepack#readme" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/nodejs/corepack/issues"
10
10
"url" : " https://github.com/nodejs/corepack.git"
11
11
},
12
12
"engines" : {
13
- "node" : " ^18.17.1 || ^20.10 .0 || >=22.11 .0"
13
+ "node" : " ^20.10.0 || ^22.11 .0 || >=24.0 .0"
14
14
},
15
15
"exports" : {
16
16
"./package.json" : " ./package.json"
You can’t perform that action at this time.
0 commit comments