Skip to content

Commit bf55ea0

Browse files
authored
Merge pull request #1117 from chantouchsek/dependabot/npm_and_yarn/typescript-eslint-7.13.0
chore(deps-dev): bump typescript-eslint from 7.12.0 to 7.13.0
2 parents 3c0a6ac + 8b8cd44 commit bf55ea0

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
@@ -2905,16 +2905,16 @@
29052905
anymatch "^3.0.0"
29062906
source-map "^0.6.0"
29072907

2908-
"@typescript-eslint/eslint-plugin@7.12.0":
2909-
version "7.12.0"
2910-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.12.0.tgz#f87a32e8972b8a60024f2f8f12205e7c8108bc41"
2911-
integrity sha512-7F91fcbuDf/d3S8o21+r3ZncGIke/+eWk0EpO21LXhDfLahriZF9CGj4fbAetEjlaBdjdSm9a6VeXbpbT6Z40Q==
2908+
"@typescript-eslint/eslint-plugin@7.13.0":
2909+
version "7.13.0"
2910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.13.0.tgz#3cdeb5d44d051b21a9567535dd90702b2a42c6ff"
2911+
integrity sha512-FX1X6AF0w8MdVFLSdqwqN/me2hyhuQg4ykN6ZpVhh1ij/80pTvDKclX1sZB9iqex8SjQfVhwMKs3JtnnMLzG9w==
29122912
dependencies:
29132913
"@eslint-community/regexpp" "^4.10.0"
2914-
"@typescript-eslint/scope-manager" "7.12.0"
2915-
"@typescript-eslint/type-utils" "7.12.0"
2916-
"@typescript-eslint/utils" "7.12.0"
2917-
"@typescript-eslint/visitor-keys" "7.12.0"
2914+
"@typescript-eslint/scope-manager" "7.13.0"
2915+
"@typescript-eslint/type-utils" "7.13.0"
2916+
"@typescript-eslint/utils" "7.13.0"
2917+
"@typescript-eslint/visitor-keys" "7.13.0"
29182918
graphemer "^1.4.0"
29192919
ignore "^5.3.1"
29202920
natural-compare "^1.4.0"
@@ -2936,15 +2936,15 @@
29362936
semver "^7.3.7"
29372937
tsutils "^3.21.0"
29382938

2939-
"@typescript-eslint/parser@7.12.0":
2940-
version "7.12.0"
2941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3"
2942-
integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==
2939+
"@typescript-eslint/parser@7.13.0":
2940+
version "7.13.0"
2941+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.13.0.tgz#9489098d68d57ad392f507495f2b82ce8b8f0a6b"
2942+
integrity sha512-EjMfl69KOS9awXXe83iRN7oIEXy9yYdqWfqdrFAYAAr6syP8eLEFI7ZE4939antx2mNgPRW/o1ybm2SFYkbTVA==
29432943
dependencies:
2944-
"@typescript-eslint/scope-manager" "7.12.0"
2945-
"@typescript-eslint/types" "7.12.0"
2946-
"@typescript-eslint/typescript-estree" "7.12.0"
2947-
"@typescript-eslint/visitor-keys" "7.12.0"
2944+
"@typescript-eslint/scope-manager" "7.13.0"
2945+
"@typescript-eslint/types" "7.13.0"
2946+
"@typescript-eslint/typescript-estree" "7.13.0"
2947+
"@typescript-eslint/visitor-keys" "7.13.0"
29482948
debug "^4.3.4"
29492949

29502950
"@typescript-eslint/parser@^5.62.0":
@@ -2965,13 +2965,13 @@
29652965
"@typescript-eslint/types" "5.62.0"
29662966
"@typescript-eslint/visitor-keys" "5.62.0"
29672967

2968-
"@typescript-eslint/scope-manager@7.12.0":
2969-
version "7.12.0"
2970-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58"
2971-
integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==
2968+
"@typescript-eslint/scope-manager@7.13.0":
2969+
version "7.13.0"
2970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.13.0.tgz#6927d6451537ce648c6af67a2327378d4cc18462"
2971+
integrity sha512-ZrMCe1R6a01T94ilV13egvcnvVJ1pxShkE0+NDjDzH4nvG1wXpwsVI5bZCvE7AEDH1mXEx5tJSVR68bLgG7Dng==
29722972
dependencies:
2973-
"@typescript-eslint/types" "7.12.0"
2974-
"@typescript-eslint/visitor-keys" "7.12.0"
2973+
"@typescript-eslint/types" "7.13.0"
2974+
"@typescript-eslint/visitor-keys" "7.13.0"
29752975

29762976
"@typescript-eslint/[email protected]":
29772977
version "5.62.0"
@@ -2983,13 +2983,13 @@
29832983
debug "^4.3.4"
29842984
tsutils "^3.21.0"
29852985

2986-
"@typescript-eslint/type-utils@7.12.0":
2987-
version "7.12.0"
2988-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz#9dfaaa1972952f395ec5be4f5bbfc4d3cdc63908"
2989-
integrity sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA==
2986+
"@typescript-eslint/type-utils@7.13.0":
2987+
version "7.13.0"
2988+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.13.0.tgz#4587282b5227a23753ea8b233805ecafc3924c76"
2989+
integrity sha512-xMEtMzxq9eRkZy48XuxlBFzpVMDurUAfDu5Rz16GouAtXm0TaAoTFzqWUFPPuQYXI/CDaH/Bgx/fk/84t/Bc9A==
29902990
dependencies:
2991-
"@typescript-eslint/typescript-estree" "7.12.0"
2992-
"@typescript-eslint/utils" "7.12.0"
2991+
"@typescript-eslint/typescript-estree" "7.13.0"
2992+
"@typescript-eslint/utils" "7.13.0"
29932993
debug "^4.3.4"
29942994
ts-api-utils "^1.3.0"
29952995

@@ -2998,10 +2998,10 @@
29982998
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
29992999
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
30003000

3001-
"@typescript-eslint/types@7.12.0":
3002-
version "7.12.0"
3003-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981"
3004-
integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==
3001+
"@typescript-eslint/types@7.13.0":
3002+
version "7.13.0"
3003+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.13.0.tgz#0cca95edf1f1fdb0cfe1bb875e121b49617477c5"
3004+
integrity sha512-QWuwm9wcGMAuTsxP+qz6LBBd3Uq8I5Nv8xb0mk54jmNoCyDspnMvVsOxI6IsMmway5d1S9Su2+sCKv1st2l6eA==
30053005

30063006
"@typescript-eslint/[email protected]":
30073007
version "5.62.0"
@@ -3016,13 +3016,13 @@
30163016
semver "^7.3.7"
30173017
tsutils "^3.21.0"
30183018

3019-
"@typescript-eslint/typescript-estree@7.12.0":
3020-
version "7.12.0"
3021-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9"
3022-
integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==
3019+
"@typescript-eslint/typescript-estree@7.13.0":
3020+
version "7.13.0"
3021+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.13.0.tgz#4cc24fc155088ebf3b3adbad62c7e60f72c6de1c"
3022+
integrity sha512-cAvBvUoobaoIcoqox1YatXOnSl3gx92rCZoMRPzMNisDiM12siGilSM4+dJAekuuHTibI2hVC2fYK79iSFvWjw==
30233023
dependencies:
3024-
"@typescript-eslint/types" "7.12.0"
3025-
"@typescript-eslint/visitor-keys" "7.12.0"
3024+
"@typescript-eslint/types" "7.13.0"
3025+
"@typescript-eslint/visitor-keys" "7.13.0"
30263026
debug "^4.3.4"
30273027
globby "^11.1.0"
30283028
is-glob "^4.0.3"
@@ -3044,15 +3044,15 @@
30443044
eslint-scope "^5.1.1"
30453045
semver "^7.3.7"
30463046

3047-
"@typescript-eslint/utils@7.12.0":
3048-
version "7.12.0"
3049-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.12.0.tgz#c6e58fd7f724cdccc848f71e388ad80cbdb95dd0"
3050-
integrity sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ==
3047+
"@typescript-eslint/utils@7.13.0":
3048+
version "7.13.0"
3049+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.13.0.tgz#f84e7e8aeceae945a9a3f40d077fd95915308004"
3050+
integrity sha512-jceD8RgdKORVnB4Y6BqasfIkFhl4pajB1wVxrF4akxD2QPM8GNYjgGwEzYS+437ewlqqrg7Dw+6dhdpjMpeBFQ==
30513051
dependencies:
30523052
"@eslint-community/eslint-utils" "^4.4.0"
3053-
"@typescript-eslint/scope-manager" "7.12.0"
3054-
"@typescript-eslint/types" "7.12.0"
3055-
"@typescript-eslint/typescript-estree" "7.12.0"
3053+
"@typescript-eslint/scope-manager" "7.13.0"
3054+
"@typescript-eslint/types" "7.13.0"
3055+
"@typescript-eslint/typescript-estree" "7.13.0"
30563056

30573057
"@typescript-eslint/[email protected]":
30583058
version "5.62.0"
@@ -3062,12 +3062,12 @@
30623062
"@typescript-eslint/types" "5.62.0"
30633063
eslint-visitor-keys "^3.3.0"
30643064

3065-
"@typescript-eslint/visitor-keys@7.12.0":
3066-
version "7.12.0"
3067-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3"
3068-
integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==
3065+
"@typescript-eslint/visitor-keys@7.13.0":
3066+
version "7.13.0"
3067+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.13.0.tgz#2eb7ce8eb38c2b0d4a494d1fe1908e7071a1a353"
3068+
integrity sha512-nxn+dozQx+MK61nn/JP+M4eCkHDSxSLDpgE3WcQo0+fkjEolnaB5jswvIKC4K56By8MMgIho7f1PVxERHEo8rw==
30693069
dependencies:
3070-
"@typescript-eslint/types" "7.12.0"
3070+
"@typescript-eslint/types" "7.13.0"
30713071
eslint-visitor-keys "^3.4.3"
30723072

30733073
"@vitest/coverage-v8@^1.6.0":
@@ -11667,13 +11667,13 @@ typedarray@^0.0.6:
1166711667
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1166811668

1166911669
typescript-eslint@^7.8.0:
11670-
version "7.12.0"
11671-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.12.0.tgz#e3fd685590ffbf158e13208218f0a122581ed645"
11672-
integrity sha512-D6HKNbQcnNu3BaN4HkQCR16tgG8Q2AMUWPgvhrJksOXu+d6ys07yC06ONiV2kcsEfWC22voB6C3PvK2MqlBZ7w==
11670+
version "7.13.0"
11671+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.13.0.tgz#bfd6f139b61e12d171af8621869785cb3b29f1b7"
11672+
integrity sha512-upO0AXxyBwJ4BbiC6CRgAJKtGYha2zw4m1g7TIVPSonwYEuf7vCicw3syjS1OxdDMTz96sZIXl3Jx3vWJLLKFw==
1167311673
dependencies:
11674-
"@typescript-eslint/eslint-plugin" "7.12.0"
11675-
"@typescript-eslint/parser" "7.12.0"
11676-
"@typescript-eslint/utils" "7.12.0"
11674+
"@typescript-eslint/eslint-plugin" "7.13.0"
11675+
"@typescript-eslint/parser" "7.13.0"
11676+
"@typescript-eslint/utils" "7.13.0"
1167711677

1167811678
typescript@^5.4.5:
1167911679
version "5.4.5"

0 commit comments

Comments
 (0)