Skip to content

Commit 4889fad

Browse files
chore(deps): update typescript-eslint monorepo to v8.21.0
1 parent e60026d commit 4889fad

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

Diff for: audiences-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"@types/lodash": "^4.14.195",
5252
"@types/react": "^18.2.15",
5353
"@types/react-dom": "^18.2.7",
54-
"@typescript-eslint/eslint-plugin": "8.19.0",
55-
"@typescript-eslint/parser": "8.19.0",
54+
"@typescript-eslint/eslint-plugin": "8.21.0",
55+
"@typescript-eslint/parser": "8.21.0",
5656
"@vitejs/plugin-react": "4.3.4",
5757
"eslint": "8.57.1",
5858
"eslint-config-prettier": "^9.0.0",

Diff for: audiences-react/yarn.lock

+57-57
Original file line numberDiff line numberDiff line change
@@ -1216,85 +1216,85 @@
12161216
dependencies:
12171217
"@types/yargs-parser" "*"
12181218

1219-
"@typescript-eslint/eslint-plugin@8.19.0":
1220-
version "8.19.0"
1221-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.0.tgz#2b1e1b791e21d5fc27ddc93884db066444f597b5"
1222-
integrity sha512-NggSaEZCdSrFddbctrVjkVZvFC6KGfKfNK0CU7mNK/iKHGKbzT4Wmgm08dKpcZECBu9f5FypndoMyRHkdqfT1Q==
1219+
"@typescript-eslint/eslint-plugin@8.21.0":
1220+
version "8.21.0"
1221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.21.0.tgz#395014a75112ecdb81142b866ab6bb62e3be0f2a"
1222+
integrity sha512-eTH+UOR4I7WbdQnG4Z48ebIA6Bgi7WO8HvFEneeYBxG8qCOYgTOFPSg6ek9ITIDvGjDQzWHcoWHCDO2biByNzA==
12231223
dependencies:
12241224
"@eslint-community/regexpp" "^4.10.0"
1225-
"@typescript-eslint/scope-manager" "8.19.0"
1226-
"@typescript-eslint/type-utils" "8.19.0"
1227-
"@typescript-eslint/utils" "8.19.0"
1228-
"@typescript-eslint/visitor-keys" "8.19.0"
1225+
"@typescript-eslint/scope-manager" "8.21.0"
1226+
"@typescript-eslint/type-utils" "8.21.0"
1227+
"@typescript-eslint/utils" "8.21.0"
1228+
"@typescript-eslint/visitor-keys" "8.21.0"
12291229
graphemer "^1.4.0"
12301230
ignore "^5.3.1"
12311231
natural-compare "^1.4.0"
1232-
ts-api-utils "^1.3.0"
1232+
ts-api-utils "^2.0.0"
12331233

1234-
"@typescript-eslint/parser@8.19.0":
1235-
version "8.19.0"
1236-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.19.0.tgz#f1512e6e5c491b03aabb2718b95becde22b15292"
1237-
integrity sha512-6M8taKyOETY1TKHp0x8ndycipTVgmp4xtg5QpEZzXxDhNvvHOJi5rLRkLr8SK3jTgD5l4fTlvBiRdfsuWydxBw==
1234+
"@typescript-eslint/parser@8.21.0":
1235+
version "8.21.0"
1236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.21.0.tgz#312c638aaba4f640d45bfde7c6795a9d75deb088"
1237+
integrity sha512-Wy+/sdEH9kI3w9civgACwabHbKl+qIOu0uFZ9IMKzX3Jpv9og0ZBJrZExGrPpFAY7rWsXuxs5e7CPPP17A4eYA==
12381238
dependencies:
1239-
"@typescript-eslint/scope-manager" "8.19.0"
1240-
"@typescript-eslint/types" "8.19.0"
1241-
"@typescript-eslint/typescript-estree" "8.19.0"
1242-
"@typescript-eslint/visitor-keys" "8.19.0"
1239+
"@typescript-eslint/scope-manager" "8.21.0"
1240+
"@typescript-eslint/types" "8.21.0"
1241+
"@typescript-eslint/typescript-estree" "8.21.0"
1242+
"@typescript-eslint/visitor-keys" "8.21.0"
12431243
debug "^4.3.4"
12441244

1245-
"@typescript-eslint/scope-manager@8.19.0":
1246-
version "8.19.0"
1247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.19.0.tgz#28fa413a334f70e8b506a968531e0a7c9c3076dc"
1248-
integrity sha512-hkoJiKQS3GQ13TSMEiuNmSCvhz7ujyqD1x3ShbaETATHrck+9RaDdUbt+osXaUuns9OFwrDTTrjtwsU8gJyyRA==
1245+
"@typescript-eslint/scope-manager@8.21.0":
1246+
version "8.21.0"
1247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.21.0.tgz#d08d94e2a34b4ccdcc975543c25bb62917437500"
1248+
integrity sha512-G3IBKz0/0IPfdeGRMbp+4rbjfSSdnGkXsM/pFZA8zM9t9klXDnB/YnKOBQ0GoPmoROa4bCq2NeHgJa5ydsQ4mA==
12491249
dependencies:
1250-
"@typescript-eslint/types" "8.19.0"
1251-
"@typescript-eslint/visitor-keys" "8.19.0"
1250+
"@typescript-eslint/types" "8.21.0"
1251+
"@typescript-eslint/visitor-keys" "8.21.0"
12521252

1253-
"@typescript-eslint/type-utils@8.19.0":
1254-
version "8.19.0"
1255-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.19.0.tgz#41abd7d2e4cf93b6854b1fe6cbf416fab5abf89f"
1256-
integrity sha512-TZs0I0OSbd5Aza4qAMpp1cdCYVnER94IziudE3JU328YUHgWu9gwiwhag+fuLeJ2LkWLXI+F/182TbG+JaBdTg==
1253+
"@typescript-eslint/type-utils@8.21.0":
1254+
version "8.21.0"
1255+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.21.0.tgz#2e69d1a93cdbedc73fe694cd6ae4dfedd00430a0"
1256+
integrity sha512-95OsL6J2BtzoBxHicoXHxgk3z+9P3BEcQTpBKriqiYzLKnM2DeSqs+sndMKdamU8FosiadQFT3D+BSL9EKnAJQ==
12571257
dependencies:
1258-
"@typescript-eslint/typescript-estree" "8.19.0"
1259-
"@typescript-eslint/utils" "8.19.0"
1258+
"@typescript-eslint/typescript-estree" "8.21.0"
1259+
"@typescript-eslint/utils" "8.21.0"
12601260
debug "^4.3.4"
1261-
ts-api-utils "^1.3.0"
1261+
ts-api-utils "^2.0.0"
12621262

1263-
"@typescript-eslint/types@8.19.0":
1264-
version "8.19.0"
1265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.19.0.tgz#a190a25c5484a42b81eaad06989579fdeb478cbb"
1266-
integrity sha512-8XQ4Ss7G9WX8oaYvD4OOLCjIQYgRQxO+qCiR2V2s2GxI9AUpo7riNwo6jDhKtTcaJjT8PY54j2Yb33kWtSJsmA==
1263+
"@typescript-eslint/types@8.21.0":
1264+
version "8.21.0"
1265+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.21.0.tgz#58f30aec8db8212fd886835dc5969cdf47cb29f5"
1266+
integrity sha512-PAL6LUuQwotLW2a8VsySDBwYMm129vFm4tMVlylzdoTybTHaAi0oBp7Ac6LhSrHHOdLM3efH+nAR6hAWoMF89A==
12671267

1268-
"@typescript-eslint/typescript-estree@8.19.0":
1269-
version "8.19.0"
1270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.19.0.tgz#6b4f48f98ffad6597379951b115710f4d68c9ccb"
1271-
integrity sha512-WW9PpDaLIFW9LCbucMSdYUuGeFUz1OkWYS/5fwZwTA+l2RwlWFdJvReQqMUMBw4yJWJOfqd7An9uwut2Oj8sLw==
1268+
"@typescript-eslint/typescript-estree@8.21.0":
1269+
version "8.21.0"
1270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.21.0.tgz#5ce71acdbed3b97b959f6168afba5a03c88f69a9"
1271+
integrity sha512-x+aeKh/AjAArSauz0GiQZsjT8ciadNMHdkUSwBB9Z6PrKc/4knM4g3UfHml6oDJmKC88a6//cdxnO/+P2LkMcg==
12721272
dependencies:
1273-
"@typescript-eslint/types" "8.19.0"
1274-
"@typescript-eslint/visitor-keys" "8.19.0"
1273+
"@typescript-eslint/types" "8.21.0"
1274+
"@typescript-eslint/visitor-keys" "8.21.0"
12751275
debug "^4.3.4"
12761276
fast-glob "^3.3.2"
12771277
is-glob "^4.0.3"
12781278
minimatch "^9.0.4"
12791279
semver "^7.6.0"
1280-
ts-api-utils "^1.3.0"
1280+
ts-api-utils "^2.0.0"
12811281

1282-
"@typescript-eslint/utils@8.19.0":
1283-
version "8.19.0"
1284-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.19.0.tgz#33824310e1fccc17f27fbd1030fd8bbd9a674684"
1285-
integrity sha512-PTBG+0oEMPH9jCZlfg07LCB2nYI0I317yyvXGfxnvGvw4SHIOuRnQ3kadyyXY6tGdChusIHIbM5zfIbp4M6tCg==
1282+
"@typescript-eslint/utils@8.21.0":
1283+
version "8.21.0"
1284+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.21.0.tgz#bc4874fbc30feb3298b926e3b03d94570b3999c5"
1285+
integrity sha512-xcXBfcq0Kaxgj7dwejMbFyq7IOHgpNMtVuDveK7w3ZGwG9owKzhALVwKpTF2yrZmEwl9SWdetf3fxNzJQaVuxw==
12861286
dependencies:
12871287
"@eslint-community/eslint-utils" "^4.4.0"
1288-
"@typescript-eslint/scope-manager" "8.19.0"
1289-
"@typescript-eslint/types" "8.19.0"
1290-
"@typescript-eslint/typescript-estree" "8.19.0"
1288+
"@typescript-eslint/scope-manager" "8.21.0"
1289+
"@typescript-eslint/types" "8.21.0"
1290+
"@typescript-eslint/typescript-estree" "8.21.0"
12911291

1292-
"@typescript-eslint/visitor-keys@8.19.0":
1293-
version "8.19.0"
1294-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.19.0.tgz#dc313f735e64c4979c9073f51ffcefb6d9be5c77"
1295-
integrity sha512-mCFtBbFBJDCNCWUl5y6sZSCHXw1DEFEk3c/M3nRK2a4XUB8StGFtmcEMizdjKuBzB6e/smJAAWYug3VrdLMr1w==
1292+
"@typescript-eslint/visitor-keys@8.21.0":
1293+
version "8.21.0"
1294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.21.0.tgz#a89744c4cdc83b5c761eb5878befe6c33d1481b2"
1295+
integrity sha512-BkLMNpdV6prozk8LlyK/SOoWLmUFi+ZD+pcqti9ILCbVvHGk1ui1g4jJOc2WDLaeExz2qWwojxlPce5PljcT3w==
12961296
dependencies:
1297-
"@typescript-eslint/types" "8.19.0"
1297+
"@typescript-eslint/types" "8.21.0"
12981298
eslint-visitor-keys "^4.2.0"
12991299

13001300
"@ungap/structured-clone@^1.2.0":
@@ -5541,10 +5541,10 @@ trix@^1.2.2:
55415541
resolved "https://registry.yarnpkg.com/trix/-/trix-1.3.1.tgz#ccce8d9e72bf0fe70c8c019ff558c70266f8d857"
55425542
integrity sha512-BbH6mb6gk+AV4f2as38mP6Ucc1LE3OD6XxkZnAgPIduWXYtvg2mI3cZhIZSLqmMh9OITEpOBCCk88IVmyjU7bA==
55435543

5544-
ts-api-utils@^1.3.0:
5545-
version "1.3.0"
5546-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
5547-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
5544+
ts-api-utils@^2.0.0:
5545+
version "2.0.0"
5546+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.0.tgz#b9d7d5f7ec9f736f4d0f09758b8607979044a900"
5547+
integrity sha512-xCt/TOAc+EOHS1XPnijD3/yzpH6qg2xppZO1YDqGoVsNXfQfzHpOdNuXwrwOU8u4ITXJyDCTyt8w5g1sZv9ynQ==
55485548

55495549
tslib@^2.0.0, tslib@^2.0.1:
55505550
version "2.6.1"

0 commit comments

Comments
 (0)