Skip to content

Commit 43cb790

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @sourcegraph/eslint-config to ^0.19.8
1 parent 9343164 commit 43cb790

2 files changed

Lines changed: 62 additions & 52 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"devDependencies": {
119119
"@commitlint/cli": "^9.0.1",
120120
"@commitlint/config-conventional": "^9.0.1",
121-
"@sourcegraph/eslint-config": "^0.19.6",
121+
"@sourcegraph/eslint-config": "^0.19.8",
122122
"@sourcegraph/prettierrc": "^3.0.3",
123123
"@sourcegraph/tsconfig": "^3.0.0",
124124
"@types/mocha": "7.0.2",

yarn.lock

Lines changed: 61 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -954,20 +954,20 @@
954954
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
955955
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
956956

957-
"@sourcegraph/eslint-config@^0.19.6":
958-
version "0.19.6"
959-
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.19.6.tgz#6ab1d44a3692c57de3e655e1977b2e809bfa6952"
960-
integrity sha512-p8g17Eq4P/fDy0vJjE3pObn2MQ6rRAQhTWxUCS7Kz+kZ+W4bOrqyQ7TSbQtGYvnkiqFsqVgjklveWh/MYEbacA==
957+
"@sourcegraph/eslint-config@^0.19.8":
958+
version "0.19.8"
959+
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.19.8.tgz#c70c8b215b817a9f694e165bf64f1985d18f8ee7"
960+
integrity sha512-OxdtTdIAKfN2acnTreWcaBOCA/RTFXehaCKUDuUPuXcDsOonNLw89FvFYOCXgMbpRv2Pm1VqVCm2DYrZZ03e9w==
961961
dependencies:
962962
"@sourcegraph/prettierrc" "^3.0.3"
963963
"@typescript-eslint/eslint-plugin" "^3.6.0"
964964
"@typescript-eslint/parser" "^3.6.0"
965965
eslint-config-prettier "^6.11.0"
966966
eslint-plugin-ban "^1.4.0"
967-
eslint-plugin-etc "^0.0.1-beta.25"
968-
eslint-plugin-import "^2.21.2"
967+
eslint-plugin-etc "^0.0.1-beta.34"
968+
eslint-plugin-import "^2.22.0"
969969
eslint-plugin-jsdoc "^28.6.1"
970-
eslint-plugin-react "^7.20.0"
970+
eslint-plugin-react "^7.20.3"
971971
eslint-plugin-react-hooks "^4.0.5"
972972
eslint-plugin-rxjs "^0.0.2-beta.24"
973973
eslint-plugin-unicorn "^20.1.0"
@@ -1051,7 +1051,7 @@
10511051
semver "^7.3.2"
10521052
tsutils "^3.17.1"
10531053

1054-
"@typescript-eslint/experimental-utils@3.6.0":
1054+
"@typescript-eslint/experimental-utils@3.6.0", "@typescript-eslint/experimental-utils@^3.2.0":
10551055
version "3.6.0"
10561056
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.6.0.tgz#0138152d66e3e53a6340f606793fb257bf2d76a1"
10571057
integrity sha512-4Vdf2hvYMUnTdkCNZu+yYlFtL2v+N2R7JOynIOkFbPjf9o9wQvRwRkzUdWlFd2YiiUwJLbuuLnl5civNg5ykOQ==
@@ -1300,7 +1300,7 @@ array-ify@^1.0.0:
13001300
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
13011301
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
13021302

1303-
array-includes@^3.0.3, array-includes@^3.1.1:
1303+
array-includes@^3.1.1:
13041304
version "3.1.1"
13051305
resolved "https://registry.npmjs.org/array-includes/-/array-includes-3.1.1.tgz#cdd67e6852bdf9c1215460786732255ed2459348"
13061306
integrity sha512-c2VXaCHl7zPsvpkFsw4nxvFie4fh1ur9bpcgsVkIjqn0H/Xwdg+7fv3n2r/isyS8EBj5b06M9kHyZuIr4El6WQ==
@@ -1334,6 +1334,15 @@ array.prototype.flat@^1.2.3:
13341334
define-properties "^1.1.3"
13351335
es-abstract "^1.17.0-next.1"
13361336

1337+
array.prototype.flatmap@^1.2.3:
1338+
version "1.2.3"
1339+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.2.3.tgz#1c13f84a178566042dd63de4414440db9222e443"
1340+
integrity sha512-OOEk+lkePcg+ODXIpvuU9PAryCikCJyo7GlDG1upleEpQRx6mzL9puEBkozQ5iAx20KV0l3DbyQwqciJtqe5Pg==
1341+
dependencies:
1342+
define-properties "^1.1.3"
1343+
es-abstract "^1.17.0-next.1"
1344+
function-bind "^1.1.1"
1345+
13371346
arrify@^1.0.1:
13381347
version "1.0.1"
13391348
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -2882,12 +2891,14 @@ eslint-etc@^0.0.14:
28822891
resolved "https://registry.yarnpkg.com/eslint-etc/-/eslint-etc-0.0.14.tgz#9e20dc6e6236d78c1f4fc1c4be6f47c24bc3c676"
28832892
integrity sha512-GlE9ezGRB/v8rXU3t659xNMcrlPMQL+G5zQnnv13hi7H14WWMkt9/EWIYPTGoZRDHSY2v1tqkIuS3k+m55Ldfg==
28842893

2885-
eslint-etc@^0.0.8:
2886-
version "0.0.8"
2887-
resolved "https://registry.npmjs.org/eslint-etc/-/eslint-etc-0.0.8.tgz#598c0d9e21734d5878fa101c9e4864667571412f"
2888-
integrity sha512-UVFu7R13167Gi/m4yggsajygDQAW1ABTlfknXXVIYGAw8Kr0VHFCg7aIaYIOETi6fgiEwtDQe+SSOam4g3QfsA==
2894+
eslint-etc@^1.0.1:
2895+
version "1.0.1"
2896+
resolved "https://registry.yarnpkg.com/eslint-etc/-/eslint-etc-1.0.1.tgz#cdd35ad6062bd7fba31b9d9b74f1e17b467f0a13"
2897+
integrity sha512-fZ3EhcPJcoIfNkAjFKXpsRz1VZ8egnKh70h+tlHw4ltGtQCT2wa+QpeLjci9ViPPQnnahRdiHpvBiNuKqr9oVA==
28892898
dependencies:
2890-
esquery "^1.0.1"
2899+
"@typescript-eslint/experimental-utils" "^3.2.0"
2900+
tsutils "^3.17.1"
2901+
tsutils-etc "^1.2.2"
28912902

28922903
eslint-import-resolver-node@^0.3.3:
28932904
version "0.3.4"
@@ -2912,22 +2923,22 @@ eslint-plugin-ban@^1.4.0:
29122923
dependencies:
29132924
requireindex "~1.2.0"
29142925

2915-
eslint-plugin-etc@^0.0.1-beta.25:
2916-
version "0.0.1-beta.25"
2917-
resolved "https://registry.npmjs.org/eslint-plugin-etc/-/eslint-plugin-etc-0.0.1-beta.25.tgz#c97ccb839622b8e3c9d2d2600fdbf0aff8478872"
2918-
integrity sha512-FYdepWJPNv9qz5eVGw1LgF1TnJKu/vfuSnZ/79wwzXAqAPr4yBozQzRml0FMYpcrV3DYE0Uel+QxQBaKGSuzUA==
2926+
eslint-plugin-etc@^0.0.1-beta.34:
2927+
version "0.0.1-beta.34"
2928+
resolved "https://registry.yarnpkg.com/eslint-plugin-etc/-/eslint-plugin-etc-0.0.1-beta.34.tgz#5bd5d202f378c03eca48fdd958b41137243ee3df"
2929+
integrity sha512-2nFAOoj/zC7KXFs9L3J+UgVJ9JitpEX+Im7tZlgblO12aLUv8iFDvkoyg5llEKncAxlmI+bHcVjZIs8jig23wA==
29192930
dependencies:
29202931
"@phenomnomnominal/tsquery" "^4.0.0"
2921-
eslint-etc "^0.0.8"
2932+
"@typescript-eslint/experimental-utils" "^3.2.0"
2933+
eslint-etc "^1.0.1"
29222934
requireindex "~1.2.0"
2923-
tslib "^1.8.0"
2935+
tslib "^2.0.0"
29242936
tsutils "^3.0.0"
2925-
tsutils-etc "^1.0.0"
29262937

2927-
eslint-plugin-import@^2.21.2:
2928-
version "2.21.2"
2929-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.21.2.tgz#8fef77475cc5510801bedc95f84b932f7f334a7c"
2930-
integrity sha512-FEmxeGI6yaz+SnEB6YgNHlQK1Bs2DKLM+YF+vuTk5H8J9CLbJLtlPvRFgZZ2+sXiKAlN5dpdlrWOjK8ZoZJpQA==
2938+
eslint-plugin-import@^2.22.0:
2939+
version "2.22.0"
2940+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.22.0.tgz#92f7736fe1fde3e2de77623c838dd992ff5ffb7e"
2941+
integrity sha512-66Fpf1Ln6aIS5Gr/55ts19eUuoDhAbZgnr6UxK5hbDx6l/QgQgx61AePq+BV4PP2uXQFClgMVzep5zZ94qqsxg==
29312942
dependencies:
29322943
array-includes "^3.1.1"
29332944
array.prototype.flat "^1.2.3"
@@ -2961,22 +2972,22 @@ eslint-plugin-react-hooks@^4.0.5:
29612972
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.0.5.tgz#4879003aa38e5d05d0312175beb6e4a1f617bfcf"
29622973
integrity sha512-3YLSjoArsE2rUwL8li4Yxx1SUg3DQWp+78N3bcJQGWVZckcp+yeQGsap/MSq05+thJk57o+Ww4PtZukXGL02TQ==
29632974

2964-
eslint-plugin-react@^7.20.0:
2965-
version "7.20.0"
2966-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.0.tgz#f98712f0a5e57dfd3e5542ef0604b8739cd47be3"
2967-
integrity sha512-rqe1abd0vxMjmbPngo4NaYxTcR3Y4Hrmc/jg4T+sYz63yqlmJRknpEQfmWY+eDWPuMmix6iUIK+mv0zExjeLgA==
2975+
eslint-plugin-react@^7.20.3:
2976+
version "7.20.3"
2977+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.3.tgz#0590525e7eb83890ce71f73c2cf836284ad8c2f1"
2978+
integrity sha512-txbo090buDeyV0ugF3YMWrzLIUqpYTsWSDZV9xLSmExE1P/Kmgg9++PD931r+KEWS66O1c9R4srLVVHmeHpoAg==
29682979
dependencies:
29692980
array-includes "^3.1.1"
2981+
array.prototype.flatmap "^1.2.3"
29702982
doctrine "^2.1.0"
29712983
has "^1.0.3"
2972-
jsx-ast-utils "^2.2.3"
2973-
object.entries "^1.1.1"
2984+
jsx-ast-utils "^2.4.1"
2985+
object.entries "^1.1.2"
29742986
object.fromentries "^2.0.2"
29752987
object.values "^1.1.1"
29762988
prop-types "^15.7.2"
2977-
resolve "^1.15.1"
2989+
resolve "^1.17.0"
29782990
string.prototype.matchall "^4.0.2"
2979-
xregexp "^4.3.0"
29802991

29812992
eslint-plugin-rxjs@^0.0.2-beta.24:
29822993
version "0.0.2-beta.24"
@@ -4479,12 +4490,12 @@ jsprim@^1.2.2:
44794490
json-schema "0.2.3"
44804491
verror "1.10.0"
44814492

4482-
jsx-ast-utils@^2.2.3:
4483-
version "2.2.3"
4484-
resolved "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz#8a9364e402448a3ce7f14d357738310d9248054f"
4485-
integrity sha512-EdIHFMm+1BPynpKOpdPqiOsvnIrInRGJD7bzPZdPkjitQEqpdpUuFpq4T0npZFKTiB3RhWFdGN+oqOJIdhDhQA==
4493+
jsx-ast-utils@^2.4.1:
4494+
version "2.4.1"
4495+
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
4496+
integrity sha512-z1xSldJ6imESSzOjd3NNkieVJKRlKYSOtMG8SFyCj2FIrvSaSuli/WjpBkEzCBoR9bYYYFgqJw61Xhu7Lcgk+w==
44864497
dependencies:
4487-
array-includes "^3.0.3"
4498+
array-includes "^3.1.1"
44884499
object.assign "^4.1.0"
44894500

44904501
just-extend@^4.0.2:
@@ -5306,14 +5317,13 @@ object.assign@4.1.0, object.assign@^4.1.0:
53065317
has-symbols "^1.0.0"
53075318
object-keys "^1.0.11"
53085319

5309-
object.entries@^1.1.1:
5310-
version "1.1.1"
5311-
resolved "https://registry.npmjs.org/object.entries/-/object.entries-1.1.1.tgz#ee1cf04153de02bb093fec33683900f57ce5399b"
5312-
integrity sha512-ilqR7BgdyZetJutmDPfXCDffGa0/Yzl2ivVNpbx/g4UeWrCdRnFDUBrKJGLhGieRHDATnyZXWBeCb29k9CJysQ==
5320+
object.entries@^1.1.2:
5321+
version "1.1.2"
5322+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.2.tgz#bc73f00acb6b6bb16c203434b10f9a7e797d3add"
5323+
integrity sha512-BQdB9qKmb/HyNdMNWVr7O3+z5MUIx3aiegEIJqjMBbBf0YT9RRxTJSim4mzFqtyr7PDAHigq0N9dO0m0tRakQA==
53135324
dependencies:
53145325
define-properties "^1.1.3"
5315-
es-abstract "^1.17.0-next.1"
5316-
function-bind "^1.1.1"
5326+
es-abstract "^1.17.5"
53175327
has "^1.0.3"
53185328

53195329
object.fromentries@^2.0.2:
@@ -6746,7 +6756,7 @@ resolve-url@^0.2.1:
67466756
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
67476757
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
67486758

6749-
resolve@^1.1.5, resolve@^1.10.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.4.0:
6759+
resolve@^1.1.5, resolve@^1.10.0, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.4.0:
67506760
version "1.17.0"
67516761
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
67526762
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
@@ -7665,7 +7675,7 @@ tsconfig-paths@^3.9.0:
76657675
minimist "^1.2.0"
76667676
strip-bom "^3.0.0"
76677677

7668-
tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
7678+
tslib@^1.8.1, tslib@^1.9.0:
76697679
version "1.10.0"
76707680
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
76717681
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==
@@ -7675,10 +7685,10 @@ tslib@^2.0.0:
76757685
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
76767686
integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
76777687

7678-
tsutils-etc@^1.0.0:
7679-
version "1.0.1"
7680-
resolved "https://registry.yarnpkg.com/tsutils-etc/-/tsutils-etc-1.0.1.tgz#2114f1b41a1d7ad5498690f011a18fa989ebffad"
7681-
integrity sha512-Yp6RQzPfxuZNjw/tHYdr+QRHtoPX2Al+9UmydyMidGqKt3Y13lJhryLUNPxYce5Y8KQ0Q6qn2MLJIxwL48GBWg==
7688+
tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
7689+
version "1.2.2"
7690+
resolved "https://registry.yarnpkg.com/tsutils-etc/-/tsutils-etc-1.2.2.tgz#cdeeb777574a5c1b15b27658cb8424f7f7139831"
7691+
integrity sha512-5g2cXpD1OoVc/MLZxh5PuHXhlnYQmuRiW66e1n91j+2J/Pw5lfmVcZAghoDVBdltDXGaCjy8ZttXaX2u/MjHgg==
76827692

76837693
tsutils@^3.0.0, tsutils@^3.17.1:
76847694
version "3.17.1"
@@ -8086,7 +8096,7 @@ xmlchars@^2.1.1:
80868096
resolved "https://registry.yarnpkg.com/xmlchars/-/xmlchars-2.1.1.tgz#ef1a81c05bff629c2280007f12daca21bd6f6c93"
80878097
integrity sha512-7hew1RPJ1iIuje/Y01bGD/mXokXxegAgVS+e+E0wSi2ILHQkYAH1+JXARwTjZSM4Z4Z+c73aKspEcqj+zPPL/w==
80888098

8089-
xregexp@^4.2.4, xregexp@^4.3.0:
8099+
xregexp@^4.2.4:
80908100
version "4.3.0"
80918101
resolved "https://registry.npmjs.org/xregexp/-/xregexp-4.3.0.tgz#7e92e73d9174a99a59743f67a4ce879a04b5ae50"
80928102
integrity sha512-7jXDIFXh5yJ/orPn4SXjuVrWWoi4Cr8jfV1eHv9CixKSbU+jY4mxfrBwAuDvupPNKpMUY+FeIqsVw/JLT9+B8g==

0 commit comments

Comments
 (0)