Skip to content

Commit ceb3727

Browse files
chore(deps): update typescript-eslint monorepo to v4.25.0 (#449)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fc8f1ae commit ceb3727

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.4.7",
3232
"@changesets/cli": "2.16.0",
33-
"@typescript-eslint/eslint-plugin": "4.24.0",
34-
"@typescript-eslint/parser": "4.24.0",
33+
"@typescript-eslint/eslint-plugin": "4.25.0",
34+
"@typescript-eslint/parser": "4.25.0",
3535
"eslint": "7.27.0",
3636
"husky": "6.0.0",
3737
"lint-staged": "11.0.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,74 +1348,74 @@
13481348
dependencies:
13491349
"@types/yargs-parser" "*"
13501350

1351-
"@typescript-eslint/eslint-plugin@4.24.0":
1352-
version "4.24.0"
1353-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz#03801ffc25b2af9d08f3dc9bccfc0b7ce3780d0f"
1354-
integrity sha512-qbCgkPM7DWTsYQGjx9RTuQGswi+bEt0isqDBeo+CKV0953zqI0Tp7CZ7Fi9ipgFA6mcQqF4NOVNwS/f2r6xShw==
1351+
"@typescript-eslint/eslint-plugin@4.25.0":
1352+
version "4.25.0"
1353+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.25.0.tgz#d82657b6ab4caa4c3f888ff923175fadc2f31f2a"
1354+
integrity sha512-Qfs3dWkTMKkKwt78xp2O/KZQB8MPS1UQ5D3YW2s6LQWBE1074BE+Rym+b1pXZIX3M3fSvPUDaCvZLKV2ylVYYQ==
13551355
dependencies:
1356-
"@typescript-eslint/experimental-utils" "4.24.0"
1357-
"@typescript-eslint/scope-manager" "4.24.0"
1356+
"@typescript-eslint/experimental-utils" "4.25.0"
1357+
"@typescript-eslint/scope-manager" "4.25.0"
13581358
debug "^4.1.1"
13591359
functional-red-black-tree "^1.0.1"
13601360
lodash "^4.17.15"
13611361
regexpp "^3.0.0"
13621362
semver "^7.3.2"
13631363
tsutils "^3.17.1"
13641364

1365-
"@typescript-eslint/experimental-utils@4.24.0":
1366-
version "4.24.0"
1367-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.24.0.tgz#c23ead9de44b99c3a5fd925c33a106b00165e172"
1368-
integrity sha512-IwTT2VNDKH1h8RZseMH4CcYBz6lTvRoOLDuuqNZZoThvfHEhOiZPQCow+5El3PtyxJ1iDr6UXZwYtE3yZQjhcw==
1365+
"@typescript-eslint/experimental-utils@4.25.0":
1366+
version "4.25.0"
1367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.25.0.tgz#b2febcfa715d2c1806fd5f0335193a6cd270df54"
1368+
integrity sha512-f0doRE76vq7NEEU0tw+ajv6CrmPelw5wLoaghEHkA2dNLFb3T/zJQqGPQ0OYt5XlZaS13MtnN+GTPCuUVg338w==
13691369
dependencies:
13701370
"@types/json-schema" "^7.0.3"
1371-
"@typescript-eslint/scope-manager" "4.24.0"
1372-
"@typescript-eslint/types" "4.24.0"
1373-
"@typescript-eslint/typescript-estree" "4.24.0"
1371+
"@typescript-eslint/scope-manager" "4.25.0"
1372+
"@typescript-eslint/types" "4.25.0"
1373+
"@typescript-eslint/typescript-estree" "4.25.0"
13741374
eslint-scope "^5.0.0"
13751375
eslint-utils "^2.0.0"
13761376

1377-
"@typescript-eslint/parser@4.24.0":
1378-
version "4.24.0"
1379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.24.0.tgz#2e5f1cc78ffefe43bfac7e5659309a92b09a51bd"
1380-
integrity sha512-dj1ZIh/4QKeECLb2f/QjRwMmDArcwc2WorWPRlB8UNTZlY1KpTVsbX7e3ZZdphfRw29aTFUSNuGB8w9X5sS97w==
1377+
"@typescript-eslint/parser@4.25.0":
1378+
version "4.25.0"
1379+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
1380+
integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
13811381
dependencies:
1382-
"@typescript-eslint/scope-manager" "4.24.0"
1383-
"@typescript-eslint/types" "4.24.0"
1384-
"@typescript-eslint/typescript-estree" "4.24.0"
1382+
"@typescript-eslint/scope-manager" "4.25.0"
1383+
"@typescript-eslint/types" "4.25.0"
1384+
"@typescript-eslint/typescript-estree" "4.25.0"
13851385
debug "^4.1.1"
13861386

1387-
"@typescript-eslint/scope-manager@4.24.0":
1388-
version "4.24.0"
1389-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359"
1390-
integrity sha512-9+WYJGDnuC9VtYLqBhcSuM7du75fyCS/ypC8c5g7Sdw7pGL4NDTbeH38eJPfzIydCHZDoOgjloxSAA3+4l/zsA==
1387+
"@typescript-eslint/scope-manager@4.25.0":
1388+
version "4.25.0"
1389+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
1390+
integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w==
13911391
dependencies:
1392-
"@typescript-eslint/types" "4.24.0"
1393-
"@typescript-eslint/visitor-keys" "4.24.0"
1392+
"@typescript-eslint/types" "4.25.0"
1393+
"@typescript-eslint/visitor-keys" "4.25.0"
13941394

1395-
"@typescript-eslint/types@4.24.0":
1396-
version "4.24.0"
1397-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
1398-
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
1395+
"@typescript-eslint/types@4.25.0":
1396+
version "4.25.0"
1397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
1398+
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
13991399

1400-
"@typescript-eslint/typescript-estree@4.24.0":
1401-
version "4.24.0"
1402-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f"
1403-
integrity sha512-kBDitL/by/HK7g8CYLT7aKpAwlR8doshfWz8d71j97n5kUa5caHWvY0RvEUEanL/EqBJoANev8Xc/mQ6LLwXGA==
1400+
"@typescript-eslint/typescript-estree@4.25.0":
1401+
version "4.25.0"
1402+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
1403+
integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==
14041404
dependencies:
1405-
"@typescript-eslint/types" "4.24.0"
1406-
"@typescript-eslint/visitor-keys" "4.24.0"
1405+
"@typescript-eslint/types" "4.25.0"
1406+
"@typescript-eslint/visitor-keys" "4.25.0"
14071407
debug "^4.1.1"
14081408
globby "^11.0.1"
14091409
is-glob "^4.0.1"
14101410
semver "^7.3.2"
14111411
tsutils "^3.17.1"
14121412

1413-
"@typescript-eslint/visitor-keys@4.24.0":
1414-
version "4.24.0"
1415-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297"
1416-
integrity sha512-4ox1sjmGHIxjEDBnMCtWFFhErXtKA1Ec0sBpuz0fqf3P+g3JFGyTxxbF06byw0FRsPnnbq44cKivH7Ks1/0s6g==
1413+
"@typescript-eslint/visitor-keys@4.25.0":
1414+
version "4.25.0"
1415+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
1416+
integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg==
14171417
dependencies:
1418-
"@typescript-eslint/types" "4.24.0"
1418+
"@typescript-eslint/types" "4.25.0"
14191419
eslint-visitor-keys "^2.0.0"
14201420

14211421
"@yarnpkg/lockfile@^1.1.0":

0 commit comments

Comments
 (0)