Skip to content

Commit 03e96e2

Browse files
chore(deps): update dependency @sourcegraph/eslint-config to ^0.34.0
1 parent 347f7c8 commit 03e96e2

File tree

2 files changed

+60
-49
lines changed

2 files changed

+60
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@commitlint/cli": "^17.7.2",
2525
"@commitlint/config-conventional": "^17.7.0",
26-
"@sourcegraph/eslint-config": "^0.33.0",
26+
"@sourcegraph/eslint-config": "^0.34.0",
2727
"@sourcegraph/prettierrc": "^3.0.3",
2828
"@sourcegraph/tsconfig": "^4.0.1",
2929
"eslint": "^8.50.0",

yarn.lock

Lines changed: 59 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
dependencies:
4747
"@babel/types" "^7.12.13"
4848

49-
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.15.7":
50-
version "7.16.7"
51-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
52-
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
49+
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.22.5":
50+
version "7.22.20"
51+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
52+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
5353

5454
"@babel/highlight@^7.12.13":
5555
version "7.12.13"
@@ -315,7 +315,7 @@
315315
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-3.0.0.tgz#798622546b63847e82389e473fd67f2707d82247"
316316
integrity sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==
317317

318-
"@eslint-community/eslint-utils@^4.2.0":
318+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
319319
version "4.4.0"
320320
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
321321
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
@@ -610,10 +610,10 @@
610610
lodash "^4.17.4"
611611
read-pkg-up "^7.0.0"
612612

613-
"@sourcegraph/eslint-config@^0.33.0":
614-
version "0.33.0"
615-
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.33.0.tgz#3ce0916509c8f902d1694265dbb6fd296112b2b9"
616-
integrity sha512-MoTXZ9oR+mHdjdTpkzJ/wRqFt75NnvodNiuCcvJHRCruiDCRn0yCPxC6d9pDj6A7KdLZA8ZpUqFOtb9Aenc6BA==
613+
"@sourcegraph/eslint-config@^0.34.0":
614+
version "0.34.0"
615+
resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.34.0.tgz#7f206a513a86441b564ded0eabd135118c8495e5"
616+
integrity sha512-TB7rKE8HHqvGgqm+9JppItB0jfFmux8R1M/QgQaF6tgPZge8cl6VPSCHmU7phLku8tp7HOfw3kQC3HaI4DJcgA==
617617
dependencies:
618618
"@sourcegraph/prettierrc" "^3.0.3"
619619
"@typescript-eslint/eslint-plugin" "^5.20.0"
@@ -628,7 +628,7 @@
628628
eslint-plugin-react "^7.21.4"
629629
eslint-plugin-react-hooks "^4.5.0"
630630
eslint-plugin-rxjs "^5.0.2"
631-
eslint-plugin-unicorn "^42.0.0"
631+
eslint-plugin-unicorn "^48.0.0"
632632
eslint-plugin-unused-imports "^1.1.5"
633633

634634
"@sourcegraph/prettierrc@^3.0.3":
@@ -1222,7 +1222,7 @@ buffer-from@^1.0.0:
12221222
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
12231223
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
12241224

1225-
builtin-modules@^3.0.0:
1225+
builtin-modules@^3.3.0:
12261226
version "3.3.0"
12271227
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
12281228
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
@@ -1370,10 +1370,10 @@ ci-info@^2.0.0:
13701370
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
13711371
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
13721372

1373-
ci-info@^3.3.0:
1374-
version "3.3.1"
1375-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.1.tgz#58331f6f472a25fe3a50a351ae3052936c2c7f32"
1376-
integrity sha512-SXgeMX9VwDe7iFFaEWkA5AstuER9YKqy4EhHqr4DVqkwmD9rpVimkMKWHdjn30Ja45txyjhSn63lVX69eVCckg==
1373+
ci-info@^3.8.0:
1374+
version "3.8.0"
1375+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91"
1376+
integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==
13771377

13781378
cidr-regex@^2.0.10:
13791379
version "2.0.10"
@@ -2271,24 +2271,25 @@ eslint-plugin-rxjs@^5.0.2:
22712271
tsutils "^3.0.0"
22722272
tsutils-etc "^1.4.1"
22732273

2274-
eslint-plugin-unicorn@^42.0.0:
2275-
version "42.0.0"
2276-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-42.0.0.tgz#47d60c00c263ad743403b052db689e39acbacff1"
2277-
integrity sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==
2274+
eslint-plugin-unicorn@^48.0.0:
2275+
version "48.0.1"
2276+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-48.0.1.tgz#a6573bc1687ae8db7121fdd8f92394b6549a6959"
2277+
integrity sha512-FW+4r20myG/DqFcCSzoumaddKBicIPeFnTrifon2mWIzlfyvzwyqZjqVP7m4Cqr/ZYisS2aiLghkUWaPg6vtCw==
22782278
dependencies:
2279-
"@babel/helper-validator-identifier" "^7.15.7"
2280-
ci-info "^3.3.0"
2279+
"@babel/helper-validator-identifier" "^7.22.5"
2280+
"@eslint-community/eslint-utils" "^4.4.0"
2281+
ci-info "^3.8.0"
22812282
clean-regexp "^1.0.0"
2282-
eslint-utils "^3.0.0"
2283-
esquery "^1.4.0"
2283+
esquery "^1.5.0"
22842284
indent-string "^4.0.0"
2285-
is-builtin-module "^3.1.0"
2285+
is-builtin-module "^3.2.1"
2286+
jsesc "^3.0.2"
22862287
lodash "^4.17.21"
22872288
pluralize "^8.0.0"
22882289
read-pkg-up "^7.0.1"
2289-
regexp-tree "^0.1.24"
2290-
safe-regex "^2.1.1"
2291-
semver "^7.3.5"
2290+
regexp-tree "^0.1.27"
2291+
regjsparser "^0.10.0"
2292+
semver "^7.5.4"
22922293
strip-indent "^3.0.0"
22932294

