From 5ef8ef0e4ceb44f5213c120ddba0fa82b717f1d0 Mon Sep 17 00:00:00 2001 From: AtofStryker Date: Fri, 23 Aug 2024 14:23:39 -0400 Subject: [PATCH] update changelog to include mention of experimental-detect-module --- cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 26822feb62be..e08a24857c73 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -18,7 +18,7 @@ _Released 8/27/2024 (PENDING)_ **Bugfixes:** - Fixed an issue where files outside the Cypress project directory were not calculating the bundle output path correctly for the `file:preprocessor`. Addresses [#8599](/~https://github.com/cypress-io/cypress/issues/8599). -- Fixed an issue where Cypress would not run if Node.js version `22.7.0` was being used with TypeScript and ES Modules. Fixes [#30084](/~https://github.com/cypress-io/cypress/issues/30084). +- Fixed an issue where Cypress would not run if Node.js version `22.7.0` was being used with TypeScript and ES Modules. Cypress uses its own loader for TypeScript and ES Modules to parse the Cypress config and likely will not work with the `experimental-detect-module` Node.js option. Fixes [#30084](/~https://github.com/cypress-io/cypress/issues/30084). **Dependency Updates:**