dpogue commented on issue #209: URL: https://github.com/apache/cordova-common/issues/209#issuecomment-2266086917
For context, `caniuse-lite` is a subdependency several layers down of the JavaScript code coverage reporting tool `nyc`, which is only used as a [development dependency](https://github.com/apache/cordova-common/blob/3d7f7360273b90c73d263f2fa42eaf0daca453ad/package.json#L37) and is not distributed by, included by, or installed by end users of Cordova. ``` $ npm ls caniuse-lite cordova-common@5.0.1-dev └─┬ 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 don't believe it's possible to drop this without dropping code coverage for unit testing. -- 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