Skip to content

Commit 7ff0283

Browse files
fix(deps): update typescript-eslint monorepo to v4.24.0 (#328)
Co-authored-by: Renovate Bot <[email protected]>
1 parent efd582a commit 7ff0283

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
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "4.23.0",
8-
"@typescript-eslint/parser": "4.23.0",
7+
"@typescript-eslint/eslint-plugin": "4.24.0",
8+
"@typescript-eslint/parser": "4.24.0",
99
"babel-eslint": "10.1.0",
1010
"eslint": "7.26.0",
1111
"eslint-config-airbnb": "18.2.1",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -369,74 +369,74 @@
369369
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
370370
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
371371

372-
"@typescript-eslint/eslint-plugin@4.23.0":
373-
version "4.23.0"
374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.23.0.tgz#29d3c9c81f6200b1fd6d8454cfb007ba176cde80"
375-
integrity sha512-tGK1y3KIvdsQEEgq6xNn1DjiFJtl+wn8JJQiETtCbdQxw1vzjXyAaIkEmO2l6Nq24iy3uZBMFQjZ6ECf1QdgGw==
372+
"@typescript-eslint/eslint-plugin@4.24.0":
373+
version "4.24.0"
374+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.24.0.tgz#03801ffc25b2af9d08f3dc9bccfc0b7ce3780d0f"
375+
integrity sha512-qbCgkPM7DWTsYQGjx9RTuQGswi+bEt0isqDBeo+CKV0953zqI0Tp7CZ7Fi9ipgFA6mcQqF4NOVNwS/f2r6xShw==
376376
dependencies:
377-
"@typescript-eslint/experimental-utils" "4.23.0"
378-
"@typescript-eslint/scope-manager" "4.23.0"
377+
"@typescript-eslint/experimental-utils" "4.24.0"
378+
"@typescript-eslint/scope-manager" "4.24.0"
379379
debug "^4.1.1"
380380
functional-red-black-tree "^1.0.1"
381381
lodash "^4.17.15"
382382
regexpp "^3.0.0"
383383
semver "^7.3.2"
384384
tsutils "^3.17.1"
385385

386-
"@typescript-eslint/experimental-utils@4.23.0":
387-
version "4.23.0"
388-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.23.0.tgz#f2059434cd6e5672bfeab2fb03b7c0a20622266f"
389-
integrity sha512-WAFNiTDnQfrF3Z2fQ05nmCgPsO5o790vOhmWKXbbYQTO9erE1/YsFot5/LnOUizLzU2eeuz6+U/81KV5/hFTGA==
386+
"@typescript-eslint/experimental-utils@4.24.0":
387+
version "4.24.0"
388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.24.0.tgz#c23ead9de44b99c3a5fd925c33a106b00165e172"
389+
integrity sha512-IwTT2VNDKH1h8RZseMH4CcYBz6lTvRoOLDuuqNZZoThvfHEhOiZPQCow+5El3PtyxJ1iDr6UXZwYtE3yZQjhcw==
390390
dependencies:
391391
"@types/json-schema" "^7.0.3"
392-
"@typescript-eslint/scope-manager" "4.23.0"
393-
"@typescript-eslint/types" "4.23.0"
394-
"@typescript-eslint/typescript-estree" "4.23.0"
392+
"@typescript-eslint/scope-manager" "4.24.0"
393+
"@typescript-eslint/types" "4.24.0"
394+
"@typescript-eslint/typescript-estree" "4.24.0"
395395
eslint-scope "^5.0.0"
396396
eslint-utils "^2.0.0"
397397

398-
"@typescript-eslint/parser@4.23.0":
399-
version "4.23.0"
400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.23.0.tgz#239315d38e42e852bef43a4b0b01bef78f78911c"
401-
integrity sha512-wsvjksHBMOqySy/Pi2Q6UuIuHYbgAMwLczRl4YanEPKW5KVxI9ZzDYh3B5DtcZPQTGRWFJrfcbJ6L01Leybwug==
398+
"@typescript-eslint/parser@4.24.0":
399+
version "4.24.0"
400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.24.0.tgz#2e5f1cc78ffefe43bfac7e5659309a92b09a51bd"
401+
integrity sha512-dj1ZIh/4QKeECLb2f/QjRwMmDArcwc2WorWPRlB8UNTZlY1KpTVsbX7e3ZZdphfRw29aTFUSNuGB8w9X5sS97w==
402402
dependencies:
403-
"@typescript-eslint/scope-manager" "4.23.0"
404-
"@typescript-eslint/types" "4.23.0"
405-
"@typescript-eslint/typescript-estree" "4.23.0"
403+
"@typescript-eslint/scope-manager" "4.24.0"
404+
"@typescript-eslint/types" "4.24.0"
405+
"@typescript-eslint/typescript-estree" "4.24.0"
406406
debug "^4.1.1"
407407

408-
"@typescript-eslint/scope-manager@4.23.0":
409-
version "4.23.0"
410-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.23.0.tgz#8792ef7eacac122e2ec8fa2d30a59b8d9a1f1ce4"
411-
integrity sha512-ZZ21PCFxPhI3n0wuqEJK9omkw51wi2bmeKJvlRZPH5YFkcawKOuRMQMnI8mH6Vo0/DoHSeZJnHiIx84LmVQY+w==
408+
"@typescript-eslint/scope-manager@4.24.0":
409+
version "4.24.0"
410+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359"
411+
integrity sha512-9+WYJGDnuC9VtYLqBhcSuM7du75fyCS/ypC8c5g7Sdw7pGL4NDTbeH38eJPfzIydCHZDoOgjloxSAA3+4l/zsA==
412412
dependencies:
413-
"@typescript-eslint/types" "4.23.0"
414-
"@typescript-eslint/visitor-keys" "4.23.0"
413+
"@typescript-eslint/types" "4.24.0"
414+
"@typescript-eslint/visitor-keys" "4.24.0"
415415

416-
"@typescript-eslint/types@4.23.0":
417-
version "4.23.0"
418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
419-
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
416+
"@typescript-eslint/types@4.24.0":
417+
version "4.24.0"
418+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
419+
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
420420

421-
"@typescript-eslint/typescript-estree@4.23.0":
422-
version "4.23.0"
423-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
424-
integrity sha512-5Sty6zPEVZF5fbvrZczfmLCOcby3sfrSPu30qKoY1U3mca5/jvU5cwsPb/CO6Q3ByRjixTMIVsDkqwIxCf/dMw==
421+
"@typescript-eslint/typescript-estree@4.24.0":
422+
version "4.24.0"
423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.24.0.tgz#b49249679a98014d8b03e8d4b70864b950e3c90f"
424+
integrity sha512-kBDitL/by/HK7g8CYLT7aKpAwlR8doshfWz8d71j97n5kUa5caHWvY0RvEUEanL/EqBJoANev8Xc/mQ6LLwXGA==
425425
dependencies:
426-
"@typescript-eslint/types" "4.23.0"
427-
"@typescript-eslint/visitor-keys" "4.23.0"
426+
"@typescript-eslint/types" "4.24.0"
427+
"@typescript-eslint/visitor-keys" "4.24.0"
428428
debug "^4.1.1"
429429
globby "^11.0.1"
430430
is-glob "^4.0.1"
431431
semver "^7.3.2"
432432
tsutils "^3.17.1"
433433

434-
"@typescript-eslint/visitor-keys@4.23.0":
435-
version "4.23.0"
436-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"
437-
integrity sha512-5PNe5cmX9pSifit0H+nPoQBXdbNzi5tOEec+3riK+ku4e3er37pKxMKDH5Ct5Y4fhWxcD4spnlYjxi9vXbSpwg==
434+
"@typescript-eslint/visitor-keys@4.24.0":
435+
version "4.24.0"
436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.24.0.tgz#a8fafdc76cad4e04a681a945fbbac4e35e98e297"
437+
integrity sha512-4ox1sjmGHIxjEDBnMCtWFFhErXtKA1Ec0sBpuz0fqf3P+g3JFGyTxxbF06byw0FRsPnnbq44cKivH7Ks1/0s6g==
438438
dependencies:
439-
"@typescript-eslint/types" "4.23.0"
439+
"@typescript-eslint/types" "4.24.0"
440440
eslint-visitor-keys "^2.0.0"
441441

442442
JSONStream@^1.0.4, JSONStream@^1.3.4, JSONStream@^1.3.5:

0 commit comments

Comments
 (0)