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  1 deprecated subdependencies found: [email protected] #168

Closed
deadcoder0904 opened this issue Feb 7, 2024 · 3 comments
Closed

Comments

@deadcoder0904
Copy link

  • Component or Package Name: source-map-resolve
  • Component or Package Version: 0.6.0

Expected Behavior / Situation

Shows this in the terminal every single time:

WARN  1 deprecated subdependencies found: [email protected]

Actual Behavior / Situation

Should not show it.

Modification Proposal

Use https://github.com/adobe/css-tools (or https://www.npmjs.com/package/@adobe/css-tools) from reworkcss/css#164 instead of https://github.com/reworkcss/css/

When I did npm ls source-map-resolve to see what dependency used it, I saw this:

-- [email protected] -> .\node_modules\.pnpm\[email protected]_@[email protected]_@[email protected]_@[email protected][email protected]\node_modules\jsx-email -- @jsx-email/[email protected] -> .\node_modules.pnpm@[email protected]\node_modules@jsx-email\doiuse-email
+-- [email protected] -> .\node_modules.pnpm\[email protected]\node_modules\css
| -- [email protected] -> .\node_modules\.pnpm\[email protected]\node_modules\source-map-resolve -- [email protected] -> .\node_modules.pnpm\[email protected]\node_modules\style-to-object
-- [email protected] -> .\node_modules\.pnpm\[email protected]\node_modules\inline-style-parser -- [email protected] -> .\node_modules.pnpm\[email protected]\node_modules\css
`-- [email protected] deduped -> .\node_modules.pnpm\[email protected]\node_modules\source-map-resolve

Its just a simple warning in the terminal but really annoying to see everytime I install a new dependency.

@deadcoder0904
Copy link
Author

Looks like someone else opened it first: shellscape/doiuse-email#5

@deadcoder0904
Copy link
Author

There's also an open PR: shellscape/doiuse-email#6

Can you merge it & release a new version?

@shellscape
Copy link
Owner

shellscape commented Feb 7, 2024

Thanks for the issue. This warning is safe to ignore. You can hide them by changing the npm log level on the command line or in npmrc. This isn't actionable in this repo, so closing here

@shellscape shellscape closed this as not planned Won't fix, can't repro, duplicate, stale Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants