amp-by-example
amp-by-example copied to clipboard
Update dependency del to v5
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| del | devDependencies | major | 4.1.1 -> 5.1.0 |
Release Notes
sindresorhus/del
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
cwdoption (#96)ffbf4c4 - Prevent race condition on macOS when deleting files (#95)
8efdbcd
Shoutout to @chrisblossom for doing most of the work on this release 🙌
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 - You can no longer pass in paths with backward-slashes. If you need to construct a glob pattern, use
path.posix.join()instead ofpath.join(). You can useslashto transform backward-slash paths to forward-slash paths. - Update globby from version 6 to version 10 (#64)
6f96d2dImportant: If you used any of theglobbyoptions, please note thatglobbyswitched from using theglobpackage tofast-glob, so almost all the option names changed. Here's how to migrate the options.
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".
:no_bell: 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 Renovate Bot. View repository job log here.