Skip to content

Commit 4268154

Browse files
chore(deps): update dependency typescript-eslint to v8.49.0
1 parent e126342 commit 4268154

2 files changed

Lines changed: 72 additions & 78 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prettier": "3.7.4",
6060
"ts-node": "10.9.2",
6161
"typescript": "5.9.3",
62-
"typescript-eslint": "8.48.1"
62+
"typescript-eslint": "8.49.0"
6363
},
6464
"lint-staged": {
6565
"src/**/*.ts": [

yarn.lock

Lines changed: 71 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,101 +1330,100 @@
13301330
dependencies:
13311331
"@types/node" "*"
13321332

1333-
"@typescript-eslint/eslint-plugin@8.48.1":
1334-
version "8.48.1"
1335-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.48.1.tgz#c772d1dbdd97cfddf85f5a161a97783233643631"
1336-
integrity sha512-X63hI1bxl5ohelzr0LY5coufyl0LJNthld+abwxpCoo6Gq+hSqhKwci7MUWkXo67mzgUK6YFByhmaHmUcuBJmA==
1333+
"@typescript-eslint/eslint-plugin@8.49.0":
1334+
version "8.49.0"
1335+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.49.0.tgz#8ed8736b8415a9193989220eadb6031dbcd2260a"
1336+
integrity sha512-JXij0vzIaTtCwu6SxTh8qBc66kmf1xs7pI4UOiMDFVct6q86G0Zs7KRcEoJgY3Cav3x5Tq0MF5jwgpgLqgKG3A==
13371337
dependencies:
13381338
"@eslint-community/regexpp" "^4.10.0"
1339-
"@typescript-eslint/scope-manager" "8.48.1"
1340-
"@typescript-eslint/type-utils" "8.48.1"
1341-
"@typescript-eslint/utils" "8.48.1"
1342-
"@typescript-eslint/visitor-keys" "8.48.1"
1343-
graphemer "^1.4.0"
1339+
"@typescript-eslint/scope-manager" "8.49.0"
1340+
"@typescript-eslint/type-utils" "8.49.0"
1341+
"@typescript-eslint/utils" "8.49.0"
1342+
"@typescript-eslint/visitor-keys" "8.49.0"
13441343
ignore "^7.0.0"
13451344
natural-compare "^1.4.0"
13461345
ts-api-utils "^2.1.0"
13471346

1348-
"@typescript-eslint/parser@8.48.1":
1349-
version "8.48.1"
1350-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.48.1.tgz#4e3c66d9ec20683ec142417fafeadab61c479c3f"
1351-
integrity sha512-PC0PDZfJg8sP7cmKe6L3QIL8GZwU5aRvUFedqSIpw3B+QjRSUZeeITC2M5XKeMXEzL6wccN196iy3JLwKNvDVA==
1347+
"@typescript-eslint/parser@8.49.0":
1348+
version "8.49.0"
1349+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.49.0.tgz#0ede412d59e99239b770f0f08c76c42fba717fa2"
1350+
integrity sha512-N9lBGA9o9aqb1hVMc9hzySbhKibHmB+N3IpoShyV6HyQYRGIhlrO5rQgttypi+yEeKsKI4idxC8Jw6gXKD4THA==
13521351
dependencies:
1353-
"@typescript-eslint/scope-manager" "8.48.1"
1354-
"@typescript-eslint/types" "8.48.1"
1355-
"@typescript-eslint/typescript-estree" "8.48.1"
1356-
"@typescript-eslint/visitor-keys" "8.48.1"
1352+
"@typescript-eslint/scope-manager" "8.49.0"
1353+
"@typescript-eslint/types" "8.49.0"
1354+
"@typescript-eslint/typescript-estree" "8.49.0"
1355+
"@typescript-eslint/visitor-keys" "8.49.0"
13571356
debug "^4.3.4"
13581357

1359-
"@typescript-eslint/project-service@8.48.1":
1360-
version "8.48.1"
1361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.48.1.tgz#cfe1741613b9112d85ae766de9e09b27a7d3f2f1"
1362-
integrity sha512-HQWSicah4s9z2/HifRPQ6b6R7G+SBx64JlFQpgSSHWPKdvCZX57XCbszg/bapbRsOEv42q5tayTYcEFpACcX1w==
1358+
"@typescript-eslint/project-service@8.49.0":
1359+
version "8.49.0"
1360+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.49.0.tgz#ce220525c88cb2d23792b391c07e14cb9697651a"
1361+
integrity sha512-/wJN0/DKkmRUMXjZUXYZpD1NEQzQAAn9QWfGwo+Ai8gnzqH7tvqS7oNVdTjKqOcPyVIdZdyCMoqN66Ia789e7g==
13631362
dependencies:
1364-
"@typescript-eslint/tsconfig-utils" "^8.48.1"
1365-
"@typescript-eslint/types" "^8.48.1"
1363+
"@typescript-eslint/tsconfig-utils" "^8.49.0"
1364+
"@typescript-eslint/types" "^8.49.0"
13661365
debug "^4.3.4"
13671366

1368-
"@typescript-eslint/scope-manager@8.48.1":
1369-
version "8.48.1"
1370-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.48.1.tgz#8bc70643e7cca57864b1ff95dd350fc27756bec0"
1371-
integrity sha512-rj4vWQsytQbLxC5Bf4XwZ0/CKd362DkWMUkviT7DCS057SK64D5lH74sSGzhI6PDD2HCEq02xAP9cX68dYyg1w==
1367+
"@typescript-eslint/scope-manager@8.49.0":
1368+
version "8.49.0"
1369+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.49.0.tgz#a3496765b57fb48035d671174552e462e5bffa63"
1370+
integrity sha512-npgS3zi+/30KSOkXNs0LQXtsg9ekZ8OISAOLGWA/ZOEn0ZH74Ginfl7foziV8DT+D98WfQ5Kopwqb/PZOaIJGg==
13721371
dependencies:
1373-
"@typescript-eslint/types" "8.48.1"
1374-
"@typescript-eslint/visitor-keys" "8.48.1"
1372+
"@typescript-eslint/types" "8.49.0"
1373+
"@typescript-eslint/visitor-keys" "8.49.0"
13751374

1376-
"@typescript-eslint/tsconfig-utils@8.48.1", "@typescript-eslint/tsconfig-utils@^8.48.1":
1377-
version "8.48.1"
1378-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.48.1.tgz#68139ce2d258f984e2b33a95389158f1212af646"
1379-
integrity sha512-k0Jhs4CpEffIBm6wPaCXBAD7jxBtrHjrSgtfCjUvPp9AZ78lXKdTR8fxyZO5y4vWNlOvYXRtngSZNSn+H53Jkw==
1375+
"@typescript-eslint/tsconfig-utils@8.49.0", "@typescript-eslint/tsconfig-utils@^8.49.0":
1376+
version "8.49.0"
1377+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.49.0.tgz#857777c8e35dd1e564505833d8043f544442fbf4"
1378+
integrity sha512-8prixNi1/6nawsRYxet4YOhnbW+W9FK/bQPxsGB1D3ZrDzbJ5FXw5XmzxZv82X3B+ZccuSxo/X8q9nQ+mFecWA==
13801379

1381-
"@typescript-eslint/type-utils@8.48.1":
1382-
version "8.48.1"
1383-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.48.1.tgz#955bd3ddd648450f0a627925ff12ade63fb7516d"
1384-
integrity sha512-1jEop81a3LrJQLTf/1VfPQdhIY4PlGDBc/i67EVWObrtvcziysbLN3oReexHOM6N3jyXgCrkBsZpqwH0hiDOQg==
1380+
"@typescript-eslint/type-utils@8.49.0":
1381+
version "8.49.0"
1382+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.49.0.tgz#d8118a0c1896a78a22f01d3c176e9945409b085b"
1383+
integrity sha512-KTExJfQ+svY8I10P4HdxKzWsvtVnsuCifU5MvXrRwoP2KOlNZ9ADNEWWsQTJgMxLzS5VLQKDjkCT/YzgsnqmZg==
13851384
dependencies:
1386-
"@typescript-eslint/types" "8.48.1"
1387-
"@typescript-eslint/typescript-estree" "8.48.1"
1388-
"@typescript-eslint/utils" "8.48.1"
1385+
"@typescript-eslint/types" "8.49.0"
1386+
"@typescript-eslint/typescript-estree" "8.49.0"
1387+
"@typescript-eslint/utils" "8.49.0"
13891388
debug "^4.3.4"
13901389
ts-api-utils "^2.1.0"
13911390

1392-
"@typescript-eslint/types@8.48.1", "@typescript-eslint/types@^8.48.1":
1393-
version "8.48.1"
1394-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.48.1.tgz#a9ff808f5f798f28767d5c0b015a88fa7ce46bd7"
1395-
integrity sha512-+fZ3LZNeiELGmimrujsDCT4CRIbq5oXdHe7chLiW8qzqyPMnn1puNstCrMNVAqwcl2FdIxkuJ4tOs/RFDBVc/Q==
1391+
"@typescript-eslint/types@8.49.0", "@typescript-eslint/types@^8.49.0":
1392+
version "8.49.0"
1393+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.49.0.tgz#c1bd3ebf956d9e5216396349ca23c58d74f06aee"
1394+
integrity sha512-e9k/fneezorUo6WShlQpMxXh8/8wfyc+biu6tnAqA81oWrEic0k21RHzP9uqqpyBBeBKu4T+Bsjy9/b8u7obXQ==
13961395

1397-
"@typescript-eslint/typescript-estree@8.48.1":
1398-
version "8.48.1"
1399-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.48.1.tgz#0d0e31fc47c5796c6463ab50cde19e1718d465b1"
1400-
integrity sha512-/9wQ4PqaefTK6POVTjJaYS0bynCgzh6ClJHGSBj06XEHjkfylzB+A3qvyaXnErEZSaxhIo4YdyBgq6j4RysxDg==
1396+
"@typescript-eslint/typescript-estree@8.49.0":
1397+
version "8.49.0"
1398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.49.0.tgz#99c5a53275197ccb4e849786dad68344e9924135"
1399+
integrity sha512-jrLdRuAbPfPIdYNppHJ/D0wN+wwNfJ32YTAm10eJVsFmrVpXQnDWBn8niCSMlWjvml8jsce5E/O+86IQtTbJWA==
14011400
dependencies:
1402-
"@typescript-eslint/project-service" "8.48.1"
1403-
"@typescript-eslint/tsconfig-utils" "8.48.1"
1404-
"@typescript-eslint/types" "8.48.1"
1405-
"@typescript-eslint/visitor-keys" "8.48.1"
1401+
"@typescript-eslint/project-service" "8.49.0"
1402+
"@typescript-eslint/tsconfig-utils" "8.49.0"
1403+
"@typescript-eslint/types" "8.49.0"
1404+
"@typescript-eslint/visitor-keys" "8.49.0"
14061405
debug "^4.3.4"
14071406
minimatch "^9.0.4"
14081407
semver "^7.6.0"
14091408
tinyglobby "^0.2.15"
14101409
ts-api-utils "^2.1.0"
14111410

1412-
"@typescript-eslint/utils@8.48.1":
1413-
version "8.48.1"
1414-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.48.1.tgz#6cf7b99e0943b33a983ef687b9a86b65578b5c32"
1415-
integrity sha512-fAnhLrDjiVfey5wwFRwrweyRlCmdz5ZxXz2G/4cLn0YDLjTapmN4gcCsTBR1N2rWnZSDeWpYtgLDsJt+FpmcwA==
1411+
"@typescript-eslint/utils@8.49.0":
1412+
version "8.49.0"
1413+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.49.0.tgz#43b3b91d30afd6f6114532cf0b228f1790f43aff"
1414+
integrity sha512-N3W7rJw7Rw+z1tRsHZbK395TWSYvufBXumYtEGzypgMUthlg0/hmCImeA8hgO2d2G4pd7ftpxxul2J8OdtdaFA==
14161415
dependencies:
14171416
"@eslint-community/eslint-utils" "^4.7.0"
1418-
"@typescript-eslint/scope-manager" "8.48.1"
1419-
"@typescript-eslint/types" "8.48.1"
1420-
"@typescript-eslint/typescript-estree" "8.48.1"
1417+
"@typescript-eslint/scope-manager" "8.49.0"
1418+
"@typescript-eslint/types" "8.49.0"
1419+
"@typescript-eslint/typescript-estree" "8.49.0"
14211420

1422-
"@typescript-eslint/visitor-keys@8.48.1":
1423-
version "8.48.1"
1424-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.1.tgz#247d4fe6dcc044f45b7f1c15110bf95e5d73b334"
1425-
integrity sha512-BmxxndzEWhE4TIEEMBs8lP3MBWN3jFPs/p6gPm/wkv02o41hI6cq9AuSmGAaTTHPtA1FTi2jBre4A9rm5ZmX+Q==
1421+
"@typescript-eslint/visitor-keys@8.49.0":
1422+
version "8.49.0"
1423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.49.0.tgz#8e450cc502c0d285cad9e84d400cf349a85ced6c"
1424+
integrity sha512-LlKaciDe3GmZFphXIc79THF/YYBugZ7FS1pO581E/edlVVNbZKDy93evqmrfQ9/Y4uN0vVhX4iuchq26mK/iiA==
14261425
dependencies:
1427-
"@typescript-eslint/types" "8.48.1"
1426+
"@typescript-eslint/types" "8.49.0"
14281427
eslint-visitor-keys "^4.2.1"
14291428

14301429
accepts@~1.3.8:
@@ -2604,11 +2603,6 @@ gopd@^1.0.1, gopd@^1.2.0:
26042603
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
26052604
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
26062605

2607-
graphemer@^1.4.0:
2608-
version "1.4.0"
2609-
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
2610-
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
2611-
26122606
graphql-request@6.1.0:
26132607
version "6.1.0"
26142608
resolved "https://registry.yarnpkg.com/graphql-request/-/graphql-request-6.1.0.tgz#f4eb2107967af3c7a5907eb3131c671eac89be4f"
@@ -4127,15 +4121,15 @@ typed-array-buffer@^1.0.3:
41274121
es-errors "^1.3.0"
41284122
is-typed-array "^1.1.14"
41294123

4130-
typescript-eslint@8.48.1:
4131-
version "8.48.1"
4132-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.48.1.tgz#436028540f5859755687b8b1b28e19ed9194aaad"
4133-
integrity sha512-FbOKN1fqNoXp1hIl5KYpObVrp0mCn+CLgn479nmu2IsRMrx2vyv74MmsBLVlhg8qVwNFGbXSp8fh1zp8pEoC2A==
4124+
typescript-eslint@8.49.0:
4125+
version "8.49.0"
4126+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.49.0.tgz#4a8b608ae48c0db876c8fb2a2724839fc5a7147c"
4127+
integrity sha512-zRSVH1WXD0uXczCXw+nsdjGPUdx4dfrs5VQoHnUWmv1U3oNlAKv4FUNdLDhVUg+gYn+a5hUESqch//Rv5wVhrg==
41344128
dependencies:
4135-
"@typescript-eslint/eslint-plugin" "8.48.1"
4136-
"@typescript-eslint/parser" "8.48.1"
4137-
"@typescript-eslint/typescript-estree" "8.48.1"
4138-
"@typescript-eslint/utils" "8.48.1"
4129+
"@typescript-eslint/eslint-plugin" "8.49.0"
4130+
"@typescript-eslint/parser" "8.49.0"
4131+
"@typescript-eslint/typescript-estree" "8.49.0"
4132+
"@typescript-eslint/utils" "8.49.0"
41394133

41404134
typescript@5.9.3:
41414135
version "5.9.3"

0 commit comments

Comments
 (0)