Skip to content

Update deprecated dependencies #11

@Pilgrimeru

Description

@Pilgrimeru

Is your feature request related to a problem? Please describe.
I'm always frustrated when using the @discordjs/node-pre-gyp package because it relies on deprecated and unsupported dependencies. Specifically, npmlog@5.0.1 and rimraf@3.0.2 need to be updated as these versions are no longer maintained.

Describe the ideal solution
Update the dependencies in the @discordjs/node-pre-gyp package to use supported and maintained versions:

  • Replace npmlog@5.0.1 with a supported logging package like winston.
  • Upgrade rimraf to version 4 or higher to ensure it is maintained.

Metadata

Metadata

Assignees

No one assigned

    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