Update dependency del to v5 #10

Manually merged
samuel-p merged 1 commits from renovate/del-5.x into master 2020-07-05 11:38:53 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
del devDependencies major 3.0.0 -> 5.1.0

Release Notes

sindresorhus/del

v5.1.0

Compare Source

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:


Shoutout to @​chrisblossom for doing most of the work on this release 🙌

v5.0.0

Compare Source

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 of path.join(). You can use slash to transform backward-slash paths to forward-slash paths.
  • 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

Compare Source

For TypeScript users only:

  • Fix missing TypeScript import 0361dcc

v4.1.0

Compare Source

  • Refactor TypeScript definition to CommonJS compatible export (#​82) 3f0d604

v4.0.0

Compare Source

Breaking:

Enhancements:


Renovate configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [del](https://github.com/sindresorhus/del) | devDependencies | major | [`3.0.0` -> `5.1.0`](https://renovatebot.com/diffs/npm/del/3.0.0/5.1.0) | --- ### Release Notes <details> <summary>sindresorhus/del</summary> ### [`v5.1.0`](https://github.com/sindresorhus/del/releases/v5.1.0) [Compare Source](https://github.com/sindresorhus/del/compare/v5.0.0...v5.1.0) Enhancements: - Allow non-glob patterns with backslash on Windows (like v4) ([#&#8203;100](https://github.com/sindresorhus/del/issues/100)) [`01da91f`](https://github.com/sindresorhus/del/commit/01da91f) - Make deletion more reliable on Windows by retrying when Windows is being difficult ([#&#8203;108](https://github.com/sindresorhus/del/issues/108)) [`1299747`](https://github.com/sindresorhus/del/commit/1299747) - Sort removed files, so the returned array is always stable ([#&#8203;102](https://github.com/sindresorhus/del/issues/102)) [`ca05c65`](https://github.com/sindresorhus/del/commit/ca05c65) Fixes: - Fix the `cwd` option ([#&#8203;96](https://github.com/sindresorhus/del/issues/96)) [`ffbf4c4`](https://github.com/sindresorhus/del/commit/ffbf4c4) - Prevent race condition on macOS when deleting files ([#&#8203;95](https://github.com/sindresorhus/del/issues/95)) [`8efdbcd`](https://github.com/sindresorhus/del/commit/8efdbcd) * * * Shoutout to [@&#8203;chrisblossom](https://github.com/chrisblossom) for doing most of the work on this release 🙌 ### [`v5.0.0`](https://github.com/sindresorhus/del/releases/v5.0.0) [Compare Source](https://github.com/sindresorhus/del/compare/v4.1.1...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`](https://github.com/sindresorhus/del/commit/42e67a8) - You can no longer pass in paths with backward-slashes. If you need to construct a glob pattern, use `path.posix.join()` instead of `path.join()`. You can use [`slash`](https://github.com/sindresorhus/slash) to transform backward-slash paths to forward-slash paths. - Update globby from version 6 to version 10 ([#&#8203;64](https://github.com/sindresorhus/del/issues/64)) [`6f96d2d`](https://github.com/sindresorhus/del/commit/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.](https://github.com/mrmlnc/fast-glob#compatible-with-node-glob) ### [`v4.1.1`](https://github.com/sindresorhus/del/releases/v4.1.1) [Compare Source](https://github.com/sindresorhus/del/compare/v4.1.0...v4.1.1) For TypeScript users only: - Fix missing TypeScript import [`0361dcc`](https://github.com/sindresorhus/del/commit/0361dcc) ### [`v4.1.0`](https://github.com/sindresorhus/del/releases/v4.1.0) [Compare Source](https://github.com/sindresorhus/del/compare/v4.0.0...v4.1.0) - Refactor TypeScript definition to CommonJS compatible export ([#&#8203;82](https://github.com/sindresorhus/del/issues/82)) [`3f0d604`](https://github.com/sindresorhus/del/commit/3f0d604) ### [`v4.0.0`](https://github.com/sindresorhus/del/releases/v4.0.0) [Compare Source](https://github.com/sindresorhus/del/compare/v3.0.0...v4.0.0) Breaking: - Require Node.js 6 [`434c9f6`](https://github.com/sindresorhus/del/commit/434c9f6) Enhancements: - Add TypeScript definition ([#&#8203;81](https://github.com/sindresorhus/del/issues/81)) [`34c771e`](https://github.com/sindresorhus/del/commit/34c771e) - Fix typo in error message ([#&#8203;80](https://github.com/sindresorhus/del/issues/80)) [`e73cc8a`](https://github.com/sindresorhus/del/commit/e73cc8a) </details> --- ### Renovate configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
samuel-p was assigned by renovate-bot 2020-07-04 06:23:05 +00:00
renovate-bot force-pushed renovate/del-5.x from 5fcf071543 to 17634b40b7 2020-07-05 02:20:09 +00:00 Compare
samuel-p manually merged commit c98bb517c2 into master 2020-07-05 11:38:53 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: samuel-p/samuel-philipp.de#10
No description provided.