Skip to content
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

Installation deprecations caused by netlify-plugin-cypress #708

Closed
MikeMcC399 opened this issue Jul 19, 2023 · 2 comments · Fixed by #816
Closed

Installation deprecations caused by netlify-plugin-cypress #708

MikeMcC399 opened this issue Jul 19, 2023 · 2 comments · Fixed by #816
Labels

Comments

@MikeMcC399
Copy link
Collaborator

MikeMcC399 commented Jul 19, 2023

Current situation

README instructs to install dependencies using:

npm install

Two deprecation warnings are output:

npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated puppeteer@18.1.0: < 21.5.0 is no longer supported

Environment: Node.js 18.17.0 & ~~20.10.0~~ 20.11.0

Desired situation

There should be no deprecation warnings output when npm install is executed.

Comments

The deprecation warnings come from netlify-plugin-cypress@2.2.1 which uses:

  • debug@4.1.1 and
  • puppeteer@18.1.0

This is an open issue in cypress-io/netlify-plugin-cypress:

@MikeMcC399
Copy link
Collaborator Author

Suggestion

Remove the netlify-plugin-cypress example from this repository, since it continues to cause deprecation messages and there is no published plan to update the plugin.

@cypress-app-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 2.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants