deprecated rimraf version v2
When doing npm install with patch-package we get this error:
Following the dependency we see this:
Can you upgrade this package to a non deprecated version?
It was moved to the devDependencies (#517) but no new version has been released since.
It was also mentioned in #537 before this
It worse than this. [email protected] pulls in [email protected] which pulls in [email protected] which causes all these warnings to be printed on npm install:
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
% npm why inflight
[email protected]
node_modules/inflight
inflight@"^1.0.4" from [email protected]
node_modules/glob
glob@"^7.1.3" from [email protected]
node_modules/rimraf
rimraf@"^2.6.3" from [email protected]
node_modules/patch-package
patch-package@"8.0.0" from the root project
Both [email protected] and [email protected] are deprecated, and they are causing a memory leak.
We're having the same issues. Would be nice to update/remove these dependencies. We're getting them from style-dictionary which installs patch-package.
Same here
any updates?
There's been a new version (v8.0.1) on npm which includes the change for rimraf. So this issue seems to be resolved, @Lionhunt3r 😊