-
Notifications
You must be signed in to change notification settings - Fork 39
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
npm WARN deprecated [email protected] is no longer supported #336
Comments
I thought I might at least be able to get rid of the Even without attempting to make this change, on Ubuntu 22.04 with Node.js
executed on a clone of this repo shows:
so it seems this is not simple to resolve. 🙁 |
Hi @MikeMcC399 , I do not anticipate us being able to investigate this problem at the moment. I will route the issue and we will keep it in the backlog. We are of course always open to community contributions if anyone out there is so inclined. |
Hi Ben @nagash77 This is quite a tricky issue, so I wasn't expecting it to get solved soon, and I'm not even sure that it can be solved in Cypress at the moment. I just wanted to make sure it was recorded as a known-issue, since I wasn't able to find a solution for it myself.
|
I think we should be able to bump Puppeteer to the latest version (and not pin it) with some additional dependency updates noted in my PR above. I just didn't have the bandwidth to go that deep at the time. |
This comment was marked as outdated.
This comment was marked as outdated.
This can unblock steps needed to resolve this issue, however there are still multiple deprecation warnings and critical vulnerabilities left, so there would still be significant effort needed. |
The warning has now changed to
See https://github.com/puppeteer/puppeteer/releases for current releases e.g. |
cc @jennifer-shehane in case this needs to be prioritized/rerouted |
This comment was marked as outdated.
This comment was marked as outdated.
|
Mainly due to using the unsupported
|
Hi Team, I can see the issue is marked as triaged. Not knowing the cypress update process, I'm curious as to where a fix for this is at. I'm happy to look at getting a PR done to resolve this but I'd need some help in figuring out the process to do so. The Contributing.md file feels quite light and also contains dead links (such as https://github.com/netlify/build/blob/main/docs/creating-a-plugin.md). Thanks for your help |
|
This issue still occurs, however there has been no new release of the plugin during the past 2 years, so closing issue as stale. |
Versions
v18.15.0v20.17.0 & v22.11.09.5.010.8.2 & 10.9.0Describe the bug
Installing netlify-plugin-cypress@latest (v2.2.1) results in the warning:
Steps to reproduce
mkdir netlify-plugin-test cd netlify-plugin-test npm init -y npm install netlify-plugin-cypress@latest
note warnings:
Expected
When
is executed, no warnings should be displayed.
The current version of puppeteer is
23.10.1
.Link to the repo
Reproducible example onhttps://github.com/cypress-io/cypress-example-kitchensinkClone the repository and executeThe text was updated successfully, but these errors were encountered: