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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update del to the latest version 馃殌 #15

Closed
wants to merge 2 commits into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 2, 2019

The dependency del was updated from 4.1.1 to 5.0.0.

This version is not covered by your current version range.

If you don鈥檛 accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v5.0.0

This release changes the underlying globbing engine, so you are strongly recommended to use the dryRun option to ensure del still does what you expect before you run it on the real files.

Breaking:

  • Require Node.js 8 42e67a8
  • Update globby from version 6 to version 10 (#64) 6f96d2d
    Important: If you used any of the globby options, please note that globby switched from using the glob package to fast-glob, so almost all the option names changed. Here's how to migrate the options.

v4.1.1...v5.0.0

Commits

The new version differs by 6 commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@coveralls
Copy link

coveralls commented Jul 2, 2019

Pull Request Test Coverage Report for Build 102

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.45%

Totals Coverage Status
Change from base Build 94: 0.0%
Covered Lines: 100
Relevant Lines: 100

馃挍 - Coveralls

greenkeeper bot added a commit that referenced this pull request Aug 23, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 23, 2019

  • The dependency del was updated from 4.1.1 to 5.1.0.

Update to this version instead 馃殌

Release Notes for v5.1.0

Enhancements:

  • Allow non-glob patterns with backslash on Windows (like v4) (#100) 01da91f
  • Make deletion more reliable on Windows by retrying when Windows is being difficult (#108) 1299747
  • Sort removed files, so the returned array is always stable (#102) ca05c65

Fixes:

  • Fix the cwd option (#96) ffbf4c4
  • Prevent race condition on macOS when deleting files (#95) 8efdbcd

v5.0.0...v5.1.0


Shoutout to @chrisblossom for doing most of the work on this release 馃檶

Commits

The new version differs by 12 commits.

  • 557c1fa 5.1.0
  • 12c443d Meta tweaks
  • 01da91f Allow non-glob patterns with backslash on Windows (#100)
  • 9c72270 Add benchmarks (#101)
  • 1299747 Use graceful-fs (#108)
  • f509a89 Update dependencies (#109)
  • ca05c65 Sort removed files (#102)
  • 51662ac Reverse order back for the returned paths (#99)
  • 902b594 Meta tweaks
  • ffbf4c4 Fix the cwd option (#96)
  • 8efdbcd Prevent race condition on macOS when deleting files (#95)
  • 9e7550b Add note about backward-slashes

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants