axonops / axonops-workbench-cassandra

AxonOps™ Workbench for Apache Cassandra® - Desktop application for Mac, Windows and Linux
https://axonops.com
Apache License 2.0
6 stars 0 forks source link

Check and update packages in the `package.json` file #133

Closed mhmdkrmabd closed 1 month ago

mhmdkrmabd commented 1 month ago
npm warn deprecated regedit-simple@0.0.4: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

This warning can be ignored, regedit-simple is a simple node module to handle the interaction with the Windows registry system, it doesn't need a regular update as it depends on the genuine reg.exe Windows binary: https://github.com/utyfua/regedit-simple/blob/master/index.js#L4

npm warn deprecated readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs
npm warn deprecated debuglog@1.0.1: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated osenv@0.1.5: This package is no longer supported.
npm warn deprecated inflight@1.0.6: 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 gar@1.0.4: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
npm warn deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm warn deprecated npmlog@6.0.2: This package is no longer supported.
npm warn deprecated read-package-json@2.1.2: This package is no longer supported. Please use @npmcli/package-json instead.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported
npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
npm warn deprecated gauge@4.0.4: This package is no longer supported.
npm warn deprecated read-installed@4.0.3: This package is no longer supported.

All those warnings are related to modules that depend on them; the app doesn't depend on those modules that are getting warnings about directly. Authors would consider to update the dependencies of their projects.

npm warn deprecated xterm-addon-fit@0.7.0: This package is now deprecated. Move to @xterm/addon-fit instead.
npm warn deprecated xterm-addon-canvas@0.5.0: This package is now deprecated. Move to @xterm/addon-canvas instead.
npm warn deprecated electron-rebuild@3.2.9: Please use @electron/rebuild moving forward.  There is no API change, just a package name change
npm warn deprecated xterm@5.3.0: This package is now deprecated. Move to @xterm/xterm instead.

All those modules/packages have been updated, and changes in the codebase have been implemented.