Skip to content
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

fix(deps): update dependency rimraf to v5 - autoclosed #464

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rimraf ^3.0.2 -> ^5.0.0 age adoption passing confidence

Release Notes

isaacs/rimraf (rimraf)

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.0

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rimraf-5.x branch 2 times, most recently from 7d2f20f to 309f1b3 Compare May 28, 2023 16:35
@XhmikosR
Copy link
Contributor

I'd switch to native fs.rm and remove rimraf when support for older Node.js versions is dropped.

@renovate renovate bot force-pushed the renovate/rimraf-5.x branch 2 times, most recently from 89f853a to a16315c Compare June 15, 2023 15:38
@renovate renovate bot force-pushed the renovate/rimraf-5.x branch 2 times, most recently from aefaa43 to 2e636df Compare July 25, 2023 14:45
@w3nl
Copy link
Contributor

w3nl commented Dec 18, 2023

closes: #506

@w3nl
Copy link
Contributor

w3nl commented Dec 18, 2023

fs.rm is added in Node.js v14.14.0

Current situation is that it should work in Node.js 12+

Not sure how long you want to support Node.js 12 that is already 1,5 year end-of-life.
Node.js 16 is also already end-of-life for a few months.
https://github.com/nodejs/Release

But removing a dependency with vulnerabilities and replace by native functions would be a nice upgrade.

@bcoe bcoe added the ci label Jan 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency rimraf to v5 fix(deps): update dependency rimraf to v5 - autoclosed Jan 3, 2024
@renovate renovate bot closed this Jan 3, 2024
@renovate renovate bot deleted the renovate/rimraf-5.x branch January 3, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants