Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 23dfccc

Browse files
authored
Merge pull request #915 from kufu/renovate/patch-typescript-eslint-monorepo
chore: update typescript-eslint monorepo to ^8.18.1 (patch)
2 parents 67b29ef + c3bb036 commit 23dfccc

File tree

3 files changed

+63
-63
lines changed

3 files changed

+63
-63
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747
},
4848
"dependencies": {
4949
"@eslint/js": "^9.16.0",
50-
"@typescript-eslint/eslint-plugin": "^8.18.0",
51-
"@typescript-eslint/parser": "^8.18.0",
50+
"@typescript-eslint/eslint-plugin": "^8.18.1",
51+
"@typescript-eslint/parser": "^8.18.1",
5252
"eslint-config-prettier": "^9.1.0",
5353
"eslint-plugin-import": "^2.31.0",
5454
"eslint-plugin-jsx-a11y": "^6.10.2",
5555
"eslint-plugin-react": "^7.37.2",
5656
"eslint-plugin-react-hooks": "^5.1.0",
5757
"eslint-plugin-smarthr": "1.0.0",
5858
"globals": "^15.13.0",
59-
"typescript-eslint": "^8.18.0",
59+
"typescript-eslint": "^8.18.1",
6060
"vitest": "^2.1.8"
6161
}
6262
}

test/__snapshots__/snapshot.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ exports[`should match ESLint Configuration snapshot 1`] = `
11901190
"visualViewport": false,
11911191
"window": false,
11921192
},
1193-
"parser": "typescript-eslint/[email protected].0",
1193+
"parser": "typescript-eslint/[email protected].1",
11941194
"parserOptions": {
11951195
"ecmaFeatures": {
11961196
"jax": true,
@@ -1210,8 +1210,8 @@ exports[`should match ESLint Configuration snapshot 1`] = `
12101210
"react",
12111211
"react-hooks",
12121212
"jsx-a11y:[email protected]",
1213-
"@typescript-eslint:@typescript-eslint/[email protected].0",
1214-
"typescript:@typescript-eslint/[email protected].0",
1213+
"@typescript-eslint:@typescript-eslint/[email protected].1",
1214+
"typescript:@typescript-eslint/[email protected].1",
12151215
"smarthr:eslint-plugin-smarthr",
12161216
],
12171217
"processor": undefined,

yarn.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -974,85 +974,85 @@
974974
dependencies:
975975
"@types/yargs-parser" "*"
976976

977-
"@typescript-eslint/[email protected].0", "@typescript-eslint/eslint-plugin@^8.18.0":
978-
version "8.18.0"
979-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.0.tgz#0901933326aea4443b81df3f740ca7dfc45c7bea"
980-
integrity sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==
977+
"@typescript-eslint/[email protected].1", "@typescript-eslint/eslint-plugin@^8.18.1":
978+
version "8.18.1"
979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.1.tgz#992e5ac1553ce20d0d46aa6eccd79dc36dedc805"
980+
integrity sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==
981981
dependencies:
982982
"@eslint-community/regexpp" "^4.10.0"
983-
"@typescript-eslint/scope-manager" "8.18.0"
984-
"@typescript-eslint/type-utils" "8.18.0"
985-
"@typescript-eslint/utils" "8.18.0"
986-
"@typescript-eslint/visitor-keys" "8.18.0"
983+
"@typescript-eslint/scope-manager" "8.18.1"
984+
"@typescript-eslint/type-utils" "8.18.1"
985+
"@typescript-eslint/utils" "8.18.1"
986+
"@typescript-eslint/visitor-keys" "8.18.1"
987987
graphemer "^1.4.0"
988988
ignore "^5.3.1"
989989
natural-compare "^1.4.0"
990990
ts-api-utils "^1.3.0"
991991

992-
"@typescript-eslint/[email protected].0", "@typescript-eslint/parser@^8.18.0":
993-
version "8.18.0"
994-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.0.tgz#a1c9456cbb6a089730bf1d3fc47946c5fb5fe67b"
995-
integrity sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==
992+
"@typescript-eslint/[email protected].1", "@typescript-eslint/parser@^8.18.1":
993+
version "8.18.1"
994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.1.tgz#c258bae062778b7696793bc492249027a39dfb95"
995+
integrity sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==
996996
dependencies:
997-
"@typescript-eslint/scope-manager" "8.18.0"
998-
"@typescript-eslint/types" "8.18.0"
999-
"@typescript-eslint/typescript-estree" "8.18.0"
1000-
"@typescript-eslint/visitor-keys" "8.18.0"
997+
"@typescript-eslint/scope-manager" "8.18.1"
998+
"@typescript-eslint/types" "8.18.1"
999+
"@typescript-eslint/typescript-estree" "8.18.1"
1000+
"@typescript-eslint/visitor-keys" "8.18.1"
10011001
debug "^4.3.4"
10021002

1003-
"@typescript-eslint/[email protected].0":
1004-
version "8.18.0"
1005-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.0.tgz#30b040cb4557804a7e2bcc65cf8fdb630c96546f"
1006-
integrity sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==
1003+
"@typescript-eslint/[email protected].1":
1004+
version "8.18.1"
1005+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz#52cedc3a8178d7464a70beffed3203678648e55b"
1006+
integrity sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==
10071007
dependencies:
1008-
"@typescript-eslint/types" "8.18.0"
1009-
"@typescript-eslint/visitor-keys" "8.18.0"
1008+
"@typescript-eslint/types" "8.18.1"
1009+
"@typescript-eslint/visitor-keys" "8.18.1"
10101010

1011-
"@typescript-eslint/[email protected].0":
1012-
version "8.18.0"
1013-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.0.tgz#6f0d12cf923b6fd95ae4d877708c0adaad93c471"
1014-
integrity sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==
1011+
"@typescript-eslint/[email protected].1":
1012+
version "8.18.1"
1013+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.1.tgz#10f41285475c0bdee452b79ff7223f0e43a7781e"
1014+
integrity sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==
10151015
dependencies:
1016-
"@typescript-eslint/typescript-estree" "8.18.0"
1017-
"@typescript-eslint/utils" "8.18.0"
1016+
"@typescript-eslint/typescript-estree" "8.18.1"
1017+
"@typescript-eslint/utils" "8.18.1"
10181018
debug "^4.3.4"
10191019
ts-api-utils "^1.3.0"
10201020

1021-
"@typescript-eslint/[email protected].0":
1022-
version "8.18.0"
1023-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.0.tgz#3afcd30def8756bc78541268ea819a043221d5f3"
1024-
integrity sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==
1021+
"@typescript-eslint/[email protected].1":
1022+
version "8.18.1"
1023+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
1024+
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
10251025

1026-
"@typescript-eslint/[email protected].0":
1027-
version "8.18.0"
1028-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.0.tgz#d8ca785799fbb9c700cdff1a79c046c3e633c7f9"
1029-
integrity sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==
1026+
"@typescript-eslint/[email protected].1":
1027+
version "8.18.1"
1028+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e"
1029+
integrity sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==
10301030
dependencies:
1031-
"@typescript-eslint/types" "8.18.0"
1032-
"@typescript-eslint/visitor-keys" "8.18.0"
1031+
"@typescript-eslint/types" "8.18.1"
1032+
"@typescript-eslint/visitor-keys" "8.18.1"
10331033
debug "^4.3.4"
10341034
fast-glob "^3.3.2"
10351035
is-glob "^4.0.3"
10361036
minimatch "^9.0.4"
10371037
semver "^7.6.0"
10381038
ts-api-utils "^1.3.0"
10391039

1040-
"@typescript-eslint/[email protected].0":
1041-
version "8.18.0"
1042-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.0.tgz#48f67205d42b65d895797bb7349d1be5c39a62f7"
1043-
integrity sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==
1040+
"@typescript-eslint/[email protected].1":
1041+
version "8.18.1"
1042+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5"
1043+
integrity sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==
10441044
dependencies:
10451045
"@eslint-community/eslint-utils" "^4.4.0"
1046-
"@typescript-eslint/scope-manager" "8.18.0"
1047-
"@typescript-eslint/types" "8.18.0"
1048-
"@typescript-eslint/typescript-estree" "8.18.0"
1046+
"@typescript-eslint/scope-manager" "8.18.1"
1047+
"@typescript-eslint/types" "8.18.1"
1048+
"@typescript-eslint/typescript-estree" "8.18.1"
10491049

1050-
"@typescript-eslint/[email protected].0":
1051-
version "8.18.0"
1052-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.0.tgz#7b6d33534fa808e33a19951907231ad2ea5c36dd"
1053-
integrity sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==
1050+
"@typescript-eslint/[email protected].1":
1051+
version "8.18.1"
1052+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz#344b4f6bc83f104f514676facf3129260df7610a"
1053+
integrity sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==
10541054
dependencies:
1055-
"@typescript-eslint/types" "8.18.0"
1055+
"@typescript-eslint/types" "8.18.1"
10561056
eslint-visitor-keys "^4.2.0"
10571057

10581058
@@ -4912,14 +4912,14 @@ typedarray@^0.0.6:
49124912
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
49134913
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
49144914

4915-
typescript-eslint@^8.18.0:
4916-
version "8.18.0"
4917-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.18.0.tgz#41026f27a3481185f3239d817ae5b960572145a0"
4918-
integrity sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ==
4915+
typescript-eslint@^8.18.1:
4916+
version "8.18.1"
4917+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.18.1.tgz#197b284b6769678ed77d9868df180eeaf61108eb"
4918+
integrity sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==
49194919
dependencies:
4920-
"@typescript-eslint/eslint-plugin" "8.18.0"
4921-
"@typescript-eslint/parser" "8.18.0"
4922-
"@typescript-eslint/utils" "8.18.0"
4920+
"@typescript-eslint/eslint-plugin" "8.18.1"
4921+
"@typescript-eslint/parser" "8.18.1"
4922+
"@typescript-eslint/utils" "8.18.1"
49234923

49244924
typescript@^5.7.2:
49254925
version "5.7.2"

0 commit comments

Comments
 (0)