Update dependency del to v7 #94

Closed
renovate-bot wants to merge 1 commit from renovate/del-7.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
del devDependencies major 6.1.1 -> 7.1.0

Release Notes

sindresorhus/del (del)

v7.1.0

Compare Source

v7.0.0

Compare Source

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').syncimport {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 is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [del](https://github.com/sindresorhus/del) | devDependencies | major | [`6.1.1` -> `7.1.0`](https://renovatebot.com/diffs/npm/del/6.1.1/7.1.0) | --- ### Release Notes <details> <summary>sindresorhus/del (del)</summary> ### [`v7.1.0`](https://github.com/sindresorhus/del/releases/tag/v7.1.0) [Compare Source](https://github.com/sindresorhus/del/compare/v7.0.0...v7.1.0) - Add `path` to `onProgress` event ([#&#8203;155](https://github.com/sindresorhus/del/issues/155)) [`f5d31e6`](https://github.com/sindresorhus/del/commit/f5d31e6) ### [`v7.0.0`](https://github.com/sindresorhus/del/releases/tag/v7.0.0) [Compare Source](https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0) ##### Breaking - Require Node.js 14 ([#&#8203;143](https://github.com/sindresorhus/del/issues/143)) [`106d7d8`](https://github.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'` </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjM3Ljc3LjEiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->
samuel-p was assigned by renovate-bot 2022-07-19 16:02:18 +00:00
renovate-bot force-pushed renovate/del-7.x from 6e70c00436 to b381a11fdf 2023-08-30 17:02:14 +00:00 Compare
renovate-bot force-pushed renovate/del-7.x from b381a11fdf to dcb2fce88e 2023-12-06 23:01:48 +00:00 Compare
samuel-p closed this pull request 2023-12-08 02:01:19 +00:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `7.x` releases. But if you manually upgrade to `7.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
Build and Deploy Website / Build Website (push) Failing after 53s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: samuel-p/sp-magic.de#94
No description provided.