Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 17f3920

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4.26.1
1 parent 5c2568f commit 17f3920

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"@types/react-dom": "17.0.6",
5757
"@types/testing-library__jest-dom": "5.9.5",
5858
"@types/testing-library__react": "10.2.0",
59-
"@typescript-eslint/eslint-plugin": "4.26.0",
60-
"@typescript-eslint/parser": "4.26.0",
59+
"@typescript-eslint/eslint-plugin": "4.26.1",
60+
"@typescript-eslint/parser": "4.26.1",
6161
"babel-eslint": "10.1.0",
6262
"babel-jest": "26.6.3",
6363
"documentation": "13.2.5",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,29 +2180,29 @@
21802180
dependencies:
21812181
"@types/yargs-parser" "*"
21822182

2183-
"@typescript-eslint/[email protected].0":
2184-
version "4.26.0"
2185-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.0.tgz#12bbd6ebd5e7fabd32e48e1e60efa1f3554a3242"
2186-
integrity sha512-yA7IWp+5Qqf+TLbd8b35ySFOFzUfL7i+4If50EqvjT6w35X8Lv0eBHb6rATeWmucks37w+zV+tWnOXI9JlG6Eg==
2183+
"@typescript-eslint/[email protected].1":
2184+
version "4.26.1"
2185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz#b9c7313321cb837e2bf8bebe7acc2220659e67d3"
2186+
integrity sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==
21872187
dependencies:
2188-
"@typescript-eslint/experimental-utils" "4.26.0"
2189-
"@typescript-eslint/scope-manager" "4.26.0"
2188+
"@typescript-eslint/experimental-utils" "4.26.1"
2189+
"@typescript-eslint/scope-manager" "4.26.1"
21902190
debug "^4.3.1"
21912191
functional-red-black-tree "^1.0.1"
21922192
lodash "^4.17.21"
21932193
regexpp "^3.1.0"
21942194
semver "^7.3.5"
21952195
tsutils "^3.21.0"
21962196

2197-
"@typescript-eslint/[email protected].0":
2198-
version "4.26.0"
2199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.0.tgz#ba7848b3f088659cdf71bce22454795fc55be99a"
2200-
integrity sha512-TH2FO2rdDm7AWfAVRB5RSlbUhWxGVuxPNzGT7W65zVfl8H/WeXTk1e69IrcEVsBslrQSTDKQSaJD89hwKrhdkw==
2197+
"@typescript-eslint/[email protected].1":
2198+
version "4.26.1"
2199+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz#a35980a2390da9232aa206b27f620eab66e94142"
2200+
integrity sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==
22012201
dependencies:
22022202
"@types/json-schema" "^7.0.7"
2203-
"@typescript-eslint/scope-manager" "4.26.0"
2204-
"@typescript-eslint/types" "4.26.0"
2205-
"@typescript-eslint/typescript-estree" "4.26.0"
2203+
"@typescript-eslint/scope-manager" "4.26.1"
2204+
"@typescript-eslint/types" "4.26.1"
2205+
"@typescript-eslint/typescript-estree" "4.26.1"
22062206
eslint-scope "^5.1.1"
22072207
eslint-utils "^3.0.0"
22082208

@@ -2218,14 +2218,14 @@
22182218
eslint-scope "^5.0.0"
22192219
eslint-utils "^2.0.0"
22202220

2221-
"@typescript-eslint/[email protected].0":
2222-
version "4.26.0"
2223-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.0.tgz#31b6b732c9454f757b020dab9b6754112aa5eeaf"
2224-
integrity sha512-b4jekVJG9FfmjUfmM4VoOItQhPlnt6MPOBUL0AQbiTmm+SSpSdhHYlwayOm4IW9KLI/4/cRKtQCmDl1oE2OlPg==
2221+
"@typescript-eslint/[email protected].1":
2222+
version "4.26.1"
2223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e"
2224+
integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
22252225
dependencies:
2226-
"@typescript-eslint/scope-manager" "4.26.0"
2227-
"@typescript-eslint/types" "4.26.0"
2228-
"@typescript-eslint/typescript-estree" "4.26.0"
2226+
"@typescript-eslint/scope-manager" "4.26.1"
2227+
"@typescript-eslint/types" "4.26.1"
2228+
"@typescript-eslint/typescript-estree" "4.26.1"
22292229
debug "^4.3.1"
22302230

