Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump del from 3.0.0 to 7.1.0 #703

Merged
merged 1 commit into from
Sep 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps del from 3.0.0 to 7.1.0.

Release notes

Sourced from del's releases.

v7.1.0

  • Add path to onProgress event (#155) f5d31e6

sindresorhus/del@v7.0.0...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').syncimport {deleteSync} from 'del'

sindresorhus/del@v6.1.1...v7.0.0

v6.1.1

  • Fix ProgressData#deletedCount (#142) 7b4c881

sindresorhus/del@v6.1.0...v6.1.1

v6.1.0

sindresorhus/del@v6.0.0...v6.1.0

v6.0.0

Breaking

  • Require Node.js 10 6c99805

Improvements

  • Update dependencies 6c99805

sindresorhus/del@v5.1.0...v6.0.0

v5.1.0

Enhancements:

  • Allow non-glob patterns with backslash on Windows (like v4) (#100) 01da91f
  • Make deletion more reliable on Windows by retrying when Windows is being difficult (#108) 1299747
  • Sort removed files, so the returned array is always stable (#102) ca05c65

Fixes:

  • Fix the cwd option (#96) ffbf4c4
  • Prevent race condition on macOS when deleting files (#95) 8efdbcd

sindresorhus/del@v5.0.0...v5.1.0


... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Sep 1, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch 2 times, most recently from 55ff5b0 to f1a7b7e Compare September 1, 2023 18:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from f1a7b7e to db9c328 Compare September 1, 2023 18:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from db9c328 to d53a582 Compare September 1, 2023 19:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from d53a582 to 1d75c52 Compare September 1, 2023 20:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 1d75c52 to f8d4264 Compare September 2, 2023 14:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from f8d4264 to 8d74a20 Compare September 2, 2023 14:34
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 8d74a20 to 3d20a3a Compare September 2, 2023 14:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 3d20a3a to 3d3163e Compare September 2, 2023 14:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 3d3163e to e76d10d Compare September 2, 2023 14:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from e76d10d to a51d668 Compare September 2, 2023 14:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from a51d668 to 97bc475 Compare September 2, 2023 15:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 97bc475 to f7d91fd Compare September 2, 2023 15:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from f7d91fd to c70ed37 Compare September 2, 2023 15:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from c70ed37 to 6145a74 Compare September 2, 2023 15:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 6145a74 to 8aeb41a Compare September 2, 2023 15:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 8aeb41a to 668913c Compare September 2, 2023 15:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 668913c to 9a58150 Compare September 2, 2023 15:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 9a58150 to 3ccb486 Compare September 2, 2023 15:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 3ccb486 to 6469a63 Compare September 2, 2023 15:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 6469a63 to 3b961ed Compare September 2, 2023 15:27
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 3b961ed to 82d9bc2 Compare September 2, 2023 15:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/del-7.1.0 branch from 82d9bc2 to 50da0f4 Compare September 2, 2023 15:34
Bumps [del](https://github.com/sindresorhus/del) from 3.0.0 to 7.1.0.
- [Release notes](https://github.com/sindresorhus/del/releases)
- [Commits](sindresorhus/del@v3.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: del
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@BenjaminVanRyseghem BenjaminVanRyseghem merged commit 2d505a2 into develop Sep 2, 2023
4 checks passed
@BenjaminVanRyseghem BenjaminVanRyseghem deleted the dependabot/npm_and_yarn/del-7.1.0 branch September 2, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant