-
-
Couldn't load subscription status.
- Fork 5
fix(deps)!: upgrade rimraf addressing upstream warnings #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Resolves deprecation warnings about glob, inflight, and rimraf. See istanbuljs/nyc#1563.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This version of rimraf requires Node 14 or higher I believe? So this is a breaking change. Not necessarily a problem, but we will need to be careful about landing.
Update the PR title to:
fix(deps)!: upgrade rimraf addressing upstream warnings
If you don't mind 👏
I dont't mind at all. 🙂 |
| "istanbul-lib-coverage": "^3.2.0", | ||
| "p-map": "^3.0.0", | ||
| "rimraf": "^3.0.0", | ||
| "rimraf": "^4.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the slow turnaround on this review, if you don't mind also add this to package.json:
"engines": {
"node": ">=14"
},
I can take it from there.
|
Done, thanks! |
Matching request at istanbuljs/istanbul-lib-processinfo#26 (comment)
Matching request at istanbuljs/istanbul-lib-processinfo#26 (comment)
|
Hi, is there any progress on this PR? I'm receiving 8 lines of deprecation warnings in each clean |
|
@bcoe Is there anything else you need from me to move forward on this? |
Resolves deprecation warnings about glob, inflight, and rimraf. See istanbuljs/nyc#1563.