-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Cypress 15: Breaking changes #30767
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
Labels
Comments
https://github.com./nodejs/node/blob/v22.12.0/BUILDING.md I don't see any change for |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Node.js EOLs are:
Currently Lines 122 to 124 in 6bd522b
Should probably migrate to "node": "^20.0.0 || ^22.0.0 || >=24.0.0" with deprecation of Node.js 18 prior to Cypress 15 |
Please add to the scope under "Component testing":
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What would you like?
We need to remove CDP support with Firefox removing CDP support in version 141 in June. This need is necessitating a breaking change. We want to include other relevant breaking changes for this release.
In Scope
CDP code removal for Firefox (BiDi now mainstream with feat: implement webdriver BiDi for Firefox versions 135 and greater #30870 ) BREAKING CHANGE: Remove support for CDP within Firefox #31189@packages/extension
that are firefox specific to use BiDi misc: Replace@packages/extension
methods that are now implemented by WebDriver BiDi when BiDi is enabled #30221. Assess progress on milestonets-node
withtsx
for user configuration parsing and cypress runtime~Spike into removingts-node
[Spike] Investigate migrating off of ts-node #30426Update@packages/data-context
to use Stage 3 decorators chore: update decorators in@packages/data-context
to use Stage 3 decorators or remove decorators entirely #31184Replacets-node
withtsx
for user configuration parsing and cypress runtime feat: replacets-node
withtsx
for user configuration parsing and cypress runtime #31185ts-loader
in@cypress/webpack-batteries-included-preprocessor
should respect all user compiler options #31282Remove TypeScript 4 support BREAKING CHANGE: Remove support for TypeScript 4 #31187window
in order to avoid cross origin issues #31196Node.js 18 + 23 support removal Node.js 18 + 23 support removal #31302glibc
implications?) Electron Update (35) #31257Component testing
Extra
The text was updated successfully, but these errors were encountered: