Skip to content

Commit 5310267

Browse files
committed
chore(deps): update dependency @sourcegraph/eslint-config to ^0.25.1
1 parent 7a94898 commit 5310267

File tree

2 files changed

+93
-87
lines changed

2 files changed

+93
-87
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 92 additions & 86 deletions
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.8"
737+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
738+
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
739739

740740
"@types/json5@^0.0.29":
741741
version "0.0.29"
@@ -791,74 +791,73 @@
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.28.5"
796+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.5.tgz#8197f1473e7da8218c6a37ff308d695707835684"
797+
integrity sha512-m31cPEnbuCqXtEZQJOXAHsHvtoDi9OVaeL5wZnO2KZTnkvELk+u6J6jHg+NzvWQxk+87Zjbc4lJS4NHmgImz6Q==
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.28.5"
800+
"@typescript-eslint/scope-manager" "4.28.5"
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/experimental-utils@4.9.1", "@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/scope-manager@4.9.1":
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/types@4.9.1":
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/typescript-estree@4.9.1":
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+
regexpp "^3.1.0"
804+
semver "^7.3.5"
805+
tsutils "^3.21.0"
806+
807+
"@typescript-eslint/experimental-utils@4.28.5", "@typescript-eslint/experimental-utils@^4.0.0":
808+
version "4.28.5"
809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.5.tgz#66c28bef115b417cf9d80812a713e0e46bb42a64"
810+
integrity sha512-bGPLCOJAa+j49hsynTaAtQIWg6uZd8VLiPcyDe4QPULsvQwLHGLSGKKcBN8/lBxIX14F74UEMK2zNDI8r0okwA==
811+
dependencies:
812+
"@types/json-schema" "^7.0.7"
813+
"@typescript-eslint/scope-manager" "4.28.5"
814+
"@typescript-eslint/types" "4.28.5"
815+
"@typescript-eslint/typescript-estree" "4.28.5"
816+
eslint-scope "^5.1.1"
817+
eslint-utils "^3.0.0"
818+
819+
"@typescript-eslint/parser@^4.28.3":
820+
version "4.28.5"
821+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.5.tgz#9c971668f86d1b5c552266c47788a87488a47d1c"
822+
integrity sha512-NPCOGhTnkXGMqTznqgVbA5LqVsnw+i3+XA1UKLnAb+MG1Y1rP4ZSK9GX0kJBmAZTMIktf+dTwXToT6kFwyimbw==
823+
dependencies:
824+
"@typescript-eslint/scope-manager" "4.28.5"
825+
"@typescript-eslint/types" "4.28.5"
826+
"@typescript-eslint/typescript-estree" "4.28.5"
827+
debug "^4.3.1"
828+
829+
"@typescript-eslint/scope-manager@4.28.5":
830+
version "4.28.5"
831+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.5.tgz#3a1b70c50c1535ac33322786ea99ebe403d3b923"
832+
integrity sha512-PHLq6n9nTMrLYcVcIZ7v0VY1X7dK309NM8ya9oL/yG8syFINIMHxyr2GzGoBYUdv3NUfCOqtuqps0ZmcgnZTfQ==
833+
dependencies:
834+
"@typescript-eslint/types" "4.28.5"
835+
"@typescript-eslint/visitor-keys" "4.28.5"
836+
837+
"@typescript-eslint/types@4.28.5":
838+
version "4.28.5"
839+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.5.tgz#d33edf8e429f0c0930a7c3d44e9b010354c422e9"
840+
integrity sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==
841+
842+
"@typescript-eslint/typescript-estree@4.28.5":
843+
version "4.28.5"
844+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.5.tgz#4906d343de693cf3d8dcc301383ed638e0441cd1"
845+
integrity sha512-FzJUKsBX8poCCdve7iV7ShirP8V+ys2t1fvamVeD1rWpiAnIm550a+BX/fmTHrjEpQJ7ZAn+Z7ZZwJjytk9rZw==
846+
dependencies:
847+
"@typescript-eslint/types" "4.28.5"
848+
"@typescript-eslint/visitor-keys" "4.28.5"
849+
debug "^4.3.1"
850+
globby "^11.0.3"
851851
is-glob "^4.0.1"
852-
lodash "^4.17.15"
853-
semver "^7.3.2"
854-
tsutils "^3.17.1"
852+
semver "^7.3.5"
853+
tsutils "^3.21.0"
855854

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==
855+
"@typescript-eslint/visitor-keys@4.28.5":
856+
version "4.28.5"
857+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.5.tgz#ffee2c602762ed6893405ee7c1144d9cc0a29675"
858+
integrity sha512-dva/7Rr+EkxNWdJWau26xU/0slnFlkh88v3TsyTgRS/IIYFi5iIfpCFM4ikw0vQTFUR9FYSSyqgK4w64gsgxhg==
860859
dependencies:
861-
"@typescript-eslint/types" "4.9.1"
860+
"@typescript-eslint/types" "4.28.5"
862861
eslint-visitor-keys "^2.0.0"
863862

864863
@@ -1918,7 +1917,7 @@ [email protected], debug@^3.1.0:
19181917
dependencies:
19191918
ms "2.0.0"
19201919

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:
1920+
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:
19221921
version "4.3.1"
19231922
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
19241923
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
@@ -2447,7 +2446,7 @@ eslint-plugin-unicorn@^21.0.0:
24472446
safe-regex "^2.1.1"
24482447
semver "^7.3.2"
24492448

2450-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
2449+
eslint-scope@^5.1.1:
24512450
version "5.1.1"
24522451
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
24532452
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -2465,13 +2464,20 @@ eslint-template-visitor@^2.0.0:
24652464
esquery "^1.3.1"
24662465
multimap "^1.1.0"
24672466

2468-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
2467+
eslint-utils@^2.1.0:
24692468
version "2.1.0"
24702469
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
24712470
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
24722471
dependencies:
24732472
eslint-visitor-keys "^1.1.0"
24742473

2474+
eslint-utils@^3.0.0:
2475+
version "3.0.0"
2476+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2477+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2478+
dependencies:
2479+
eslint-visitor-keys "^2.0.0"
2480+
24752481
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
24762482
version "1.3.0"
24772483
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -3057,10 +3063,10 @@ globals@^13.6.0, globals@^13.9.0:
30573063
dependencies:
30583064
type-fest "^0.20.2"
30593065

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==
3066+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
3067+
version "11.0.4"
3068+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
3069+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
30643070
dependencies:
30653071
array-union "^2.1.0"
30663072
dir-glob "^3.0.1"
@@ -5880,7 +5886,7 @@ regexp.prototype.flags@^1.3.0:
58805886
define-properties "^1.1.3"
58815887
es-abstract "^1.17.0-next.1"
58825888

5883-
regexpp@^3.0.0, regexpp@^3.1.0:
5889+
regexpp@^3.1.0:
58845890
version "3.1.0"
58855891
resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
58865892
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -6155,7 +6161,7 @@ semver-regex@^2.0.0:
61556161
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
61566162
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
61576163

6158-
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2:
6164+
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
61596165
version "7.3.5"
61606166
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
61616167
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -6814,10 +6820,10 @@ tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
68146820
resolved "https://registry.npmjs.org/tsutils-etc/-/tsutils-etc-1.2.2.tgz#cdeeb777574a5c1b15b27658cb8424f7f7139831"
68156821
integrity sha512-5g2cXpD1OoVc/MLZxh5PuHXhlnYQmuRiW66e1n91j+2J/Pw5lfmVcZAghoDVBdltDXGaCjy8ZttXaX2u/MjHgg==
68166822

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==
6823+
tsutils@^3.0.0, tsutils@^3.17.1, tsutils@^3.21.0:
6824+
version "3.21.0"
6825+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
6826+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
68216827
dependencies:
68226828
tslib "^1.8.1"
68236829

0 commit comments

Comments
 (0)