[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
sindresorhus/del (del)
### [`v7.1.0`](https://togithub.com/sindresorhus/del/releases/tag/v7.1.0)
[Compare Source](https://togithub.com/sindresorhus/del/compare/v7.0.0...v7.1.0)
- Add `path` to `onProgress` event ([#155](https://togithub.com/sindresorhus/del/issues/155)) [`f5d31e6`](https://togithub.com/sindresorhus/del/commit/f5d31e6)
### [`v7.0.0`](https://togithub.com/sindresorhus/del/releases/tag/v7.0.0)
[Compare Source](https://togithub.com/sindresorhus/del/compare/v6.1.1...v7.0.0)
##### Breaking
- Require Node.js 14 ([#143](https://togithub.com/sindresorhus/del/issues/143)) [`106d7d8`](https://togithub.com/sindresorhus/del/commit/106d7d8)
- This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).**
- Moved from a default export to named exports:
- `require('del')` β `import {deleteAsync} from 'del'`
- `require('del').sync` β `import {deleteSync} from 'del'`
Configuration
π Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), Automerge - 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 contains the following updates:
^6.1.1
->^7.0.0
Release Notes
sindresorhus/del (del)
### [`v7.1.0`](https://togithub.com/sindresorhus/del/releases/tag/v7.1.0) [Compare Source](https://togithub.com/sindresorhus/del/compare/v7.0.0...v7.1.0) - Add `path` to `onProgress` event ([#155](https://togithub.com/sindresorhus/del/issues/155)) [`f5d31e6`](https://togithub.com/sindresorhus/del/commit/f5d31e6) ### [`v7.0.0`](https://togithub.com/sindresorhus/del/releases/tag/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/del/compare/v6.1.1...v7.0.0) ##### Breaking - Require Node.js 14 ([#143](https://togithub.com/sindresorhus/del/issues/143)) [`106d7d8`](https://togithub.com/sindresorhus/del/commit/106d7d8) - This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).** - Moved from a default export to named exports: - `require('del')` β `import {deleteAsync} from 'del'` - `require('del').sync` β `import {deleteSync} from 'del'`Configuration
π Schedule: Branch creation - "after 5pm on the 2nd day of the month" (UTC), Automerge - 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.
This PR was generated by Mend Renovate. View the repository job log.