Skip to content

Commit 6e9f2aa

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency @sourcegraph/eslint-config to ^0.25.1
1 parent 0b3d811 commit 6e9f2aa

File tree

2 files changed

+96
-90
lines changed

2 files changed

+96
-90
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.25.0",
52+
"@sourcegraph/eslint-config": "^0.25.1",
5353
"@sourcegraph/prettierrc": "^2.2.0",
5454
"@sourcegraph/tsconfig": "^4.0.1",
5555
"@types/mocha": "8.2.3",

yarn.lock

Lines changed: 95 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -438,14 +438,14 @@
438438
into-stream "^4.0.0"
439439
lodash "^4.17.4"
440440

441-
"@sourcegraph/eslint-config@^0.25.0":
442-
version "0.25.0"
443-
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.25.0.tgz#bdc561a8f90eccabb5606584c018d8fd3c8e823d"
444-
integrity sha512-dloepkXWZkLppvsRgLCuRDAbAWkF5mdB3gUO9qzA6eRfOaYNHly5hWAnSugVIuA6VFS44nCIr3uK2ij8UCAdzw==
441+
"@sourcegraph/eslint-config@^0.25.1":
442+
version "0.25.1"
443+
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.25.1.tgz#e6cf1f79cf64d9e3e231aa8160160514b30da98b"
444+
integrity sha512-Txu1ejqe5zGOp28JrfhTy0TutxJGvXr6GdM79K9YAfusq/Eq6mz3p1kfY43byqkzr5aNnXI0xgK8oEcPxLjdaQ==
445445
dependencies:
446446
"@sourcegraph/prettierrc" "^3.0.3"
447-
"@typescript-eslint/eslint-plugin" "^4.9.1"
448-
"@typescript-eslint/parser" "^4.9.1"
447+
"@typescript-eslint/eslint-plugin" "^4.28.3"
448+
"@typescript-eslint/parser" "^4.28.3"
449449
eslint-config-prettier "^6.15.0"
450450
eslint-plugin-ban "^1.4.0"
451451
eslint-plugin-etc "^1.1.7"
@@ -535,10 +535,10 @@
535535
dependencies:
536536
"@types/istanbul-lib-report" "*"
537537

538-
"@types/json-schema@^7.0.3":
539-
version "7.0.5"
540-
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
541-
integrity sha512-7+2BITlgjgDhH0vvwZU/HZJVyk+2XUlvxXe8dFMedNX/aMkaOq++rMAFXc0tM7ij15QaWlbdQASBR9dihi+bDQ==
538+
"@types/json-schema@^7.0.7":
539+
version "7.0.8"
540+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
541+
integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
542542

543543
"@types/json5@^0.0.29":
544544
version "0.0.29"
@@ -582,74 +582,73 @@
582582
dependencies:
583583
"@types/yargs-parser" "*"
584584

585-
"@typescript-eslint/eslint-plugin@^4.9.1":
586-
version "4.9.1"
587-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.1.tgz#66758cbe129b965fe9c63b04b405d0cf5280868b"
588-
integrity sha512-QRLDSvIPeI1pz5tVuurD+cStNR4sle4avtHhxA+2uyixWGFjKzJ+EaFVRW6dA/jOgjV5DTAjOxboQkRDE8cRlQ==
585+
"@typescript-eslint/eslint-plugin@^4.28.3":
586+
version "4.28.3"
587+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.3.tgz#36cdcd9ca6f9e5cb49b9f61b970b1976708d084b"
588+
integrity sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg==
589589
dependencies:
590-
"@typescript-eslint/experimental-utils" "4.9.1"
591-
"@typescript-eslint/scope-manager" "4.9.1"
592-
debug "^4.1.1"
590+
"@typescript-eslint/experimental-utils" "4.28.3"
591+
"@typescript-eslint/scope-manager" "4.28.3"
592+
debug "^4.3.1"
593593
functional-red-black-tree "^1.0.1"
594-
regexpp "^3.0.0"
595-
semver "^7.3.2"
596-
tsutils "^3.17.1"
597-
598-
"@typescript-eslint/experimental-utils@4.9.1", "@typescript-eslint/experimental-utils@^4.0.0":
599-
version "4.9.1"
600-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.1.tgz#86633e8395191d65786a808dc3df030a55267ae2"
601-
integrity sha512-c3k/xJqk0exLFs+cWSJxIjqLYwdHCuLWhnpnikmPQD2+NGAx9KjLYlBDcSI81EArh9FDYSL6dslAUSwILeWOxg==
602-
dependencies:
603-
"@types/json-schema" "^7.0.3"
604-
"@typescript-eslint/scope-manager" "4.9.1"
605-
"@typescript-eslint/types" "4.9.1"
606-
"@typescript-eslint/typescript-estree" "4.9.1"
607-
eslint-scope "^5.0.0"
608-
eslint-utils "^2.0.0"
609-
610-
"@typescript-eslint/parser@^4.9.1":
611-
version "4.9.1"
612-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055"
613-
integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g==
614-
dependencies:
615-
"@typescript-eslint/scope-manager" "4.9.1"
616-
"@typescript-eslint/types" "4.9.1"
617-
"@typescript-eslint/typescript-estree" "4.9.1"
618-
debug "^4.1.1"
619-
620-
"@typescript-eslint/scope-manager@4.9.1":
621-
version "4.9.1"
622-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.1.tgz#cc2fde310b3f3deafe8436a924e784eaab265103"
623-
integrity sha512-sa4L9yUfD/1sg9Kl8OxPxvpUcqxKXRjBeZxBuZSSV1v13hjfEJkn84n0An2hN8oLQ1PmEl2uA6FkI07idXeFgQ==
624-
dependencies:
625-
"@typescript-eslint/types" "4.9.1"
626-
"@typescript-eslint/visitor-keys" "4.9.1"
627-
628-
"@typescript-eslint/types@4.9.1":
629-
version "4.9.1"
630-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
631-
integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
632-
633-
"@typescript-eslint/typescript-estree@4.9.1":
634-
version "4.9.1"
635-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
636-
integrity sha512-bzP8vqwX6Vgmvs81bPtCkLtM/Skh36NE6unu6tsDeU/ZFoYthlTXbBmpIrvosgiDKlWTfb2ZpPELHH89aQjeQw==
637-
dependencies:
638-
"@typescript-eslint/types" "4.9.1"
639-
"@typescript-eslint/visitor-keys" "4.9.1"
640-
debug "^4.1.1"
641-
globby "^11.0.1"
594+
regexpp "^3.1.0"
595+
semver "^7.3.5"
596+
tsutils "^3.21.0"
597+
598+
"@typescript-eslint/experimental-utils@4.28.3", "@typescript-eslint/experimental-utils@^4.0.0":
599+
version "4.28.3"
600+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.3.tgz#976f8c1191b37105fd06658ed57ddfee4be361ca"
601+
integrity sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw==
602+
dependencies:
603+
"@types/json-schema" "^7.0.7"
604+
"@typescript-eslint/scope-manager" "4.28.3"
605+
"@typescript-eslint/types" "4.28.3"
606+
"@typescript-eslint/typescript-estree" "4.28.3"
607+
eslint-scope "^5.1.1"
608+
eslint-utils "^3.0.0"
609+
610+
"@typescript-eslint/parser@^4.28.3":
611+
version "4.28.3"
612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.3.tgz#95f1d475c08268edffdcb2779993c488b6434b44"
613+
integrity sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ==
614+
dependencies:
615+
"@typescript-eslint/scope-manager" "4.28.3"
616+
"@typescript-eslint/types" "4.28.3"
617+
"@typescript-eslint/typescript-estree" "4.28.3"
618+
debug "^4.3.1"
619+
620+
"@typescript-eslint/scope-manager@4.28.3":
621+
version "4.28.3"
622+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.3.tgz#c32ad4491b3726db1ba34030b59ea922c214e371"
623+
integrity sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ==
624+
dependencies:
625+
"@typescript-eslint/types" "4.28.3"
626+
"@typescript-eslint/visitor-keys" "4.28.3"
627+
628+
"@typescript-eslint/types@4.28.3":
629+
version "4.28.3"
630+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.3.tgz#8fffd436a3bada422c2c1da56060a0566a9506c7"
631+
integrity sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA==
632+
633+
"@typescript-eslint/typescript-estree@4.28.3":
634+
version "4.28.3"
635+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.3.tgz#253d7088100b2a38aefe3c8dd7bd1f8232ec46fb"
636+
integrity sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w==
637+
dependencies:
638+
"@typescript-eslint/types" "4.28.3"
639+
"@typescript-eslint/visitor-keys" "4.28.3"
640+
debug "^4.3.1"
641+
globby "^11.0.3"
642642
is-glob "^4.0.1"
643-
lodash "^4.17.15"
644-
semver "^7.3.2"
645-
tsutils "^3.17.1"
643+
semver "^7.3.5"
644+
tsutils "^3.21.0"
646645

647-
"@typescript-eslint/visitor-keys@4.9.1":
648-
version "4.9.1"
649-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"
650-
integrity sha512-9gspzc6UqLQHd7lXQS7oWs+hrYggspv/rk6zzEMhCbYwPE/sF7oxo7GAjkS35Tdlt7wguIG+ViWCPtVZHz/ybQ==
646+
"@typescript-eslint/visitor-keys@4.28.3":
647+
version "4.28.3"
648+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.3.tgz#26ac91e84b23529968361045829da80a4e5251c4"
649+
integrity sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg==
651650
dependencies:
652-
"@typescript-eslint/types" "4.9.1"
651+
"@typescript-eslint/types" "4.28.3"
653652
eslint-visitor-keys "^2.0.0"
654653

655654
JSONStream@^1.0.4, JSONStream@^1.3.4:
@@ -1798,10 +1797,10 @@ debug@^2.2.0, debug@^2.3.3, debug@^2.6.9:
17981797
dependencies:
17991798
ms "2.0.0"
18001799

1801-
debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
1802-
version "4.2.0"
1803-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
1804-
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
1800+
debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1:
1801+
version "4.3.2"
1802+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
1803+
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
18051804
dependencies:
18061805
ms "2.1.2"
18071806

@@ -2330,7 +2329,7 @@ eslint-plugin-unicorn@^21.0.0:
23302329
safe-regex "^2.1.1"
23312330
semver "^7.3.2"
23322331

2333-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
2332+
eslint-scope@^5.1.1:
23342333
version "5.1.1"
23352334
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
23362335
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -2348,13 +2347,20 @@ eslint-template-visitor@^2.0.0:
23482347
esquery "^1.3.1"
23492348
multimap "^1.1.0"
23502349

2351-
eslint-utils@^2.0.0, eslint-utils@^2.1.0:
2350+
eslint-utils@^2.1.0:
23522351
version "2.1.0"
23532352
resolved "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
23542353
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
23552354
dependencies:
23562355
eslint-visitor-keys "^1.1.0"
23572356

2357+
eslint-utils@^3.0.0:
2358+
version "3.0.0"
2359+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2360+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2361+
dependencies:
2362+
eslint-visitor-keys "^2.0.0"
2363+
23582364
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
23592365
version "1.3.0"
23602366
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -2986,10 +2992,10 @@ globals@^13.6.0, globals@^13.9.0:
29862992
dependencies:
29872993
type-fest "^0.20.2"
29882994

2989-
globby@^11.0.1:
2990-
version "11.0.1"
2991-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
2992-
integrity sha512-iH9RmgwCmUJHi2z5o2l3eTtGBtXek1OYlHrbcxOYugyHLmAsZrPj43OtHThd62Buh/Vv6VyCBD2bdyWcGNQqoQ==
2995+
globby@^11.0.3:
2996+
version "11.0.4"
2997+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
2998+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
29932999
dependencies:
29943000
array-union "^2.1.0"
29953001
dir-glob "^3.0.1"
@@ -5908,7 +5914,7 @@ regexp.prototype.flags@^1.3.0:
59085914
define-properties "^1.1.3"
59095915
es-abstract "^1.17.0-next.1"
59105916

5911-
regexpp@^3.0.0, regexpp@^3.1.0:
5917+
regexpp@^3.1.0:
59125918
version "3.1.0"
59135919
resolved "https://registry.npmjs.org/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
59145920
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -6182,7 +6188,7 @@ semver-regex@^2.0.0:
61826188
resolved "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
61836189
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
61846190

6185-
[email protected], semver@^7.2.1, semver@^7.3.2:
6191+
[email protected], semver@^7.2.1, semver@^7.3.2, semver@^7.3.5:
61866192
version "7.3.5"
61876193
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
61886194
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
@@ -6944,10 +6950,10 @@ tsutils-etc@^1.0.0, tsutils-etc@^1.2.2:
69446950
resolved "https://registry.npmjs.org/tsutils-etc/-/tsutils-etc-1.2.2.tgz#cdeeb777574a5c1b15b27658cb8424f7f7139831"
69456951
integrity sha512-5g2cXpD1OoVc/MLZxh5PuHXhlnYQmuRiW66e1n91j+2J/Pw5lfmVcZAghoDVBdltDXGaCjy8ZttXaX2u/MjHgg==
69466952

6947-
tsutils@^3.0.0, tsutils@^3.17.1:
6948-
version "3.17.1"
6949-
resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
6950-
integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
6953+
tsutils@^3.0.0, tsutils@^3.17.1, tsutils@^3.21.0:
6954+
version "3.21.0"
6955+
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
6956+
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
69516957
dependencies:
69526958
tslib "^1.8.1"
69536959

0 commit comments

Comments
 (0)