From 2258d3861361b04753704088159b349a64fe8d3e Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Mon, 21 Jul 2025 21:10:31 -0400 Subject: [PATCH] deps: update corepack to 0.34.0 PR-URL: https://github.com/nodejs/node/pull/59133 Reviewed-By: Antoine du Hamel Reviewed-By: Rafael Gonzaga Reviewed-By: Trivikram Kamat --- deps/corepack/CHANGELOG.md | 16 ++++++++++++++++ deps/corepack/README.md | 2 +- deps/corepack/dist/lib/corepack.cjs | 8 ++++---- deps/corepack/package.json | 4 ++-- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/deps/corepack/CHANGELOG.md b/deps/corepack/CHANGELOG.md index e4f0b185a73..fdf937785ca 100644 --- a/deps/corepack/CHANGELOG.md +++ b/deps/corepack/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.34.0](https://github.com/nodejs/corepack/compare/v0.33.0...v0.34.0) (2025-07-19) + + +### ⚠ BREAKING CHANGES + +* drop Node.js 18.x and 23.x support + +### Features + +* update package manager versions ([#719](https://github.com/nodejs/corepack/issues/719)) ([7707ea7](https://github.com/nodejs/corepack/commit/7707ea7350c129ad3aae8ca08e9e80fcf164dcb6)) + + +### Miscellaneous Chores + +* 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)) + ## [0.33.0](https://github.com/nodejs/corepack/compare/v0.32.0...v0.33.0) (2025-06-02) diff --git a/deps/corepack/README.md b/deps/corepack/README.md index 079746ee796..7ddf1de4002 100644 --- a/deps/corepack/README.md +++ b/deps/corepack/README.md @@ -11,7 +11,7 @@ and pnpm without having to install them**. ### Default Installs -Corepack is [distributed by default with all recent Node.js versions](https://nodejs.org/api/corepack.html). +Corepack is distributed with Node.js from version 14.19.0 up to (but not including) 25.0.0. Run `corepack enable` to install the required Yarn and pnpm binaries on your path. ### Manual Installs diff --git a/deps/corepack/dist/lib/corepack.cjs b/deps/corepack/dist/lib/corepack.cjs index c6854077d0f..78fb4372832 100644 --- a/deps/corepack/dist/lib/corepack.cjs +++ b/deps/corepack/dist/lib/corepack.cjs @@ -21683,7 +21683,7 @@ function String2(descriptor, ...args) { } // package.json -var version = "0.33.0"; +var version = "0.34.0"; // sources/Engine.ts var import_fs9 = __toESM(require("fs")); @@ -21697,7 +21697,7 @@ var import_valid4 = __toESM(require_valid2()); var config_default = { definitions: { npm: { - default: "11.4.1+sha1.80350af543069991de20657ebcd07d9624cfad06", + default: "11.4.2+sha1.6f1519a03f7e04023a957a22b812832d0c4a4b33", fetchLatestFrom: { type: "npm", package: "npm" @@ -21734,7 +21734,7 @@ var config_default = { } }, pnpm: { - default: "10.11.0+sha1.4048eeefd564ff1ab248fac3e2854d38245fe2f1", + default: "10.13.1+sha1.aa8c167c4509c97519542ef77a09e4b8ab59fb6a", fetchLatestFrom: { type: "npm", package: "pnpm" @@ -21798,7 +21798,7 @@ var config_default = { package: "yarn" }, transparent: { - default: "4.9.1+sha224.4285002185abb91fe2b781f27fd1e078086c37a7b095f6ea4ee25971", + default: "4.9.2+sha224.b8e0b161ae590950fbda696e6f3ca071362768e5280c5fbfdadf064b", commands: [ [ "yarn", diff --git a/deps/corepack/package.json b/deps/corepack/package.json index 7bf3d9e6604..baa2a678c8b 100644 --- a/deps/corepack/package.json +++ b/deps/corepack/package.json @@ -1,6 +1,6 @@ { "name": "corepack", - "version": "0.33.0", + "version": "0.34.0", "homepage": "https://github.com/nodejs/corepack#readme", "bugs": { "url": "https://github.com/nodejs/corepack/issues" @@ -10,7 +10,7 @@ "url": "https://github.com/nodejs/corepack.git" }, "engines": { - "node": "^18.17.1 || ^20.10.0 || >=22.11.0" + "node": "^20.10.0 || ^22.11.0 || >=24.0.0" }, "exports": { "./package.json": "./package.json"