deiga / ish-24

Bugzilla and Trello integration
0 stars 0 forks source link

Update dependency del to v5 #53

Closed renovate[bot] closed 5 years ago

renovate[bot] commented 5 years ago

This PR contains the following updates:

Package Type Update Change
del devDependencies major 4.1.1 -> 5.0.0

Release Notes

sindresorhus/del ### [`v5.0.0`](https://togithub.com/sindresorhus/del/releases/v5.0.0) [Compare Source](https://togithub.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://togithub.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://togithub.com/sindresorhus/slash) to transform backward-slash paths to forward-slash paths. - Update globby from version 6 to version 10 ([#​64](https://togithub.com/sindresorhus/del/issues/64)) [`6f96d2d`](https://togithub.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://togithub.com/mrmlnc/fast-glob#compatible-with-node-glob)

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.



This PR has been generated by Renovate Bot. View repository job log here.