From 1a834090be1df4ca0c8506478fe6b511150cabe7 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Fri, 4 Apr 2025 09:11:57 -0700 Subject: [PATCH 1/2] doc: explicitly state that corepack will be removed in v25+ --- doc/api/corepack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/corepack.md b/doc/api/corepack.md index fdf319c970c7d5..6540ef94603d89 100644 --- a/doc/api/corepack.md +++ b/doc/api/corepack.md @@ -16,6 +16,6 @@ Documentation for this tool can be found on the [Corepack repository][]. Despite Corepack being distributed with default installs of Node.js, the package managers managed by Corepack are not part of the Node.js distribution, and -Corepack itself will no longer be distributed with future versions of Node.js. +Corepack itself will no longer be distributed with Node.js v25+. [Corepack repository]: https://github.com/nodejs/corepack From f32e19b77ecad7855fe089777d5e0ba31628683d Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Fri, 4 Apr 2025 09:45:43 -0700 Subject: [PATCH 2/2] doc: remove `v` prefix for version since it comes after Node.js --- doc/api/corepack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/corepack.md b/doc/api/corepack.md index 6540ef94603d89..8bc9c134e2dc7c 100644 --- a/doc/api/corepack.md +++ b/doc/api/corepack.md @@ -16,6 +16,6 @@ Documentation for this tool can be found on the [Corepack repository][]. Despite Corepack being distributed with default installs of Node.js, the package managers managed by Corepack are not part of the Node.js distribution, and -Corepack itself will no longer be distributed with Node.js v25+. +Corepack itself will no longer be distributed with Node.js 25+. [Corepack repository]: https://github.com/nodejs/corepack