Skip to content

Commit 8700fa7

Browse files
chore(deps): update typescript-eslint monorepo to v5.10.2 (#940)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 48d4430 commit 8700fa7

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@types/dedent": "0.7.0",
3131
"@types/jest": "27.4.0",
3232
"@types/node": "16.11.21",
33-
"@typescript-eslint/eslint-plugin": "5.10.1",
34-
"@typescript-eslint/parser": "5.10.1",
33+
"@typescript-eslint/eslint-plugin": "5.10.2",
34+
"@typescript-eslint/parser": "5.10.2",
3535
"bob-the-bundler": "1.6.1",
3636
"dedent": "0.7.0",
3737
"eslint": "8.8.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2348,84 +2348,84 @@
23482348
dependencies:
23492349
"@types/yargs-parser" "*"
23502350

2351-
"@typescript-eslint/[email protected].1":
2352-
version "5.10.1"
2353-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.1.tgz#870195d0f2146b36d11fc71131b75aba52354c69"
2354-
integrity sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==
2355-
dependencies:
2356-
"@typescript-eslint/scope-manager" "5.10.1"
2357-
"@typescript-eslint/type-utils" "5.10.1"
2358-
"@typescript-eslint/utils" "5.10.1"
2351+
"@typescript-eslint/[email protected].2":
2352+
version "5.10.2"
2353+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz#f8c1d59fc37bd6d9d11c97267fdfe722c4777152"
2354+
integrity sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==
2355+
dependencies:
2356+
"@typescript-eslint/scope-manager" "5.10.2"
2357+
"@typescript-eslint/type-utils" "5.10.2"
2358+
"@typescript-eslint/utils" "5.10.2"
23592359
debug "^4.3.2"
23602360
functional-red-black-tree "^1.0.1"
23612361
ignore "^5.1.8"
23622362
regexpp "^3.2.0"
23632363
semver "^7.3.5"
23642364
tsutils "^3.21.0"
23652365

2366-
"@typescript-eslint/[email protected].1":
2367-
version "5.10.1"
2368-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.1.tgz#4ce9633cc33fc70bc13786cb793c1a76fe5ad6bd"
2369-
integrity sha512-GReo3tjNBwR5RnRO0K2wDIDN31cM3MmDtgyQ85oAxAmC5K3j/g85IjP+cDfcqDsDDBf1HNKQAD0WqOYL8jXqUA==
2366+
"@typescript-eslint/[email protected].2":
2367+
version "5.10.2"
2368+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.10.2.tgz#b6076d27cc5499ce3f2c625f5ccde946ecb7db9a"
2369+
integrity sha512-JaNYGkaQVhP6HNF+lkdOr2cAs2wdSZBoalE22uYWq8IEv/OVH0RksSGydk+sW8cLoSeYmC+OHvRyv2i4AQ7Czg==
23702370
dependencies:
2371-
"@typescript-eslint/scope-manager" "5.10.1"
2372-
"@typescript-eslint/types" "5.10.1"
2373-
"@typescript-eslint/typescript-estree" "5.10.1"
2371+
"@typescript-eslint/scope-manager" "5.10.2"
2372+
"@typescript-eslint/types" "5.10.2"
2373+
"@typescript-eslint/typescript-estree" "5.10.2"
23742374
debug "^4.3.2"
23752375

2376-
"@typescript-eslint/[email protected].1":
2377-
version "5.10.1"
2378-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.1.tgz#f0539c73804d2423506db2475352a4dec36cd809"
2379-
integrity sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==
2376+
"@typescript-eslint/[email protected].2":
2377+
version "5.10.2"
2378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz#92c0bc935ec00f3d8638cdffb3d0e70c9b879639"
2379+
integrity sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==
23802380
dependencies:
2381-
"@typescript-eslint/types" "5.10.1"
2382-
"@typescript-eslint/visitor-keys" "5.10.1"
2381+
"@typescript-eslint/types" "5.10.2"
2382+
"@typescript-eslint/visitor-keys" "5.10.2"
23832383

2384-
"@typescript-eslint/[email protected].1":
2385-
version "5.10.1"
2386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.1.tgz#5e526c00142585e40ab1503e83f1ff608c367405"
2387-
integrity sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==
2384+
"@typescript-eslint/[email protected].2":
2385+
version "5.10.2"
2386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz#ad5acdf98a7d2ab030bea81f17da457519101ceb"
2387+
integrity sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==
23882388
dependencies:
2389-
"@typescript-eslint/utils" "5.10.1"
2389+
"@typescript-eslint/utils" "5.10.2"
23902390
debug "^4.3.2"
23912391
tsutils "^3.21.0"
23922392

2393-
"@typescript-eslint/[email protected].1":
2394-
version "5.10.1"
2395-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.1.tgz#dca9bd4cb8c067fc85304a31f38ec4766ba2d1ea"
2396-
integrity sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==
2393+
"@typescript-eslint/[email protected].2":
2394+
version "5.10.2"
2395+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.10.2.tgz#604d15d795c4601fffba6ecb4587ff9fdec68ce8"
2396+
integrity sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==
23972397

2398-
"@typescript-eslint/[email protected].1":
2399-
version "5.10.1"
2400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.1.tgz#b268e67be0553f8790ba3fe87113282977adda15"
2401-
integrity sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==
2398+
"@typescript-eslint/[email protected].2":
2399+
version "5.10.2"
2400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz#810906056cd3ddcb35aa333fdbbef3713b0fe4a7"
2401+
integrity sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ==
24022402
dependencies:
2403-
"@typescript-eslint/types" "5.10.1"
2404-
"@typescript-eslint/visitor-keys" "5.10.1"
2403+
"@typescript-eslint/types" "5.10.2"
2404+
"@typescript-eslint/visitor-keys" "5.10.2"
24052405
debug "^4.3.2"
24062406
globby "^11.0.4"
24072407
is-glob "^4.0.3"
24082408
semver "^7.3.5"
24092409
tsutils "^3.21.0"
24102410

2411-
"@typescript-eslint/[email protected].1":
2412-
version "5.10.1"
2413-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.1.tgz#fa682a33af47080ba2c4368ee0ad2128213a1196"
2414-
integrity sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==
2411+
"@typescript-eslint/[email protected].2":
2412+
version "5.10.2"
2413+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.2.tgz#1fcd37547c32c648ab11aea7173ec30060ee87a8"
2414+
integrity sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==
24152415
dependencies:
24162416
"@types/json-schema" "^7.0.9"
2417-
"@typescript-eslint/scope-manager" "5.10.1"
2418-
"@typescript-eslint/types" "5.10.1"
2419-
"@typescript-eslint/typescript-estree" "5.10.1"
2417+
"@typescript-eslint/scope-manager" "5.10.2"
2418+
"@typescript-eslint/types" "5.10.2"
2419+
"@typescript-eslint/typescript-estree" "5.10.2"
24202420
eslint-scope "^5.1.1"
24212421
eslint-utils "^3.0.0"
24222422

2423-
"@typescript-eslint/[email protected].1":
2424-
version "5.10.1"
2425-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.1.tgz#29102de692f59d7d34ecc457ed59ab5fc558010b"
2426-
integrity sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==
2423+
"@typescript-eslint/[email protected].2":
2424+
version "5.10.2"
2425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz#fdbf272d8e61c045d865bd6c8b41bea73d222f3d"
2426+
integrity sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==
24272427
dependencies:
2428-
"@typescript-eslint/types" "5.10.1"
2428+
"@typescript-eslint/types" "5.10.2"
24292429
eslint-visitor-keys "^3.0.0"
24302430

24312431

0 commit comments

Comments
 (0)