Skip to content

Commit 667a826

Browse files
author
Arghya Ghosh
authored
Merge pull request #189 from javaistic/depfu/update/yarn/group/typescript-eslint-5.16.0
Update all of typescript-eslint: 5.15.0 → 5.16.0 (minor)
2 parents b90d6b2 + 33910da commit 667a826

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.8",
6969
"@babel/plugin-transform-react-jsx": "^7.17.3",
7070
"@types/react": "^17.0.41",
71-
"@typescript-eslint/eslint-plugin": "^5.15.0",
72-
"@typescript-eslint/parser": "^5.15.0",
71+
"@typescript-eslint/eslint-plugin": "^5.16.0",
72+
"@typescript-eslint/parser": "^5.16.0",
7373
"babel-eslint": "10.1.0",
7474
"eslint": "8.11.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.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"
2759+
"@typescript-eslint/eslint-plugin@^5.16.0":
2760+
version "5.16.0"
2761+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.16.0.tgz#78f246dd8d1b528fc5bfca99a8a64d4023a3d86d"
2762+
integrity sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==
2763+
dependencies:
2764+
"@typescript-eslint/scope-manager" "5.16.0"
2765+
"@typescript-eslint/type-utils" "5.16.0"
2766+
"@typescript-eslint/utils" "5.16.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.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==
2806+
"@typescript-eslint/parser@^5.16.0":
2807+
version "5.16.0"
2808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.16.0.tgz#e4de1bde4b4dad5b6124d3da227347616ed55508"
2809+
integrity sha512-fkDq86F0zl8FicnJtdXakFs4lnuebH6ZADDw6CYQv0UZeIjHvmEw87m9/29nk2Dv5Lmdp0zQ3zDQhiMWQf/GbA==
28102810
dependencies:
2811-
"@typescript-eslint/scope-manager" "5.15.0"
2812-
"@typescript-eslint/types" "5.15.0"
2813-
"@typescript-eslint/typescript-estree" "5.15.0"
2811+
"@typescript-eslint/scope-manager" "5.16.0"
2812+
"@typescript-eslint/types" "5.16.0"
2813+
"@typescript-eslint/typescript-estree" "5.16.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.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==
2834+
"@typescript-eslint/scope-manager@5.16.0":
2835+
version "5.16.0"
2836+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.16.0.tgz#7e7909d64bd0c4d8aef629cdc764b9d3e1d3a69a"
2837+
integrity sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==
28382838
dependencies:
2839-
"@typescript-eslint/types" "5.15.0"
2840-
"@typescript-eslint/visitor-keys" "5.15.0"
2839+
"@typescript-eslint/types" "5.16.0"
2840+
"@typescript-eslint/visitor-keys" "5.16.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.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==
2859+
"@typescript-eslint/type-utils@5.16.0":
2860+
version "5.16.0"
2861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.16.0.tgz#b482bdde1d7d7c0c7080f7f2f67ea9580b9e0692"
2862+
integrity sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==
28632863
dependencies:
2864-
"@typescript-eslint/utils" "5.15.0"
2864+
"@typescript-eslint/utils" "5.16.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.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==
2873+
"@typescript-eslint/types@5.16.0":
2874+
version "5.16.0"
2875+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
2876+
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
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.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==
2896+
"@typescript-eslint/typescript-estree@5.16.0":
2897+
version "5.16.0"
2898+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
2899+
integrity sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==
29002900
dependencies:
2901-
"@typescript-eslint/types" "5.15.0"
2902-
"@typescript-eslint/visitor-keys" "5.15.0"
2901+
"@typescript-eslint/types" "5.16.0"
2902+
"@typescript-eslint/visitor-keys" "5.16.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.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==
2934+
"@typescript-eslint/utils@5.16.0":
2935+
version "5.16.0"
2936+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679"
2937+
integrity sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==
29382938
dependencies:
29392939
"@types/json-schema" "^7.0.9"
2940-
"@typescript-eslint/scope-manager" "5.15.0"
2941-
"@typescript-eslint/types" "5.15.0"
2942-
"@typescript-eslint/typescript-estree" "5.15.0"
2940+
"@typescript-eslint/scope-manager" "5.16.0"
2941+
"@typescript-eslint/types" "5.16.0"
2942+
"@typescript-eslint/typescript-estree" "5.16.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.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==
2954+
"@typescript-eslint/visitor-keys@5.16.0":
2955+
version "5.16.0"
2956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb"
2957+
integrity sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==
29582958
dependencies:
2959-
"@typescript-eslint/types" "5.15.0"
2959+
"@typescript-eslint/types" "5.16.0"
29602960
eslint-visitor-keys "^3.0.0"
29612961

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

0 commit comments

Comments
 (0)