Skip to content

chore(package.json): Update to accomodate Cypress 15#285

Closed
Archangelza1 wants to merge 1 commit intotesting-library:mainfrom
Archangelza1:main
Closed

chore(package.json): Update to accomodate Cypress 15#285
Archangelza1 wants to merge 1 commit intotesting-library:mainfrom
Archangelza1:main

Conversation

@Archangelza1
Copy link
Copy Markdown

Adds support for Cypress 15, which released on August 20th, 2025

What:

The update to the package json will prevent the issue of the peer dependencies throwing issues when cypress updates to 16 and beyond

Why:

How:

Checklist:

Documentation
Tests
Ready to be merged

@Archangelza1
Copy link
Copy Markdown
Author

This expedites this PR #282

If the change to package json needs to be updated ill be happy to change it

},
"peerDependencies": {
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0"
"cypress": ">=12.0.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

way better

strategy:
matrix:
node: [18, 20]
node: [20]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about adding [22,24]?

@MikeMcC399 MikeMcC399 mentioned this pull request Sep 2, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants