Skip to content

Commit a992be9

Browse files
chore(deps): update eslint packages (#1756)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 86c23cd commit a992be9

File tree

2 files changed

+74
-59
lines changed

2 files changed

+74
-59
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,14 @@
220220
"@types/stream-buffers": "3.0.4",
221221
"@types/tmp": "0.2.1",
222222
"@types/verror": "1.10.4",
223-
"@typescript-eslint/eslint-plugin": "4.28.1",
224-
"@typescript-eslint/parser": "4.28.1",
223+
"@typescript-eslint/eslint-plugin": "4.28.5",
224+
"@typescript-eslint/parser": "4.28.5",
225225
"chai": "4.3.4",
226226
"chai-exclude": "2.0.3",
227227
"coffeescript": "2.5.1",
228228
"dependency-lint": "7.1.0",
229229
"dirty-chai": "2.0.1",
230-
"eslint": "7.29.0",
230+
"eslint": "7.32.0",
231231
"eslint-config-prettier": "8.3.0",
232232
"eslint-config-standard-with-typescript": "20.0.0",
233233
"eslint-plugin-import": "2.23.4",

yarn.lock

Lines changed: 71 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
resolved "https://registry.yarnpkg.com/@cucumber/tag-expressions/-/tag-expressions-3.0.1.tgz#ca0702342bc4234ad73d9de3f1bf97461c3b5eb7"
286286
integrity sha512-OGCXaJ1BQXmQ5b9pw+JYsBGumK2/LPZiLmbj1o1JFVeSNs2PY8WPQFSyXrskhrHz5Nd/6lYg7lvGMtFHOncC4w==
287287

288-
"@eslint/eslintrc@^0.4.2":
288+
"@eslint/eslintrc@^0.4.3":
289289
version "0.4.3"
290290
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
291291
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
@@ -300,6 +300,20 @@
300300
minimatch "^3.0.4"
301301
strip-json-comments "^3.1.1"
302302

303+
"@humanwhocodes/config-array@^0.5.0":
304+
version "0.5.0"
305+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
306+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
307+
dependencies:
308+
"@humanwhocodes/object-schema" "^1.2.0"
309+
debug "^4.1.1"
310+
minimatch "^3.0.4"
311+
312+
"@humanwhocodes/object-schema@^1.2.0":
313+
version "1.2.0"
314+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
315+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
316+
303317
"@istanbuljs/load-nyc-config@^1.0.0":
304318
version "1.1.0"
305319
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -611,39 +625,39 @@
611625
resolved "https://registry.yarnpkg.com/@types/verror/-/verror-1.10.4.tgz#805c0612b3a0c124cf99f517364142946b74ba3b"
612626
integrity sha512-OjJdqx6QlbyZw9LShPwRW+Kmiegeg3eWNI41MQQKaG3vjdU2L9SRElntM51HmHBY1cu7izxQJ1lMYioQh3XMBg==
613627

614-
"@typescript-eslint/[email protected].1":
615-
version "4.28.1"
616-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.1.tgz#c045e440196ae45464e08e20c38aff5c3a825947"
617-
integrity sha512-9yfcNpDaNGQ6/LQOX/KhUFTR1sCKH+PBr234k6hI9XJ0VP5UqGxap0AnNwBnWFk1MNyWBylJH9ZkzBXC+5akZQ==
628+
"@typescript-eslint/[email protected].5":
629+
version "4.28.5"
630+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.5.tgz#8197f1473e7da8218c6a37ff308d695707835684"
631+
integrity sha512-m31cPEnbuCqXtEZQJOXAHsHvtoDi9OVaeL5wZnO2KZTnkvELk+u6J6jHg+NzvWQxk+87Zjbc4lJS4NHmgImz6Q==
618632
dependencies:
619-
"@typescript-eslint/experimental-utils" "4.28.1"
620-
"@typescript-eslint/scope-manager" "4.28.1"
633+
"@typescript-eslint/experimental-utils" "4.28.5"
634+
"@typescript-eslint/scope-manager" "4.28.5"
621635
debug "^4.3.1"
622636
functional-red-black-tree "^1.0.1"
623637
regexpp "^3.1.0"
624638
semver "^7.3.5"
625639
tsutils "^3.21.0"
626640

627-
"@typescript-eslint/[email protected].1":
628-
version "4.28.1"
629-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.1.tgz#3869489dcca3c18523c46018b8996e15948dbadc"
630-
integrity sha512-n8/ggadrZ+uyrfrSEchx3jgODdmcx7MzVM2sI3cTpI/YlfSm0+9HEUaWw3aQn2urL2KYlWYMDgn45iLfjDYB+Q==
641+
"@typescript-eslint/[email protected].5":
642+
version "4.28.5"
643+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.5.tgz#66c28bef115b417cf9d80812a713e0e46bb42a64"
644+
integrity sha512-bGPLCOJAa+j49hsynTaAtQIWg6uZd8VLiPcyDe4QPULsvQwLHGLSGKKcBN8/lBxIX14F74UEMK2zNDI8r0okwA==
631645
dependencies:
632646
"@types/json-schema" "^7.0.7"
633-
"@typescript-eslint/scope-manager" "4.28.1"
634-
"@typescript-eslint/types" "4.28.1"
635-
"@typescript-eslint/typescript-estree" "4.28.1"
647+
"@typescript-eslint/scope-manager" "4.28.5"
648+
"@typescript-eslint/types" "4.28.5"
649+
"@typescript-eslint/typescript-estree" "4.28.5"
636650
eslint-scope "^5.1.1"
637651
eslint-utils "^3.0.0"
638652

639-
"@typescript-eslint/[email protected].1":
640-
version "4.28.1"
641-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.1.tgz#5181b81658414f47291452c15bf6cd44a32f85bd"
642-
integrity sha512-UjrMsgnhQIIK82hXGaD+MCN8IfORS1CbMdu7VlZbYa8LCZtbZjJA26De4IPQB7XYZbL8gJ99KWNj0l6WD0guJg==
653+
"@typescript-eslint/[email protected].5":
654+
version "4.28.5"
655+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.5.tgz#9c971668f86d1b5c552266c47788a87488a47d1c"
656+
integrity sha512-NPCOGhTnkXGMqTznqgVbA5LqVsnw+i3+XA1UKLnAb+MG1Y1rP4ZSK9GX0kJBmAZTMIktf+dTwXToT6kFwyimbw==
643657
dependencies:
644-
"@typescript-eslint/scope-manager" "4.28.1"
645-
"@typescript-eslint/types" "4.28.1"
646-
"@typescript-eslint/typescript-estree" "4.28.1"
658+
"@typescript-eslint/scope-manager" "4.28.5"
659+
"@typescript-eslint/types" "4.28.5"
660+
"@typescript-eslint/typescript-estree" "4.28.5"
647661
debug "^4.3.1"
648662

649663
"@typescript-eslint/parser@^4.0.0":
@@ -656,14 +670,6 @@
656670
"@typescript-eslint/typescript-estree" "4.28.4"
657671
debug "^4.3.1"
658672

659-
"@typescript-eslint/[email protected]":
660-
version "4.28.1"
661-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.1.tgz#fd3c20627cdc12933f6d98b386940d8d0ce8a991"
662-
integrity sha512-o95bvGKfss6705x7jFGDyS7trAORTy57lwJ+VsYwil/lOUxKQ9tA7Suuq+ciMhJc/1qPwB3XE2DKh9wubW8YYA==
663-
dependencies:
664-
"@typescript-eslint/types" "4.28.1"
665-
"@typescript-eslint/visitor-keys" "4.28.1"
666-
667673
"@typescript-eslint/[email protected]":
668674
version "4.28.4"
669675
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.4.tgz#bdbce9b6a644e34f767bd68bc17bb14353b9fe7f"
@@ -672,28 +678,23 @@
672678
"@typescript-eslint/types" "4.28.4"
673679
"@typescript-eslint/visitor-keys" "4.28.4"
674680

675-
"@typescript-eslint/[email protected]":
676-
version "4.28.1"
677-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.1.tgz#d0f2ecbef3684634db357b9bbfc97b94b828f83f"
678-
integrity sha512-4z+knEihcyX7blAGi7O3Fm3O6YRCP+r56NJFMNGsmtdw+NCdpG5SgNz427LS9nQkRVTswZLhz484hakQwB8RRg==
681+
"@typescript-eslint/[email protected]":
682+
version "4.28.5"
683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.5.tgz#3a1b70c50c1535ac33322786ea99ebe403d3b923"
684+
integrity sha512-PHLq6n9nTMrLYcVcIZ7v0VY1X7dK309NM8ya9oL/yG8syFINIMHxyr2GzGoBYUdv3NUfCOqtuqps0ZmcgnZTfQ==
685+
dependencies:
686+
"@typescript-eslint/types" "4.28.5"
687+
"@typescript-eslint/visitor-keys" "4.28.5"
679688

680689
"@typescript-eslint/[email protected]":
681690
version "4.28.4"
682691
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.4.tgz#41acbd79b5816b7c0dd7530a43d97d020d3aeb42"
683692
integrity sha512-3eap4QWxGqkYuEmVebUGULMskR6Cuoc/Wii0oSOddleP4EGx1tjLnZQ0ZP33YRoMDCs5O3j56RBV4g14T4jvww==
684693

685-
"@typescript-eslint/[email protected]":
686-
version "4.28.1"
687-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.1.tgz#af882ae41740d1f268e38b4d0fad21e7e8d86a81"
688-
integrity sha512-GhKxmC4sHXxHGJv8e8egAZeTZ6HI4mLU6S7FUzvFOtsk7ZIDN1ksA9r9DyOgNqowA9yAtZXV0Uiap61bIO81FQ==
689-
dependencies:
690-
"@typescript-eslint/types" "4.28.1"
691-
"@typescript-eslint/visitor-keys" "4.28.1"
692-
debug "^4.3.1"
693-
globby "^11.0.3"
694-
is-glob "^4.0.1"
695-
semver "^7.3.5"
696-
tsutils "^3.21.0"
694+
"@typescript-eslint/[email protected]":
695+
version "4.28.5"
696+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.5.tgz#d33edf8e429f0c0930a7c3d44e9b010354c422e9"
697+
integrity sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==
697698

698699
"@typescript-eslint/[email protected]":
699700
version "4.28.4"
@@ -708,13 +709,18 @@
708709
semver "^7.3.5"
709710
tsutils "^3.21.0"
710711

711-
"@typescript-eslint/visitor-keys@4.28.1":
712-
version "4.28.1"
713-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.1.tgz#162a515ee255f18a6068edc26df793cdc1ec9157"
714-
integrity sha512-K4HMrdFqr9PFquPu178SaSb92CaWe2yErXyPumc8cYWxFmhgJsNY9eSePmO05j0JhBvf2Cdhptd6E6Yv9HVHcg==
712+
"@typescript-eslint/typescript-estree@4.28.5":
713+
version "4.28.5"
714+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.5.tgz#4906d343de693cf3d8dcc301383ed638e0441cd1"
715+
integrity sha512-FzJUKsBX8poCCdve7iV7ShirP8V+ys2t1fvamVeD1rWpiAnIm550a+BX/fmTHrjEpQJ7ZAn+Z7ZZwJjytk9rZw==
715716
dependencies:
716-
"@typescript-eslint/types" "4.28.1"
717-
eslint-visitor-keys "^2.0.0"
717+
"@typescript-eslint/types" "4.28.5"
718+
"@typescript-eslint/visitor-keys" "4.28.5"
719+
debug "^4.3.1"
720+
globby "^11.0.3"
721+
is-glob "^4.0.1"
722+
semver "^7.3.5"
723+
tsutils "^3.21.0"
718724

719725
"@typescript-eslint/[email protected]":
720726
version "4.28.4"
@@ -724,6 +730,14 @@
724730
"@typescript-eslint/types" "4.28.4"
725731
eslint-visitor-keys "^2.0.0"
726732

733+
"@typescript-eslint/[email protected]":
734+
version "4.28.5"
735+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.5.tgz#ffee2c602762ed6893405ee7c1144d9cc0a29675"
736+
integrity sha512-dva/7Rr+EkxNWdJWau26xU/0slnFlkh88v3TsyTgRS/IIYFi5iIfpCFM4ikw0vQTFUR9FYSSyqgK4w64gsgxhg==
737+
dependencies:
738+
"@typescript-eslint/types" "4.28.5"
739+
eslint-visitor-keys "^2.0.0"
740+
727741
728742
version "1.1.2"
729743
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
@@ -1724,13 +1738,14 @@ eslint-visitor-keys@^2.0.0:
17241738
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
17251739
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
17261740

1727-
eslint@7.29.0:
1728-
version "7.29.0"
1729-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
1730-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
1741+
eslint@7.32.0:
1742+
version "7.32.0"
1743+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
1744+
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
17311745
dependencies:
17321746
"@babel/code-frame" "7.12.11"
1733-
"@eslint/eslintrc" "^0.4.2"
1747+
"@eslint/eslintrc" "^0.4.3"
1748+
"@humanwhocodes/config-array" "^0.5.0"
17341749
ajv "^6.10.0"
17351750
chalk "^4.0.0"
17361751
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)