22942295
eslint-plugin-unused-imports@^1.1.5:
@@ -2393,10 +2394,10 @@ esprima@~4.0.0:
23932394
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
23942395
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
23952396

2396-
esquery@^1.0.1, esquery@^1.4.0, esquery@^1.4.2:
2397-
version "1.4.2"
2398-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.2.tgz#c6d3fee05dd665808e2ad870631f221f5617b1d1"
2399-
integrity sha512-JVSoLdTlTDkmjFmab7H/9SL9qGSyjElT3myyKp7krqjVFQCDLmj1QFaCLRFBszBKI0XVZaiiXvuPIX3ZwHe1Ng==
2397+
esquery@^1.0.1, esquery@^1.4.2, esquery@^1.5.0:
2398+
version "1.5.0"
2399+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
2400+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
24002401
dependencies:
24012402
estraverse "^5.1.0"
24022403

@@ -3273,12 +3274,12 @@ is-boolean-object@^1.1.0:
32733274
call-bind "^1.0.2"
32743275
has-tostringtag "^1.0.0"
32753276

3276-
is-builtin-module@^3.1.0:
3277-
version "3.1.0"
3278-
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.1.0.tgz#6fdb24313b1c03b75f8b9711c0feb8c30b903b00"
3279-
integrity sha512-OV7JjAgOTfAFJmHZLvpSTb4qi0nIILDV1gWPYDnDJUTNFM5aGlRAhk4QcT8i7TuAleeEV5Fdkqn3t4mS+Q11fg==
3277+
is-builtin-module@^3.2.1:
3278+
version "3.2.1"
3279+
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.2.1.tgz#f03271717d8654cfcaf07ab0463faa3571581169"
3280+
integrity sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==
32803281
dependencies:
3281-
builtin-modules "^3.0.0"
3282+
builtin-modules "^3.3.0"
32823283

32833284
is-callable@^1.1.4, is-callable@^1.2.4:
32843285
version "1.2.4"
@@ -3538,6 +3539,16 @@ jsesc@^2.5.1:
35383539
resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
35393540
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
35403541

3542+
jsesc@^3.0.2:
3543+
version "3.0.2"
3544+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
3545+
integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
3546+
3547+
jsesc@~0.5.0:
3548+
version "0.5.0"
3549+
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
3550+
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
3551+
35413552
json-parse-better-errors@^1.0.0, json-parse-better-errors@^1.0.1, json-parse-better-errors@^1.0.2:
35423553
version "1.0.2"
35433554
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
@@ -5440,10 +5451,10 @@ regenerator-runtime@^0.13.4:
54405451
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
54415452
integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==
54425453

5443-
regexp-tree@^0.1.24, regexp-tree@~0.1.1:
5444-
version "0.1.24"
5445-
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.24.tgz#3d6fa238450a4d66e5bc9c4c14bb720e2196829d"
5446-
integrity sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==
5454+
regexp-tree@^0.1.27:
5455+
version "0.1.27"
5456+
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd"
5457+
integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==
54475458

54485459
regexp.prototype.flags@^1.3.0, regexp.prototype.flags@^1.4.3:
54495460
version "1.4.3"
@@ -5486,6 +5497,13 @@ registry-url@^3.0.3:
54865497
dependencies:
54875498
rc "^1.0.1"
54885499

5500+
regjsparser@^0.10.0:
5501+
version "0.10.0"
5502+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.10.0.tgz#b1ed26051736b436f22fdec1c8f72635f9f44892"
5503+
integrity sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==
5504+
dependencies:
5505+
jsesc "~0.5.0"
5506+
54895507
request@^2.88.0:
54905508
version "2.88.2"
54915509
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
@@ -5627,13 +5645,6 @@ safe-buffer@^5.2.0:
56275645
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
56285646
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
56295647

5630-
safe-regex@^2.1.1:
5631-
version "2.1.1"
5632-
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-2.1.1.tgz#f7128f00d056e2fe5c11e81a1324dd974aadced2"
5633-
integrity sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==
5634-
dependencies:
5635-
regexp-tree "~0.1.1"
5636-
56375648
"safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
56385649
version "2.1.2"
56395650
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
@@ -5697,7 +5708,7 @@ semver-regex@^3.1.2:
56975708
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
56985709
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
56995710

5700-
[email protected], semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7:
5711+
[email protected], semver@^7.1.2, semver@^7.3.2, semver@^7.3.4, semver@^7.3.7, semver@^7.5.4:
57015712
version "7.5.4"
57025713
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
57035714
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==

0 commit comments

Comments
 (0)