From f9c421d6076f93a4bd06001cf27da91f2c612745 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Tue, 23 Jul 2024 21:48:57 -0700 Subject: [PATCH] clarify require(esm) node version --- wg-ecosystem/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wg-ecosystem/README.md b/wg-ecosystem/README.md index a53e796c5..c82d7026f 100644 --- a/wg-ecosystem/README.md +++ b/wg-ecosystem/README.md @@ -126,8 +126,9 @@ If too much friction arises from the burden of maintaining EOL versions of Node. dependencies or CI issues), we will perform a blanket upgrade of supported Node.js versions for all our packages to the latest LTS version. This upgrade process will be revisited annually. -As of July 2024, our current plan is to upgrade all packages to a minimum of Node.js 22 when that version -reaches its LTS date ([see Node.js release schedule for more details](https://nodejs.org/en/about/previous-releases#release-schedule)). +As of July 2024, our current plan is to upgrade all packages to the earliest Node.js version where `require()` +of synchronous ESM graphs will be supported (see [nodejs/node#51977](https://github.com/nodejs/node/pull/51977) and [nodejs/node#53500](https://github.com/nodejs/node/pull/53500)) +some point after that version reaches its LTS date ([see Node.js release schedule for more details](https://nodejs.org/en/about/previous-releases#release-schedule)). ## Meeting Schedule