You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like folks are getting npm install warnings from this package, is it possible to upgrade the rimraf package version? Or would you accept a PR of an upgrade? Looks like it might be a major version bump (the latest rimraf is v5).
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
If you’d like these dependency updates merged back upstream, I’m happy to PR this but I think long term we’re trying to move towards Node-native fs.cp so I don’t blame y’all if this package is retired (11ty/eleventy#3360)
Looks like folks are getting
npm
install warnings from this package, is it possible to upgrade therimraf
package version? Or would you accept a PR of an upgrade? Looks like it might be a major version bump (the latestrimraf
is v5).Changelog here: https://github.com/isaacs/rimraf?tab=readme-ov-file#major-changes
Related: 11ty/eleventy#3299
The text was updated successfully, but these errors were encountered: