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.
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 (andrename-overwrite
) and then updating pnpm to use the latestrename-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.