GetTerminus / terminus-ui

📚 The Terminus UI Library.
MIT License
53 stars 8 forks source link

chore(packages): update dependency del to v7 #2377

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
del 5.1.0 -> 7.0.0 age adoption passing confidence

Release Notes

sindresorhus/del ### [`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'` ### [`v6.1.1`](https://togithub.com/sindresorhus/del/releases/tag/v6.1.1) [Compare Source](https://togithub.com/sindresorhus/del/compare/v6.1.0...v6.1.1) - Fix `ProgressData#deletedCount` ([#​142](https://togithub.com/sindresorhus/del/issues/142)) [`7b4c881`](https://togithub.com/sindresorhus/del/commit/7b4c881) ### [`v6.1.0`](https://togithub.com/sindresorhus/del/releases/tag/v6.1.0) [Compare Source](https://togithub.com/sindresorhus/del/compare/v6.0.0...v6.1.0) - Add [`onProgress`](https://togithub.com/sindresorhus/del#onprogress) option ([#​141](https://togithub.com/sindresorhus/del/issues/141)) [`8742649`](https://togithub.com/sindresorhus/del/commit/8742649) ### [`v6.0.0`](https://togithub.com/sindresorhus/del/releases/tag/v6.0.0) [Compare Source](https://togithub.com/sindresorhus/del/compare/v5.1.0...v6.0.0) ##### Breaking - Require Node.js 10 [`6c99805`](https://togithub.com/sindresorhus/del/commit/6c99805) ##### Improvements - Update dependencies [`6c99805`](https://togithub.com/sindresorhus/del/commit/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.



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