Skip to content

Commit fd288ea

Browse files
chore(deps): update typescript-eslint monorepo to v4.15.2 (#330)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4e0c352 commit fd288ea

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"ts-node": "9.1.1",
3131
"patch-package": "6.2.2",
3232
"@changesets/cli": "2.14.0",
33-
"@typescript-eslint/eslint-plugin": "4.15.1",
34-
"@typescript-eslint/parser": "4.15.1",
33+
"@typescript-eslint/eslint-plugin": "4.15.2",
34+
"@typescript-eslint/parser": "4.15.2",
3535
"eslint": "7.20.0",
3636
"husky": "4.3.8",
3737
"lint-staged": "10.5.4",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,74 +1359,74 @@
13591359
dependencies:
13601360
"@types/yargs-parser" "*"
13611361

1362-
"@typescript-eslint/[email protected].1":
1363-
version "4.15.1"
1364-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.1.tgz#835f64aa0a403e5e9e64c10ceaf8d05c3f015180"
1365-
integrity sha512-yW2epMYZSpNJXZy22Biu+fLdTG8Mn6b22kR3TqblVk50HGNV8Zya15WAXuQCr8tKw4Qf1BL4QtI6kv6PCkLoJw==
1362+
"@typescript-eslint/[email protected].2":
1363+
version "4.15.2"
1364+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.2.tgz#981b26b4076c62a5a55873fbef3fe98f83360c61"
1365+
integrity sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q==
13661366
dependencies:
1367-
"@typescript-eslint/experimental-utils" "4.15.1"
1368-
"@typescript-eslint/scope-manager" "4.15.1"
1367+
"@typescript-eslint/experimental-utils" "4.15.2"
1368+
"@typescript-eslint/scope-manager" "4.15.2"
13691369
debug "^4.1.1"
13701370
functional-red-black-tree "^1.0.1"
13711371
lodash "^4.17.15"
13721372
regexpp "^3.0.0"
13731373
semver "^7.3.2"
13741374
tsutils "^3.17.1"
13751375

1376-
"@typescript-eslint/[email protected].1":
1377-
version "4.15.1"
1378-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.1.tgz#d744d1ac40570a84b447f7aa1b526368afd17eec"
1379-
integrity sha512-9LQRmOzBRI1iOdJorr4jEnQhadxK4c9R2aEAsm7WE/7dq8wkKD1suaV0S/JucTL8QlYUPU1y2yjqg+aGC0IQBQ==
1376+
"@typescript-eslint/[email protected].2":
1377+
version "4.15.2"
1378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.2.tgz#5efd12355bd5b535e1831282e6cf465b9a71cf36"
1379+
integrity sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ==
13801380
dependencies:
13811381
"@types/json-schema" "^7.0.3"
1382-
"@typescript-eslint/scope-manager" "4.15.1"
1383-
"@typescript-eslint/types" "4.15.1"
1384-
"@typescript-eslint/typescript-estree" "4.15.1"
1382+
"@typescript-eslint/scope-manager" "4.15.2"
1383+
"@typescript-eslint/types" "4.15.2"
1384+
"@typescript-eslint/typescript-estree" "4.15.2"
13851385
eslint-scope "^5.0.0"
13861386
eslint-utils "^2.0.0"
13871387

1388-
"@typescript-eslint/[email protected].1":
1389-
version "4.15.1"
1390-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.1.tgz#4c91a0602733db63507e1dbf13187d6c71a153c4"
1391-
integrity sha512-V8eXYxNJ9QmXi5ETDguB7O9diAXlIyS+e3xzLoP/oVE4WCAjssxLIa0mqCLsCGXulYJUfT+GV70Jv1vHsdKwtA==
1388+
"@typescript-eslint/[email protected].2":
1389+
version "4.15.2"
1390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.2.tgz#c804474321ef76a3955aec03664808f0d6e7872e"
1391+
integrity sha512-SHeF8xbsC6z2FKXsaTb1tBCf0QZsjJ94H6Bo51Y1aVEZ4XAefaw5ZAilMoDPlGghe+qtq7XdTiDlGfVTOmvA+Q==
13921392
dependencies:
1393-
"@typescript-eslint/scope-manager" "4.15.1"
1394-
"@typescript-eslint/types" "4.15.1"
1395-
"@typescript-eslint/typescript-estree" "4.15.1"
1393+
"@typescript-eslint/scope-manager" "4.15.2"
1394+
"@typescript-eslint/types" "4.15.2"
1395+
"@typescript-eslint/typescript-estree" "4.15.2"
13961396
debug "^4.1.1"
13971397

1398-
"@typescript-eslint/[email protected].1":
1399-
version "4.15.1"
1400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.1.tgz#f6511eb38def2a8a6be600c530c243bbb56ac135"
1401-
integrity sha512-ibQrTFcAm7yG4C1iwpIYK7vDnFg+fKaZVfvyOm3sNsGAerKfwPVFtYft5EbjzByDJ4dj1WD8/34REJfw/9wdVA==
1398+
"@typescript-eslint/[email protected].2":
1399+
version "4.15.2"
1400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.2.tgz#5725bda656995960ae1d004bfd1cd70320f37f4f"
1401+
integrity sha512-Zm0tf/MSKuX6aeJmuXexgdVyxT9/oJJhaCkijv0DvJVT3ui4zY6XYd6iwIo/8GEZGy43cd7w1rFMiCLHbRzAPQ==
14021402
dependencies:
1403-
"@typescript-eslint/types" "4.15.1"
1404-
"@typescript-eslint/visitor-keys" "4.15.1"
1403+
"@typescript-eslint/types" "4.15.2"
1404+
"@typescript-eslint/visitor-keys" "4.15.2"
14051405

1406-
"@typescript-eslint/[email protected].1":
1407-
version "4.15.1"
1408-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.1.tgz#da702f544ef1afae4bc98da699eaecd49cf31c8c"
1409-
integrity sha512-iGsaUyWFyLz0mHfXhX4zO6P7O3sExQpBJ2dgXB0G5g/8PRVfBBsmQIc3r83ranEQTALLR3Vko/fnCIVqmH+mPw==
1406+
"@typescript-eslint/[email protected].2":
1407+
version "4.15.2"
1408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60"
1409+
integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ==
14101410

1411-
"@typescript-eslint/[email protected].1":
1412-
version "4.15.1"
1413-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.1.tgz#fa9a9ff88b4a04d901ddbe5b248bc0a00cd610be"
1414-
integrity sha512-z8MN3CicTEumrWAEB2e2CcoZa3KP9+SMYLIA2aM49XW3cWIaiVSOAGq30ffR5XHxRirqE90fgLw3e6WmNx5uNw==
1411+
"@typescript-eslint/[email protected].2":
1412+
version "4.15.2"
1413+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.2.tgz#c2f7a1e94f3428d229d5ecff3ead6581ee9b62fa"
1414+
integrity sha512-cGR8C2g5SPtHTQvAymEODeqx90pJHadWsgTtx6GbnTWKqsg7yp6Eaya9nFzUd4KrKhxdYTTFBiYeTPQaz/l8bw==
14151415
dependencies:
1416-
"@typescript-eslint/types" "4.15.1"
1417-
"@typescript-eslint/visitor-keys" "4.15.1"
1416+
"@typescript-eslint/types" "4.15.2"
1417+
"@typescript-eslint/visitor-keys" "4.15.2"
14181418
debug "^4.1.1"
14191419
globby "^11.0.1"
14201420
is-glob "^4.0.1"
14211421
semver "^7.3.2"
14221422
tsutils "^3.17.1"
14231423

1424-
"@typescript-eslint/[email protected].1":
1425-
version "4.15.1"
1426-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.1.tgz#c76abbf2a3be8a70ed760f0e5756bf62de5865dd"
1427-
integrity sha512-tYzaTP9plooRJY8eNlpAewTOqtWW/4ff/5wBjNVaJ0S0wC4Gpq/zDVRTJa5bq2v1pCNQ08xxMCndcvR+h7lMww==
1424+
"@typescript-eslint/[email protected].2":
1425+
version "4.15.2"
1426+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.2.tgz#3d1c7979ce75bf6acf9691109bd0d6b5706192b9"
1427+
integrity sha512-TME1VgSb7wTwgENN5KVj4Nqg25hP8DisXxNBojM4Nn31rYaNDIocNm5cmjOFfh42n7NVERxWrDFoETO/76ePyg==
14281428
dependencies:
1429-
"@typescript-eslint/types" "4.15.1"
1429+
"@typescript-eslint/types" "4.15.2"
14301430
eslint-visitor-keys "^2.0.0"
14311431

14321432
"@yarnpkg/lockfile@^1.1.0":

0 commit comments

Comments
 (0)