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

WARN  3 deprecated subdependencies found: glob@7.2.3, inflight@1.0.6, rimraf@3.0.2 #17332

Closed
7 tasks done
pokeyaro opened this issue May 28, 2024 · 1 comment
Closed
7 tasks done

Comments

@pokeyaro
Copy link

Describe the bug

Why does this WARN occur when building a react project with vite? It's very strange (my environment is based on the latest one)

➜  pnpm create vite@latest .
.../18fc1182f77-1079c                    |   +1 +
.../18fc1182f77-1079c                    | Progress: resolved 1, reused 1, downloaded 0, added 1, done
✔ Select a framework: › React
✔ Select a variant: › TypeScript + SWC

Scaffolding project in /Users/...

Done. Now run:

  pnpm install
  pnpm run dev

➜ pnpm i
 WARN  3 deprecated subdependencies found: glob@7.2.3, inflight@1.0.6, rimraf@3.0.2
Packages: +153
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 199, reused 153, downloaded 0, added 153, done

dependencies:
+ react 18.3.1
+ react-dom 18.3.1

devDependencies:
+ @types/react 18.3.3
+ @types/react-dom 18.3.0
+ @typescript-eslint/eslint-plugin 7.11.0
+ @typescript-eslint/parser 7.11.0
+ @vitejs/plugin-react-swc 3.7.0
+ eslint 8.57.0 (9.3.0 is available)
+ eslint-plugin-react-hooks 4.6.2
+ eslint-plugin-react-refresh 0.4.7
+ typescript 5.4.5
+ vite 5.2.12

Done in 9.5s

Reproduction

Steps to reproduce

pnpm create vite@latest .

System Info

➜ pnpm -v
9.1.3

➜ node -v
v22.2.0

Used Package Manager

pnpm

Logs

Validations

@bluwy
Copy link
Member

bluwy commented May 29, 2024

You can ignore them. I'll keep the upgrade issue in #17306

If you're curious where they're coming from, you can run for example pnpm ls rimraf --depth Infinity and help us upgrade the dependencies.

@bluwy bluwy closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants