Skip to content

Commit 663c445

Browse files
committed
chore(deps): update dependency @sourcegraph/eslint-config to ^0.25.1
1 parent acae6a4 commit 663c445

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

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

734-
"@types/json-schema@^7.0.3":
735-
version "7.0.4"
736-
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.4.tgz#38fd73ddfd9b55abb1e1b2ed578cb55bd7b7d339"
737-
integrity sha512-8+KAKzEvSUdeo+kmqnKrqgeE+LcA0tjYWFY7RPProVYwnqDjukzO+3b6dLD56rYX5TdWejnEOLJYOIeh4CXKuA==
734+
"@types/json-schema@^7.0.7":
735+
version "7.0.8"
736+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
737+
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
738738

739739
"@types/json5@^0.0.29":
740740
version "0.0.29"
@@ -790,74 +790,73 @@
790790
dependencies:
791791
"@types/yargs-parser" "*"
792792

793-
"@typescript-eslint/eslint-plugin@^4.9.1":
794-
version "4.9.1"
795-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.1.tgz#66758cbe129b965fe9c63b04b405d0cf5280868b"
796-
integrity sha512-QRLDSvIPeI1pz5tVuurD+cStNR4sle4avtHhxA+2uyixWGFjKzJ+EaFVRW6dA/jOgjV5DTAjOxboQkRDE8cRlQ==
793+
"@typescript-eslint/eslint-plugin@^4.28.3":
794+
version "4.28.5"
795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.5.tgz#8197f1473e7da8218c6a37ff308d695707835684"
796+
integrity sha512-m31cPEnbuCqXtEZQJOXAHsHvtoDi9OVaeL5wZnO2KZTnkvELk+u6J6jHg+NzvWQxk+87Zjbc4lJS4NHmgImz6Q==
797797
dependencies:
798-
"@typescript-eslint/experimental-utils" "4.9.1"
799-
"@typescript-eslint/scope-manager" "4.9.1"
800-
debug "^4.1.1"
798+
"@typescript-eslint/experimental-utils" "4.28.5"
799+
"@typescript-eslint/scope-manager" "4.28.5"
800+
debug "^4.3.1"
801801
functional-red-black-tree "^1.0.1"
802-
regexpp "^3.0.0"
803-
semver "^7.3.2"
804-
tsutils "^3.17.1"
805-
806-
"@typescript-eslint/experimental-utils@4.9.1", "@typescript-eslint/experimental-utils@^4.0.0":
807-
version "4.9.1"
808-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.1.tgz#86633e8395191d65786a808dc3df030a55267ae2"
809-
integrity sha512-c3k/xJqk0exLFs+cWSJxIjqLYwdHCuLWhnpnikmPQD2+NGAx9KjLYlBDcSI81EArh9FDYSL6dslAUSwILeWOxg==
810-
dependencies:
811-
"@types/json-schema" "^7.0.3"
812-
"@typescript-eslint/scope-manager" "4.9.1"
813-
"@typescript-eslint/types" "4.9.1"
814-
"@typescript-eslint/typescript-estree" "4.9.1"
815-
eslint-scope "^5.0.0"
816-
eslint-utils "^2.0.0"
817-
818-
"@typescript-eslint/parser@^4.9.1":
819-
version "4.9.1"
820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055"
821-
integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g==
822-
dependencies:
823-
"@typescript-eslint/scope-manager" "4.9.1"
824-
"@typescript-eslint/types" "4.9.1"
825-
"@typescript-eslint/typescript-estree" "4.9.1"
826-
debug "^4.1.1"
827-
828-
"@typescript-eslint/scope-manager@4.9.1":
829-
version "4.9.1"
830-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103"
831-
integrity sha512-sa4L9yUfD/1sg9Kl8OxPxvpUcqxKXRjBeZxBuZSSV1v13hjfEJkn84n0An2hN8oLQ1PmEl2uA6FkI07idXeFgQ==
832-
dependencies:
833-
"@typescript-eslint/types" "4.9.1"
834-
"@typescript-eslint/visitor-keys" "4.9.1"
835-
836-
"@typescript-eslint/types@4.9.1":
837-
version "4.9.1"
838-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
839-
integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
840-
841-
"@typescript-eslint/typescript-estree@4.9.1":
842-
version "4.9.1"
843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
844-
integrity sha512-bzP8vqwX6Vgmvs81bPtCkLtM/Skh36NE6unu6tsDeU/ZFoYthlTXbBmpIrvosgiDKlWTfb2ZpPELHH89aQjeQw==
845-
dependencies:
846-
"@typescript-eslint/types" "4.9.1"
847-
"@typescript-eslint/visitor-keys" "4.9.1"
848-
debug "^4.1.1"
849-
globby "^11.0.1"
802+
regexpp "^3.1.0"
803+
semver "^7.3.5"
804+
tsutils "^3.21.0"
805+
806+
"@typescript-eslint/experimental-utils@4.28.5", "@typescript-eslint/experimental-utils@^4.0.0":
807+
version "4.28.5"
808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.5.tgz#66c28bef115b417cf9d80812a713e0e46bb42a64"
809+
integrity sha512-bGPLCOJAa+j49hsynTaAtQIWg6uZd8VLiPcyDe4QPULsvQwLHGLSGKKcBN8/lBxIX14F74UEMK2zNDI8r0okwA==
810+
dependencies:
811+
"@types/json-schema" "^7.0.7"
812+
"@typescript-eslint/scope-manager" "4.28.5"
813+
"@typescript-eslint/types" "4.28.5"
814+
"@typescript-eslint/typescript-estree" "4.28.5"
815+
eslint-scope "^5.1.1"
816+
eslint-utils "^3.0.0"
817+
818+
"@typescript-eslint/parser@^4.28.3":
819+
version "4.28.5"
820+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.5.tgz#9c971668f86d1b5c552266c47788a87488a47d1c"
821+
integrity sha512-NPCOGhTnkXGMqTznqgVbA5LqVsnw+i3+XA1UKLnAb+MG1Y1rP4ZSK9GX0kJBmAZTMIktf+dTwXToT6kFwyimbw==
822+
dependencies:
823+
"@typescript-eslint/scope-manager" "4.28.5"
824+
"@typescript-eslint/types" "4.28.5"
825+
"@typescript-eslint/typescript-estree" "4.28.5"
826+
debug "^4.3.1"
827+
828+
"@typescript-eslint/scope-manager@4.28.5":
829+
version "4.28.5"
830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.5.tgz#3a1b70c50c1535ac33322786ea99ebe403d3b923"
831+
integrity sha512-PHLq6n9nTMrLYcVcIZ7v0VY1X7dK309NM8ya9oL/yG8syFINIMHxyr2GzGoBYUdv3NUfCOqtuqps0ZmcgnZTfQ==
832+
dependencies:
833+
"@typescript-eslint/types" "4.28.5"
834+
"@typescript-eslint/visitor-keys" "4.28.5"
835+
836+
"@typescript-eslint/types@4.28.5":
837+
version "4.28.5"
838+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.5.tgz#d33edf8e429f0c0930a7c3d44e9b010354c422e9"
839+
integrity sha512-MruOu4ZaDOLOhw4f/6iudyks/obuvvZUAHBDSW80Trnc5+ovmViLT2ZMDXhUV66ozcl6z0LJfKs1Usldgi/WCA==
840+
841+
"@typescript-eslint/typescript-estree@4.28.5":
842+
version "4.28.5"
843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.5.tgz#4906d343de693cf3d8dcc301383ed638e0441cd1"
844+
integrity sha512-FzJUKsBX8poCCdve7iV7ShirP8V+ys2t1fvamVeD1rWpiAnIm550a+BX/fmTHrjEpQJ7ZAn+Z7ZZwJjytk9rZw==
845+
dependencies:
846+
"@typescript-eslint/types" "4.28.5"
847+
"@typescript-eslint/visitor-keys" "4.28.5"
848+
debug "^4.3.1"
849+
globby "^11.0.3"
850850
is-glob "^4.0.1"
851-
lodash "^4.17.15"
852-
semver "^7.3.2"
853-
tsutils "^3.17.1"
851+
semver "^7.3.5"
852+
tsutils "^3.21.0"
854853

855-
"@typescript-eslint/visitor-keys@4.9.1":
856-
version "4.9.1"
857-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
858-
integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ==
854+
"@typescript-eslint/visitor-keys@4.28.5":
855+
version "4.28.5"
856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.5.tgz#ffee2c602762ed6893405ee7c1144d9cc0a29675"
857+
integrity sha512-dva/7Rr+EkxNWdJWau26xU/0slnFlkh88v3TsyTgRS/IIYFi5iIfpCFM4ikw0vQTFUR9FYSSyqgK4w64gsgxhg==
859858
dependencies:
860-
"@typescript-eslint/types" "4.9.1"
859+
"@typescript-eslint/types" "4.28.5"
861860
eslint-visitor-keys "^2.0.0"
862861

863862
@@ -1917,7 +1916,7 @@ [email protected], debug@^3.1.0:
19171916
dependencies:
19181917
ms "2.0.0"
19191918

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

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

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

2473+
eslint-utils@^3.0.0:
2474+
version "3.0.0"
2475+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2476+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2477+
dependencies:
2478+
eslint-visitor-keys "^2.0.0"
2479+
24742480
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
24752481
version "1.3.0"
24762482
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -3027,10 +3033,10 @@ globals@^13.6.0, globals@^13.9.0:
30273033
dependencies:
30283034
type-fest "^0.20.2"
30293035

3030-
globby@^11.0.0, globby@^11.0.1:
3031-
version "11.0.1"
3032-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
3033-
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
3036+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.3:
3037+
version "11.0.4"
3038+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
3039+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
30343040
dependencies:
30353041
array-union "^2.1.0"
30363042
dir-glob "^3.0.1"
@@ -5845,7 +5851,7 @@ regexp.prototype.flags@^1.3.0:
58455851
define-properties "^1.1.3"
58465852
es-abstract "^1.17.0-next.1"
58475853

5848-
regexpp@^3.0.0, regexpp@^3.1.0:
5854+
regexpp@^3.1.0:
58495855
version "3.1.0"
58505856
resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
58515857
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -6120,7 +6126,7 @@ semver-regex@^2.0.0:
61206126
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
61216127
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
61226128

6123-
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2:
6129+
[email protected], semver@^7.1.2, semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
61246130
version "7.3.5"
61256131
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
61266132
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -6779,10 +6785,10 @@ tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
67796785
resolved "https://registry.npmjs.org/tsutils-etc/-/tsutils-etc-1.2.2.tgz#cdeeb777574a5c1b15b27658cb8424f7f7139831"
67806786
integrity sha512-5g2cXpD1OoVc/MLZxh5PuHXhlnYQmuRiW66e1n91j+2J/Pw5lfmVcZAghoDVBdltDXGaCjy8ZttXaX2u/MjHgg==
67816787

6782-
tsutils@^3.0.0, tsutils@^3.17.1:
6783-
version "3.17.1"
6784-
resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
6785-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
6788+
tsutils@^3.0.0, tsutils@^3.17.1, tsutils@^3.21.0:
6789+
version "3.21.0"
6790+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
6791+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
67866792
dependencies:
67876793
tslib "^1.8.1"
67886794

0 commit comments

Comments
 (0)