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 v6 #8046

Merged
merged 5 commits into from
Jan 22, 2022
Merged

chore(deps): update dependency del to v6 #8046

merged 5 commits into from
Jan 22, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
del ^2.2.0 -> ^6.0.0 age adoption passing confidence
del ^3.0.0 -> ^6.0.0 age adoption passing confidence

Release Notes

sindresorhus/del

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

Compare Source

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

Configuration

📅 Schedule: "every weekend" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 15, 2022 09:54
@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Jan 15, 2022

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Jan 15, 2022

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Jan 15, 2022

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Jan 15, 2022

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Jan 15, 2022

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Jan 15, 2022

Deploy preview created for package "Web Components (Codesandbox Examples)":
https://webcomponents-codesandbox.s3-web.us-east.cloud-object-storage.appdomain.cloud/deploy-previews/8046/index.html

Built with commit: 4896dc66d3f72179fd7a4f6c8abccbb2d04a0d0b

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Jan 15, 2022

Deploy preview created for package "React (Codesandbox Examples)":
https://react-codesandbox.s3-web.us-east.cloud-object-storage.appdomain.cloud/deploy-previews/8046/index.html

Built with commit: 4896dc66d3f72179fd7a4f6c8abccbb2d04a0d0b

Copy link
Member

@jeffchew jeffchew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran a clean locally and seems to be working fine!

@jeffchew jeffchew added the Ready to merge Label for the pull requests that are ready to merge label Jan 18, 2022
@kodiakhq kodiakhq bot merged commit 46c193e into main Jan 22, 2022
@kodiakhq kodiakhq bot deleted the renovate/del-6.x branch January 22, 2022 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready to merge Label for the pull requests that are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants