zkochan / packages

Zoltan Kochan's npm packages
MIT License
99 stars 26 forks source link

Upgrade rimraf to v5 to remove deprecated package #189

Closed ericanderson closed 3 months ago

ericanderson commented 4 months ago

Currently, depending on latest pnpm packages produces a warning such as: [N] deprecated subdependencies found: [...], glob@7.2.3, inflight@1.0.6, rimraf@3.0.2

Some of these can be removed by upgrading @zkochan/rimraf library (and rename-overwrite) and then updating pnpm to use the latest rename-overwrite.

I've read the release notes for rimraf and I don't think this would break, but given the "new" (2+ years old) optimized windows path, along with the removal of node 14 support, I thought it would just be best to make this a major version change.

ericanderson commented 3 months ago

Thanks friends. Now to propagate through pnpm :)