jaywcjlove / svgtofont

Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
https://jaywcjlove.github.io/svgtofont
MIT License
520 stars 82 forks source link

fix(deps): update dependency del to v7 #170

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
del ~6.1.0 -> ~7.1.0 age adoption passing confidence

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 - At any time (no schedule defined), 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.