Skip to content

Commit 7a18fa8

Browse files
author
Arghya Ghosh
authored
Merge pull request #181 from javaistic/depfu/update/yarn/group/typescript-eslint-5.15.0
Update all of typescript-eslint: 5.13.0 → 5.15.0 (minor)
2 parents cfb731c + 2f01a01 commit 7a18fa8

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"@babel/core": "^7.17.7",
6969
"@babel/plugin-transform-react-jsx": "^7.17.3",
7070
"@types/react": "^17.0.40",
71-
"@typescript-eslint/eslint-plugin": "^5.13.0",
72-
"@typescript-eslint/parser": "^5.13.0",
71+
"@typescript-eslint/eslint-plugin": "^5.15.0",
72+
"@typescript-eslint/parser": "^5.15.0",
7373
"babel-eslint": "10.1.0",
7474
"eslint": "8.9.0",
7575
"eslint-config-next": "^12.1.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2756,14 +2756,14 @@
27562756
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
27572757
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
27582758

2759-
"@typescript-eslint/eslint-plugin@^5.13.0":
2760-
version "5.13.0"
2761-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.13.0.tgz#2809052b85911ced9c54a60dac10e515e9114497"
2762-
integrity sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==
2763-
dependencies:
2764-
"@typescript-eslint/scope-manager" "5.13.0"
2765-
"@typescript-eslint/type-utils" "5.13.0"
2766-
"@typescript-eslint/utils" "5.13.0"
2759+
"@typescript-eslint/eslint-plugin@^5.15.0":
2760+
version "5.15.0"
2761+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.15.0.tgz#c28ef7f2e688066db0b6a9d95fb74185c114fb9a"
2762+
integrity sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==
2763+
dependencies:
2764+
"@typescript-eslint/scope-manager" "5.15.0"
2765+
"@typescript-eslint/type-utils" "5.15.0"
2766+
"@typescript-eslint/utils" "5.15.0"
27672767
debug "^4.3.2"
27682768
functional-red-black-tree "^1.0.1"
27692769
ignore "^5.1.8"
@@ -2803,14 +2803,14 @@
28032803
"@typescript-eslint/typescript-estree" "5.6.0"
28042804
debug "^4.3.2"
28052805

2806-
"@typescript-eslint/parser@^5.13.0":
2807-
version "5.13.0"
2808-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.13.0.tgz#0394ed8f2f849273c0bf4b811994d177112ced5c"
2809-
integrity sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==
2806+
"@typescript-eslint/parser@^5.15.0":
2807+
version "5.15.0"
2808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.15.0.tgz#95f603f8fe6eca7952a99bfeef9b85992972e728"
2809+
integrity sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==
28102810
dependencies:
2811-
"@typescript-eslint/scope-manager" "5.13.0"
2812-
"@typescript-eslint/types" "5.13.0"
2813-
"@typescript-eslint/typescript-estree" "5.13.0"
2811+
"@typescript-eslint/scope-manager" "5.15.0"
2812+
"@typescript-eslint/types" "5.15.0"
2813+
"@typescript-eslint/typescript-estree" "5.15.0"
28142814
debug "^4.3.2"
28152815

28162816
"@typescript-eslint/parser@^5.5.0":
@@ -2831,13 +2831,13 @@
28312831
"@typescript-eslint/types" "5.12.0"
28322832
"@typescript-eslint/visitor-keys" "5.12.0"
28332833

2834-
"@typescript-eslint/scope-manager@5.13.0":
2835-
version "5.13.0"
2836-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.13.0.tgz#cf6aff61ca497cb19f0397eea8444a58f46156b6"
2837-
integrity sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==
2834+
"@typescript-eslint/scope-manager@5.15.0":
2835+
version "5.15.0"
2836+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.15.0.tgz#d97afab5e0abf4018d1289bd711be21676cdd0ee"
2837+
integrity sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==
28382838
dependencies:
2839-
"@typescript-eslint/types" "5.13.0"
2840-
"@typescript-eslint/visitor-keys" "5.13.0"
2839+
"@typescript-eslint/types" "5.15.0"
2840+
"@typescript-eslint/visitor-keys" "5.15.0"
28412841

28422842
"@typescript-eslint/scope-manager@5.6.0":
28432843
version "5.6.0"
@@ -2856,12 +2856,12 @@
28562856
debug "^4.3.2"
28572857
tsutils "^3.21.0"
28582858

2859-
"@typescript-eslint/type-utils@5.13.0":
2860-
version "5.13.0"
2861-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.13.0.tgz#b0efd45c85b7bab1125c97b752cab3a86c7b615d"
2862-
integrity sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==
2859+
"@typescript-eslint/type-utils@5.15.0":
2860+
version "5.15.0"
2861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.15.0.tgz#d2c02eb2bdf54d0a645ba3a173ceda78346cf248"
2862+
integrity sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==
28632863
dependencies:
2864-
"@typescript-eslint/utils" "5.13.0"
2864+
"@typescript-eslint/utils" "5.15.0"
28652865
debug "^4.3.2"
28662866
tsutils "^3.21.0"
28672867

@@ -2870,10 +2870,10 @@
28702870
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.0.tgz#5b4030a28222ee01e851836562c07769eecda0b8"
28712871
integrity sha512-JowqbwPf93nvf8fZn5XrPGFBdIK8+yx5UEGs2QFAYFI8IWYfrzz+6zqlurGr2ctShMaJxqwsqmra3WXWjH1nRQ==
28722872

2873-
"@typescript-eslint/types@5.13.0":
2874-
version "5.13.0"
2875-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
2876-
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
2873+
"@typescript-eslint/types@5.15.0":
2874+
version "5.15.0"
2875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.15.0.tgz#c7bdd103843b1abae97b5518219d3e2a0d79a501"
2876+
integrity sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==
28772877

28782878
"@typescript-eslint/types@5.6.0":
28792879
version "5.6.0"
@@ -2893,13 +2893,13 @@
28932893
semver "^7.3.5"
28942894
tsutils "^3.21.0"
28952895

2896-
"@typescript-eslint/typescript-estree@5.13.0":
2897-
version "5.13.0"
2898-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.13.0.tgz#b37c07b748ff030a3e93d87c842714e020b78141"
2899-
integrity sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==
2896+
"@typescript-eslint/typescript-estree@5.15.0":
2897+
version "5.15.0"
2898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.15.0.tgz#81513a742a9c657587ad1ddbca88e76c6efb0aac"
2899+
integrity sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==
29002900
dependencies:
2901-
"@typescript-eslint/types" "5.13.0"
2902-
"@typescript-eslint/visitor-keys" "5.13.0"
2901+
"@typescript-eslint/types" "5.15.0"
2902+
"@typescript-eslint/visitor-keys" "5.15.0"
29032903
debug "^4.3.2"
29042904
globby "^11.0.4"
29052905
is-glob "^4.0.3"
@@ -2931,15 +2931,15 @@
29312931
eslint-scope "^5.1.1"
29322932
eslint-utils "^3.0.0"
29332933

2934-
"@typescript-eslint/utils@5.13.0":
2935-
version "5.13.0"
2936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.13.0.tgz#2328feca700eb02837298339a2e49c46b41bd0af"
2937-
integrity sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==
2934+
"@typescript-eslint/utils@5.15.0":
2935+
version "5.15.0"
2936+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.15.0.tgz#468510a0974d3ced8342f37e6c662778c277f136"
2937+
integrity sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==
29382938
dependencies:
29392939
"@types/json-schema" "^7.0.9"
2940-
"@typescript-eslint/scope-manager" "5.13.0"
2941-
"@typescript-eslint/types" "5.13.0"
2942-
"@typescript-eslint/typescript-estree" "5.13.0"
2940+
"@typescript-eslint/scope-manager" "5.15.0"
2941+
"@typescript-eslint/types" "5.15.0"
2942+
"@typescript-eslint/typescript-estree" "5.15.0"
29432943
eslint-scope "^5.1.1"
29442944
eslint-utils "^3.0.0"
29452945

@@ -2951,12 +2951,12 @@
29512951
"@typescript-eslint/types" "5.12.0"
29522952
eslint-visitor-keys "^3.0.0"
29532953

2954-
"@typescript-eslint/visitor-keys@5.13.0":
2955-
version "5.13.0"
2956-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.13.0.tgz#f45ff55bcce16403b221ac9240fbeeae4764f0fd"
2957-
integrity sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==
2954+
"@typescript-eslint/visitor-keys@5.15.0":
2955+
version "5.15.0"
2956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.15.0.tgz#5669739fbf516df060f978be6a6dce75855a8027"
2957+
integrity sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==
29582958
dependencies:
2959-
"@typescript-eslint/types" "5.13.0"
2959+
"@typescript-eslint/types" "5.15.0"
29602960
eslint-visitor-keys "^3.0.0"
29612961

29622962
"@typescript-eslint/visitor-keys@5.6.0":

0 commit comments

Comments
 (0)