breautek commented on issue #209:
URL: https://github.com/apache/cordova-common/issues/209#issuecomment-2266090543

   Looks like it's being imported via `nyc` package:
   
   ```
   npm ls caniuse-lite
   cordova-common@5.0.1-dev /development/cordova/apache/cordova-common
   └─┬ nyc@15.1.0
     └─┬ istanbul-lib-instrument@4.0.3
       └─┬ @babel/core@7.24.3
         └─┬ @babel/helper-compilation-targets@7.23.6
           └─┬ browserslist@4.23.0
             └── caniuse-lite@1.0.30001600
   ```
   
   I tried updating to the latest version of nyc but it still has the 
dependency:
   
   ```
   npm ls caniuse-lite
   cordova-common@5.0.1-dev /development/cordova/apache/cordova-common
   └─┬ nyc@17.0.0
     └─┬ istanbul-lib-instrument@6.0.3
       └─┬ @babel/core@7.25.2
         └─┬ @babel/helper-compilation-targets@7.25.2
           └─┬ browserslist@4.23.3
             └── caniuse-lite@1.0.30001646
   
   ```
   
   So that means we will have to drop nyc (a code coverage tool) :\
   
   > Issue also seems to affact https://github.com/apache/cordova-eslint
   
   It likely affects all cordova packages tbh, `nyc` is a widely used package.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to