Closed greenkeeper[bot] closed 4 years ago
dependency
del was updated from 4.1.1
to 5.1.0
.Update to this version instead 🚀
Enhancements:
Fixes:
Shoutout to @chrisblossom for doing most of the work on this release
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
The dependency del was updated from
4.1.1
to5.0.0
.This version is not covered by your current version range.
If you don’t 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 ensuredel
still does what you expect before you run it on the real files.Breaking:
Important: If you used any of the
globby
options, please note thatglobby
switched from using theglob
package tofast-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.
c071180
5.0.0
a73462c
Meta tweaks
6f96d2d
Update globby to version 10 (#64)
6e23f6a
Tidelift tasks
42e67a8
Require Node.js 8
535d775
Enable the repo sponsor button
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: