Skip to content

Commit 0cf6438

Browse files
authored
Merge pull request #1099 from chantouchsek/dependabot/npm_and_yarn/typescript-eslint-7.11.0
chore(deps-dev): bump typescript-eslint from 7.9.0 to 7.11.0
2 parents ced38c8 + f71e9e9 commit 0cf6438

File tree

1 file changed

+56
-56
lines changed

1 file changed

+56
-56
lines changed

yarn.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,16 +2910,16 @@
29102910
anymatch "^3.0.0"
29112911
source-map "^0.6.0"
29122912

2913-
"@typescript-eslint/eslint-plugin@7.9.0":
2914-
version "7.9.0"
2915-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.9.0.tgz#093b96fc4e342226e65d5f18f9c87081e0b04a31"
2916-
integrity sha512-6e+X0X3sFe/G/54aC3jt0txuMTURqLyekmEHViqyA2VnxhLMpvA6nqmcjIy+Cr9tLDHPssA74BP5Mx9HQIxBEA==
2913+
"@typescript-eslint/eslint-plugin@7.11.0":
2914+
version "7.11.0"
2915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.11.0.tgz#f90f0914657ead08e1c75f66939c926edeab42dd"
2916+
integrity sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==
29172917
dependencies:
29182918
"@eslint-community/regexpp" "^4.10.0"
2919-
"@typescript-eslint/scope-manager" "7.9.0"
2920-
"@typescript-eslint/type-utils" "7.9.0"
2921-
"@typescript-eslint/utils" "7.9.0"
2922-
"@typescript-eslint/visitor-keys" "7.9.0"
2919+
"@typescript-eslint/scope-manager" "7.11.0"
2920+
"@typescript-eslint/type-utils" "7.11.0"
2921+
"@typescript-eslint/utils" "7.11.0"
2922+
"@typescript-eslint/visitor-keys" "7.11.0"
29232923
graphemer "^1.4.0"
29242924
ignore "^5.3.1"
29252925
natural-compare "^1.4.0"
@@ -2941,15 +2941,15 @@
29412941
semver "^7.3.7"
29422942
tsutils "^3.21.0"
29432943

2944-
"@typescript-eslint/parser@7.9.0":
2945-
version "7.9.0"
2946-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.9.0.tgz#fb3ba01b75e0e65cb78037a360961b00301f6c70"
2947-
integrity sha512-qHMJfkL5qvgQB2aLvhUSXxbK7OLnDkwPzFalg458pxQgfxKDfT1ZDbHQM/I6mDIf/svlMkj21kzKuQ2ixJlatQ==
2944+
"@typescript-eslint/parser@7.11.0":
2945+
version "7.11.0"
2946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.11.0.tgz#525ad8bee54a8f015f134edd241d91b84ab64839"
2947+
integrity sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==
29482948
dependencies:
2949-
"@typescript-eslint/scope-manager" "7.9.0"
2950-
"@typescript-eslint/types" "7.9.0"
2951-
"@typescript-eslint/typescript-estree" "7.9.0"
2952-
"@typescript-eslint/visitor-keys" "7.9.0"
2949+
"@typescript-eslint/scope-manager" "7.11.0"
2950+
"@typescript-eslint/types" "7.11.0"
2951+
"@typescript-eslint/typescript-estree" "7.11.0"
2952+
"@typescript-eslint/visitor-keys" "7.11.0"
29532953
debug "^4.3.4"
29542954

29552955
"@typescript-eslint/parser@^5.62.0":
@@ -2970,13 +2970,13 @@
29702970
"@typescript-eslint/types" "5.62.0"
29712971
"@typescript-eslint/visitor-keys" "5.62.0"
29722972

2973-
"@typescript-eslint/scope-manager@7.9.0":
2974-
version "7.9.0"
2975-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.9.0.tgz#1dd3e63a4411db356a9d040e75864851b5f2619b"
2976-
integrity sha512-ZwPK4DeCDxr3GJltRz5iZejPFAAr4Wk3+2WIBaj1L5PYK5RgxExu/Y68FFVclN0y6GGwH8q+KgKRCvaTmFBbgQ==
2973+
"@typescript-eslint/scope-manager@7.11.0":
2974+
version "7.11.0"
2975+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.11.0.tgz#cf5619b01de62a226a59add15a02bde457335d1d"
2976+
integrity sha512-27tGdVEiutD4POirLZX4YzT180vevUURJl4wJGmm6TrQoiYwuxTIY98PBp6L2oN+JQxzE0URvYlzJaBHIekXAw==
29772977
dependencies:
2978-
"@typescript-eslint/types" "7.9.0"
2979-
"@typescript-eslint/visitor-keys" "7.9.0"
2978+
"@typescript-eslint/types" "7.11.0"
2979+
"@typescript-eslint/visitor-keys" "7.11.0"
29802980

29812981
"@typescript-eslint/[email protected]":
29822982
version "5.62.0"
@@ -2988,13 +2988,13 @@
29882988
debug "^4.3.4"
29892989
tsutils "^3.21.0"
29902990

2991-
"@typescript-eslint/type-utils@7.9.0":
2992-
version "7.9.0"
2993-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.9.0.tgz#f523262e1b66ca65540b7a65a1222db52e0a90c9"
2994-
integrity sha512-6Qy8dfut0PFrFRAZsGzuLoM4hre4gjzWJB6sUvdunCYZsYemTkzZNwF1rnGea326PHPT3zn5Lmg32M/xfJfByA==
2991+
"@typescript-eslint/type-utils@7.11.0":
2992+
version "7.11.0"
2993+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.11.0.tgz#ac216697d649084fedf4a910347b9642bd0ff099"
2994+
integrity sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==
29952995
dependencies:
2996-
"@typescript-eslint/typescript-estree" "7.9.0"
2997-
"@typescript-eslint/utils" "7.9.0"
2996+
"@typescript-eslint/typescript-estree" "7.11.0"
2997+
"@typescript-eslint/utils" "7.11.0"
29982998
debug "^4.3.4"
29992999
ts-api-utils "^1.3.0"
30003000

@@ -3003,10 +3003,10 @@
30033003
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
30043004
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
30053005

3006-
"@typescript-eslint/types@7.9.0":
3007-
version "7.9.0"
3008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.9.0.tgz#b58e485e4bfba055659c7e683ad4f5f0821ae2ec"
3009-
integrity sha512-oZQD9HEWQanl9UfsbGVcZ2cGaR0YT5476xfWE0oE5kQa2sNK2frxOlkeacLOTh9po4AlUT5rtkGyYM5kew0z5w==
3006+
"@typescript-eslint/types@7.11.0":
3007+
version "7.11.0"
3008+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.11.0.tgz#5e9702a5e8b424b7fc690e338d359939257d6722"
3009+
integrity sha512-MPEsDRZTyCiXkD4vd3zywDCifi7tatc4K37KqTprCvaXptP7Xlpdw0NR2hRJTetG5TxbWDB79Ys4kLmHliEo/w==
30103010

30113011
"@typescript-eslint/[email protected]":
30123012
version "5.62.0"
@@ -3021,13 +3021,13 @@
30213021
semver "^7.3.7"
30223022
tsutils "^3.21.0"
30233023

3024-
"@typescript-eslint/typescript-estree@7.9.0":
3025-
version "7.9.0"
3026-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.9.0.tgz#3395e27656060dc313a6b406c3a298b729685e07"
3027-
integrity sha512-zBCMCkrb2YjpKV3LA0ZJubtKCDxLttxfdGmwZvTqqWevUPN0FZvSI26FalGFFUZU/9YQK/A4xcQF9o/VVaCKAg==
3024+
"@typescript-eslint/typescript-estree@7.11.0":
3025+
version "7.11.0"
3026+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.11.0.tgz#7cbc569bc7336c3a494ceaf8204fdee5d5dbb7fa"
3027+
integrity sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==
30283028
dependencies:
3029-
"@typescript-eslint/types" "7.9.0"
3030-
"@typescript-eslint/visitor-keys" "7.9.0"
3029+
"@typescript-eslint/types" "7.11.0"
3030+
"@typescript-eslint/visitor-keys" "7.11.0"
30313031
debug "^4.3.4"
30323032
globby "^11.1.0"
30333033
is-glob "^4.0.3"
@@ -3049,15 +3049,15 @@
30493049
eslint-scope "^5.1.1"
30503050
semver "^7.3.7"
30513051

3052-
"@typescript-eslint/utils@7.9.0":
3053-
version "7.9.0"
3054-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.9.0.tgz#1b96a34eefdca1c820cb1bbc2751d848b4540899"
3055-
integrity sha512-5KVRQCzZajmT4Ep+NEgjXCvjuypVvYHUW7RHlXzNPuak2oWpVoD1jf5xCP0dPAuNIchjC7uQyvbdaSTFaLqSdA==
3052+
"@typescript-eslint/utils@7.11.0":
3053+
version "7.11.0"
3054+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.11.0.tgz#524f047f2209959424c3ef689b0d83b3bc09919c"
3055+
integrity sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==
30563056
dependencies:
30573057
"@eslint-community/eslint-utils" "^4.4.0"
3058-
"@typescript-eslint/scope-manager" "7.9.0"
3059-
"@typescript-eslint/types" "7.9.0"
3060-
"@typescript-eslint/typescript-estree" "7.9.0"
3058+
"@typescript-eslint/scope-manager" "7.11.0"
3059+
"@typescript-eslint/types" "7.11.0"
3060+
"@typescript-eslint/typescript-estree" "7.11.0"
30613061

30623062
"@typescript-eslint/[email protected]":
30633063
version "5.62.0"
@@ -3067,12 +3067,12 @@
30673067
"@typescript-eslint/types" "5.62.0"
30683068
eslint-visitor-keys "^3.3.0"
30693069

3070-
"@typescript-eslint/visitor-keys@7.9.0":
3071-
version "7.9.0"
3072-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.9.0.tgz#82162656e339c3def02895f5c8546f6888d9b9ea"
3073-
integrity sha512-iESPx2TNLDNGQLyjKhUvIKprlP49XNEK+MvIf9nIO7ZZaZdbnfWKHnXAgufpxqfA0YryH8XToi4+CjBgVnFTSQ==
3070+
"@typescript-eslint/visitor-keys@7.11.0":
3071+
version "7.11.0"
3072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.11.0.tgz#2c50cd292e67645eec05ac0830757071b4a4d597"
3073+
integrity sha512-7syYk4MzjxTEk0g/w3iqtgxnFQspDJfn6QKD36xMuuhTzjcxY7F8EmBLnALjVyaOF1/bVocu3bS/2/F7rXrveQ==
30743074
dependencies:
3075-
"@typescript-eslint/types" "7.9.0"
3075+
"@typescript-eslint/types" "7.11.0"
30763076
eslint-visitor-keys "^3.4.3"
30773077

30783078
"@vitest/coverage-v8@^1.6.0":
@@ -11677,13 +11677,13 @@ typedarray@^0.0.6:
1167711677
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1167811678

1167911679
typescript-eslint@^7.8.0:
11680-
version "7.9.0"
11681-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.9.0.tgz#353312f356ef4ba20105a4e2e736aa8c68f096a2"
11682-
integrity sha512-7iTn9c10teHHCys5Ud/yaJntXZrjt3h2mrx3feJGBOLgQkF3TB1X89Xs3aVQ/GgdXRAXpk2bPTdpRwHP4YkUow==
11680+
version "7.11.0"
11681+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.11.0.tgz#7a208fc1d178b3fed58e33ce37150ac6efecf1fb"
11682+
integrity sha512-ZKe3yHF/IS/kCUE4CGE3UgtK+Q7yRk1e9kwEI0rqm9XxMTd9P1eHe0LVVtrZ3oFuIQ2unJ9Xn0vTsLApzJ3aPw==
1168311683
dependencies:
11684-
"@typescript-eslint/eslint-plugin" "7.9.0"
11685-
"@typescript-eslint/parser" "7.9.0"
11686-
"@typescript-eslint/utils" "7.9.0"
11684+
"@typescript-eslint/eslint-plugin" "7.11.0"
11685+
"@typescript-eslint/parser" "7.11.0"
11686+
"@typescript-eslint/utils" "7.11.0"
1168711687

1168811688
typescript@^5.4.5:
1168911689
version "5.4.5"

0 commit comments

Comments
 (0)