breautek commented on issue #659:
URL: https://github.com/apache/cordova-cli/issues/659#issuecomment-2645914192

   > It has been a while since the last update. Do you have plans to release a 
new version v12.0.1?
   
   Due to the volunteer nature of Apache projects, we cannot give an ETA. But 
it looks like our next release might be v13 major release, based on the 
[milestones](https://github.com/apache/cordova-cli/milestones)
   
   > Also please update all outdated and not supported dependencies. Currently 
project looks like heap of garbage.
   
   Most of these packages are not used by Cordova. If you're installing on an 
existing project with an existing `node_modules` tree / `package-lock.json`, 
Cordova or it's dependencies may use some of these versions if they are within 
the satisfiable version range. This is standard NPM behaviour in managing 
dependencies including grand children dependencies.
   
   Running `npm upgrade` will roll all your dependencies to the latest versions 
available, within the satisfiable version pins of each package. If you install 
cordova globally, then `npm upgrade -g` should also work. This should address 
most of these deprecated packages. If not, then running `npm ls <package>` will 
tell you why it's being imported.
   
   There are 2 deprecated packages that will be still installed, 
`har-validator` and `request` which will be addressed in the next release (from 
the removal of the `insight` 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