Skip to content

Commit 3577661

Browse files
authored
Merge pull request #129 from known-css/renovate/eslint-7.x
Update dependency eslint to v7.25.0
2 parents 5af4619 + e2b1a75 commit 3577661

File tree

2 files changed

+55
-32
lines changed

2 files changed

+55
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"homepage": "https://github.com/known-css/known-css-properties#readme",
4949
"devDependencies": {
5050
"axios": "0.21.1",
51-
"eslint": "7.18.0",
51+
"eslint": "7.25.0",
5252
"globby": "11.0.2",
5353
"lodash.sortby": "4.7.0",
5454
"lodash.uniq": "4.5.0"

yarn.lock

Lines changed: 54 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,31 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0":
6-
version "7.0.0"
7-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
5+
"@babel/code-frame@7.12.11":
6+
version "7.12.11"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
8+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
89
dependencies:
9-
"@babel/highlight" "^7.0.0"
10+
"@babel/highlight" "^7.10.4"
1011

11-
"@babel/highlight@^7.0.0":
12-
version "7.0.0"
13-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
12+
"@babel/helper-validator-identifier@^7.12.11":
13+
version "7.12.11"
14+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
15+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
16+
17+
"@babel/highlight@^7.10.4":
18+
version "7.13.10"
19+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
20+
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
1421
dependencies:
22+
"@babel/helper-validator-identifier" "^7.12.11"
1523
chalk "^2.0.0"
16-
esutils "^2.0.2"
1724
js-tokens "^4.0.0"
1825

19-
"@eslint/eslintrc@^0.3.0":
20-
version "0.3.0"
21-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
22-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
26+
"@eslint/eslintrc@^0.4.0":
27+
version "0.4.0"
28+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
29+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
2330
dependencies:
2431
ajv "^6.12.4"
2532
debug "^4.1.1"
@@ -28,7 +35,6 @@
2835
ignore "^4.0.6"
2936
import-fresh "^3.2.1"
3037
js-yaml "^3.13.1"
31-
lodash "^4.17.20"
3238
minimatch "^3.0.4"
3339
strip-json-comments "^3.1.1"
3440

@@ -302,13 +308,13 @@ eslint-visitor-keys@^2.0.0:
302308
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
303309
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
304310

305-
eslint@7.18.0:
306-
version "7.18.0"
307-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
308-
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
311+
eslint@7.25.0:
312+
version "7.25.0"
313+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67"
314+
integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==
309315
dependencies:
310-
"@babel/code-frame" "^7.0.0"
311-
"@eslint/eslintrc" "^0.3.0"
316+
"@babel/code-frame" "7.12.11"
317+
"@eslint/eslintrc" "^0.4.0"
312318
ajv "^6.10.0"
313319
chalk "^4.0.0"
314320
cross-spawn "^7.0.2"
@@ -319,20 +325,20 @@ eslint@7.18.0:
319325
eslint-utils "^2.1.0"
320326
eslint-visitor-keys "^2.0.0"
321327
espree "^7.3.1"
322-
esquery "^1.2.0"
328+
esquery "^1.4.0"
323329
esutils "^2.0.2"
324-
file-entry-cache "^6.0.0"
330+
file-entry-cache "^6.0.1"
325331
functional-red-black-tree "^1.0.1"
326332
glob-parent "^5.0.0"
327-
globals "^12.1.0"
333+
globals "^13.6.0"
328334
ignore "^4.0.6"
329335
import-fresh "^3.0.0"
330336
imurmurhash "^0.1.4"
331337
is-glob "^4.0.0"
332338
js-yaml "^3.13.1"
333339
json-stable-stringify-without-jsonify "^1.0.1"
334340
levn "^0.4.1"
335-
lodash "^4.17.20"
341+
lodash "^4.17.21"
336342
minimatch "^3.0.4"
337343
natural-compare "^1.4.0"
338344
optionator "^0.9.1"
@@ -367,10 +373,10 @@ esprima@^4.0.0:
367373
version "4.0.1"
368374
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
369375

370-
esquery@^1.2.0:
371-
version "1.3.1"
372-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
373-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
376+
esquery@^1.4.0:
377+
version "1.4.0"
378+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
379+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
374380
dependencies:
375381
estraverse "^5.1.0"
376382

@@ -430,10 +436,10 @@ fastq@^1.6.0:
430436
dependencies:
431437
reusify "^1.0.0"
432438

433-
file-entry-cache@^6.0.0:
434-
version "6.0.0"
435-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
436-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
439+
file-entry-cache@^6.0.1:
440+
version "6.0.1"
441+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
442+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
437443
dependencies:
438444
flat-cache "^3.0.4"
439445

@@ -499,6 +505,13 @@ globals@^12.1.0:
499505
dependencies:
500506
type-fest "^0.8.1"
501507

508+
globals@^13.6.0:
509+
version "13.8.0"
510+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.8.0.tgz#3e20f504810ce87a8d72e55aecf8435b50f4c1b3"
511+
integrity sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q==
512+
dependencies:
513+
type-fest "^0.20.2"
514+
502515
globby@11.0.2:
503516
version "11.0.2"
504517
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.2.tgz#1af538b766a3b540ebfb58a32b2e2d5897321d83"
@@ -633,6 +646,11 @@ lodash@^4.17.20:
633646
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
634647
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
635648

649+
lodash@^4.17.21:
650+
version "4.17.21"
651+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
652+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
653+
636654
merge2@^1.3.0:
637655
version "1.4.1"
638656
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
@@ -847,6 +865,11 @@ type-check@^0.4.0, type-check@~0.4.0:
847865
dependencies:
848866
prelude-ls "^1.2.1"
849867

868+
type-fest@^0.20.2:
869+
version "0.20.2"
870+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
871+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
872+
850873
type-fest@^0.8.1:
851874
version "0.8.1"
852875
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"

0 commit comments

Comments
 (0)