Skip to content

Commit 04bba5c

Browse files
committed
chore(deps): update dependency @sourcegraph/eslint-config to ^0.25.1
1 parent bee7048 commit 04bba5c

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.1.0",
5151
"@commitlint/config-conventional": "^13.1.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
@@ -642,14 +642,14 @@
642642
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz#8da5c6530915653f3a1f38fd5f101d8c3f8079c5"
643643
integrity sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==
644644

645-
"@sourcegraph/eslint-config@^0.23.0":
646-
version "0.23.0"
647-
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.23.0.tgz#cbbd14200c7db3e97eb9cb6331d22588c3db41cb"
648-
integrity sha512-J62vio5xe26PVIY+6LaIwEZJCFwGgNo5LTvHmj1n8La/Rymt3QGRtwgHAAyIvr5w0RMH2EN5qNZ9HTx8SSNuig==
645+
"@sourcegraph/eslint-config@^0.25.1":
646+
version "0.25.1"
647+
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.25.1.tgz#e6cf1f79cf64d9e3e231aa8160160514b30da98b"
648+
integrity sha512-Txu1ejqe5zGOp28JrfhTy0TutxJGvXr6GdM79K9YAfusq/Eq6mz3p1kfY43byqkzr5aNnXI0xgK8oEcPxLjdaQ==
649649
dependencies:
650650
"@sourcegraph/prettierrc" "^3.0.3"
651-
"@typescript-eslint/eslint-plugin" "^4.9.1"
652-
"@typescript-eslint/parser" "^4.9.1"
651+
"@typescript-eslint/eslint-plugin" "^4.28.3"
652+
"@typescript-eslint/parser" "^4.28.3"
653653
eslint-config-prettier "^6.15.0"
654654
eslint-plugin-ban "^1.4.0"
655655
eslint-plugin-etc "^1.1.7"
@@ -732,10 +732,10 @@
732732
dependencies:
733733
"@types/istanbul-lib-report" "*"
734734

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

740740
"@types/json5@^0.0.29":
741741
version "0.0.29"
@@ -791,74 +791,74 @@
791791
dependencies:
792792
"@types/yargs-parser" "*"
793793

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

856-
"@typescript-eslint/visitor-keys@4.9.1":
857-
version "4.9.1"
858-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
859-
integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ==
856+
"@typescript-eslint/visitor-keys@4.32.0":
857+
version "4.32.0"
858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz#455ba8b51242f2722a497ffae29313f33b14cb7f"
859+
integrity sha512-e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw==
860860
dependencies:
861-
"@typescript-eslint/types" "4.9.1"
861+
"@typescript-eslint/types" "4.32.0"
862862
eslint-visitor-keys "^2.0.0"
863863

864864
@@ -1918,7 +1918,7 @@ [email protected], debug@^3.1.0:
19181918
dependencies:
19191919
ms "2.0.0"
19201920

1921-
debug@4, [email protected], debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
1921+
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:
19221922
version "4.3.1"
19231923
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
19241924
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -2447,7 +2447,7 @@ eslint-plugin-unicorn@^21.0.0:
24472447
safe-regex "^2.1.1"
24482448
semver "^7.3.2"
24492449

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

2468-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
2468+
eslint-utils@^2.1.0:
24692469
version "2.1.0"
24702470
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
24712471
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
24722472
dependencies:
24732473
eslint-visitor-keys "^1.1.0"
24742474

2475+
eslint-utils@^3.0.0:
2476+
version "3.0.0"
2477+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2478+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2479+
dependencies:
2480+
eslint-visitor-keys "^2.0.0"
2481+
24752482
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
24762483
version "1.3.0"
24772484
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -3057,10 +3064,10 @@ globals@^13.6.0, globals@^13.9.0:
30573064
dependencies:
30583065
type-fest "^0.20.2"
30593066

3060-
globby@^11.0.0, globby@^11.0.1:
3061-
version "11.0.1"
3062-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
3063-
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
3067+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
3068+
version "11.0.4"
3069+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
3070+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
30643071
dependencies:
30653072
array-union "^2.1.0"
30663073
dir-glob "^3.0.1"
@@ -3302,7 +3309,7 @@ ignore@^4.0.6:
33023309
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
33033310
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
33043311

3305-
ignore@^5.1.4:
3312+
ignore@^5.1.4, ignore@^5.1.8:
33063313
version "5.1.8"
33073314
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
33083315
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
@@ -5880,7 +5887,7 @@ regexp.prototype.flags@^1.3.0:
58805887
define-properties "^1.1.3"
58815888
es-abstract "^1.17.0-next.1"
58825889

5883-
regexpp@^3.0.0, regexpp@^3.1.0:
5890+
regexpp@^3.1.0:
58845891
version "3.1.0"
58855892
resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
58865893
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -6155,7 +6162,7 @@ semver-regex@^2.0.0:
61556162
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
61566163
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
61576164

6158-
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2:
6165+
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
61596166
version "7.3.5"
61606167
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
61616168
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -6814,10 +6821,10 @@ tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
68146821
resolved "https://registry.npmjs.org/tsutils-etc/-/tsutils-etc-1.2.2.tgz#cdeeb777574a5c1b15b27658cb8424f7f7139831"
68156822
integrity sha512-5g2cXpD1OoVc/MLZxh5PuHXhlnYQmuRiW66e1n91j+2J/Pw5lfmVcZAghoDVBdltDXGaCjy8ZttXaX2u/MjHgg==
68166823

6817-
tsutils@^3.0.0, tsutils@^3.17.1:
6818-
version "3.17.1"
6819-
resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
6820-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
6824+
tsutils@^3.0.0, tsutils@^3.17.1, tsutils@^3.21.0:
6825+
version "3.21.0"
6826+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
6827+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
68216828
dependencies:
68226829
tslib "^1.8.1"
68236830

0 commit comments

Comments
 (0)