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

Deprecation warnings #217

Closed
BonBonSlick opened this issue Jun 15, 2020 · 4 comments
Closed

Deprecation warnings #217

BonBonSlick opened this issue Jun 15, 2020 · 4 comments

Comments

@BonBonSlick
Copy link

OS: Debian 9.6

bonbon@debian:~$ sudo npm install -g cordova
[sudo] password for bonbon: 
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
/usr/bin/cordova -> /usr/lib/node_modules/cordova/bin/cordova
+ [email protected]
added 432 packages from 355 contributors in 21.343s
bonbon@debian:~$ 

@breautek
Copy link
Contributor

breautek commented Jun 15, 2020

urix

npm-why urix

  Who required urix:

  cordova > cordova-lib > globby > fast-glob > micromatch > braces > snapdragon > source-map-resolve > [email protected]
  cordova > cordova-lib > globby > fast-glob > micromatch > extglob > expand-brackets > snapdragon > source-map-resolve > [email protected]
  cordova > cordova-lib > globby > fast-glob > micromatch > extglob > snapdragon > source-map-resolve > [email protected]
  cordova > cordova-lib > globby > fast-glob > micromatch > nanomatch > snapdragon > source-map-resolve > [email protected]
  cordova > cordova-lib > globby > fast-glob > micromatch > snapdragon > source-map-resolve > [email protected]

resolve-url

npm-why resolve-url

  Who required resolve-url:

  cordova > cordova-lib > globby > fast-glob > micromatch > braces > snapdragon > source-map-resolve > [email protected]
  cordova > cordova-lib > globby > fast-glob > micromatch > extglob > expand-brackets > snapdragon > source-map-resolve > [email protected]
  cordova > cordova-lib > globby > fast-glob > micromatch > extglob > snapdragon > source-map-resolve > [email protected]
  cordova > cordova-lib > globby > fast-glob > micromatch > nanomatch > snapdragon > source-map-resolve > [email protected]
  cordova > cordova-lib > globby > fast-glob > micromatch > snapdragon > source-map-resolve > [email protected]

request

npm-why request

  Who required request:

  cordova > insight > [email protected]

Several packages needs to be updated that is outside of our control, so it may take awhile before these deprecation packages is resolved.

@timbru31
Copy link
Member

Please also note, that we have upgraded several dependencies in cordova-lib, some of them are breaking changes like globby v9 -> v10, too. These dependency updates are not yet released and will follow with the CLI v10 release.

@rjober
Copy link

rjober commented Jul 23, 2020

having same issue

@timbru31
Copy link
Member

timbru31 commented Jul 23, 2020

I'm not getting any deprecations besides request. The correct place to ask is here, because we depend on insight and can't change the request dependency.

Further issues should also be opened directly at https://github.com/apache/cordova-lib or https://github.com/apache/cordova-cli

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

4 participants