Skip to content

Commit 79793cf

Browse files
chore(deps): update typescript-eslint monorepo to v8.59.3 (#4483)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent de316c7 commit 79793cf

1 file changed

Lines changed: 71 additions & 66 deletions

File tree

admin-console/src/main/webapp/yarn.lock

Lines changed: 71 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,15 +2404,15 @@
24042404
tsutils "^3.21.0"
24052405

24062406
"@typescript-eslint/eslint-plugin@^8.0.0":
2407-
version "8.59.2"
2408-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz#f37b2c189a0177141fe3de3b08f2a83991bfdbfa"
2409-
integrity sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==
2407+
version "8.59.3"
2408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.3.tgz#5d6da7e7b236b46452fa00d3904bb6f59615bfde"
2409+
integrity sha512-PwFvSKsXGShKGW6n5bZOhGHEcCZXM8HofLK9fNsEwZXzFRjoY+XT1Vsf1zgyXdwTr0ZYz1/2tkZ0DBTT9jZjhw==
24102410
dependencies:
24112411
"@eslint-community/regexpp" "^4.12.2"
2412-
"@typescript-eslint/scope-manager" "8.59.2"
2413-
"@typescript-eslint/type-utils" "8.59.2"
2414-
"@typescript-eslint/utils" "8.59.2"
2415-
"@typescript-eslint/visitor-keys" "8.59.2"
2412+
"@typescript-eslint/scope-manager" "8.59.3"
2413+
"@typescript-eslint/type-utils" "8.59.3"
2414+
"@typescript-eslint/utils" "8.59.3"
2415+
"@typescript-eslint/visitor-keys" "8.59.3"
24162416
ignore "^7.0.5"
24172417
natural-compare "^1.4.0"
24182418
ts-api-utils "^2.5.0"
@@ -2435,23 +2435,23 @@
24352435
debug "^4.3.4"
24362436

24372437
"@typescript-eslint/parser@^8.0.0":
2438-
version "8.59.2"
2439-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.2.tgz#e2fd0084baa5dd0c24cd789af1c72cbc3a7a1c62"
2440-
integrity sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==
2441-
dependencies:
2442-
"@typescript-eslint/scope-manager" "8.59.2"
2443-
"@typescript-eslint/types" "8.59.2"
2444-
"@typescript-eslint/typescript-estree" "8.59.2"
2445-
"@typescript-eslint/visitor-keys" "8.59.2"
2438+
version "8.59.3"
2439+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.3.tgz#f46cbc70ae0a25119ef94eac9ecd46714788e1a1"
2440+
integrity sha512-HPwA+hVkfcriajbNvTmZv4VRauibay+cWArYUYq7u7W7PmGShMxbPxLvrwDme55a6d5alG3nrYfhyJ/G28XlLg==
2441+
dependencies:
2442+
"@typescript-eslint/scope-manager" "8.59.3"
2443+
"@typescript-eslint/types" "8.59.3"
2444+
"@typescript-eslint/typescript-estree" "8.59.3"
2445+
"@typescript-eslint/visitor-keys" "8.59.3"
24462446
debug "^4.4.3"
24472447

2448-
"@typescript-eslint/project-service@8.59.2":
2449-
version "8.59.2"
2450-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.2.tgz#f8b8cbf8692e3a51c2c394acf8cf6900f7e755af"
2451-
integrity sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==
2448+
"@typescript-eslint/project-service@8.59.3":
2449+
version "8.59.3"
2450+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.3.tgz#1be5ae152aad987a156c9a1a9b4256e75cfbbe0c"
2451+
integrity sha512-ECiUWa/KYRGDFUqTNehaRgzDshnJfkTABJxVemHk4ko22gcr0ukloKjWvyQ64g8YCV/UI47kN1dbmjf/GaQYng==
24522452
dependencies:
2453-
"@typescript-eslint/tsconfig-utils" "^8.59.2"
2454-
"@typescript-eslint/types" "^8.59.2"
2453+
"@typescript-eslint/tsconfig-utils" "^8.59.3"
2454+
"@typescript-eslint/types" "^8.59.3"
24552455
debug "^4.4.3"
24562456

24572457
"@typescript-eslint/scope-manager@5.62.0":
@@ -2462,18 +2462,18 @@
24622462
"@typescript-eslint/types" "5.62.0"
24632463
"@typescript-eslint/visitor-keys" "5.62.0"
24642464

2465-
"@typescript-eslint/scope-manager@8.59.2":
2466-
version "8.59.2"
2467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz#63cbd0af2e3180949d6be81122cc555bc71e736d"
2468-
integrity sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==
2465+
"@typescript-eslint/scope-manager@8.59.3":
2466+
version "8.59.3"
2467+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz#91a60f66803fe9dae0696fbab2451f5723f119d2"
2468+
integrity sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==
24692469
dependencies:
2470-
"@typescript-eslint/types" "8.59.2"
2471-
"@typescript-eslint/visitor-keys" "8.59.2"
2470+
"@typescript-eslint/types" "8.59.3"
2471+
"@typescript-eslint/visitor-keys" "8.59.3"
24722472

2473-
"@typescript-eslint/tsconfig-utils@8.59.2", "@typescript-eslint/tsconfig-utils@^8.59.2":
2474-
version "8.59.2"
2475-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz#6e92bc412083753185a79c9f1431e78169d9232f"
2476-
integrity sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==
2473+
"@typescript-eslint/tsconfig-utils@8.59.3", "@typescript-eslint/tsconfig-utils@^8.59.3":
2474+
version "8.59.3"
2475+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.3.tgz#88ca9036b42ccdd1e630cfdafd2e042c2ca6a835"
2476+
integrity sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==
24772477

24782478
"@typescript-eslint/type-utils@5.62.0":
24792479
version "5.62.0"
@@ -2485,14 +2485,14 @@
24852485
debug "^4.3.4"
24862486
tsutils "^3.21.0"
24872487

2488-
"@typescript-eslint/type-utils@8.59.2":
2489-
version "8.59.2"
2490-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz#a60a1192a804fa472a92c41656853ac6a9ba7176"
2491-
integrity sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==
2488+
"@typescript-eslint/type-utils@8.59.3":
2489+
version "8.59.3"
2490+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.3.tgz#421fb2448bdfeb301d134a01cd02503f67fd8192"
2491+
integrity sha512-g71d8QD8UaiHGvrJwyIS1hCX5r63w6Jll+4VEYhEAHXTDIqX1JgxhTAbEHtKntL9kuc4jRo7/GWw5xfCepSccQ==
24922492
dependencies:
2493-
"@typescript-eslint/types" "8.59.2"
2494-
"@typescript-eslint/typescript-estree" "8.59.2"
2495-
"@typescript-eslint/utils" "8.59.2"
2493+
"@typescript-eslint/types" "8.59.3"
2494+
"@typescript-eslint/typescript-estree" "8.59.3"
2495+
"@typescript-eslint/utils" "8.59.3"
24962496
debug "^4.4.3"
24972497
ts-api-utils "^2.5.0"
24982498

@@ -2501,10 +2501,10 @@
25012501
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
25022502
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
25032503

2504-
"@typescript-eslint/types@8.59.2", "@typescript-eslint/types@^8.59.2":
2505-
version "8.59.2"
2506-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.2.tgz#01caabcd7e4715c33ad5e11cab260829714d6b9c"
2507-
integrity sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==
2504+
"@typescript-eslint/types@8.59.3", "@typescript-eslint/types@^8.59.3":
2505+
version "8.59.3"
2506+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.3.tgz#b7ca539c5e302fdde9a7cadb73caed107ef8f2cd"
2507+
integrity sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==
25082508

25092509
"@typescript-eslint/typescript-estree@5.62.0":
25102510
version "5.62.0"
@@ -2519,15 +2519,15 @@
25192519
semver "^7.3.7"
25202520
tsutils "^3.21.0"
25212521

2522-
"@typescript-eslint/typescript-estree@8.59.2":
2523-
version "8.59.2"
2524-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz#6a217ef65b18dbd12c718fc86a675d1d7a1414cc"
2525-
integrity sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==
2522+
"@typescript-eslint/typescript-estree@8.59.3":
2523+
version "8.59.3"
2524+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.3.tgz#e6bb1408e00b47e431427a40268db4e86cb121ab"
2525+
integrity sha512-CbRjVRAf7Lr9Kr8RopKcbY45p2VfmmHrm0ygOCYFi7oU8q19m0Fs/6iHS7kNOmwpp+ob07ZVcAqlxUod9lYdmg==
25262526
dependencies:
2527-
"@typescript-eslint/project-service" "8.59.2"
2528-
"@typescript-eslint/tsconfig-utils" "8.59.2"
2529-
"@typescript-eslint/types" "8.59.2"
2530-
"@typescript-eslint/visitor-keys" "8.59.2"
2527+
"@typescript-eslint/project-service" "8.59.3"
2528+
"@typescript-eslint/tsconfig-utils" "8.59.3"
2529+
"@typescript-eslint/types" "8.59.3"
2530+
"@typescript-eslint/visitor-keys" "8.59.3"
25312531
debug "^4.4.3"
25322532
minimatch "^10.2.2"
25332533
semver "^7.7.3"
@@ -2548,15 +2548,15 @@
25482548
eslint-scope "^5.1.1"
25492549
semver "^7.3.7"
25502550

2551-
"@typescript-eslint/utils@8.59.2":
2552-
version "8.59.2"
2553-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.2.tgz#ff619a6a3075f4017fa91b8610b752a8ca3366aa"
2554-
integrity sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==
2551+
"@typescript-eslint/utils@8.59.3":
2552+
version "8.59.3"
2553+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.3.tgz#f693f979deb4dc3994de03ff8b23976d625c36c5"
2554+
integrity sha512-JAvT14goBzRzzzZyqq3P9BLArIxTtQURUtFgQ/V7FO+eU+Gg6ES+5ymOPP1wRxXcxAYeivCk4uS3jCKWI1K8Zg==
25552555
dependencies:
25562556
"@eslint-community/eslint-utils" "^4.9.1"
2557-
"@typescript-eslint/scope-manager" "8.59.2"
2558-
"@typescript-eslint/types" "8.59.2"
2559-
"@typescript-eslint/typescript-estree" "8.59.2"
2557+
"@typescript-eslint/scope-manager" "8.59.3"
2558+
"@typescript-eslint/types" "8.59.3"
2559+
"@typescript-eslint/typescript-estree" "8.59.3"
25602560

25612561
"@typescript-eslint/visitor-keys@5.62.0":
25622562
version "5.62.0"
@@ -2566,12 +2566,12 @@
25662566
"@typescript-eslint/types" "5.62.0"
25672567
eslint-visitor-keys "^3.3.0"
25682568

2569-
"@typescript-eslint/visitor-keys@8.59.2":
2570-
version "8.59.2"
2571-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz#5ccc486913cd347883d69158836b1189a660bfe6"
2572-
integrity sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==
2569+
"@typescript-eslint/visitor-keys@8.59.3":
2570+
version "8.59.3"
2571+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz#820843b1b5ca4290009cf189382abcf6fe00dfa6"
2572+
integrity sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==
25732573
dependencies:
2574-
"@typescript-eslint/types" "8.59.2"
2574+
"@typescript-eslint/types" "8.59.3"
25752575
eslint-visitor-keys "^5.0.0"
25762576

25772577
"@ungap/structured-clone@^1.2.0":
@@ -3342,9 +3342,9 @@ brace-expansion@^2.0.1:
33423342
balanced-match "^1.0.0"
33433343

33443344
brace-expansion@^5.0.5:
3345-
version "5.0.5"
3346-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
3347-
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
3345+
version "5.0.6"
3346+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.6.tgz#ec68fe0a641a29d8711579caf641d05bae1f2285"
3347+
integrity sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==
33483348
dependencies:
33493349
balanced-match "^4.0.2"
33503350

@@ -9069,11 +9069,16 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
90699069
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
90709070
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
90719071

9072-
semver@^7.2.1, semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.7.3:
9072+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4:
90739073
version "7.7.4"
90749074
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
90759075
integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
90769076

9077+
semver@^7.7.3:
9078+
version "7.8.0"
9079+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
9080+
integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
9081+
90779082
send@~0.19.0, send@~0.19.1:
90789083
version "0.19.2"
90799084
resolved "https://registry.yarnpkg.com/send/-/send-0.19.2.tgz#59bc0da1b4ea7ad42736fd642b1c4294e114ff29"

0 commit comments

Comments
 (0)