Skip to content

Commit 3f67a27

Browse files
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.31.2 to 4.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 83bb11f commit 3f67a27

File tree

2 files changed

+47
-54
lines changed

2 files changed

+47
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@types/js-yaml": "4.0.3",
8585
"@types/node": "16.10.1",
8686
"@types/qs": "6.9.7",
87-
"@typescript-eslint/eslint-plugin": "4.31.2",
87+
"@typescript-eslint/eslint-plugin": "4.33.0",
8888
"@typescript-eslint/parser": "4.32.0",
8989
"codecov": "3.8.3",
9090
"eslint": "7.32.0",

yarn.lock

Lines changed: 46 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1442,28 +1442,29 @@
14421442
dependencies:
14431443
"@types/node" "*"
14441444

1445-
"@typescript-eslint/eslint-plugin@4.31.2":
1446-
version "4.31.2"
1447-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.31.2.tgz#9f41efaee32cdab7ace94b15bd19b756dd099b0a"
1448-
integrity sha512-w63SCQ4bIwWN/+3FxzpnWrDjQRXVEGiTt9tJTRptRXeFvdZc/wLiz3FQUwNQ2CVoRGI6KUWMNUj/pk63noUfcA==
1445+
"@typescript-eslint/eslint-plugin@4.33.0":
1446+
version "4.33.0"
1447+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
1448+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
14491449
dependencies:
1450-
"@typescript-eslint/experimental-utils" "4.31.2"
1451-
"@typescript-eslint/scope-manager" "4.31.2"
1450+
"@typescript-eslint/experimental-utils" "4.33.0"
1451+
"@typescript-eslint/scope-manager" "4.33.0"
14521452
debug "^4.3.1"
14531453
functional-red-black-tree "^1.0.1"
1454+
ignore "^5.1.8"
14541455
regexpp "^3.1.0"
14551456
semver "^7.3.5"
14561457
tsutils "^3.21.0"
14571458

1458-
"@typescript-eslint/experimental-utils@4.31.2":
1459-
version "4.31.2"
1460-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.31.2.tgz#98727a9c1e977dd5d20c8705e69cd3c2a86553fa"
1461-
integrity sha512-3tm2T4nyA970yQ6R3JZV9l0yilE2FedYg8dcXrTar34zC9r6JB7WyBQbpIVongKPlhEMjhQ01qkwrzWy38Bk1Q==
1459+
"@typescript-eslint/experimental-utils@4.33.0":
1460+
version "4.33.0"
1461+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
1462+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
14621463
dependencies:
14631464
"@types/json-schema" "^7.0.7"
1464-
"@typescript-eslint/scope-manager" "4.31.2"
1465-
"@typescript-eslint/types" "4.31.2"
1466-
"@typescript-eslint/typescript-estree" "4.31.2"
1465+
"@typescript-eslint/scope-manager" "4.33.0"
1466+
"@typescript-eslint/types" "4.33.0"
1467+
"@typescript-eslint/typescript-estree" "4.33.0"
14671468
eslint-scope "^5.1.1"
14681469
eslint-utils "^3.0.0"
14691470

@@ -1477,14 +1478,6 @@
14771478
"@typescript-eslint/typescript-estree" "4.32.0"
14781479
debug "^4.3.1"
14791480

1480-
"@typescript-eslint/[email protected]":
1481-
version "4.31.2"
1482-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.31.2.tgz#1d528cb3ed3bcd88019c20a57c18b897b073923a"
1483-
integrity sha512-2JGwudpFoR/3Czq6mPpE8zBPYdHWFGL6lUNIGolbKQeSNv4EAiHaR5GVDQaLA0FwgcdcMtRk+SBJbFGL7+La5w==
1484-
dependencies:
1485-
"@typescript-eslint/types" "4.31.2"
1486-
"@typescript-eslint/visitor-keys" "4.31.2"
1487-
14881481
"@typescript-eslint/[email protected]":
14891482
version "4.32.0"
14901483
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.32.0.tgz#e03c8668f8b954072b3f944d5b799c0c9225a7d5"
@@ -1493,28 +1486,23 @@
14931486
"@typescript-eslint/types" "4.32.0"
14941487
"@typescript-eslint/visitor-keys" "4.32.0"
14951488

1496-
"@typescript-eslint/[email protected]":
1497-
version "4.31.2"
1498-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.31.2.tgz#2aea7177d6d744521a168ed4668eddbd912dfadf"
1499-
integrity sha512-kWiTTBCTKEdBGrZKwFvOlGNcAsKGJSBc8xLvSjSppFO88AqGxGNYtF36EuEYG6XZ9vT0xX8RNiHbQUKglbSi1w==
1489+
"@typescript-eslint/[email protected]":
1490+
version "4.33.0"
1491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
1492+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
1493+
dependencies:
1494+
"@typescript-eslint/types" "4.33.0"
1495+
"@typescript-eslint/visitor-keys" "4.33.0"
15001496

