Skip to content

Commit a503698

Browse files
mattmattersvladholubiev
authored andcommitted
Fix bad type defs creeping into package
Del depends on globby which I found was importing bad definitely typed files. In particular @types/glob would end up with a weird version of @types/minimatch. Bumping del to v6 fixes this. There's also nothing in this bump that is breaking changes and is the last version before Del is switched over to esm only (which I personally think is a better move but noticed prs vetoing it for that reason).
1 parent 263c491 commit a503698

File tree

2 files changed

+20
-46
lines changed

2 files changed

+20
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@shelf/is-audio-filepath": "2.0.0",
55-
"del": "5.1.0",
55+
"del": "6.0.0",
5656
"is-image": "3.1.0",
5757
"is-video": "1.0.1"
5858
},

yarn.lock

Lines changed: 19 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3388,18 +3388,18 @@ define-properties@^1.1.4:
33883388
has-property-descriptors "^1.0.0"
33893389
object-keys "^1.1.1"
33903390

3391-
del@5.1.0:
3392-
version "5.1.0"
3393-
resolved "https://registry.yarnpkg.com/del/-/del-5.1.0.tgz#d9487c94e367410e6eff2925ee58c0c84a75b3a7"
3394-
integrity sha512-wH9xOVHnczo9jN2IW68BabcecVPxacIA3g/7z6vhSU/4stOKQzeCRK0yD0A24WiAAUJmmVpWqrERcTxnLo3AnA==
3391+
del@6.0.0:
3392+
version "6.0.0"
3393+
resolved "https://registry.yarnpkg.com/del/-/del-6.0.0.tgz#0b40d0332cea743f1614f818be4feb717714c952"
3394+
integrity sha512-1shh9DQ23L16oXSZKB2JxpL7iMy2E0S9d517ptA1P8iw0alkPtQcrKH7ru31rYtKwF499HkTu+DRzq3TCKDFRQ==
33953395
dependencies:
3396-
globby "^10.0.1"
3397-
graceful-fs "^4.2.2"
3396+
globby "^11.0.1"
3397+
graceful-fs "^4.2.4"
33983398
is-glob "^4.0.1"
33993399
is-path-cwd "^2.2.0"
3400-
is-path-inside "^3.0.1"
3401-
p-map "^3.0.0"
3402-
rimraf "^3.0.0"
3400+
is-path-inside "^3.0.2"
3401+
p-map "^4.0.0"
3402+
rimraf "^3.0.2"
34033403
slash "^3.0.0"
34043404

34053405
detect-indent@^6.0.0:
@@ -4426,21 +4426,7 @@ [email protected]:
44264426
merge2 "^1.2.3"
44274427
slash "^3.0.0"
44284428

4429-
globby@^10.0.1:
4430-
version "10.0.2"
4431-
resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
4432-
integrity sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==
4433-
dependencies:
4434-
"@types/glob" "^7.1.1"
4435-
array-union "^2.1.0"
4436-
dir-glob "^3.0.1"
4437-
fast-glob "^3.0.3"
4438-
glob "^7.1.3"
4439-
ignore "^5.1.1"
4440-
merge2 "^1.2.3"
4441-
slash "^3.0.0"
4442-
4443-
globby@^11.1.0:
4429+
globby@^11.0.1, globby@^11.1.0:
44444430
version "11.1.0"
44454431
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
44464432
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -4459,10 +4445,10 @@ gopd@^1.0.1:
44594445
dependencies:
44604446
get-intrinsic "^1.1.3"
44614447

4462-
graceful-fs@^4.2.2:
4463-
version "4.2.3"
4464-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423"
4465-
integrity sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==
4448+
graceful-fs@^4.2.4:
4449+
version "4.2.11"
4450+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
4451+
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
44664452

44674453
graceful-fs@^4.2.9:
44684454
version "4.2.10"
@@ -4746,12 +4732,7 @@ is-path-cwd@^2.2.0:
47464732
resolved "https://registry.yarnpkg.com/is-path-cwd/-/is-path-cwd-2.2.0.tgz#67d43b82664a7b5191fd9119127eb300048a9fdb"
47474733
integrity sha512-w942bTcih8fdJPJmQHFzkS76NEP8Kzzvmw92cXsazb8intwLqPibPPdXf4ANdKV3rYMuuQYGIWtvz9JilB3NFQ==
47484734

4749-
is-path-inside@^3.0.1:
4750-
version "3.0.2"
4751-
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.2.tgz#f5220fc82a3e233757291dddc9c5877f2a1f3017"
4752-
integrity sha512-/2UGPSgmtqwo1ktx8NDHjuPwZWmHhO+gj0f93EkhLB5RgW9RZevWYYlIkS6zePc6U2WpOdQYIwHe9YC4DWEBVg==
4753-
4754-
is-path-inside@^3.0.3:
4735+
is-path-inside@^3.0.2, is-path-inside@^3.0.3:
47554736
version "3.0.3"
47564737
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
47574738
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
@@ -5929,10 +5910,10 @@ p-locate@^5.0.0:
59295910
dependencies:
59305911
p-limit "^3.0.2"
59315912

5932-
p-map@^3.0.0:
5933-
version "3.0.0"
5934-
resolved "https://registry.yarnpkg.com/p-map/-/p-map-3.0.0.tgz#d704d9af8a2ba684e2600d9a215983d4141a979d"
5935-
integrity sha512-d3qXVTF/s+W+CdJ5A29wywV2n8CQQYahlgz2bFiA+4eVNJbHJodPZ+/gXwPGh0bOqA+j8S+6+ckmvLGPk1QpxQ==
5913+
p-map@^4.0.0:
5914+
version "4.0.0"
5915+
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
5916+
integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
59365917
dependencies:
59375918
aggregate-error "^3.0.0"
59385919

@@ -6367,13 +6348,6 @@ rfdc@^1.3.0:
63676348
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.3.0.tgz#d0b7c441ab2720d05dc4cf26e01c89631d9da08b"
63686349
integrity sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==
63696350

6370-
rimraf@^3.0.0:
6371-
version "3.0.0"
6372-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b"
6373-
integrity sha512-NDGVxTsjqfunkds7CqsOiEnxln4Bo7Nddl3XhS4pXg5OzwkLqJ971ZVAAnB+DDLnF76N+VnDEiBHaVV8I06SUg==
6374-
dependencies:
6375-
glob "^7.1.3"
6376-
63776351
rimraf@^3.0.2:
63786352
version "3.0.2"
63796353
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"

0 commit comments

Comments
 (0)