We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is just an issue to track potentially breaking changes for Cypress 15 - decisions are not final at this point.
@packages/extension
ts-node
tsx
@packages/data-context
ts-loader
@cypress/webpack-batteries-included-preprocessor
@packages/ts
mocha
ts-node/register
injectDocumentDomain
domain
window
glibc
The text was updated successfully, but these errors were encountered:
Electron 34 upgrade (Node.js 22 upgrade) (what are the glibc implications?)
https://github.com/nodejs/node/blob/v22.12.0/BUILDING.md
I don't see any change for glibc.
Sorry, something went wrong.
Node.js 18 + 23 support removal
Node.js EOLs are:
Currently
cypress/cli/package.json
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
No branches or pull requests
What would you like?
This is just an issue to track potentially breaking changes for Cypress 15 - decisions are not final at this point.
@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 runtimets-node
[Spike] Investigate migrating off of ts-node #30426@packages/data-context
to use Stage 3 decorators chore: update decorators in@packages/data-context
to use Stage 3 decorators #31184ts-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 #31282ts-node
directly and remove@packages/ts
chore: replace references to@packages/ts
insidemocha
register functions to usts-node/register
#31186injectDocumentDomain
, we should change the defaultdomain
behavior of the Cypress cookie APIs to include subdomain (which is the standard implementation) Cypress 15: remove deprecated injectDocumentDomain configuration option #30816window
in order to avoid cross origin issues #31196glibc
implications?) Electron Update (35) #31257Component testing
The text was updated successfully, but these errors were encountered: