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

Update dependency del to v7 #1731

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

Update dependency del to v7 #1731

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2023

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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:


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/del-7.x branch 4 times, most recently from fd6e19c to b8962e2 Compare March 2, 2023 10:55
@renovate renovate bot force-pushed the renovate/del-7.x branch 10 times, most recently from 1d16fe9 to e5be9ec Compare March 13, 2023 10:39
@renovate renovate bot force-pushed the renovate/del-7.x branch 8 times, most recently from d967ba8 to 08fff7a Compare March 21, 2023 08:52
@renovate renovate bot force-pushed the renovate/del-7.x branch 6 times, most recently from 5703e6c to a05aaeb Compare April 5, 2023 11:00
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from 5fd2a3b to 041b88d Compare May 17, 2023 08:06
@renovate renovate bot force-pushed the renovate/del-7.x branch 3 times, most recently from 5a28aba to 0fed6fb Compare June 6, 2024 12:50
@renovate renovate bot force-pushed the renovate/del-7.x branch 2 times, most recently from 87fb506 to 1d31506 Compare June 18, 2024 08:35
@renovate renovate bot force-pushed the renovate/del-7.x branch 3 times, most recently from 6c8c6e6 to 0b98d77 Compare July 1, 2024 07:06
@renovate renovate bot force-pushed the renovate/del-7.x branch 4 times, most recently from 62e6774 to 99dc603 Compare July 19, 2024 10:19
@renovate renovate bot force-pushed the renovate/del-7.x branch 3 times, most recently from 7f38691 to 4c45902 Compare July 27, 2024 12:26
@renovate renovate bot force-pushed the renovate/del-7.x branch 5 times, most recently from 305f92b to a75942e Compare September 3, 2024 06:50
@renovate renovate bot force-pushed the renovate/del-7.x branch 6 times, most recently from 3807f7a to 4405ae7 Compare September 9, 2024 08:07
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.

0 participants