Skip to content

Commit 41ddf73

Browse files
chore: update typescript-eslint monorepo to v4.26.1 (#2639)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ca84803 commit 41ddf73

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

yarn.lock

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2030,25 +2030,25 @@
20302030
npmlog "^4.1.2"
20312031
write-file-atomic "^3.0.3"
20322032

2033-
"@nodelib/[email protected].4":
2034-
version "2.1.4"
2035-
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69"
2036-
integrity sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==
2033+
"@nodelib/[email protected].5":
2034+
version "2.1.5"
2035+
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
2036+
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
20372037
dependencies:
2038-
"@nodelib/fs.stat" "2.0.4"
2038+
"@nodelib/fs.stat" "2.0.5"
20392039
run-parallel "^1.1.9"
20402040

2041-
"@nodelib/[email protected].4", "@nodelib/fs.stat@^2.0.2":
2042-
version "2.0.4"
2043-
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz#a3f2dd61bab43b8db8fa108a121cfffe4c676655"
2044-
integrity sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==
2041+
"@nodelib/[email protected].5", "@nodelib/fs.stat@^2.0.2":
2042+
version "2.0.5"
2043+
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
2044+
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
20452045

20462046
"@nodelib/fs.walk@^1.2.3":
2047-
version "1.2.6"
2048-
resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz#cce9396b30aa5afe9e3756608f5831adcb53d063"
2049-
integrity sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==
2047+
version "1.2.7"
2048+
resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.7.tgz#94c23db18ee4653e129abd26fb06f870ac9e1ee2"
2049+
integrity sha512-BTIhocbPBSrRmHxOAJFtR18oLhxTtAFDAvL8hY1S3iU8k+E60W/YFs4jrixGzQjMpF4qPXxIQHcjVD9dz1C2QA==
20502050
dependencies:
2051-
"@nodelib/fs.scandir" "2.1.4"
2051+
"@nodelib/fs.scandir" "2.1.5"
20522052
fastq "^1.6.0"
20532053

20542054
"@npmcli/ci-detect@^1.0.0":
@@ -2460,28 +2460,28 @@
24602460
"@types/yargs-parser" "*"
24612461

24622462
"@typescript-eslint/eslint-plugin@^4.1.0":
2463-
version "4.26.0"
2464-
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
2465-
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
2463+
version "4.26.1"
2464+
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz#b9c7313321cb837e2bf8bebe7acc2220659e67d3"
2465+
integrity sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==
24662466
dependencies:
2467-
"@typescript-eslint/experimental-utils" "4.26.0"
2468-
"@typescript-eslint/scope-manager" "4.26.0"
2467+
"@typescript-eslint/experimental-utils" "4.26.1"
2468+
"@typescript-eslint/scope-manager" "4.26.1"
24692469
debug "^4.3.1"
24702470
functional-red-black-tree "^1.0.1"
24712471
lodash "^4.17.21"
24722472
regexpp "^3.1.0"
24732473
semver "^7.3.5"
24742474
tsutils "^3.21.0"
24752475

2476-
"@typescript-eslint/[email protected].0":
2477-
version "4.26.0"
2478-
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
2479-
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
2476+
"@typescript-eslint/[email protected].1":
2477+
version "4.26.1"
2478+
resolved "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz#a35980a2390da9232aa206b27f620eab66e94142"
2479+
integrity sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==
24802480
dependencies:
24812481
"@types/json-schema" "^7.0.7"
2482-
"@typescript-eslint/scope-manager" "4.26.0"
2483-
"@typescript-eslint/types" "4.26.0"
2484-
"@typescript-eslint/typescript-estree" "4.26.0"
2482+
"@typescript-eslint/scope-manager" "4.26.1"
2483+
"@typescript-eslint/types" "4.26.1"
2484+
"@typescript-eslint/typescript-estree" "4.26.1"
24852485
eslint-scope "^5.1.1"
24862486
eslint-utils "^3.0.0"
24872487

@@ -2498,13 +2498,13 @@
24982498
eslint-utils "^2.0.0"
24992499

25002500
"@typescript-eslint/parser@^4.1.0":
2501-
version "4.26.0"
2502-
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
2503-
integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
2501+
version "4.26.1"
2502+
resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e"
2503+
integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
25042504
dependencies:
2505-
"@typescript-eslint/scope-manager" "4.26.0"
2506-
"@typescript-eslint/types" "4.26.0"
2507-
"@typescript-eslint/typescript-estree" "4.26.0"
2505+
"@typescript-eslint/scope-manager" "4.26.1"
2506+
"@typescript-eslint/types" "4.26.1"
2507+
"@typescript-eslint/typescript-estree" "4.26.1"
25082508
debug "^4.3.1"
25092509

25102510
"@typescript-eslint/[email protected]":
@@ -2515,23 +2515,23 @@
25152515
"@typescript-eslint/types" "4.22.0"
25162516
"@typescript-eslint/visitor-keys" "4.22.0"
25172517

2518-
"@typescript-eslint/[email protected].0":
2519-
version "4.26.0"
2520-
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
2521-
integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==
2518+
"@typescript-eslint/[email protected].1":
2519+
version "4.26.1"
2520+
resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662"
2521+
integrity sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==
25222522
dependencies:
2523-
"@typescript-eslint/types" "4.26.0"
2524-
"@typescript-eslint/visitor-keys" "4.26.0"
2523+
"@typescript-eslint/types" "4.26.1"
2524+
"@typescript-eslint/visitor-keys" "4.26.1"
25252525

25262526
"@typescript-eslint/[email protected]":
25272527
version "4.22.0"
25282528
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
25292529
integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
25302530

2531-
"@typescript-eslint/[email protected].0":
2532-
version "4.26.0"
2533-
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
2534-
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
2531+
"@typescript-eslint/[email protected].1":
2532+
version "4.26.1"
2533+
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
2534+
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
25352535

25362536
"@typescript-eslint/[email protected]":
25372537
version "4.22.0"
@@ -2546,13 +2546,13 @@
25462546
semver "^7.3.2"
25472547
tsutils "^3.17.1"
25482548

2549-
"@typescript-eslint/[email protected].0":
2550-
version "4.26.0"
2551-
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
2552-
integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==
2549+
"@typescript-eslint/[email protected].1":
2550+
version "4.26.1"
2551+
resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
2552+
integrity sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==
25532553
dependencies:
2554-
"@typescript-eslint/types" "4.26.0"
2555-
"@typescript-eslint/visitor-keys" "4.26.0"
2554+
"@typescript-eslint/types" "4.26.1"
2555+
"@typescript-eslint/visitor-keys" "4.26.1"
25562556
debug "^4.3.1"
25572557
globby "^11.0.3"
25582558
is-glob "^4.0.1"
@@ -2567,12 +2567,12 @@
25672567
"@typescript-eslint/types" "4.22.0"
25682568
eslint-visitor-keys "^2.0.0"
25692569

2570-
"@typescript-eslint/[email protected].0":
2571-
version "4.26.0"
2572-
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
2573-
integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==
2570+
"@typescript-eslint/[email protected].1":
2571+
version "4.26.1"
2572+
resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
2573+
integrity sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==
25742574
dependencies:
2575-
"@typescript-eslint/types" "4.26.0"
2575+
"@typescript-eslint/types" "4.26.1"
25762576
eslint-visitor-keys "^2.0.0"
25772577

25782578
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)