terminus-ui
terminus-ui copied to clipboard
chore(packages): update dependency del to v7
trafficstars
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| del | 5.1.0 -> 7.0.0 |
Release Notes
sindresorhus/del
v7.0.0
Breaking
- Require Node.js 14 (#​143)
106d7d8 - This package is now pure ESM. Please read this.
- Moved from a default export to named exports:
require('del')→import {deleteAsync} from 'del'require('del').sync→import {deleteSync} from 'del'
v6.1.1
v6.1.0
- Add
onProgressoption (#​141)8742649
v6.0.0
Breaking
- Require Node.js 10
6c99805
Improvements
- Update dependencies
6c99805
Configuration
📅 Schedule: Branch creation - "before 4am on the first 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: Never, 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 Mend Renovate. View repository job log here.