[deps] Auth: Update del to v7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| del | 6.0.0 -> 7.1.0 |
Release Notes
sindresorhus/del (del)
v7.1.0
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
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 37.77%. Comparing base (
1e88adc) to head (122fc2f).
Additional details and impacted files
@@ Coverage Diff @@
## main #3611 +/- ##
=======================================
Coverage 37.77% 37.77%
=======================================
Files 1188 1188
Lines 57879 57879
Branches 5539 5539
=======================================
Hits 21861 21861
Misses 34990 34990
Partials 1028 1028
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Checkmarx One – Scan Summary & Details – 40d089ba-2a5e-4749-8172-2a918187e3eb
No New Or Fixed Issues Found
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.
This requires that we update to ESM. That level of update is out of scope for this task.
Autoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
We will not be updating to a major version of del since changes are breaking and out of scope for this PR.