Skip to content

Commit 0d369aa

Browse files
chore(deps): update typescript-eslint monorepo to v5.42.1 (#364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00d6de5 commit 0d369aa

File tree

2 files changed

+51
-51
lines changed

2 files changed

+51
-51
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@types/jest": "27.5.2",
4949
"@types/node": "16.18.3",
5050
"@types/node-fetch": "2.6.2",
51-
"@typescript-eslint/eslint-plugin": "5.42.0",
52-
"@typescript-eslint/parser": "5.42.0",
51+
"@typescript-eslint/eslint-plugin": "5.42.1",
52+
"@typescript-eslint/parser": "5.42.1",
5353
"@vercel/ncc": "0.34.0",
5454
"eslint": "8.27.0",
5555
"eslint-config-algolia": "20.0.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,29 +1260,29 @@
12601260
dependencies:
12611261
"@types/yargs-parser" "*"
12621262

1263-
"@typescript-eslint/[email protected].0":
1264-
version "5.42.0"
1265-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
1266-
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
1267-
dependencies:
1268-
"@typescript-eslint/scope-manager" "5.42.0"
1269-
"@typescript-eslint/type-utils" "5.42.0"
1270-
"@typescript-eslint/utils" "5.42.0"
1263+
"@typescript-eslint/[email protected].1":
1264+
version "5.42.1"
1265+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.1.tgz#696b9cc21dfd4749c1c8ad1307f76a36a00aa0e3"
1266+
integrity sha512-LyR6x784JCiJ1j6sH5Y0K6cdExqCCm8DJUTcwG5ThNXJj/G8o5E56u5EdG4SLy+bZAwZBswC+GYn3eGdttBVCg==
1267+
dependencies:
1268+
"@typescript-eslint/scope-manager" "5.42.1"
1269+
"@typescript-eslint/type-utils" "5.42.1"
1270+
"@typescript-eslint/utils" "5.42.1"
12711271
debug "^4.3.4"
12721272
ignore "^5.2.0"
12731273
natural-compare-lite "^1.4.0"
12741274
regexpp "^3.2.0"
12751275
semver "^7.3.7"
12761276
tsutils "^3.21.0"
12771277

1278-
"@typescript-eslint/[email protected].0":
1279-
version "5.42.0"
1280-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
1281-
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
1278+
"@typescript-eslint/[email protected].1":
1279+
version "5.42.1"
1280+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.1.tgz#3e66156f2f74b11690b45950d8f5f28a62751d35"
1281+
integrity sha512-kAV+NiNBWVQDY9gDJDToTE/NO8BHi4f6b7zTsVAJoTkmB/zlfOpiEVBzHOKtlgTndCKe8vj9F/PuolemZSh50Q==
12821282
dependencies:
1283-
"@typescript-eslint/scope-manager" "5.42.0"
1284-
"@typescript-eslint/types" "5.42.0"
1285-
"@typescript-eslint/typescript-estree" "5.42.0"
1283+
"@typescript-eslint/scope-manager" "5.42.1"
1284+
"@typescript-eslint/types" "5.42.1"
1285+
"@typescript-eslint/typescript-estree" "5.42.1"
12861286
debug "^4.3.4"
12871287

12881288
"@typescript-eslint/[email protected]":
@@ -1293,21 +1293,21 @@
12931293
"@typescript-eslint/types" "5.19.0"
12941294
"@typescript-eslint/visitor-keys" "5.19.0"
12951295

1296-
"@typescript-eslint/[email protected].0":
1297-
version "5.42.0"
1298-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.0.tgz#e1f2bb26d3b2a508421ee2e3ceea5396b192f5ef"
1299-
integrity sha512-l5/3IBHLH0Bv04y+H+zlcLiEMEMjWGaCX6WyHE5Uk2YkSGAMlgdUPsT/ywTSKgu9D1dmmKMYgYZijObfA39Wow==
1296+
"@typescript-eslint/[email protected].1":
1297+
version "5.42.1"
1298+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.42.1.tgz#05e5e1351485637d466464237e5259b49f609b18"
1299+
integrity sha512-QAZY/CBP1Emx4rzxurgqj3rUinfsh/6mvuKbLNMfJMMKYLRBfweus8brgXF8f64ABkIZ3zdj2/rYYtF8eiuksQ==
13001300
dependencies:
1301-
"@typescript-eslint/types" "5.42.0"
1302-
"@typescript-eslint/visitor-keys" "5.42.0"
1301+
"@typescript-eslint/types" "5.42.1"
1302+
"@typescript-eslint/visitor-keys" "5.42.1"
13031303

1304-
"@typescript-eslint/[email protected].0":
1305-
version "5.42.0"
1306-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.0.tgz#4206d7192d4fe903ddf99d09b41d4ac31b0b7dca"
1307-
integrity sha512-HW14TXC45dFVZxnVW8rnUGnvYyRC0E/vxXShFCthcC9VhVTmjqOmtqj6H5rm9Zxv+ORxKA/1aLGD7vmlLsdlOg==
1304+
"@typescript-eslint/[email protected].1":
1305+
version "5.42.1"
1306+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.42.1.tgz#21328feb2d4b193c5852b35aabd241ccc1449daa"
1307+
integrity sha512-WWiMChneex5w4xPIX56SSnQQo0tEOy5ZV2dqmj8Z371LJ0E+aymWD25JQ/l4FOuuX+Q49A7pzh/CGIQflxMVXg==
13081308
dependencies:
1309-
"@typescript-eslint/typescript-estree" "5.42.0"
1310-
"@typescript-eslint/utils" "5.42.0"
1309+
"@typescript-eslint/typescript-estree" "5.42.1"
1310+
"@typescript-eslint/utils" "5.42.1"
13111311
debug "^4.3.4"
13121312
tsutils "^3.21.0"
13131313

@@ -1316,10 +1316,10 @@
13161316
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
13171317
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
13181318

1319-
"@typescript-eslint/[email protected].0":
1320-
version "5.42.0"
1321-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.0.tgz#5aeff9b5eced48f27d5b8139339bf1ef805bad7a"
1322-
integrity sha512-t4lzO9ZOAUcHY6bXQYRuu+3SSYdD9TS8ooApZft4WARt4/f2Cj/YpvbTe8A4GuhT4bNW72goDMOy7SW71mZwGw==
1319+
"@typescript-eslint/[email protected].1":
1320+
version "5.42.1"
1321+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
1322+
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
13231323

13241324
"@typescript-eslint/[email protected]":
13251325
version "5.19.0"
@@ -1334,29 +1334,29 @@
13341334
semver "^7.3.5"
13351335
tsutils "^3.21.0"
13361336

1337-
"@typescript-eslint/[email protected].0":
1338-
version "5.42.0"
1339-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.0.tgz#2592d24bb5f89bf54a63384ff3494870f95b3fd8"
1340-
integrity sha512-2O3vSq794x3kZGtV7i4SCWZWCwjEtkWfVqX4m5fbUBomOsEOyd6OAD1qU2lbvV5S8tgy/luJnOYluNyYVeOTTg==
1337+
"@typescript-eslint/[email protected].1":
1338+
version "5.42.1"
1339+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.42.1.tgz#f9a223ecb547a781d37e07a5ac6ba9ff681eaef0"
1340+
integrity sha512-qElc0bDOuO0B8wDhhW4mYVgi/LZL+igPwXtV87n69/kYC/7NG3MES0jHxJNCr4EP7kY1XVsRy8C/u3DYeTKQmw==
13411341
dependencies:
1342-
"@typescript-eslint/types" "5.42.0"
1343-
"@typescript-eslint/visitor-keys" "5.42.0"
1342+
"@typescript-eslint/types" "5.42.1"
1343+
"@typescript-eslint/visitor-keys" "5.42.1"
13441344
debug "^4.3.4"
13451345
globby "^11.1.0"
13461346
is-glob "^4.0.3"
13471347
semver "^7.3.7"
13481348
tsutils "^3.21.0"
13491349

1350-
"@typescript-eslint/[email protected].0":
1351-
version "5.42.0"
1352-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.0.tgz#f06bd43b9a9a06ed8f29600273240e84a53f2f15"
1353-
integrity sha512-JZ++3+h1vbeG1NUECXQZE3hg0kias9kOtcQr3+JVQ3whnjvKuMyktJAAIj6743OeNPnGBmjj7KEmiDL7qsdnCQ==
1350+
"@typescript-eslint/[email protected].1":
1351+
version "5.42.1"
1352+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.42.1.tgz#2789b1cd990f0c07aaa3e462dbe0f18d736d5071"
1353+
integrity sha512-Gxvf12xSp3iYZd/fLqiQRD4uKZjDNR01bQ+j8zvhPjpsZ4HmvEFL/tC4amGNyxN9Rq+iqvpHLhlqx6KTxz9ZyQ==
13541354
dependencies:
13551355
"@types/json-schema" "^7.0.9"
13561356
"@types/semver" "^7.3.12"
1357-
"@typescript-eslint/scope-manager" "5.42.0"
1358-
"@typescript-eslint/types" "5.42.0"
1359-
"@typescript-eslint/typescript-estree" "5.42.0"
1357+
"@typescript-eslint/scope-manager" "5.42.1"
1358+
"@typescript-eslint/types" "5.42.1"
1359+
"@typescript-eslint/typescript-estree" "5.42.1"
13601360
eslint-scope "^5.1.1"
13611361
eslint-utils "^3.0.0"
13621362
semver "^7.3.7"
@@ -1381,12 +1381,12 @@
13811381
"@typescript-eslint/types" "5.19.0"
13821382
eslint-visitor-keys "^3.0.0"
13831383

1384-
"@typescript-eslint/[email protected].0":
1385-
version "5.42.0"
1386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.0.tgz#ee8d62d486f41cfe646632fab790fbf0c1db5bb0"
1387-
integrity sha512-QHbu5Hf/2lOEOwy+IUw0GoSCuAzByTAWWrOTKzTzsotiUnWFpuKnXcAhC9YztAf2EElQ0VvIK+pHJUPkM0q7jg==
1384+
"@typescript-eslint/[email protected].1":
1385+
version "5.42.1"
1386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.42.1.tgz#df10839adf6605e1cdb79174cf21e46df9be4872"
1387+
integrity sha512-LOQtSF4z+hejmpUvitPlc4hA7ERGoj2BVkesOcG91HCn8edLGUXbTrErmutmPbl8Bo9HjAvOO/zBKQHExXNA2A==
13881388
dependencies:
1389-
"@typescript-eslint/types" "5.42.0"
1389+
"@typescript-eslint/types" "5.42.1"
13901390
eslint-visitor-keys "^3.3.0"
13911391

13921392

0 commit comments

Comments
 (0)