Skip to content

Commit 170fc4d

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 5.22.0 to 5.31.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.31.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] <support@github.com>
1 parent 26b35df commit 170fc4d

2 files changed

Lines changed: 93 additions & 24 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@ls-lint/ls-lint": "^1.11.0",
4444
"@types/jest": "^27.4.1",
4545
"@types/node": "^16.11.12",
46-
"@typescript-eslint/eslint-plugin": "^5.22.0",
46+
"@typescript-eslint/eslint-plugin": "^5.31.0",
4747
"@typescript-eslint/eslint-plugin-tslint": "^5.22.0",
4848
"@typescript-eslint/parser": "^5.20.0",
4949
"colors": "1.4.0",

yarn.lock

Lines changed: 92 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,19 +1371,19 @@
13711371
"@typescript-eslint/utils" "5.22.0"
13721372
lodash "^4.17.21"
13731373

1374-
"@typescript-eslint/eslint-plugin@^5.22.0":
1375-
version "5.22.0"
1376-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.22.0.tgz#7b52a0de2e664044f28b36419210aea4ab619e2a"
1377-
integrity sha512-YCiy5PUzpAeOPGQ7VSGDEY2NeYUV1B0swde2e0HzokRsHBYjSdF6DZ51OuRZxVPHx0032lXGLvOMls91D8FXlg==
1378-
dependencies:
1379-
"@typescript-eslint/scope-manager" "5.22.0"
1380-
"@typescript-eslint/type-utils" "5.22.0"
1381-
"@typescript-eslint/utils" "5.22.0"
1382-
debug "^4.3.2"
1374+
"@typescript-eslint/eslint-plugin@^5.31.0":
1375+
version "5.31.0"
1376+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.31.0.tgz#cae1967b1e569e6171bbc6bec2afa4e0c8efccfe"
1377+
integrity sha512-VKW4JPHzG5yhYQrQ1AzXgVgX8ZAJEvCz0QI6mLRX4tf7rnFfh5D8SKm0Pq6w5PyNfAWJk6sv313+nEt3ohWMBQ==
1378+
dependencies:
1379+
"@typescript-eslint/scope-manager" "5.31.0"
1380+
"@typescript-eslint/type-utils" "5.31.0"
1381+
"@typescript-eslint/utils" "5.31.0"
1382+
debug "^4.3.4"
13831383
functional-red-black-tree "^1.0.1"
1384-
ignore "^5.1.8"
1384+
ignore "^5.2.0"
13851385
regexpp "^3.2.0"
1386-
semver "^7.3.5"
1386+
semver "^7.3.7"
13871387
tsutils "^3.21.0"
13881388

13891389
"@typescript-eslint/parser@^5.20.0":
@@ -1412,13 +1412,21 @@
14121412
"@typescript-eslint/types" "5.22.0"
14131413
"@typescript-eslint/visitor-keys" "5.22.0"
14141414

1415-
"@typescript-eslint/type-utils@5.22.0":
1416-
version "5.22.0"
1417-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.22.0.tgz#0c0e93b34210e334fbe1bcb7250c470f4a537c19"
1418-
integrity sha512-iqfLZIsZhK2OEJ4cQ01xOq3NaCuG5FQRKyHicA3xhZxMgaxQazLUHbH/B2k9y5i7l3+o+B5ND9Mf1AWETeMISA==
1415+
"@typescript-eslint/scope-manager@5.31.0":
1416+
version "5.31.0"
1417+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
1418+
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
14191419
dependencies:
1420-
"@typescript-eslint/utils" "5.22.0"
1421-
debug "^4.3.2"
1420+
"@typescript-eslint/types" "5.31.0"
1421+
"@typescript-eslint/visitor-keys" "5.31.0"
1422+
1423+
"@typescript-eslint/type-utils@5.31.0":
1424+
version "5.31.0"
1425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.31.0.tgz#70a0b7201360b5adbddb0c36080495aa08f6f3d9"
1426+
integrity sha512-7ZYqFbvEvYXFn9ax02GsPcEOmuWNg+14HIf4q+oUuLnMbpJ6eHAivCg7tZMVwzrIuzX3QCeAOqKoyMZCv5xe+w==
1427+
dependencies:
1428+
"@typescript-eslint/utils" "5.31.0"
1429+
debug "^4.3.4"
14221430
tsutils "^3.21.0"
14231431

14241432
"@typescript-eslint/types@5.20.0":
@@ -1431,6 +1439,11 @@
14311439
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.22.0.tgz#50a4266e457a5d4c4b87ac31903b28b06b2c3ed0"
14321440
integrity sha512-T7owcXW4l0v7NTijmjGWwWf/1JqdlWiBzPqzAWhobxft0SiEvMJB56QXmeCQjrPuM8zEfGUKyPQr/L8+cFUBLw==
14331441

1442+
"@typescript-eslint/types@5.31.0":
1443+
version "5.31.0"
1444+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
1445+
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
1446+
14341447
"@typescript-eslint/typescript-estree@5.20.0":
14351448
version "5.20.0"
14361449
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.20.0.tgz#ab73686ab18c8781bbf249c9459a55dc9417d6b0"
@@ -1457,6 +1470,19 @@
14571470
semver "^7.3.5"
14581471
tsutils "^3.21.0"
14591472

