Skip to content

Upgrade rimraf because used 3.0.2 is no longer supported & uses other unsupported packages with problems #13889

Open
@xyzzy-plugh-plover

Description

@xyzzy-plugh-plover

How did you install the Amplify CLI?

brew

If applicable, what version of Node.js are you using?

v22.6.0

Amplify CLI Version

12.12.6

What operating system are you using?

Mac

Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.

No manual changes made

Describe the bug

Upgrade rimraf because used version 3.0.2 is no longer supported & it uses other unsupported packages with problems, as per the following command line output:

$ npm update -g

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 [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

Expected behavior

Using a newer (preferably most recent) version of rimraf to avoid memory leaks & other issues.

Reproduction steps

$ npm update -g

Project Identifier

No response

Log output

No response

Additional information

No response

Before submitting, please confirm:

  • I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
  • I have removed any sensitive information from my code snippets and submission.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdependency-issueIssue with another dependency usedp3

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions