Skip to content

Commit 7962f9b

Browse files
fix(deps): update typescript-eslint monorepo to v4.15.0 (#280)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 86c9e20 commit 7962f9b

File tree

2 files changed

+43
-44
lines changed

2 files changed

+43
-44
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.14.2",
8-
"@typescript-eslint/parser": "4.14.2",
7+
"@typescript-eslint/eslint-plugin": "4.15.0",
8+
"@typescript-eslint/parser": "4.15.0",
99
"babel-eslint": "10.1.0",
1010
"eslint": "7.19.0",
1111
"eslint-config-airbnb": "18.2.1",

yarn.lock

Lines changed: 41 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -349,75 +349,74 @@
349349
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
350350
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
351351

352-
"@typescript-eslint/eslint-plugin@4.14.2":
353-
version "4.14.2"
354-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.14.2.tgz#47a15803cfab89580b96933d348c2721f3d2f6fe"
355-
integrity sha512-uMGfG7GFYK/nYutK/iqYJv6K/Xuog/vrRRZX9aEP4Zv1jsYXuvFUMDFLhUnc8WFv3D2R5QhNQL3VYKmvLS5zsQ==
352+
"@typescript-eslint/eslint-plugin@4.15.0":
353+
version "4.15.0"
354+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.0.tgz#13a5a07cf30d0d5781e43480aa2a8d38d308b084"
355+
integrity sha512-DJgdGZW+8CFUTz5C/dnn4ONcUm2h2T0itWD85Ob5/V27Ndie8hUoX5HKyGssvR8sUMkAIlUc/AMK67Lqa3kBIQ==
356356
dependencies:
357-
"@typescript-eslint/experimental-utils" "4.14.2"
358-
"@typescript-eslint/scope-manager" "4.14.2"
357+
"@typescript-eslint/experimental-utils" "4.15.0"
358+
"@typescript-eslint/scope-manager" "4.15.0"
359359
debug "^4.1.1"
360360
functional-red-black-tree "^1.0.1"
361361
lodash "^4.17.15"
362362
regexpp "^3.0.0"
363363
semver "^7.3.2"
364364
tsutils "^3.17.1"
365365

366-
"@typescript-eslint/experimental-utils@4.14.2":
367-
version "4.14.2"
368-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.14.2.tgz#9df35049d1d36b6cbaba534d703648b9e1f05cbb"
369-
integrity sha512-mV9pmET4C2y2WlyHmD+Iun8SAEqkLahHGBkGqDVslHkmoj3VnxnGP4ANlwuxxfq1BsKdl/MPieDbohCEQgKrwA==
366+
"@typescript-eslint/experimental-utils@4.15.0":
367+
version "4.15.0"
368+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.0.tgz#b87c36410a9b23f637689427be85007a2ec1a9c6"
369+
integrity sha512-V4vaDWvxA2zgesg4KPgEGiomWEBpJXvY4ZX34Y3qxK8LUm5I87L+qGIOTd9tHZOARXNRt9pLbblSKiYBlGMawg==
370370
dependencies:
371371
"@types/json-schema" "^7.0.3"
372-
"@typescript-eslint/scope-manager" "4.14.2"
373-
"@typescript-eslint/types" "4.14.2"
374-
"@typescript-eslint/typescript-estree" "4.14.2"
372+
"@typescript-eslint/scope-manager" "4.15.0"
373+
"@typescript-eslint/types" "4.15.0"
374+
"@typescript-eslint/typescript-estree" "4.15.0"
375375
eslint-scope "^5.0.0"
376376
eslint-utils "^2.0.0"
377377

378-
"@typescript-eslint/parser@4.14.2":
379-
version "4.14.2"
380-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.2.tgz#31e216e4baab678a56e539f9db9862e2542c98d0"
381-
integrity sha512-ipqSP6EuUsMu3E10EZIApOJgWSpcNXeKZaFeNKQyzqxnQl8eQCbV+TSNsl+s2GViX2d18m1rq3CWgnpOxDPgHg==
378+
"@typescript-eslint/parser@4.15.0":
379+
version "4.15.0"
380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.0.tgz#8df94365b4b7161f9e8514fe28aef19954810b6b"
381+
integrity sha512-L6Dtbq8Bc7g2aZwnIBETpmUa9XDKCMzKVwAArnGp5Mn7PRNFjf3mUzq8UeBjL3K8t311hvevnyqXAMSmxO8Gpg==
382382
dependencies:
383-
"@typescript-eslint/scope-manager" "4.14.2"
384-
"@typescript-eslint/types" "4.14.2"
385-
"@typescript-eslint/typescript-estree" "4.14.2"
383+
"@typescript-eslint/scope-manager" "4.15.0"
384+
"@typescript-eslint/types" "4.15.0"
385+
"@typescript-eslint/typescript-estree" "4.15.0"
386386
debug "^4.1.1"
387387

388-
"@typescript-eslint/scope-manager@4.14.2":
389-
version "4.14.2"
390-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.14.2.tgz#64cbc9ca64b60069aae0c060b2bf81163243b266"
391-
integrity sha512-cuV9wMrzKm6yIuV48aTPfIeqErt5xceTheAgk70N1V4/2Ecj+fhl34iro/vIssJlb7XtzcaD07hWk7Jk0nKghg==
388+
"@typescript-eslint/scope-manager@4.15.0":
389+
version "4.15.0"
390+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.0.tgz#c42703558ea6daaaba51a9c3a86f2902dbab9432"
391+
integrity sha512-CSNBZnCC2jEA/a+pR9Ljh8Y+5TY5qgbPz7ICEk9WCpSEgT6Pi7H2RIjxfrrbUXvotd6ta+i27sssKEH8Azm75g==
392392
dependencies:
393-
"@typescript-eslint/types" "4.14.2"
394-
"@typescript-eslint/visitor-keys" "4.14.2"
393+
"@typescript-eslint/types" "4.15.0"
394+
"@typescript-eslint/visitor-keys" "4.15.0"
395395

396-
"@typescript-eslint/types@4.14.2":
397-
version "4.14.2"
398-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.2.tgz#d96da62be22dc9dc6a06647f3633815350fb3174"
399-
integrity sha512-LltxawRW6wXy4Gck6ZKlBD05tCHQUj4KLn4iR69IyRiDHX3d3NCAhO+ix5OR2Q+q9bjCrHE/HKt+riZkd1At8Q==
396+
"@typescript-eslint/types@4.15.0":
397+
version "4.15.0"
398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.0.tgz#3011ae1ac3299bb9a5ac56bdd297cccf679d3662"
399+
integrity sha512-su4RHkJhS+iFwyqyXHcS8EGPlUVoC+XREfy5daivjLur9JP8GhvTmDipuRpcujtGC4M+GYhUOJCPDE3rC5NJrg==
400400

401-
"@typescript-eslint/typescript-estree@4.14.2":
402-
version "4.14.2"
403-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.2.tgz#9c5ebd8cae4d7b014f890acd81e8e17f309c9df9"
404-
integrity sha512-ESiFl8afXxt1dNj8ENEZT12p+jl9PqRur+Y19m0Z/SPikGL6rqq4e7Me60SU9a2M28uz48/8yct97VQYaGl0Vg==
401+
"@typescript-eslint/typescript-estree@4.15.0":
402+
version "4.15.0"
403+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.0.tgz#402c86a7d2111c1f7a2513022f22a38a395b7f93"
404+
integrity sha512-jG6xTmcNbi6xzZq0SdWh7wQ9cMb2pqXaUp6bUZOMsIlu5aOlxGxgE/t6L/gPybybQGvdguajXGkZKSndZJpksA==
405405
dependencies:
406-
"@typescript-eslint/types" "4.14.2"
407-
"@typescript-eslint/visitor-keys" "4.14.2"
406+
"@typescript-eslint/types" "4.15.0"
407+
"@typescript-eslint/visitor-keys" "4.15.0"
408408
debug "^4.1.1"
409409
globby "^11.0.1"
410410
is-glob "^4.0.1"
411-
lodash "^4.17.15"
412411
semver "^7.3.2"
413412
tsutils "^3.17.1"
414413

415-
"@typescript-eslint/visitor-keys@4.14.2":
416-
version "4.14.2"
417-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.2.tgz#997cbe2cb0690e1f384a833f64794e98727c70c6"
418-
integrity sha512-KBB+xLBxnBdTENs/rUgeUKO0UkPBRs2vD09oMRRIkj5BEN8PX1ToXV532desXfpQnZsYTyLLviS7JrPhdL154w==
414+
"@typescript-eslint/visitor-keys@4.15.0":
415+
version "4.15.0"
416+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.0.tgz#2a07768df30c8a5673f1bce406338a07fdec38ca"
417+
integrity sha512-RnDtJwOwFucWFAMjG3ghCG/ikImFJFEg20DI7mn4pHEx3vC48lIAoyjhffvfHmErRDboUPC7p9Z2il4CLb7qxA==
419418
dependencies:
420-
"@typescript-eslint/types" "4.14.2"
419+
"@typescript-eslint/types" "4.15.0"
421420
eslint-visitor-keys "^2.0.0"
422421

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

0 commit comments

Comments
 (0)