Update to rimraf
4.0.0 or later
#30148
Labels
process: dependencies
Related to internal dependencies
type: chore
Work is required w/ no deliverable to end user
What would you like?
5.x
). This is the highest version which is still compatible with Node.js18.x
(see CHANGELOG).Why is this needed?
The npm module @types/rimraf is deprecated. [email protected] introduced TypeScript support - also mentioned in the CHANGELOG v4.0.
Other
Where used:
"@types/rimraf": "^3.0.2"
"rimraf": "3.0.2"
"rimraf": "^5.0.1"
"rimraf": "3.0.2"
"rimraf": "^5.0.1"
5.x
is currently5.0.10
6.x
restricts to"node": "20 || >=22"
The text was updated successfully, but these errors were encountered: