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

[Bug] Outdated rimraf and glob dependencies causing deprecation warnings #914

Open
Pranavjeet-Naidu opened this issue Dec 26, 2024 · 0 comments
Labels
issue: bug report A bug has been reported needs triage

Comments

@Pranavjeet-Naidu
Copy link

When installing puppeteer-extra-plugin-stealth and its dependencies in my project, I encountered the following deprecation warnings:

These warnings may cause compatibility issues with other packages and indicate outdated dependencies in the puppeteer-extra-plugin-user-data-dir plugin.

How to reproduce:

  1. Run the following installation command in a Node.js project:
    npm install puppeteer-extra-plugin-stealth
  2. Observe the deprecation warnings in the console.

Code snippet:

npm install puppeteer-extra-plugin-stealth

Dependency Tree:
Here’s the dependency tree that shows the outdated versions of rimraf and glob:

[email protected] /home/grass/projects/BrowserAgents/browser-agent-switch
├── [email protected]
├─┬ [email protected]
│ └─┬ [email protected]
│   └─┬ [email protected]
│     └─┬ [email protected]
│       └─┬ [email protected]
│         └── [email protected]
└─┬ [email protected]
  └── [email protected] deduped

Versions:

npx envinfo@latest --system --binaries --npmPackages '*(puppeteer*|playwright*|automation-extra*|@extra*)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug report A bug has been reported needs triage
Projects
None yet
Development

No branches or pull requests

1 participant