Skip to content

Commit 1934dfc

Browse files
committed
chore(deps): update dependency @sourcegraph/eslint-config to ^0.25.1
1 parent d7f6f85 commit 1934dfc

File tree

2 files changed

+98
-91
lines changed

2 files changed

+98
-91
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "^14.1.0",
5151
"@commitlint/config-conventional": "^14.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

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

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

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

752752
"@types/json5@^0.0.29":
753753
version "0.0.29"
@@ -803,74 +803,74 @@
803803
dependencies:
804804
"@types/yargs-parser" "*"
805805

806-
"@typescript-eslint/eslint-plugin@^4.9.1":
807-
version "4.9.1"
808-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.1.tgz#66758cbe129b965fe9c63b04b405d0cf5280868b"
809-
integrity sha512-QRLDSvIPeI1pz5tVuurD+cStNR4sle4avtHhxA+2uyixWGFjKzJ+EaFVRW6dA/jOgjV5DTAjOxboQkRDE8cRlQ==
806+
"@typescript-eslint/eslint-plugin@^4.28.3":
807+
version "4.33.0"
808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.33.0.tgz#c24dc7c8069c7706bc40d99f6fa87edcb2005276"
809+
integrity sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==
810810
dependencies:
811-
"@typescript-eslint/experimental-utils" "4.9.1"
812-
"@typescript-eslint/scope-manager" "4.9.1"
813-
debug "^4.1.1"
811+
"@typescript-eslint/experimental-utils" "4.33.0"
812+
"@typescript-eslint/scope-manager" "4.33.0"
813+
debug "^4.3.1"
814814
functional-red-black-tree "^1.0.1"
815-
regexpp "^3.0.0"
816-
semver "^7.3.2"
817-
tsutils "^3.17.1"
818-
819-
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.0":
820-
version "4.9.1"
821-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.1.tgz#86633e8395191d65786a808dc3df030a55267ae2"
822-
integrity sha512-c3k/xJqk0exLFs+cWSJxIjqLYwdHCuLWhnpnikmPQD2+NGAx9KjLYlBDcSI81EArh9FDYSL6dslAUSwILeWOxg==
823-
dependencies:
824-
"@types/json-schema" "^7.0.3"
825-
"@typescript-eslint/scope-manager" "4.9.1"
826-
"@typescript-eslint/types" "4.9.1"
827-
"@typescript-eslint/typescript-estree" "4.9.1"
828-
eslint-scope "^5.0.0"
829-
eslint-utils "^2.0.0"
830-
831-
"@typescript-eslint/parser@^4.9.1":
832-
version "4.9.1"
833-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055"
834-
integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g==
835-
dependencies:
836-
"@typescript-eslint/scope-manager" "4.9.1"
837-
"@typescript-eslint/types" "4.9.1"
838-
"@typescript-eslint/typescript-estree" "4.9.1"
839-
debug "^4.1.1"
840-
841-
"@typescript-eslint/[email protected]":
842-
version "4.9.1"
843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103"
844-
integrity sha512-sa4L9yUfD/1sg9Kl8OxPxvpUcqxKXRjBeZxBuZSSV1v13hjfEJkn84n0An2hN8oLQ1PmEl2uA6FkI07idXeFgQ==
845-
dependencies:
846-
"@typescript-eslint/types" "4.9.1"
847-
"@typescript-eslint/visitor-keys" "4.9.1"
848-
849-
"@typescript-eslint/[email protected]":
850-
version "4.9.1"
851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
852-
integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
853-
854-
"@typescript-eslint/[email protected]":
855-
version "4.9.1"
856-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
857-
integrity sha512-bzP8vqwX6Vgmvs81bPtCkLtM/Skh36NE6unu6tsDeU/ZFoYthlTXbBmpIrvosgiDKlWTfb2ZpPELHH89aQjeQw==
858-
dependencies:
859-
"@typescript-eslint/types" "4.9.1"
860-
"@typescript-eslint/visitor-keys" "4.9.1"
861-
debug "^4.1.1"
862-
globby "^11.0.1"
815+
ignore "^5.1.8"
816+
regexpp "^3.1.0"
817+
semver "^7.3.5"
818+
tsutils "^3.21.0"
819+
820+
"@typescript-eslint/[email protected]", "@typescript-eslint/experimental-utils@^4.0.0":
821+
version "4.33.0"
822+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.33.0.tgz#6f2a786a4209fa2222989e9380b5331b2810f7fd"
823+
integrity sha512-zeQjOoES5JFjTnAhI5QY7ZviczMzDptls15GFsI6jyUOq0kOf9+WonkhtlIhh0RgHRnqj5gdNxW5j1EvAyYg6Q==
824+
dependencies:
825+
"@types/json-schema" "^7.0.7"
826+
"@typescript-eslint/scope-manager" "4.33.0"
827+
"@typescript-eslint/types" "4.33.0"
828+
"@typescript-eslint/typescript-estree" "4.33.0"
829+
eslint-scope "^5.1.1"
830+
eslint-utils "^3.0.0"
831+
832+
"@typescript-eslint/parser@^4.28.3":
833+
version "4.33.0"
834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.33.0.tgz#dfe797570d9694e560528d18eecad86c8c744899"
835+
integrity sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==
836+
dependencies:
837+
"@typescript-eslint/scope-manager" "4.33.0"
838+
"@typescript-eslint/types" "4.33.0"
839+
"@typescript-eslint/typescript-estree" "4.33.0"
840+
debug "^4.3.1"
841+
842+
"@typescript-eslint/[email protected]":
843+
version "4.33.0"
844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.33.0.tgz#d38e49280d983e8772e29121cf8c6e9221f280a3"
845+
integrity sha512-5IfJHpgTsTZuONKbODctL4kKuQje/bzBRkwHE8UOZ4f89Zeddg+EGZs8PD8NcN4LdM3ygHWYB3ukPAYjvl/qbQ==
846+
dependencies:
847+
"@typescript-eslint/types" "4.33.0"
848+
"@typescript-eslint/visitor-keys" "4.33.0"
849+
850+
"@typescript-eslint/[email protected]":
851+
version "4.33.0"
852+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.33.0.tgz#a1e59036a3b53ae8430ceebf2a919dc7f9af6d72"
853+
integrity sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==
854+
855+
"@typescript-eslint/[email protected]":
856+
version "4.33.0"
857+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.33.0.tgz#0dfb51c2908f68c5c08d82aefeaf166a17c24609"
858+
integrity sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==
859+
dependencies:
860+
"@typescript-eslint/types" "4.33.0"
861+
"@typescript-eslint/visitor-keys" "4.33.0"
862+
debug "^4.3.1"
863+
globby "^11.0.3"
863864
is-glob "^4.0.1"
864-
lodash "^4.17.15"
865-
semver "^7.3.2"
866-
tsutils "^3.17.1"
865+
semver "^7.3.5"
866+
tsutils "^3.21.0"
867867