1473+
"@typescript-eslint/typescript-estree@5.31.0":
1474+
version "5.31.0"
1475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
1476+
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
1477+
dependencies:
1478+
"@typescript-eslint/types" "5.31.0"
1479+
"@typescript-eslint/visitor-keys" "5.31.0"
1480+
debug "^4.3.4"
1481+
globby "^11.1.0"
1482+
is-glob "^4.0.3"
1483+
semver "^7.3.7"
1484+
tsutils "^3.21.0"
1485+
14601486
"@typescript-eslint/utils@5.22.0":
14611487
version "5.22.0"
14621488
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.22.0.tgz#1f2c4897e2cf7e44443c848a13c60407861babd8"
@@ -1469,6 +1495,18 @@
14691495
eslint-scope "^5.1.1"
14701496
eslint-utils "^3.0.0"
14711497

1498+
"@typescript-eslint/utils@5.31.0":
1499+
version "5.31.0"
1500+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.31.0.tgz#e146fa00dca948bfe547d665b2138a2dc1b79acd"
1501+
integrity sha512-kcVPdQS6VIpVTQ7QnGNKMFtdJdvnStkqS5LeALr4rcwx11G6OWb2HB17NMPnlRHvaZP38hL9iK8DdE9Fne7NYg==
1502+
dependencies:
1503+
"@types/json-schema" "^7.0.9"
1504+
"@typescript-eslint/scope-manager" "5.31.0"
1505+
"@typescript-eslint/types" "5.31.0"
1506+
"@typescript-eslint/typescript-estree" "5.31.0"
1507+
eslint-scope "^5.1.1"
1508+
eslint-utils "^3.0.0"
1509+
14721510
"@typescript-eslint/visitor-keys@5.20.0":
14731511
version "5.20.0"
14741512
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.20.0.tgz#70236b5c6b67fbaf8b2f58bf3414b76c1e826c2a"
@@ -1485,6 +1523,14 @@
14851523
"@typescript-eslint/types" "5.22.0"
14861524
eslint-visitor-keys "^3.0.0"
14871525

1526+
"@typescript-eslint/visitor-keys@5.31.0":
1527+
version "5.31.0"
1528+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
1529+
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
1530+
dependencies:
1531+
"@typescript-eslint/types" "5.31.0"
1532+
eslint-visitor-keys "^3.3.0"
1533+
14881534
"@xmldom/xmldom@^0.7.0", "@xmldom/xmldom@^0.7.4":
14891535
version "0.7.5"
14901536
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.5.tgz#09fa51e356d07d0be200642b0e4f91d8e6dd408d"
@@ -2654,10 +2700,10 @@ debug@2.6.9, debug@^2.6.9:
26542700
dependencies:
26552701
ms "2.0.0"
26562702

2657-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3:
2658-
version "4.3.3"
2659-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
2660-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
2703+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
2704+
version "4.3.4"
2705+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
2706+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
26612707
dependencies:
26622708
ms "2.1.2"
26632709

@@ -3287,6 +3333,17 @@ fast-glob@^3.0.3, fast-glob@^3.1.1:
32873333
merge2 "^1.3.0"
32883334
micromatch "^4.0.4"
32893335

3336+
fast-glob@^3.2.9:
3337+
version "3.2.11"
3338+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
3339+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
3340+
dependencies:
3341+
"@nodelib/fs.stat" "^2.0.2"
3342+
"@nodelib/fs.walk" "^1.2.3"
3343+
glob-parent "^5.1.2"
3344+
merge2 "^1.3.0"
3345+
micromatch "^4.0.4"
3346+
32903347
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
32913348
version "2.1.0"
32923349
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -3693,6 +3750,18 @@ globby@^11.0.4:
36933750
merge2 "^1.3.0"
36943751
slash "^3.0.0"
36953752

3753+
globby@^11.1.0:
3754+
version "11.1.0"
3755+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
3756+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
3757+
dependencies:
3758+
array-union "^2.1.0"
3759+
dir-glob "^3.0.1"
3760+
fast-glob "^3.2.9"
3761+
ignore "^5.2.0"
3762+
merge2 "^1.4.1"
3763+
slash "^3.0.0"
3764+
36963765
got@^9.6.0:
36973766
version "9.6.0"
36983767
resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
@@ -3893,7 +3962,7 @@ ignore-by-default@^1.0.1:
38933962
resolved "https://registry.yarnpkg.com/ignore-by-default/-/ignore-by-default-1.0.1.tgz#48ca6d72f6c6a3af00a9ad4ae6876be3889e2b09"
38943963
integrity sha1-SMptcvbGo68Aqa1K5odr44ieKwk=
38953964

3896-
ignore@^5.1.1, ignore@^5.1.2, ignore@^5.1.4, ignore@^5.1.8, ignore@^5.2.0:
3965+
ignore@^5.1.1, ignore@^5.1.2, ignore@^5.1.4, ignore@^5.2.0:
38973966
version "5.2.0"
38983967
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
38993968
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
@@ -5174,7 +5243,7 @@ merge-stream@^2.0.0:
51745243
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
51755244
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
51765245

5177-
merge2@^1.2.3, merge2@^1.3.0:
5246+
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
51785247
version "1.4.1"
51795248
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
51805249
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==

0 commit comments

Comments
 (0)