22312231
"@typescript-eslint/parser@^4.0.0":
@@ -2254,13 +2254,13 @@
22542254
"@typescript-eslint/types" "4.17.0"
22552255
"@typescript-eslint/visitor-keys" "4.17.0"
22562256

2257-
"@typescript-eslint/[email protected].0":
2258-
version "4.26.0"
2259-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.0.tgz#60d1a71df162404e954b9d1c6343ff3bee496194"
2260-
integrity sha512-G6xB6mMo4xVxwMt5lEsNTz3x4qGDt0NSGmTBNBPJxNsrTXJSm21c6raeYroS2OwQsOyIXqKZv266L/Gln1BWqg==
2257+
"@typescript-eslint/[email protected].1":
2258+
version "4.26.1"
2259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662"
2260+
integrity sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==
22612261
dependencies:
2262-
"@typescript-eslint/types" "4.26.0"
2263-
"@typescript-eslint/visitor-keys" "4.26.0"
2262+
"@typescript-eslint/types" "4.26.1"
2263+
"@typescript-eslint/visitor-keys" "4.26.1"
22642264

22652265
"@typescript-eslint/[email protected]":
22662266
version "4.16.1"
@@ -2272,10 +2272,10 @@
22722272
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
22732273
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
22742274

2275-
"@typescript-eslint/[email protected].0":
2276-
version "4.26.0"
2277-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.0.tgz#7c6732c0414f0a69595f4f846ebe12616243d546"
2278-
integrity sha512-rADNgXl1kS/EKnDr3G+m7fB9yeJNnR9kF7xMiXL6mSIWpr3Wg5MhxyfEXy/IlYthsqwBqHOr22boFbf/u6O88A==
2275+
"@typescript-eslint/[email protected].1":
2276+
version "4.26.1"
2277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
2278+
integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
22792279

22802280
"@typescript-eslint/[email protected]":
22812281
version "4.16.1"
@@ -2303,13 +2303,13 @@
23032303
semver "^7.3.2"
23042304
tsutils "^3.17.1"
23052305

2306-
"@typescript-eslint/[email protected].0":
2307-
version "4.26.0"
2308-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.0.tgz#aea17a40e62dc31c63d5b1bbe9a75783f2ce7109"
2309-
integrity sha512-GHUgahPcm9GfBuy3TzdsizCcPjKOAauG9xkz9TR8kOdssz2Iz9jRCSQm6+aVFa23d5NcSpo1GdHGSQKe0tlcbg==
2306+
"@typescript-eslint/[email protected].1":
2307+
version "4.26.1"
2308+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
2309+
integrity sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==
23102310
dependencies:
2311-
"@typescript-eslint/types" "4.26.0"
2312-
"@typescript-eslint/visitor-keys" "4.26.0"
2311+
"@typescript-eslint/types" "4.26.1"
2312+
"@typescript-eslint/visitor-keys" "4.26.1"
23132313
debug "^4.3.1"
23142314
globby "^11.0.3"
23152315
is-glob "^4.0.1"
@@ -2332,12 +2332,12 @@
23322332
"@typescript-eslint/types" "4.17.0"
23332333
eslint-visitor-keys "^2.0.0"
23342334

2335-
"@typescript-eslint/[email protected].0":
2336-
version "4.26.0"
2337-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.0.tgz#26d2583169222815be4dcd1da4fe5459bc3bcc23"
2338-
integrity sha512-cw4j8lH38V1ycGBbF+aFiLUls9Z0Bw8QschP3mkth50BbWzgFS33ISIgBzUMuQ2IdahoEv/rXstr8Zhlz4B1Zg==
2335+
"@typescript-eslint/[email protected].1":
2336+
version "4.26.1"
2337+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
2338+
integrity sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==
23392339
dependencies:
2340-
"@typescript-eslint/types" "4.26.0"
2340+
"@typescript-eslint/types" "4.26.1"
23412341
eslint-visitor-keys "^2.0.0"
23422342

23432343

0 commit comments

Comments
 (0)