868-
"@typescript-eslint/visitor-keys@4.9.1":
869-
version "4.9.1"
870-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
871-
integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ==
868+
"@typescript-eslint/visitor-keys@4.33.0":
869+
version "4.33.0"
870+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.33.0.tgz#2a22f77a41604289b7a186586e9ec48ca92ef1dd"
871+
integrity sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==
872872
dependencies:
873-
"@typescript-eslint/types" "4.9.1"
873+
"@typescript-eslint/types" "4.33.0"
874874
eslint-visitor-keys "^2.0.0"
875875

876876
@@ -1934,7 +1934,7 @@ [email protected], debug@^3.1.0:
19341934
dependencies:
19351935
ms "2.0.0"
19361936

1937-
debug@4, [email protected], debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
1937+
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:
19381938
version "4.3.1"
19391939
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
19401940
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -2463,7 +2463,7 @@ eslint-plugin-unicorn@^21.0.0:
24632463
safe-regex "^2.1.1"
24642464
semver "^7.3.2"
24652465

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

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

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

3076-
globby@^11.0.0, globby@^11.0.1:
3077-
version "11.0.1"
3078-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
3079-
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
3083+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
3084+
version "11.0.4"
3085+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
3086+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
30803087
dependencies:
30813088
array-union "^2.1.0"
30823089
dir-glob "^3.0.1"
@@ -3323,10 +3330,10 @@ ignore@^4.0.6:
33233330
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
33243331
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
33253332

3326-
ignore@^5.1.4:
3327-
version "5.1.8"
3328-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
3329-
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
3333+
ignore@^5.1.4, ignore@^5.1.8:
3334+
version "5.1.9"
3335+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
3336+
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
33303337

33313338
import-fresh@^2.0.0:
33323339
version "2.0.0"
@@ -5901,7 +5908,7 @@ regexp.prototype.flags@^1.3.0:
59015908
define-properties "^1.1.3"
59025909
es-abstract "^1.17.0-next.1"
59035910

5904-
regexpp@^3.0.0, regexpp@^3.1.0:
5911+
regexpp@^3.1.0:
59055912
version "3.1.0"
59065913
resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
59075914
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -6176,7 +6183,7 @@ semver-regex@^2.0.0:
61766183
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
61776184
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
61786185

6179-
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2:
6186+
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
61806187
version "7.3.5"
61816188
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
61826189
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -6849,10 +6856,10 @@ tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
68496856
resolved "https://registry.npmjs.org/tsutils-etc/-/tsutils-etc-1.2.2.tgz#cdeeb777574a5c1b15b27658cb8424f7f7139831"
68506857
integrity sha512-5g2cXpD1OoVc/MLZxh5PuHXhlnYQmuRiW66e1n91j+2J/Pw5lfmVcZAghoDVBdltDXGaCjy8ZttXaX2u/MjHgg==
68516858

6852-
tsutils@^3.0.0, tsutils@^3.17.1:
6853-
version "3.17.1"
6854-
resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
6855-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
6859+
tsutils@^3.0.0, tsutils@^3.17.1, tsutils@^3.21.0:
6860+
version "3.21.0"
6861+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
6862+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
68566863
dependencies:
68576864
tslib "^1.8.1"
68586865

0 commit comments

Comments
 (0)