Bump del from 6.1.1 to 7.0.0 #552

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/develop/del-7.0.0 into develop
dependabot[bot] commented 2022-07-20 06:06:12 +02:00 (Migrated from github.com)

Bumps del from 6.1.1 to 7.0.0.

Release notes

Sourced from del's releases.

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 {delAsync} from 'del'
    • require('del').syncimport {delSync} from 'del'

https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps [del](https://github.com/sindresorhus/del) from 6.1.1 to 7.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/del/releases">del's releases</a>.</em></p> <blockquote> <h2>v7.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 14 (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/143">#143</a>) 106d7d8</li> <li>This package is now pure ESM. <strong>Please <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">read this</a>.</strong></li> <li>Moved from a default export to named exports: <ul> <li><code>require('del')</code> → <code>import {delAsync} from 'del'</code></li> <li><code>require('del').sync</code> → <code>import {delSync} from 'del'</code></li> </ul> </li> </ul> <p><a href="https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0">https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/del/commit/5345ef67fad528697ef25b52f7e1cc7dc2476ed5"><code>5345ef6</code></a> 7.0.0</li> <li><a href="https://github.com/sindresorhus/del/commit/e02a96b5b3a02cc73f19752f9d3a6784257aaf63"><code>e02a96b</code></a> Meta tweaks</li> <li><a href="https://github.com/sindresorhus/del/commit/106d7d8ff813059c437d7c428539b7719292d1d6"><code>106d7d8</code></a> Move to ESM (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/143">#143</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=del&package-manager=npm_and_yarn&previous-version=6.1.1&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Serraniel (Migrated from github.com) reviewed 2022-07-20 06:06:12 +02:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/develop/del-7.0.0:dependabot/npm_and_yarn/develop/del-7.0.0
git checkout dependabot/npm_and_yarn/develop/del-7.0.0

Merge

Merge the changes and update on Forgejo.
git checkout develop
git merge --no-ff dependabot/npm_and_yarn/develop/del-7.0.0
git checkout develop
git merge --ff-only dependabot/npm_and_yarn/develop/del-7.0.0
git checkout dependabot/npm_and_yarn/develop/del-7.0.0
git rebase develop
git checkout develop
git merge --no-ff dependabot/npm_and_yarn/develop/del-7.0.0
git checkout develop
git merge --squash dependabot/npm_and_yarn/develop/del-7.0.0
git checkout develop
git merge --ff-only dependabot/npm_and_yarn/develop/del-7.0.0
git checkout develop
git merge dependabot/npm_and_yarn/develop/del-7.0.0
git push origin develop
Sign in to join this conversation.
No reviewers
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: Serraniel/AniwatchPlus#552
No description provided.