Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
Open
@Pranavjeet-Naidu

Description

@Pranavjeet-Naidu
Issue body actions

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

  • rimraf@3.0.2 is no longer supported (please upgrade to rimraf@4 or later).
  • glob@7.2.3 is no longer supported (please upgrade to glob@9 or later).

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:

browser-agent-switch@1.0.0 /home/grass/projects/BrowserAgents/browser-agent-switch
├── glob@11.0.0
├─┬ puppeteer-extra-plugin-stealth@2.11.2
│ └─┬ puppeteer-extra-plugin-user-preferences@2.4.1
│   └─┬ puppeteer-extra-plugin-user-data-dir@2.4.1
│     └─┬ rimraf@3.0.2
│       └─┬ glob@7.2.3
│         └── inflight@1.0.6
└─┬ rimraf@6.0.1
  └── glob@11.0.0 deduped

Versions:

npx envinfo@latest --system --binaries --npmPackages '*(puppeteer*|playwright*|automation-extra*|@extra*)'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.