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

chore(deps-dev): bump rimraf from 2.6.3 to 2.7.1 #3972

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2022

Bumps rimraf from 2.6.3 to 2.7.1.

Changelog

Sourced from rimraf's changelog.

v3.0

  • Add --preserve-root option to executable (default true)
  • Drop support for Node.js below version 6

v2.7

  • Make glob an optional dependency

2.6

  • Retry on EBUSY on non-windows platforms as well
  • Make rimraf.sync 10000% more reliable on Windows

2.5

  • Handle Windows EPERM when lstat-ing read-only dirs
  • Add glob option to pass options to glob

2.4

  • Add EPERM to delay/retry loop
  • Add disableGlob option

2.3

  • Make maxBusyTries and emfileWait configurable
  • Handle weird SunOS unlink-dir issue
  • Glob the CLI arg for better Windows support

2.2

  • Handle ENOENT properly on Windows
  • Allow overriding fs methods
  • Treat EPERM as indicative of non-empty dir
  • Remove optional graceful-fs dep
  • Consistently return null error instead of undefined on success
  • win32: Treat ENOTEMPTY the same as EBUSY
  • Add rimraf binary

2.1

  • Fix SunOS error code for a non-empty directory
  • Try rmdir before readdir
  • Treat EISDIR like EPERM
  • Remove chmod
  • Remove lstat polyfill, node 0.7 is not supported

2.0

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner March 25, 2022 22:52
@dependabot dependabot bot requested a review from randi274 March 25, 2022 22:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 25, 2022
Copy link
Contributor

@mohanraj-r mohanraj-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't update all occurrences of rimraf

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rimraf-2.7.1 branch from 54dba33 to 741f529 Compare March 30, 2022 13:21
@trinasfdx trinasfdx added the status:in review pr/issue is being reviewed label Apr 1, 2022
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.6.3 to 2.7.1.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v2.6.3...v2.7.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/rimraf-2.7.1 branch from 741f529 to d90024f Compare April 6, 2022 13:11
@mohanraj-r mohanraj-r closed this May 12, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code status:in review pr/issue is being reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants