Skip to content

Commit 6450509

Browse files
fix(deps): update typescript-eslint monorepo to v4.18.0 (#302)
Co-authored-by: Renovate Bot <[email protected]>
1 parent aaf7810 commit 6450509

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.17.0",
8-
"@typescript-eslint/parser": "4.17.0",
7+
"@typescript-eslint/eslint-plugin": "4.18.0",
8+
"@typescript-eslint/parser": "4.18.0",
99
"babel-eslint": "10.1.0",
1010
"eslint": "7.22.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.17.0":
373-
version "4.17.0"
374-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
375-
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
372+
"@typescript-eslint/eslint-plugin@4.18.0":
373+
version "4.18.0"
374+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.18.0.tgz#50fbce93211b5b690895d20ebec6fe8db48af1f6"
375+
integrity sha512-Lzkc/2+7EoH7+NjIWLS2lVuKKqbEmJhtXe3rmfA8cyiKnZm3IfLf51irnBcmow8Q/AptVV0XBZmBJKuUJTe6cQ==
376376
dependencies:
377-
"@typescript-eslint/experimental-utils" "4.17.0"
378-
"@typescript-eslint/scope-manager" "4.17.0"
377+
"@typescript-eslint/experimental-utils" "4.18.0"
378+
"@typescript-eslint/scope-manager" "4.18.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.17.0":
387-
version "4.17.0"
388-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
389-
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
386+
"@typescript-eslint/experimental-utils@4.18.0":
387+
version "4.18.0"
388+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.18.0.tgz#ed6c955b940334132b17100d2917449b99a91314"
389+
integrity sha512-92h723Kblt9JcT2RRY3QS2xefFKar4ZQFVs3GityOKWQYgtajxt/tuXIzL7sVCUlM1hgreiV5gkGYyBpdOwO6A==
390390
dependencies:
391391
"@types/json-schema" "^7.0.3"
392-
"@typescript-eslint/scope-manager" "4.17.0"
393-
"@typescript-eslint/types" "4.17.0"
394-
"@typescript-eslint/typescript-estree" "4.17.0"
392+
"@typescript-eslint/scope-manager" "4.18.0"
393+
"@typescript-eslint/types" "4.18.0"
394+
"@typescript-eslint/typescript-estree" "4.18.0"
395395
eslint-scope "^5.0.0"
396396
eslint-utils "^2.0.0"
397397

398-
"@typescript-eslint/parser@4.17.0":
399-
version "4.17.0"
400-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.17.0.tgz#141b647ffc72ebebcbf9b0fe6087f65b706d3215"
401-
integrity sha512-KYdksiZQ0N1t+6qpnl6JeK9ycCFprS9xBAiIrw4gSphqONt8wydBw4BXJi3C11ywZmyHulvMaLjWsxDjUSDwAw==
398+
"@typescript-eslint/parser@4.18.0":
399+
version "4.18.0"
400+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21"
401+
integrity sha512-W3z5S0ZbecwX3PhJEAnq4mnjK5JJXvXUDBYIYGoweCyWyuvAKfGHvzmpUzgB5L4cRBb+cTu9U/ro66dx7dIimA==
402402
dependencies:
403-
"@typescript-eslint/scope-manager" "4.17.0"
404-
"@typescript-eslint/types" "4.17.0"
405-
"@typescript-eslint/typescript-estree" "4.17.0"
403+
"@typescript-eslint/scope-manager" "4.18.0"
404+
"@typescript-eslint/types" "4.18.0"
405+
"@typescript-eslint/typescript-estree" "4.18.0"
406406
debug "^4.1.1"
407407

408-
"@typescript-eslint/scope-manager@4.17.0":
409-
version "4.17.0"
410-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
411-
integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
408+
"@typescript-eslint/scope-manager@4.18.0":
409+
version "4.18.0"
410+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.18.0.tgz#d75b55234c35d2ff6ac945758d6d9e53be84a427"
411+
integrity sha512-olX4yN6rvHR2eyFOcb6E4vmhDPsfdMyfQ3qR+oQNkAv8emKKlfxTWUXU5Mqxs2Fwe3Pf1BoPvrwZtwngxDzYzQ==
412412
dependencies:
413-
"@typescript-eslint/types" "4.17.0"
414-
"@typescript-eslint/visitor-keys" "4.17.0"
413+
"@typescript-eslint/types" "4.18.0"
414+
"@typescript-eslint/visitor-keys" "4.18.0"
415415

416-
"@typescript-eslint/types@4.17.0":
417-
version "4.17.0"
418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
419-
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
416+
"@typescript-eslint/types@4.18.0":
417+
version "4.18.0"
418+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
419+
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
420420

421-
"@typescript-eslint/typescript-estree@4.17.0":
422-
version "4.17.0"
423-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
424-
integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
421+
"@typescript-eslint/typescript-estree@4.18.0":
422+
version "4.18.0"
423+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
424+
integrity sha512-wt4xvF6vvJI7epz+rEqxmoNQ4ZADArGQO9gDU+cM0U5fdVv7N+IAuVoVAoZSOZxzGHBfvE3XQMLdy+scsqFfeg==
425425
dependencies:
426-
"@typescript-eslint/types" "4.17.0"
427-
"@typescript-eslint/visitor-keys" "4.17.0"
426+
"@typescript-eslint/types" "4.18.0"
427+
"@typescript-eslint/visitor-keys" "4.18.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.17.0":
435-
version "4.17.0"
436-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
437-
integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
434+
"@typescript-eslint/visitor-keys@4.18.0":
435+
version "4.18.0"
436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
437+
integrity sha512-Q9t90JCvfYaN0OfFUgaLqByOfz8yPeTAdotn/XYNm5q9eHax90gzdb+RJ6E9T5s97Kv/UHWKERTmqA0jTKAEHw==
438438
dependencies:
439-
"@typescript-eslint/types" "4.17.0"
439+
"@typescript-eslint/types" "4.18.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)