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

Unsupported dependency produces warning #2752

Open
1 task
matthieuLepetit opened this issue Dec 5, 2024 · 0 comments
Open
1 task

Unsupported dependency produces warning #2752

matthieuLepetit opened this issue Dec 5, 2024 · 0 comments
Labels

Comments

@matthieuLepetit
Copy link

matthieuLepetit commented Dec 5, 2024

Chore summary

Hello !

I found unsupported dependency which could be updated.

It produces warnings when installing :

npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead

└─┬ @stoplight/spectral-cli@6.14.2
└─┬ @stoplight/spectral-ruleset-bundler@1.6.1
└─┬ @rollup/plugin-commonjs@22.0.2
└─┬ magic-string@0.25.9
└── sourcemap-codec@1.4.8

│ ├─┬ @stoplight/spectral-cli@6.14.2
│ │ └─┬ @stoplight/spectral-ruleset-bundler@1.6.1
│ │ └─┬ @rollup/plugin-commonjs@22.0.2
│ │ └── glob@7.2.3

Tasks

  • update @rollup/plugin-commonjs to a version where glob is v9 or higher and no warning about sourcemap-codec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant