-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore: add begining of migration guide for Cypress 15 #6159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/15.0.0
Are you sure you want to change the base?
Conversation
cypress-documentation
|
Project |
cypress-documentation
|
Branch Review |
chore/add_angular_17_ct_removal_docs
|
Run status |
|
Run duration | 09m 24s |
Commit |
|
Committer | AtofStryker |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
0
|
|
0
|
|
0
|
|
0
|
|
301
|
View all changes introduced in this branch ↗︎ |
UI Coverage
10.94%
|
|
---|---|
|
2395
|
|
3
|
Accessibility
96.87%
|
|
---|---|
|
1 critical
4 serious
4 moderate
0 minor
|
|
25
|
|
||
This guide details the code changes needed to migrate to Cypress | ||
version 15. | ||
[See the full changelog for version v14.0](/app/references/changelog#15-0-0). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[See the full changelog for version v14.0](/app/references/changelog#15-0-0). | |
[See the full changelog for version v15.0](/app/references/changelog#15-0-0). |
[See Node's release schedule](https://github.com/nodejs/Release). Node.js | ||
version 18 and 23 will no longer be supported when installing Cypress. The minimum Node.js | ||
version supported to install Cypress is Node.js 20 and 22+. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[See Node's release schedule](https://github.com/nodejs/Release). Node.js | |
version 18 and 23 will no longer be supported when installing Cypress. The minimum Node.js | |
version supported to install Cypress is Node.js 20 and 22+. | |
[See Node's release schedule](https://github.com/nodejs/Release). Node.js | |
version 18 and 23 are no longer supported when installing Cypress. The supported Node.js | |
versions to install Cypress are now Node.js 20 and 22+. |
You can't really have two minimums.
Node.js v24.0.0 was supposed be released today, however they are having compatibility issues with a newer V8 engine and the release is delayed. I'll drop a note if there is any new planning date available.
Begins the migration guide for Cypress 15, which includes the node deprecations and angular 17 CT support removal and work arounds