Skip to content

Commit b084913

Browse files
chore(deps): update monorepo:eslint to v4.16.1 (#113)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 819ffd3 commit b084913

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
@@ -46,8 +46,8 @@
4646
"@types/jest": "26.0.20",
4747
"@types/node": "14.14.31",
4848
"@types/react": "17.0.2",
49-
"@typescript-eslint/eslint-plugin": "4.15.2",
50-
"@typescript-eslint/parser": "4.15.2",
49+
"@typescript-eslint/eslint-plugin": "4.16.1",
50+
"@typescript-eslint/parser": "4.16.1",
5151
"babel-loader": "8.2.2",
5252
"concurrently": "6.0.0",
5353
"eslint": "7.21.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2815,29 +2815,29 @@
28152815
dependencies:
28162816
"@types/yargs-parser" "*"
28172817

2818-
"@typescript-eslint/eslint-plugin@4.15.2":
2819-
version "4.15.2"
2820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.2.tgz#981b26b4076c62a5a55873fbef3fe98f83360c61"
2821-
integrity sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q==
2818+
"@typescript-eslint/eslint-plugin@4.16.1":
2819+
version "4.16.1"
2820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651"
2821+
integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ==
28222822
dependencies:
2823-
"@typescript-eslint/experimental-utils" "4.15.2"
2824-
"@typescript-eslint/scope-manager" "4.15.2"
2823+
"@typescript-eslint/experimental-utils" "4.16.1"
2824+
"@typescript-eslint/scope-manager" "4.16.1"
28252825
debug "^4.1.1"
28262826
functional-red-black-tree "^1.0.1"
28272827
lodash "^4.17.15"
28282828
regexpp "^3.0.0"
28292829
semver "^7.3.2"
28302830
tsutils "^3.17.1"
28312831

2832-
"@typescript-eslint/experimental-utils@4.15.2":
2833-
version "4.15.2"
2834-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.2.tgz#5efd12355bd5b535e1831282e6cf465b9a71cf36"
2835-
integrity sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ==
2832+
"@typescript-eslint/experimental-utils@4.16.1":
2833+
version "4.16.1"
2834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328"
2835+
integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ==
28362836
dependencies:
28372837
"@types/json-schema" "^7.0.3"
2838-
"@typescript-eslint/scope-manager" "4.15.2"
2839-
"@typescript-eslint/types" "4.15.2"
2840-
"@typescript-eslint/typescript-estree" "4.15.2"
2838+
"@typescript-eslint/scope-manager" "4.16.1"
2839+
"@typescript-eslint/types" "4.16.1"
2840+
"@typescript-eslint/typescript-estree" "4.16.1"
28412841
eslint-scope "^5.0.0"
28422842
eslint-utils "^2.0.0"
28432843

@@ -2864,23 +2864,23 @@
28642864
eslint-scope "^5.0.0"
28652865
eslint-utils "^2.0.0"
28662866

2867-
"@typescript-eslint/parser@4.15.2":
2868-
version "4.15.2"
2869-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.2.tgz#c804474321ef76a3955aec03664808f0d6e7872e"
2870-
integrity sha512-SHeF8xbsC6z2FKXsaTb1tBCf0QZsjJ94H6Bo51Y1aVEZ4XAefaw5ZAilMoDPlGghe+qtq7XdTiDlGfVTOmvA+Q==
2867+
"@typescript-eslint/parser@4.16.1":
2868+
version "4.16.1"
2869+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.16.1.tgz#3bbd3234dd3c5b882b2bcd9899bc30e1e1586d2a"
2870+
integrity sha512-/c0LEZcDL5y8RyI1zLcmZMvJrsR6SM1uetskFkoh3dvqDKVXPsXI+wFB/CbVw7WkEyyTKobC1mUNp/5y6gRvXg==
28712871
dependencies:
2872-
"@typescript-eslint/scope-manager" "4.15.2"
2873-
"@typescript-eslint/types" "4.15.2"
2874-
"@typescript-eslint/typescript-estree" "4.15.2"
2872+
"@typescript-eslint/scope-manager" "4.16.1"
2873+
"@typescript-eslint/types" "4.16.1"
2874+
"@typescript-eslint/typescript-estree" "4.16.1"
28752875
debug "^4.1.1"
28762876

2877-
"@typescript-eslint/scope-manager@4.15.2":
2878-
version "4.15.2"
2879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.2.tgz#5725bda656995960ae1d004bfd1cd70320f37f4f"
2880-
integrity sha512-Zm0tf/MSKuX6aeJmuXexgdVyxT9/oJJhaCkijv0DvJVT3ui4zY6XYd6iwIo/8GEZGy43cd7w1rFMiCLHbRzAPQ==
2877+
"@typescript-eslint/scope-manager@4.16.1":
2878+
version "4.16.1"
2879+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.16.1.tgz#244e2006bc60cfe46987e9987f4ff49c9e3f00d5"
2880+
integrity sha512-6IlZv9JaurqV0jkEg923cV49aAn8V6+1H1DRfhRcvZUrptQ+UtSKHb5kwTayzOYTJJ/RsYZdcvhOEKiBLyc0Cw==
28812881
dependencies:
2882-
"@typescript-eslint/types" "4.15.2"
2883-
"@typescript-eslint/visitor-keys" "4.15.2"
2882+
"@typescript-eslint/types" "4.16.1"
2883+
"@typescript-eslint/visitor-keys" "4.16.1"
28842884

28852885
"@typescript-eslint/[email protected]":
28862886
version "4.9.1"
@@ -2895,10 +2895,10 @@
28952895
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
28962896
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
28972897

2898-
"@typescript-eslint/types@4.15.2":
2899-
version "4.15.2"
2900-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60"
2901-
integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ==
2898+
"@typescript-eslint/types@4.16.1":
2899+
version "4.16.1"
2900+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15"
2901+
integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA==
29022902

29032903
"@typescript-eslint/[email protected]":
29042904
version "4.9.1"
@@ -2919,13 +2919,13 @@
29192919
semver "^7.3.2"
29202920
tsutils "^3.17.1"
29212921

2922-
"@typescript-eslint/typescript-estree@4.15.2":
2923-
version "4.15.2"
2924-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.2.tgz#c2f7a1e94f3428d229d5ecff3ead6581ee9b62fa"
2925-
integrity sha512-cGR8C2g5SPtHTQvAymEODeqx90pJHadWsgTtx6GbnTWKqsg7yp6Eaya9nFzUd4KrKhxdYTTFBiYeTPQaz/l8bw==
2922+
"@typescript-eslint/typescript-estree@4.16.1":
2923+
version "4.16.1"
2924+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1"
2925+
integrity sha512-m8I/DKHa8YbeHt31T+UGd/l8Kwr0XCTCZL3H4HMvvLCT7HU9V7yYdinTOv1gf/zfqNeDcCgaFH2BMsS8x6NvJg==
29262926
dependencies:
2927-
"@typescript-eslint/types" "4.15.2"
2928-
"@typescript-eslint/visitor-keys" "4.15.2"
2927+
"@typescript-eslint/types" "4.16.1"
2928+
"@typescript-eslint/visitor-keys" "4.16.1"
29292929
debug "^4.1.1"
29302930
globby "^11.0.1"
29312931
is-glob "^4.0.1"
@@ -2953,12 +2953,12 @@
29532953
dependencies:
29542954
eslint-visitor-keys "^1.1.0"
29552955

2956-
"@typescript-eslint/visitor-keys@4.15.2":
2957-
version "4.15.2"
2958-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.2.tgz#3d1c7979ce75bf6acf9691109bd0d6b5706192b9"
2959-
integrity sha512-TME1VgSb7wTwgENN5KVj4Nqg25hP8DisXxNBojM4Nn31rYaNDIocNm5cmjOFfh42n7NVERxWrDFoETO/76ePyg==
2956+
"@typescript-eslint/visitor-keys@4.16.1":
2957+
version "4.16.1"
2958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293"
2959+
integrity sha512-s/aIP1XcMkEqCNcPQtl60ogUYjSM8FU2mq1O7y5cFf3Xcob1z1iXWNB6cC43Op+NGRTFgGolri6s8z/efA9i1w==
29602960
dependencies:
2961-
"@typescript-eslint/types" "4.15.2"
2961+
"@typescript-eslint/types" "4.16.1"
29622962
eslint-visitor-keys "^2.0.0"
29632963

29642964
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)