-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
DEP0040 cypress install causes node 22 punycode
deprecation
#29774
Comments
punycode
deprecation
tough-cookie@5.0.0 resolves this issue, however there has been no update made to
|
Node.js |
punycode
deprecationpunycode
deprecation
|
We are also having this issue. Any eta to a merge on |
I have seen that this is merged and there is a new release @cypress/request@3.0.6 |
|
VerificationUbuntu Current stategit clone https://github.com/cypress-io/cypress-example-kitchensink
cd cypress-example-kitchensink
git clean -xfd # only needed if repeating
git checkout b9b42b836369d63767f583edce5a4de5dfab32b7 # locked to @cypress/request@3.0.5
npm ci
npm install cypress@13.15.1 # demonstrates that this version does not solve issue
npm ls @cypress/request
npx cypress install shows DeprecationWarning
After PR #30488npm install https://cdn.cypress.io/beta/npm/13.15.2/linux-x64/develop-0e5b131b467f4aa73a9f0ca5cdb1168ce58dd447/cypress.tgz # fixes issue
npm ls @cypress/request
npx cypress install no more DeprecationWarning:
|
Current behavior
Executing
causes a deprecation warning when run under Node.js
22
Desired behavior
Executing
should not show any deprecation warning when run under any supported version of Node.js, including
22.x
.Test code to reproduce
mkdir cy-test cd cy-test git init npm init -y npm install cypress -D npx cypress install
Cypress Version
First reported on version:
13.12.0
Reproducible also on:
13.15.0
Node version
v22.3.0
v22.9.0
Operating System
Ubuntu
22.04.4
LTSDebug Logs
Other
This issue is related to
punycode
deprecation message displayed with Node.js >=v21.x
request#48The text was updated successfully, but these errors were encountered: