Skip to content

Commit cbd0c12

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @sourcegraph/eslint-config to ^0.22.0
1 parent 80bf4d1 commit cbd0c12

File tree

2 files changed

+128
-11
lines changed

2 files changed

+128
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "^11.0.0",
5151
"@commitlint/config-conventional": "^11.0.0",
52-
"@sourcegraph/eslint-config": "^0.21.0",
52+
"@sourcegraph/eslint-config": "^0.22.0",
5353
"@sourcegraph/prettierrc": "^2.2.0",
5454
"@sourcegraph/tsconfig": "^4.0.1",
5555
"@types/mocha": "7.0.2",

yarn.lock

+127-10
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,18 @@
6060
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
6161
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
6262

63-
"@babel/runtime@^7.11.2":
64-
version "7.11.2"
65-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736"
66-
integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==
63+
"@babel/runtime-corejs3@^7.10.2":
64+
version "7.12.13"
65+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.12.13.tgz#53d09813b7c20d616caf258e9325550ff701c039"
66+
integrity sha512-8fSpqYRETHATtNitsCXq8QQbKJP31/KnDl2Wz2Vtui9nKzjss2ysuZtyVsWjBtvkeEFo346gkwjYPab1hvrXkQ==
67+
dependencies:
68+
core-js-pure "^3.0.0"
69+
regenerator-runtime "^0.13.4"
70+
71+
"@babel/runtime@^7.10.2", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.9.6":
72+
version "7.12.13"
73+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d"
74+
integrity sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==
6775
dependencies:
6876
regenerator-runtime "^0.13.4"
6977

@@ -252,6 +260,17 @@
252260
minimatch "^3.0.4"
253261
strip-json-comments "^3.1.1"
254262

263+
"@jest/types@^26.6.2":
264+
version "26.6.2"
265+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
266+
integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
267+
dependencies:
268+
"@types/istanbul-lib-coverage" "^2.0.0"
269+
"@types/istanbul-reports" "^3.0.0"
270+
"@types/node" "*"
271+
"@types/yargs" "^15.0.0"
272+
chalk "^4.0.0"
273+
255274
"@mrmlnc/readdir-enhanced@^2.2.1":
256275
version "2.2.1"
257276
resolved "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -405,10 +424,10 @@
405424
into-stream "^4.0.0"
406425
lodash "^4.17.4"
407426

408-
"@sourcegraph/eslint-config@^0.21.0":
409-
version "0.21.0"
410-
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.21.0.tgz#9234a65193bb026c157dac5a0b95b115f3e2f324"
411-
integrity sha512-3yynNBgvREtKXKLqEIsB/txg39e5X8ehOPE1zUVPRF9LDcaO1cbxbB48YgMyS0JHXTi6DkJnm5RRc+fUmFq29Q==
427+
"@sourcegraph/eslint-config@^0.22.0":
428+
version "0.22.0"
429+
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.22.0.tgz#8da3c183d7a28a72b0ff2237be629afdffeb4567"
430+
integrity sha512-pWZydje4sh6GDYtX3vxY4q/JphL8/JZTqZHrvkf2pEn1+8US1HRlcZCYUaUvPhVm6ELHB/MzD4iM6Px4EdNyWw==
412431
dependencies:
413432
"@sourcegraph/prettierrc" "^3.0.3"
414433
"@typescript-eslint/eslint-plugin" "^4.9.1"
@@ -417,6 +436,7 @@
417436
eslint-plugin-ban "^1.4.0"
418437
eslint-plugin-etc "^1.1.7"
419438
eslint-plugin-import "^2.22.1"
439+
eslint-plugin-jest-dom "^3.6.5"
420440
eslint-plugin-jsdoc "^30.7.8"
421441
eslint-plugin-react "^7.21.4"
422442
eslint-plugin-react-hooks "^4.2.0"
@@ -443,6 +463,25 @@
443463
resolved "https://registry.yarnpkg.com/@sourcegraph/tsconfig/-/tsconfig-4.0.1.tgz#5965ec41771d2ac5b23b6e0d919cee3e70485840"
444464
integrity sha512-G/xsejsR84G5dj3kHJ7svKBo9E5tWl96rUHKP94Y2UDtA7BzUhAYbieM+b9ZUpIRt66h3+MlYbG5HK4UI2zDzw==
445465

466+
"@testing-library/dom@^7.28.1":
467+
version "7.29.4"
468+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.29.4.tgz#1647c2b478789621ead7a50614ad81ab5ae5b86c"
469+
integrity sha512-CtrJRiSYEfbtNGtEsd78mk1n1v2TUbeABlNIcOCJdDfkN5/JTOwQEbbQpoSRxGqzcWPgStMvJ4mNolSuBRv1NA==
470+
dependencies:
471+
"@babel/code-frame" "^7.10.4"
472+
"@babel/runtime" "^7.12.5"
473+
"@types/aria-query" "^4.2.0"
474+
aria-query "^4.2.2"
475+
chalk "^4.1.0"
476+
dom-accessibility-api "^0.5.4"
477+
lz-string "^1.4.4"
478+
pretty-format "^26.6.2"
479+
480+
"@types/aria-query@^4.2.0":
481+
version "4.2.1"
482+
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.1.tgz#78b5433344e2f92e8b306c06a5622c50c245bf6b"
483+
integrity sha512-S6oPal772qJZHoRZLFc/XoZW2gFvwXusYUmXPXkgxJLuEk2vOt7jc4Yo6z/vtI0EBkbPBVrJJ0B+prLIKiWqHg==
484+
446485
"@types/color-name@^1.1.1":
447486
version "1.1.1"
448487
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
@@ -462,6 +501,25 @@
462501
"@types/minimatch" "*"
463502
"@types/node" "*"
464503

504+
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
505+
version "2.0.3"
506+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
507+
integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==
508+
509+
"@types/istanbul-lib-report@*":
510+
version "3.0.0"
511+
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz#c14c24f18ea8190c118ee7562b7ff99a36552686"
512+
integrity sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==
513+
dependencies:
514+
"@types/istanbul-lib-coverage" "*"
515+
516+
"@types/istanbul-reports@^3.0.0":
517+
version "3.0.0"
518+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821"
519+
integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==
520+
dependencies:
521+
"@types/istanbul-lib-report" "*"
522+
465523
"@types/json-schema@^7.0.3":
466524
version "7.0.5"
467525
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
@@ -497,6 +555,18 @@
497555
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
498556
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
499557

558+
"@types/yargs-parser@*":
559+
version "20.2.0"
560+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9"
561+
integrity sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==
562+
563+
"@types/yargs@^15.0.0":
564+
version "15.0.13"
565+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.13.tgz#34f7fec8b389d7f3c1fd08026a5763e072d3c6dc"
566+
integrity sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==
567+
dependencies:
568+
"@types/yargs-parser" "*"
569+
500570
"@typescript-eslint/eslint-plugin@^4.9.1":
501571
version "4.9.1"
502572
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.1.tgz#66758cbe129b965fe9c63b04b405d0cf5280868b"
@@ -731,6 +801,14 @@ argv-formatter@~1.0.0:
731801
resolved "https://registry.npmjs.org/argv-formatter/-/argv-formatter-1.0.0.tgz#a0ca0cbc29a5b73e836eebe1cbf6c5e0e4eb82f9"
732802
integrity sha1-oMoMvCmltz6Dbuvhy/bF4OTrgvk=
733803

804+
aria-query@^4.2.2:
805+
version "4.2.2"
806+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
807+
integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
808+
dependencies:
809+
"@babel/runtime" "^7.10.2"
810+
"@babel/runtime-corejs3" "^7.10.2"
811+
734812
arr-diff@^4.0.0:
735813
version "4.0.0"
736814
resolved "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520"
@@ -1169,7 +1247,7 @@ caseless@~0.12.0:
11691247
resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
11701248
integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
11711249

1172-
[email protected], chalk@^4.0.0, chalk@~4.1.0:
1250+
[email protected], chalk@^4.0.0, chalk@^4.1.0, chalk@~4.1.0:
11731251
version "4.1.0"
11741252
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
11751253
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
@@ -1522,6 +1600,11 @@ copy-descriptor@^0.1.0:
15221600
resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
15231601
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
15241602

1603+
core-js-pure@^3.0.0:
1604+
version "3.8.3"
1605+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.8.3.tgz#10e9e3b2592ecaede4283e8f3ad7020811587c02"
1606+
integrity sha512-V5qQZVAr9K0xu7jXg1M7qTEwuxUgqr7dUOezGaNa7i+Xn9oXAU/d1fzqD9ObuwpVQOaorO5s70ckyi1woP9lVA==
1607+
15251608
core-js@^3.6.1:
15261609
version "3.6.5"
15271610
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
@@ -1832,6 +1915,11 @@ doctrine@^3.0.0:
18321915
dependencies:
18331916
esutils "^2.0.2"
18341917

1918+
dom-accessibility-api@^0.5.4:
1919+
version "0.5.4"
1920+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz#b06d059cdd4a4ad9a79275f9d414a5c126241166"
1921+
integrity sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ==
1922+
18351923
dot-prop@^3.0.0:
18361924
version "3.0.0"
18371925
resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177"
@@ -2095,6 +2183,15 @@ eslint-plugin-import@^2.22.1:
20952183
resolve "^1.17.0"
20962184
tsconfig-paths "^3.9.0"
20972185

2186+
eslint-plugin-jest-dom@^3.6.5:
2187+
version "3.6.5"
2188+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest-dom/-/eslint-plugin-jest-dom-3.6.5.tgz#61459d1db52873d438983d3aa84aaa9804eff222"
2189+
integrity sha512-iaJ5aSQghp9u2ciLAseWIVu7X5tW+WwNJwMBDToK4GBfwGXXQJDLt5IBNtm6fHvC3FRzCGwvyNMIG1g5gF+icQ==
2190+
dependencies:
2191+
"@babel/runtime" "^7.9.6"
2192+
"@testing-library/dom" "^7.28.1"
2193+
requireindex "^1.2.0"
2194+
20982195
eslint-plugin-jsdoc@^30.7.8:
20992196
version "30.7.8"
21002197
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-30.7.8.tgz#4a678c25ddb2c5732163f0258bb1d05edf34f61c"
@@ -3975,6 +4072,11 @@ lru-cache@^5.1.1:
39754072
dependencies:
39764073
yallist "^3.0.2"
39774074

4075+
lz-string@^1.4.4:
4076+
version "1.4.4"
4077+
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
4078+
integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=
4079+
39784080
macos-release@^2.2.0:
39794081
version "2.2.0"
39804082
resolved "https://registry.npmjs.org/macos-release/-/macos-release-2.2.0.tgz#ab58d55dd4714f0a05ad4b0e90f4370fef5cdea8"
@@ -5305,6 +5407,16 @@ prettier@^2.2.1:
53055407
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
53065408
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
53075409

5410+
pretty-format@^26.6.2:
5411+
version "26.6.2"
5412+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
5413+
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
5414+
dependencies:
5415+
"@jest/types" "^26.6.2"
5416+
ansi-regex "^5.0.0"
5417+
ansi-styles "^4.0.0"
5418+
react-is "^17.0.1"
5419+
53085420
process-nextick-args@~2.0.0:
53095421
version "2.0.0"
53105422
resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
@@ -5463,6 +5575,11 @@ react-is@^16.8.1:
54635575
resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
54645576
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
54655577

5578+
react-is@^17.0.1:
5579+
version "17.0.1"
5580+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
5581+
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
5582+
54665583
read-cmd-shim@^1.0.1, read-cmd-shim@~1.0.1:
54675584
version "1.0.1"
54685585
resolved "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz#2d5d157786a37c055d22077c32c53f8329e91c7b"
@@ -5741,7 +5858,7 @@ require-main-filename@^2.0.0:
57415858
resolved "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
57425859
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
57435860

5744-
requireindex@~1.2.0:
5861+
requireindex@^1.2.0, requireindex@~1.2.0:
57455862
version "1.2.0"
57465863
resolved "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef"
57475864
integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==

0 commit comments

Comments
 (0)