spectral icon indicating copy to clipboard operation
spectral copied to clipboard

Unsupported dependency produces warning

Open matthieuLepetit opened this issue 1 year ago • 0 comments

Chore summary

Hello !

I found unsupported dependency which could be updated.

It produces warnings when installing :

npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported npm warn deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead

└─┬ @stoplight/[email protected] └─┬ @stoplight/[email protected] └─┬ @rollup/[email protected] └─┬ [email protected] └── [email protected]

│ ├─┬ @stoplight/[email protected] │ │ └─┬ @stoplight/[email protected] │ │ └─┬ @rollup/[email protected] │ │ └── [email protected]

Tasks

  • [ ] update @rollup/plugin-commonjs to a version where glob is v9 or higher and no warning about sourcemap-codec

matthieuLepetit avatar Dec 05 '24 16:12 matthieuLepetit