15011497
"@typescript-eslint/[email protected]":
15021498
version "4.32.0"
15031499
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.32.0.tgz#52c633c18da47aee09449144bf59565ab36df00d"
15041500
integrity sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w==
15051501

1506-
"@typescript-eslint/[email protected]":
1507-
version "4.31.2"
1508-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.31.2.tgz#abfd50594d8056b37e7428df3b2d185ef2d0060c"
1509-
integrity sha512-ieBq8U9at6PvaC7/Z6oe8D3czeW5d//Fo1xkF/s9394VR0bg/UaMYPdARiWyKX+lLEjY3w/FNZJxitMsiWv+wA==
1510-
dependencies:
1511-
"@typescript-eslint/types" "4.31.2"
1512-
"@typescript-eslint/visitor-keys" "4.31.2"
1513-
debug "^4.3.1"
1514-
globby "^11.0.3"
1515-
is-glob "^4.0.1"
1516-
semver "^7.3.5"
1517-
tsutils "^3.21.0"
1502+
"@typescript-eslint/[email protected]":
1503+
version "4.33.0"
1504+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
1505+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
15181506

15191507
"@typescript-eslint/[email protected]":
15201508
version "4.32.0"
@@ -1529,13 +1517,18 @@
15291517
semver "^7.3.5"
15301518
tsutils "^3.21.0"
15311519

1532-
"@typescript-eslint/visitor-keys@4.31.2":
1533-
version "4.31.2"
1534-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.31.2.tgz#7d5b4a4705db7fe59ecffb273c1d082760f635cc"
1535-
integrity sha512-PrBId7EQq2Nibns7dd/ch6S6/M4/iwLM9McbgeEbCXfxdwRUNxJ4UNreJ6Gh3fI2GNKNrWnQxKL7oCPmngKBug==
1520+
"@typescript-eslint/typescript-estree@4.33.0":
1521+
version "4.33.0"
1522+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
1523+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
15361524
dependencies:
1537-
"@typescript-eslint/types" "4.31.2"
1538-
eslint-visitor-keys "^2.0.0"
1525+
"@typescript-eslint/types" "4.33.0"
1526+
"@typescript-eslint/visitor-keys" "4.33.0"
1527+
debug "^4.3.1"
1528+
globby "^11.0.3"
1529+
is-glob "^4.0.1"
1530+
semver "^7.3.5"
1531+
tsutils "^3.21.0"
15391532

15401533
"@typescript-eslint/[email protected]":
15411534
version "4.32.0"
@@ -1545,6 +1538,14 @@
15451538
"@typescript-eslint/types" "4.32.0"
15461539
eslint-visitor-keys "^2.0.0"
15471540

1541+
"@typescript-eslint/[email protected]":
1542+
version "4.33.0"
1543+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
1544+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
1545+
dependencies:
1546+
"@typescript-eslint/types" "4.33.0"
1547+
eslint-visitor-keys "^2.0.0"
1548+
15481549
abab@^2.0.3, abab@^2.0.5:
15491550
version "2.0.5"
15501551
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
@@ -2935,7 +2936,7 @@ ignore@^4.0.6:
29352936
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
29362937
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
29372938

2938-
ignore@^5.1.4:
2939+
ignore@^5.1.4, ignore@^5.1.8:
29392940
version "5.1.8"
29402941
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
29412942
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -3842,7 +3843,7 @@ neo-async@^2.6.0:
38423843
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
38433844
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
38443845

3845-
node-fetch@*:
3846+
node-fetch@*, node-fetch@^3.0.0:
38463847
version "3.0.0"
38473848
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.0.0.tgz#79da7146a520036f2c5f644e4a26095f17e411ea"
38483849
integrity sha512-bKMI+C7/T/SPU1lKnbQbwxptpCrG9ashG+VkytmXCPZyuM9jB6VU+hY0oi4lC8LxTtAeWdckNCTa3nrGsAdA3Q==
@@ -3862,14 +3863,6 @@ node-fetch@^2.6.1:
38623863
dependencies:
38633864
whatwg-url "^5.0.0"
38643865

3865-
node-fetch@^3.0.0:
3866-
version "3.0.0"
3867-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.0.0.tgz#79da7146a520036f2c5f644e4a26095f17e411ea"
3868-
integrity sha512-bKMI+C7/T/SPU1lKnbQbwxptpCrG9ashG+VkytmXCPZyuM9jB6VU+hY0oi4lC8LxTtAeWdckNCTa3nrGsAdA3Q==
3869-
dependencies:
3870-
data-uri-to-buffer "^3.0.1"
3871-
fetch-blob "^3.1.2"
3872-
38733866
node-int64@^0.4.0:
38743867
version "0.4.0"
38753868
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"

0 commit comments

Comments
 (0)