Open
Description
Current Behavior
https://github.com/nrwl/nx/blame/20.4.4/packages/cypress/package.json#L47 restricts use of Cypress to exclude version 14 and later.
Expected Behavior
Cypress 14 has been out since 20250116, and it has a bug fix that we need. We would like to be able to use it without resorting to --legacy-peer-deps
.
GitHub Repo
No response
Steps to Reproduce
- In a new repo with
@nx/cypress
, upgrade cypress to 14.x. - You will get a peer dependency issue.
Nx Report
NX Report complete - copy this into the issue template
Node : 18.20.6
OS : win32-x64
Native Target : x86_64-windows
npm : 10.8.2
nx : 20.4.1
@nx/js : 20.4.1
@nx/jest : 20.4.1
@nx/eslint : 20.4.1
@nx/workspace : 20.4.1
@nx/angular : 20.4.1
@nx/cypress : 20.4.1
@nx/devkit : 20.4.1
@nx/eslint-plugin : 20.4.1
@nx/module-federation : 20.4.1
@nx/plugin : 20.4.1
@nx/storybook : 20.4.1
@nx/web : 20.4.1
@nx/webpack : 20.4.1
typescript : 5.7.2
---------------------------------------
Registered Plugins:
@nx/cypress/plugin
@tools
@nx/storybook/plugin
---------------------------------------
Community plugins:
@compodoc/compodoc : 1.1.26
@ngrx/effects : 19.0.0
@ngrx/eslint-plugin : 19.0.0
@ngrx/operators : 19.0.0
@ngrx/router-store : 19.0.0
@ngrx/signals : 19.0.0
@ngrx/store : 19.0.0
@ngrx/store-devtools : 19.0.0
@storybook/angular : 8.5.6
angular-eslint : 19.0.2
Failure Logs
Package Manager Version
npm 10.8.2
Operating System
- macOS
- Linux
- Windows
- Other (Please specify)
Additional Information
No response
Activity