chore(package.json): Update to accomodate Cypress 15#285
Closed
Archangelza1 wants to merge 1 commit intotesting-library:mainfrom
Closed
chore(package.json): Update to accomodate Cypress 15#285Archangelza1 wants to merge 1 commit intotesting-library:mainfrom
Archangelza1 wants to merge 1 commit intotesting-library:mainfrom
Conversation
Author
|
This expedites this PR #282 If the change to package json needs to be updated ill be happy to change it |
h2oearth
reviewed
Sep 2, 2025
| }, | ||
| "peerDependencies": { | ||
| "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0" | ||
| "cypress": ">=12.0.0" |
h2oearth
approved these changes
Sep 2, 2025
h2oearth
reviewed
Sep 2, 2025
| strategy: | ||
| matrix: | ||
| node: [18, 20] | ||
| node: [20] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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