Closed as not planned
Description
Versions
- What is this plugin's version: 2.2.1
- What is the Node version:
v18.15.0v20.17.0 & v22.11.0 - What is the NPM version:
9.5.010.8.2 & 10.9.0
Describe the bug
Installing netlify-plugin-cypress@latest (v2.2.1) results in the warning:
npm WARN deprecated [email protected]: < 19.4.0 is no longer supported
npm WARN deprecated [email protected]: < 22.8.2 is no longer supported
Steps to reproduce
mkdir netlify-plugin-test
cd netlify-plugin-test
npm init -y
npm install netlify-plugin-cypress@latest
note warnings:
$ npm install netlify-plugin-cypress@latest
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: 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 [email protected]: < 22.8.2 is no longer supported
added 265 packages, and audited 266 packages in 1m
30 packages are looking for funding
run `npm fund` for details
8 vulnerabilities (1 low, 1 moderate, 6 high)
Some issues need review, and may require choosing
a different dependency.
Run `npm audit` for details.
Expected
When
npm install netlify-plugin-cypress@latest
is executed, no warnings should be displayed.
The current version of puppeteer is 23.10.1
.
Link to the repo
- Removed through PR chore: remove netlify-plugin-cypress cypress-example-kitchensink#816
Reproducible example on
https://github.com/cypress-io/cypress-example-kitchensink
Clone the repository and execute
npm ci