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

chore(deps): update dependency del to v7 #321

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 17, 2023

Mend Renovate

This PR contains the following updates:

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

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'

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.0

Compare Source

Breaking
Improvements

v5.1.0

Compare Source

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:


Shoutout to @​chrisblossom for doing most of the work on this release 🙌

v5.0.0

Compare Source

This release changes the underlying globbing engine, so you are strongly recommended to use the dryRun option to ensure del still does what you expect before you run it on the real files.

Breaking:

  • Require Node.js 8 42e67a8
  • You can no longer pass in paths with backward-slashes. If you need to construct a glob pattern, use path.posix.join() instead of path.join(). You can use slash to transform backward-slash paths to forward-slash paths.
  • Update globby from version 6 to version 10 (#​64) 6f96d2d
    Important: If you used any of the globby options, please note that globby switched from using the glob package to fast-glob, so almost all the option names changed. Here's how to migrate the options.

v4.1.1

Compare Source

For TypeScript users only:

  • Fix missing TypeScript import 0361dcc

v4.1.0

Compare Source

  • Refactor TypeScript definition to CommonJS compatible export (#​82) 3f0d604

v4.0.0

Compare Source

Breaking:

Enhancements:

v3.0.0: 3.0.0

Compare Source

  • Drops support for Node.js 0.10 and 0.12.
  • Adds a concurrency option.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, 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 Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from 2b393ff to 64848b1 Compare May 10, 2023 12:26
@renovate renovate bot force-pushed the renovate/del-7.x branch 6 times, most recently from 9bf9da5 to a73245a Compare May 29, 2023 07:44
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from 6c5f448 to 0b75f1e Compare July 10, 2023 10:38
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from 8529843 to ac8a16a Compare July 24, 2023 09:36
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from f62e476 to 25a2849 Compare July 31, 2023 10:37
@renovate renovate bot force-pushed the renovate/del-7.x branch 8 times, most recently from 522ce85 to b32a617 Compare August 11, 2023 07:27
@renovate renovate bot force-pushed the renovate/del-7.x branch 3 times, most recently from c95fc10 to 8343741 Compare August 28, 2023 09:42
@renovate renovate bot force-pushed the renovate/del-7.x branch 5 times, most recently from 0094318 to f0e5a12 Compare January 15, 2024 11:29
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from 6fe124a to 0262e73 Compare February 26, 2024 09:08
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from f03999c to 0b6cd42 Compare March 11, 2024 08:30
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from 7f356d6 to 8520c56 Compare March 18, 2024 10:59
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from 4190ad5 to 8b1edc6 Compare April 1, 2024 11:00
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from e6e14b2 to d5c642d Compare April 8, 2024 10:12
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from 6b69d20 to 726c501 Compare April 22, 2024 07:26
@renovate renovate bot force-pushed the renovate/del-7.x branch 8 times, most recently from d407370 to a4c77ec Compare May 24, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants