Description
Installing or updating autohand-cli globally produces a deprecation warning for uuid@8.3.2:
npm warn deprecated uuid@8.3.2: uuid@10 and below is no longer supported.
For ESM codebases, update to uuid@latest.
For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).
Affected dependency chain
autohand-cli@0.9.1
└─ node-notifier@10.0.1
└─ uuid@8.3.2 (deprecated)
Suggested fix
node-notifier has newer releases that depend on a current uuid. Bumping node-notifier from 10.0.1 to its latest version should clear the warning.
Alternatively, if node-notifier isn't strictly required by autohand-cli's core flow, consider whether it can be removed or made optional.
Environment
- OS: macOS (Apple Silicon)
- Node: v22.x
- npm: 11.16.0
- autohand-cli: 0.9.1 (latest on npm)
Description
Installing or updating
autohand-cliglobally produces a deprecation warning foruuid@8.3.2:Affected dependency chain
Suggested fix
node-notifierhas newer releases that depend on a currentuuid. Bumpingnode-notifierfrom10.0.1to its latest version should clear the warning.Alternatively, if
node-notifierisn't strictly required byautohand-cli's core flow, consider whether it can be removed or made optional.Environment