-
Couldn't load subscription status.
- Fork 3.4k
@testing-library/[email protected] peer dependency warning for cypress >=12 <=14 #32616
Copy link
Copy link
Closed
Description
Current behavior
When building Cypress from source, the logs show a warning
@packages/app > @testing-library/[email protected]" has incorrect peer dependency "cypress@^12.0.0 || ^13.0.0 || ^14.0.0".
Desired behavior
Cypress should not show a peer dependency warning related to the use of the npm module @testing-library/cypress when building Cypress from source.
Test code to reproduce
git clone https://github.com/cypress-io/cypress
cd cypress
n auto # or manually install Node.js 22.18.0
git clean -xfd # if repeating
npm install yarn@latest -g
yarnCypress Version
15.3.0 504b153
Debug Logs
warning "workspace-aggregator-7b41db61-b52d-40ed-8adb-962521e39b2f > @packages/app > @testing-library/[email protected]" has incorrect peer dependency "cypress@^12.0.0 || ^13.0.0 || ^14.0.0".Other
-
@testing-library/[email protected] supports Cypress 15 and is the
latestrelease. -
Renovate could be triggered to update this dependency. See Dependency Dashboard #3777Edit: suggestion withdrawn
Metadata
Metadata
Assignees
Labels
No labels