Skip to content

Commit dc043ea

Browse files
committed
chore(deps): update dependency @sourcegraph/eslint-config to ^0.25.1
1 parent 7063f9c commit dc043ea

File tree

2 files changed

+95
-88
lines changed

2 files changed

+95
-88
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "^13.2.0",
5151
"@commitlint/config-conventional": "^13.2.0",
52-
"@sourcegraph/eslint-config": "^0.23.0",
52+
"@sourcegraph/eslint-config": "^0.25.1",
5353
"@sourcegraph/prettierrc": "^3.0.3",
5454
"@sourcegraph/tsconfig": "^4.0.1",
5555
"@types/mocha": "8.2.3",

yarn.lock

+94-87
Original file line numberDiff line numberDiff line change
@@ -653,14 +653,14 @@
653653
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
654654
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
655655

656-
"@sourcegraph/eslint-config@^0.23.0":
657-
version "0.23.0"
658-
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.23.0.tgz#cbbd14200c7db3e97eb9cb6331d22588c3db41cb"
659-
integrity sha512-J62vio5xe26PVIY+6LaIwEZJCFwGgNo5LTvHmj1n8La/Rymt3QGRtwgHAAyIvr5w0RMH2EN5qNZ9HTx8SSNuig==
656+
"@sourcegraph/eslint-config@^0.25.1":
657+
version "0.25.1"
658+
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.25.1.tgz#e6cf1f79cf64d9e3e231aa8160160514b30da98b"
659+
integrity sha512-Txu1ejqe5zGOp28JrfhTy0TutxJGvXr6GdM79K9YAfusq/Eq6mz3p1kfY43byqkzr5aNnXI0xgK8oEcPxLjdaQ==
660660
dependencies:
661661
"@sourcegraph/prettierrc" "^3.0.3"
662-
"@typescript-eslint/eslint-plugin" "^4.9.1"
663-
"@typescript-eslint/parser" "^4.9.1"
662+
"@typescript-eslint/eslint-plugin" "^4.28.3"
663+
"@typescript-eslint/parser" "^4.28.3"
664664
eslint-config-prettier "^6.15.0"
665665
eslint-plugin-ban "^1.4.0"
666666
eslint-plugin-etc "^1.1.7"
@@ -743,10 +743,10 @@
743743
dependencies:
744744
"@types/istanbul-lib-report" "*"
745745

746-
"@types/json-schema@^7.0.3":
747-
version "7.0.4"
748-
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
749-
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
746+
"@types/json-schema@^7.0.7":
747+
version "7.0.9"
748+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
749+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
750750

751751
"@types/json5@^0.0.29":
752752
version "0.0.29"
@@ -802,74 +802,74 @@
802802
dependencies:
803803
"@types/yargs-parser" "*"
804804

805-
"@typescript-eslint/eslint-plugin@^4.9.1":
806-
version "4.9.1"
807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.1.tgz#66758cbe129b965fe9c63b04b405d0cf5280868b"
808-
integrity sha512-QRLDSvIPeI1pz5tVuurD+cStNR4sle4avtHhxA+2uyixWGFjKzJ+EaFVRW6dA/jOgjV5DTAjOxboQkRDE8cRlQ==
805+
"@typescript-eslint/eslint-plugin@^4.28.3":
806+
version "4.32.0"
807+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.32.0.tgz#46d2370ae9311092f2a6f7246d28357daf2d4e89"
808+
integrity sha512-+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA==
809809
dependencies:
810-
"@typescript-eslint/experimental-utils" "4.9.1"
811-
"@typescript-eslint/scope-manager" "4.9.1"
812-
debug "^4.1.1"
810+
"@typescript-eslint/experimental-utils" "4.32.0"
811+
"@typescript-eslint/scope-manager" "4.32.0"
812+
debug "^4.3.1"
813813
functional-red-black-tree "^1.0.1"
814-
regexpp "^3.0.0"
815-
semver "^7.3.2"
816-
tsutils "^3.17.1"
817-
818-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.0":
819-
version "4.9.1"
820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.1.tgz#86633e8395191d65786a808dc3df030a55267ae2"
821-
integrity sha512-c3k/xJqk0exLFs+cWSJxIjqLYwdHCuLWhnpnikmPQD2+NGAx9KjLYlBDcSI81EArh9FDYSL6dslAUSwILeWOxg==
822-
dependencies:
823-
"@types/json-schema" "^7.0.3"
824-
"@typescript-eslint/scope-manager" "4.9.1"
825-
"@typescript-eslint/types" "4.9.1"
826-
"@typescript-eslint/typescript-estree" "4.9.1"
827-
eslint-scope "^5.0.0"
828-
eslint-utils "^2.0.0"
829-
830-
"@typescript-eslint/parser@^4.9.1":
831-
version "4.9.1"
832-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055"
833-
integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g==
834-
dependencies:
835-
"@typescript-eslint/scope-manager" "4.9.1"
836-
"@typescript-eslint/types" "4.9.1"
837-
"@typescript-eslint/typescript-estree" "4.9.1"
838-
debug "^4.1.1"
839-
840-
"@typescript-eslint/[email protected]":
841-
version "4.9.1"
842-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103"
843-
integrity sha512-sa4L9yUfD/1sg9Kl8OxPxvpUcqxKXRjBeZxBuZSSV1v13hjfEJkn84n0An2hN8oLQ1PmEl2uA6FkI07idXeFgQ==
844-
dependencies:
845-
"@typescript-eslint/types" "4.9.1"
846-
"@typescript-eslint/visitor-keys" "4.9.1"
847-
848-
"@typescript-eslint/[email protected]":
849-
version "4.9.1"
850-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
851-
integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
852-
853-
"@typescript-eslint/[email protected]":
854-
version "4.9.1"
855-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
856-
integrity sha512-bzP8vqwX6Vgmvs81bPtCkLtM/Skh36NE6unu6tsDeU/ZFoYthlTXbBmpIrvosgiDKlWTfb2ZpPELHH89aQjeQw==
857-
dependencies:
858-
"@typescript-eslint/types" "4.9.1"
859-
"@typescript-eslint/visitor-keys" "4.9.1"
860-
debug "^4.1.1"
861-
globby "^11.0.1"
814+
ignore "^5.1.8"
815+
regexpp "^3.1.0"
816+
semver "^7.3.5"
817+
tsutils "^3.21.0"
818+
819+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.0":
820+
version "4.32.0"
821+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.32.0.tgz#53a8267d16ca5a79134739129871966c56a59dc4"
822+
integrity sha512-WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A==
823+
dependencies:
824+
"@types/json-schema" "^7.0.7"
825+
"@typescript-eslint/scope-manager" "4.32.0"
826+
"@typescript-eslint/types" "4.32.0"
827+
"@typescript-eslint/typescript-estree" "4.32.0"
828+
eslint-scope "^5.1.1"
829+
eslint-utils "^3.0.0"
830+
831+
"@typescript-eslint/parser@^4.28.3":
832+
version "4.32.0"
833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.32.0.tgz#751ecca0e2fecd3d44484a9b3049ffc1871616e5"
834+
integrity sha512-lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w==
835+
dependencies:
836+
"@typescript-eslint/scope-manager" "4.32.0"
837+
"@typescript-eslint/types" "4.32.0"
838+
"@typescript-eslint/typescript-estree" "4.32.0"
839+
debug "^4.3.1"
840+
841+
"@typescript-eslint/[email protected]":
842+
version "4.32.0"
843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.32.0.tgz#e03c8668f8b954072b3f944d5b799c0c9225a7d5"
844+
integrity sha512-DK+fMSHdM216C0OM/KR1lHXjP1CNtVIhJ54kQxfOE6x8UGFAjha8cXgDMBEIYS2XCYjjCtvTkjQYwL3uvGOo0w==
845+
dependencies:
846+
"@typescript-eslint/types" "4.32.0"
847+
"@typescript-eslint/visitor-keys" "4.32.0"
848+
849+
"@typescript-eslint/[email protected]":
850+
version "4.32.0"
851+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.32.0.tgz#52c633c18da47aee09449144bf59565ab36df00d"
852+
integrity sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w==
853+
854+
"@typescript-eslint/[email protected]":
855+
version "4.32.0"
856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz#db00ccc41ccedc8d7367ea3f50c6994b8efa9f3b"
857+
integrity sha512-tRYCgJ3g1UjMw1cGG8Yn1KzOzNlQ6u1h9AmEtPhb5V5a1TmiHWcRyF/Ic+91M4f43QeChyYlVTcf3DvDTZR9vw==
858+
dependencies:
859+
"@typescript-eslint/types" "4.32.0"
860+
"@typescript-eslint/visitor-keys" "4.32.0"
861+
debug "^4.3.1"
862+
globby "^11.0.3"
862863
is-glob "^4.0.1"
863-
lodash "^4.17.15"
864-
semver "^7.3.2"
865-
tsutils "^3.17.1"
864+
semver "^7.3.5"
865+
tsutils "^3.21.0"
866866

867-
"@typescript-eslint/visitor-keys@4.9.1":
868-
version "4.9.1"
869-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
870-
integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ==
867+
"@typescript-eslint/visitor-keys@4.32.0":
868+
version "4.32.0"
869+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz#455ba8b51242f2722a497ffae29313f33b14cb7f"
870+
integrity sha512-e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw==
871871
dependencies:
872-
"@typescript-eslint/types" "4.9.1"
872+
"@typescript-eslint/types" "4.32.0"
873873
eslint-visitor-keys "^2.0.0"
874874

875875
@@ -1933,7 +1933,7 @@ [email protected], debug@^3.1.0:
19331933
dependencies:
19341934
ms "2.0.0"
19351935

1936-
debug@4, [email protected], debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
1936+
debug@4, [email protected], debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1:
19371937
version "4.3.1"
19381938
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
19391939
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -2462,7 +2462,7 @@ eslint-plugin-unicorn@^21.0.0:
24622462
safe-regex "^2.1.1"
24632463
semver "^7.3.2"
24642464

2465-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
2465+
eslint-scope@^5.1.1:
24662466
version "5.1.1"
24672467
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
24682468
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -2480,13 +2480,20 @@ eslint-template-visitor@^2.0.0:
24802480
esquery "^1.3.1"
24812481
multimap "^1.1.0"
24822482

2483-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
2483+
eslint-utils@^2.1.0:
24842484
version "2.1.0"
24852485
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
24862486
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
24872487
dependencies:
24882488
eslint-visitor-keys "^1.1.0"
24892489

2490+
eslint-utils@^3.0.0:
2491+
version "3.0.0"
2492+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2493+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2494+
dependencies:
2495+
eslint-visitor-keys "^2.0.0"
2496+
24902497
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
24912498
version "1.3.0"
24922499
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -3072,10 +3079,10 @@ globals@^13.6.0, globals@^13.9.0:
30723079
dependencies:
30733080
type-fest "^0.20.2"
30743081

3075-
globby@^11.0.0, globby@^11.0.1:
3076-
version "11.0.1"
3077-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
3078-
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
3082+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
3083+
version "11.0.4"
3084+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
3085+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
30793086
dependencies:
30803087
array-union "^2.1.0"
30813088
dir-glob "^3.0.1"
@@ -3317,7 +3324,7 @@ ignore@^4.0.6:
33173324
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
33183325
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
33193326

3320-
ignore@^5.1.4:
3327+
ignore@^5.1.4, ignore@^5.1.8:
33213328
version "5.1.8"
33223329
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
33233330
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -5895,7 +5902,7 @@ regexp.prototype.flags@^1.3.0:
58955902
define-properties "^1.1.3"
58965903
es-abstract "^1.17.0-next.1"
58975904

5898-
regexpp@^3.0.0, regexpp@^3.1.0:
5905+
regexpp@^3.1.0:
58995906
version "3.1.0"
59005907
resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
59015908
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -6170,7 +6177,7 @@ semver-regex@^2.0.0:
61706177
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
61716178
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
61726179

6173-
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2:
6180+
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
61746181
version "7.3.5"
61756182
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
61766183
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -6843,10 +6850,10 @@ tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
68436850
resolved "https://registry.npmjs.org/tsutils-etc/-/tsutils-etc-1.2.2.tgz#cdeeb777574a5c1b15b27658cb8424f7f7139831"
68446851
integrity sha512-5g2cXpD1OoVc/MLZxh5PuHXhlnYQmuRiW66e1n91j+2J/Pw5lfmVcZAghoDVBdltDXGaCjy8ZttXaX2u/MjHgg==
68456852

6846-
tsutils@^3.0.0, tsutils@^3.17.1:
6847-
version "3.17.1"
6848-
resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
6849-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
6853+
tsutils@^3.0.0, tsutils@^3.17.1, tsutils@^3.21.0:
6854+
version "3.21.0"
6855+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
6856+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
68506857
dependencies:
68516858
tslib "^1.8.1"
68526859

0 commit comments

Comments
 (0)