Skip to content

Conversation

Archangelza1
Copy link

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
Author

This expedites this PR #282

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

"kcd-scripts": "^11.2.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.3.5"
},
"peerDependencies": {
"cypress": "^12.0.0 || ^13.0.0 || ^14.0.0"
"cypress": ">=12.0.0"
Copy link

Choose a reason for hiding this comment

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

way better

@@ -21,7 +21,7 @@ jobs:
if: ${{ !contains(github.head_ref, 'all-contributors') }}
strategy:
matrix:
node: [18, 20]
node: [20]
Copy link

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