Skip to content

Commit

Permalink
update changelog to include mention of experimental-detect-module
Browse files Browse the repository at this point in the history
  • Loading branch information
AtofStryker committed Aug 23, 2024
1 parent 36a265a commit 5ef8ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down

0 comments on commit 5ef8ef0

Please sign in to comment.