Skip to content

Commit

Permalink
chore(deps): update dependency del to v6 (carbon-design-system#8046)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [del](https://togithub.com/sindresorhus/del) | [`^2.2.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/del/2.2.2/6.0.0) | [![age](https://badges.renovateapi.com/packages/npm/del/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/del/6.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/del/6.0.0/compatibility-slim/2.2.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/del/6.0.0/confidence-slim/2.2.2)](https://docs.renovatebot.com/merge-confidence/) |
| [del](https://togithub.com/sindresorhus/del) | [`^3.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/del/3.0.0/6.0.0) | [![age](https://badges.renovateapi.com/packages/npm/del/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/del/6.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/del/6.0.0/compatibility-slim/3.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/del/6.0.0/confidence-slim/3.0.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>sindresorhus/del</summary>

### [`v6.0.0`](https://togithub.com/sindresorhus/del/releases/v6.0.0)

[Compare Source](https://togithub.com/sindresorhus/del/compare/v5.1.0...v6.0.0)

##### Breaking

-   Require Node.js 10  [`6c99805`](https://togithub.com/sindresorhus/del/commit/6c99805)

##### Improvements

-   Update dependencies [`6c99805`](https://togithub.com/sindresorhus/del/commit/6c99805)

### [`v5.1.0`](https://togithub.com/sindresorhus/del/releases/v5.1.0)

[Compare Source](https://togithub.com/sindresorhus/del/compare/v5.0.0...v5.1.0)

Enhancements:

-   Allow non-glob patterns with backslash on Windows (like v4) ([#&carbon-design-system#8203;100](https://togithub.com/sindresorhus/del/issues/100))  [`01da91f`](https://togithub.com/sindresorhus/del/commit/01da91f)
-   Make deletion more reliable on Windows by retrying when Windows is being difficult ([#&carbon-design-system#8203;108](https://togithub.com/sindresorhus/del/issues/108))  [`1299747`](https://togithub.com/sindresorhus/del/commit/1299747)
-   Sort removed files, so the returned array is always stable ([#&carbon-design-system#8203;102](https://togithub.com/sindresorhus/del/issues/102))  [`ca05c65`](https://togithub.com/sindresorhus/del/commit/ca05c65)

Fixes:

-   Fix the `cwd` option ([#&carbon-design-system#8203;96](https://togithub.com/sindresorhus/del/issues/96))  [`ffbf4c4`](https://togithub.com/sindresorhus/del/commit/ffbf4c4)
-   Prevent race condition on macOS when deleting files ([#&carbon-design-system#8203;95](https://togithub.com/sindresorhus/del/issues/95))  [`8efdbcd`](https://togithub.com/sindresorhus/del/commit/8efdbcd)

***

Shoutout to [@&carbon-design-system#8203;chrisblossom](https://togithub.com/chrisblossom) for doing most of the work on this release 🙌

### [`v5.0.0`](https://togithub.com/sindresorhus/del/releases/v5.0.0)

[Compare Source](https://togithub.com/sindresorhus/del/compare/v4.1.1...v5.0.0)

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`](https://togithub.com/sindresorhus/del/commit/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`](https://togithub.com/sindresorhus/slash) to transform backward-slash paths to forward-slash paths.
-   Update globby from version 6 to version 10 ([#&carbon-design-system#8203;64](https://togithub.com/sindresorhus/del/issues/64))  [`6f96d2d`](https://togithub.com/sindresorhus/del/commit/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.](https://togithub.com/mrmlnc/fast-glob#compatible-with-node-glob)

### [`v4.1.1`](https://togithub.com/sindresorhus/del/releases/v4.1.1)

[Compare Source](https://togithub.com/sindresorhus/del/compare/v4.1.0...v4.1.1)

For TypeScript users only:

-   Fix missing TypeScript import  [`0361dcc`](https://togithub.com/sindresorhus/del/commit/0361dcc)

### [`v4.1.0`](https://togithub.com/sindresorhus/del/releases/v4.1.0)

[Compare Source](https://togithub.com/sindresorhus/del/compare/v4.0.0...v4.1.0)

-   Refactor TypeScript definition to CommonJS compatible export ([#&carbon-design-system#8203;82](https://togithub.com/sindresorhus/del/issues/82))  [`3f0d604`](https://togithub.com/sindresorhus/del/commit/3f0d604)

### [`v4.0.0`](https://togithub.com/sindresorhus/del/releases/v4.0.0)

[Compare Source](https://togithub.com/sindresorhus/del/compare/v3.0.0...v4.0.0)

Breaking:

-   Require Node.js 6  [`434c9f6`](https://togithub.com/sindresorhus/del/commit/434c9f6)

Enhancements:

-   Add TypeScript definition ([#&carbon-design-system#8203;81](https://togithub.com/sindresorhus/del/issues/81))  [`34c771e`](https://togithub.com/sindresorhus/del/commit/34c771e)
-   Fix typo in error message ([#&carbon-design-system#8203;80](https://togithub.com/sindresorhus/del/issues/80))  [`e73cc8a`](https://togithub.com/sindresorhus/del/commit/e73cc8a)

### [`v3.0.0`](https://togithub.com/sindresorhus/del/releases/v3.0.0)

[Compare Source](https://togithub.com/sindresorhus/del/compare/v2.2.2...v3.0.0)

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

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
  • Loading branch information
renovate[bot] committed Jan 22, 2022
1 parent dc2a715 commit 46c193e
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 29 deletions.
Binary file removed .yarn/offline-mirror/del-2.2.2.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/del-6.0.0.tgz
Binary file not shown.
Binary file removed .yarn/offline-mirror/globby-5.0.0.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/is-path-cwd-2.2.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/services-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.0.0",
"del": "^2.2.0",
"del": "^6.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-carbon-base": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"cache-loader": "^4.1.0",
"carbon-components-react": "7.50.0",
"css-loader": "^5.2.0",
"del": "^3.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"cssnano": "^4.1.10",
"cypress": "^9.0.0",
"cypress-wait-until": "^1.7.2",
"del": "^2.2.0",
"del": "^6.0.0",
"doctoc": "^1.4.0",
"dompurify": "^2.0.0",
"eslint": "^6.8.0",
Expand Down
46 changes: 20 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5538,7 +5538,7 @@ arraybuffer.slice@~0.0.7:
resolved "https://registry.yarnpkg.com/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz#3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
integrity sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==

arrify@^1.0.0, arrify@^1.0.1:
arrify@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
Expand Down Expand Up @@ -9186,19 +9186,6 @@ define-property@^2.0.2:
is-descriptor "^1.0.2"
isobject "^3.0.1"

del@^2.2.0:
version "2.2.2"
resolved "https://registry.yarnpkg.com/del/-/del-2.2.2.tgz#c12c981d067846c84bcaf862cff930d907ffd1a8"
integrity sha1-wSyYHQZ4RshLyvhiz/kw2Qf/0ag=
dependencies:
globby "^5.0.0"
is-path-cwd "^1.0.0"
is-path-in-cwd "^1.0.0"
object-assign "^4.0.1"
pify "^2.0.0"
pinkie-promise "^2.0.0"
rimraf "^2.2.8"

del@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/del/-/del-3.0.0.tgz#53ecf699ffcbcb39637691ab13baf160819766e5"
Expand All @@ -9211,6 +9198,20 @@ del@^3.0.0:
pify "^3.0.0"
rimraf "^2.2.8"

del@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/del/-/del-6.0.0.tgz#0b40d0332cea743f1614f818be4feb717714c952"
integrity sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==
dependencies:
globby "^11.0.1"
graceful-fs "^4.2.4"
is-glob "^4.0.1"
is-path-cwd "^2.2.0"
is-path-inside "^3.0.2"
p-map "^4.0.0"
rimraf "^3.0.2"
slash "^3.0.0"

delayed-stream@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
Expand Down Expand Up @@ -11943,18 +11944,6 @@ globby@^11.0.0, globby@^11.0.1, globby@^11.0.4:
merge2 "^1.3.0"
slash "^3.0.0"

globby@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d"
integrity sha1-69hGZ8oNuzMLmbz8aOrCvFQ3Dg0=
dependencies:
array-union "^1.0.1"
arrify "^1.0.0"
glob "^7.0.3"
object-assign "^4.0.1"
pify "^2.0.0"
pinkie-promise "^2.0.0"

globby@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
Expand Down Expand Up @@ -13562,6 +13551,11 @@ is-path-cwd@^1.0.0:
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-1.0.0.tgz#d225ec23132e89edd38fda767472e62e65f1106d"
integrity sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=

is-path-cwd@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==

is-path-in-cwd@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz#5ac48b345ef675339bd6c7a48a912110b241cf52"
Expand Down

0 comments on commit 46c193e

Please sign in to comment.