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

Plans to release v12.0.1 #659

Open
daze99 opened this issue Feb 7, 2025 · 2 comments
Open

Plans to release v12.0.1 #659

daze99 opened this issue Feb 7, 2025 · 2 comments

Comments

@daze99
Copy link

daze99 commented Feb 7, 2025

It has been a while since the last update. Do you have plans to release a new version v12.0.1?

@zdm
Copy link

zdm commented Feb 8, 2025

Also please update all outdated and not supported dependencies. Currently project looks like heap of garbage.

$ npm i cordova

npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm warn deprecated [email protected]: This package is no longer supported. Please use @npmcli/package-json instead.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This module is not used anymore, and has been replaced by @npmcli/package-json
npm warn deprecated [email protected]: this library is no longer supported
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.
npm warn deprecated
npm warn deprecated (For a CapTP with native promises, see @endo/eventual-send and @endo/captp)
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm warn deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

added 556 packages in 58s

@breautek
Copy link
Contributor

breautek commented Feb 8, 2025

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

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).

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

3 participants