Skip to content

uuid@8.3.2 deprecation via node-notifier@10.0.1 #230

@QutritSystems

Description

@QutritSystems

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions