Skip to content

Commit e04018a

Browse files
pkg: Update linting packages (#2601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c18bbe1 commit e04018a

File tree

4 files changed

+81
-81
lines changed

4 files changed

+81
-81
lines changed

examples/github-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@anansi/babel-preset": "4.2.2",
2525
"@anansi/browserslist-config": "1.4.2",
26-
"@anansi/eslint-plugin": "0.16.8",
26+
"@anansi/eslint-plugin": "0.16.9",
2727
"@anansi/webpack-config": "15.0.11",
2828
"@babel/core": "7.21.4",
2929
"@linaria/babel-preset": "4.4.4",
@@ -37,15 +37,15 @@
3737
"@types/react": "18.0.37",
3838
"@types/react-dom": "18.0.11",
3939
"@types/uuid": "^9.0.0",
40-
"@typescript-eslint/eslint-plugin": "5.59.0",
41-
"@typescript-eslint/parser": "5.59.0",
40+
"@typescript-eslint/eslint-plugin": "5.59.1",
41+
"@typescript-eslint/parser": "5.59.1",
4242
"eslint": "8.39.0",
4343
"eslint-plugin-babel": "^5.3.1",
4444
"eslint-plugin-import": "2.27.5",
4545
"eslint-plugin-prettier": "4.2.1",
4646
"eslint-plugin-react": "7.32.2",
4747
"eslint-plugin-react-hooks": "4.6.0",
48-
"prettier": "2.8.7",
48+
"prettier": "2.8.8",
4949
"react-refresh": "0.14.0",
5050
"rollup": "2.79.1",
5151
"rollup-plugin-babel": "^4.4.0",

examples/todo-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"@anansi/babel-preset": "4.2.2",
2525
"@anansi/browserslist-config": "1.4.2",
26-
"@anansi/eslint-plugin": "0.16.8",
26+
"@anansi/eslint-plugin": "0.16.9",
2727
"@anansi/webpack-config": "15.0.11",
2828
"@babel/core": "7.21.4",
2929
"@linaria/babel-preset": "4.4.4",
@@ -33,15 +33,15 @@
3333
"@types/eslint": "8.37.0",
3434
"@types/prettier": "2.7.2",
3535
"@types/react-dom": "18.0.11",
36-
"@typescript-eslint/eslint-plugin": "5.59.0",
37-
"@typescript-eslint/parser": "5.59.0",
36+
"@typescript-eslint/eslint-plugin": "5.59.1",
37+
"@typescript-eslint/parser": "5.59.1",
3838
"eslint": "8.39.0",
3939
"eslint-plugin-babel": "^5.3.1",
4040
"eslint-plugin-import": "2.27.5",
4141
"eslint-plugin-prettier": "4.2.1",
4242
"eslint-plugin-react": "7.32.2",
4343
"eslint-plugin-react-hooks": "4.6.0",
44-
"prettier": "2.8.7",
44+
"prettier": "2.8.8",
4545
"react-refresh": "0.14.0",
4646
"rollup": "2.79.1",
4747
"rollup-plugin-babel": "^4.4.0",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@anansi/babel-preset": "4.2.2",
4444
"@anansi/browserslist-config": "1.4.2",
45-
"@anansi/eslint-plugin": "0.16.8",
45+
"@anansi/eslint-plugin": "0.16.9",
4646
"@anansi/jest-preset": "0.10.8",
4747
"@babel/cli": "7.21.0",
4848
"@babel/core": "7.21.4",
@@ -61,8 +61,8 @@
6161
"@types/jest": "29.5.0",
6262
"@types/node": "18.15.11",
6363
"@types/react": "18.0.37",
64-
"@typescript-eslint/eslint-plugin": "5.59.0",
65-
"@typescript-eslint/parser": "5.59.0",
64+
"@typescript-eslint/eslint-plugin": "5.59.1",
65+
"@typescript-eslint/parser": "5.59.1",
6666
"babel-plugin-module-resolver": "5.0.0",
6767
"benchmark": "^2.1.4",
6868
"conventional-changelog-anansi": "^0.2.0",
@@ -85,7 +85,7 @@
8585
"nock": "13.3.0",
8686
"node-fetch": "^3.3.0",
8787
"npm-run-all": "^4.1.5",
88-
"prettier": "2.8.7",
88+
"prettier": "2.8.8",
8989
"react": "18.2.0",
9090
"react-dom": "18.2.0",
9191
"react-native": "0.71.7",

yarn.lock

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ __metadata:
9191
languageName: node
9292
linkType: hard
9393

94-
"@anansi/eslint-plugin@npm:0.16.8":
95-
version: 0.16.8
96-
resolution: "@anansi/eslint-plugin@npm:0.16.8"
94+
"@anansi/eslint-plugin@npm:0.16.9":
95+
version: 0.16.9
96+
resolution: "@anansi/eslint-plugin@npm:0.16.9"
9797
dependencies:
9898
"@babel/eslint-parser": ^7.21.3
99-
"@typescript-eslint/parser": ^5.59.0
99+
"@typescript-eslint/parser": ^5.59.1
100100
eslint-config-prettier: ^8.8.0
101101
eslint-import-resolver-typescript: ^3.5.5
102102
eslint-import-resolver-webpack: ^0.13.2
@@ -120,7 +120,7 @@ __metadata:
120120
optional: true
121121
webpack:
122122
optional: true
123-
checksum: 923d2c8a8dc502860b7e38b743b08e9672c610cd022a0f927ec946a64a46649e6e21880bc7e3c30e446d3a5474dcc436d22812fb2af1ec1b0d3b903309656182
123+
checksum: 15feefb62b888e8c38ac39e2b38bc53b11648349754e476e436de3ab5a0e058ea63169e254c7581b8f3da76f0b66228037c04253ece2946e361621a7a8ed0152
124124
languageName: node
125125
linkType: hard
126126

@@ -5442,14 +5442,14 @@ __metadata:
54425442
languageName: node
54435443
linkType: hard
54445444

5445-
"@typescript-eslint/eslint-plugin@npm:5.59.0":
5446-
version: 5.59.0
5447-
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.0"
5445+
"@typescript-eslint/eslint-plugin@npm:5.59.1":
5446+
version: 5.59.1
5447+
resolution: "@typescript-eslint/eslint-plugin@npm:5.59.1"
54485448
dependencies:
54495449
"@eslint-community/regexpp": ^4.4.0
5450-
"@typescript-eslint/scope-manager": 5.59.0
5451-
"@typescript-eslint/type-utils": 5.59.0
5452-
"@typescript-eslint/utils": 5.59.0
5450+
"@typescript-eslint/scope-manager": 5.59.1
5451+
"@typescript-eslint/type-utils": 5.59.1
5452+
"@typescript-eslint/utils": 5.59.1
54535453
debug: ^4.3.4
54545454
grapheme-splitter: ^1.0.4
54555455
ignore: ^5.2.0
@@ -5462,67 +5462,67 @@ __metadata:
54625462
peerDependenciesMeta:
54635463
typescript:
54645464
optional: true
5465-
checksum: 3b2582fe7baa9bf7733be79c6e35a390806f91c8d5ba5b604f71cb3635fb36abc975b926195c3ef5c6a4018bb94f66e009d727e3af2ce8b92c96aa3ee9ed194a
5465+
checksum: 9ada3ae721594ddd8101a6093e6383bc95e4dcb19b3929210dee5480637786473a9eba2e69e61e560fa592965f4fd02aeb98ddfda91b00b448ae01c5d77431d6
54665466
languageName: node
54675467
linkType: hard
54685468

5469-
"@typescript-eslint/parser@npm:5.59.0, @typescript-eslint/parser@npm:^5.42.0, @typescript-eslint/parser@npm:^5.59.0":
5470-
version: 5.59.0
5471-
resolution: "@typescript-eslint/parser@npm:5.59.0"
5469+
"@typescript-eslint/parser@npm:5.59.1, @typescript-eslint/parser@npm:^5.42.0, @typescript-eslint/parser@npm:^5.59.1":
5470+
version: 5.59.1
5471+
resolution: "@typescript-eslint/parser@npm:5.59.1"
54725472
dependencies:
5473-
"@typescript-eslint/scope-manager": 5.59.0
5474-
"@typescript-eslint/types": 5.59.0
5475-
"@typescript-eslint/typescript-estree": 5.59.0
5473+
"@typescript-eslint/scope-manager": 5.59.1
5474+
"@typescript-eslint/types": 5.59.1
5475+
"@typescript-eslint/typescript-estree": 5.59.1
54765476
debug: ^4.3.4
54775477
peerDependencies:
54785478
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
54795479
peerDependenciesMeta:
54805480
typescript:
54815481
optional: true
5482-
checksum: 1a442d6b776fc1dca4fe104bac77eae0a59b807ba11cef00dec8f5dbbc0fb4e5fc10519eac03dd94d52e4dd6d814800d0e5c0a3bd43eefce80d829c65ba47ad0
5482+
checksum: d324d32a69e06ab12aacb72cd3e2a8eb8ade6c2a4d4e6bb013941588a675e818a8ebd973bef1cd818da6a76eb00908bf66d84ef214c3f015dfcb40f8067a335e
54835483
languageName: node
54845484
linkType: hard
54855485

5486-
"@typescript-eslint/scope-manager@npm:5.59.0":
5487-
version: 5.59.0
5488-
resolution: "@typescript-eslint/scope-manager@npm:5.59.0"
5486+
"@typescript-eslint/scope-manager@npm:5.59.1":
5487+
version: 5.59.1
5488+
resolution: "@typescript-eslint/scope-manager@npm:5.59.1"
54895489
dependencies:
5490-
"@typescript-eslint/types": 5.59.0
5491-
"@typescript-eslint/visitor-keys": 5.59.0
5492-
checksum: dd89cd34291f7674edcbe9628748faa61dbf7199f9776586167e81fd91b93ba3a7f0ddd493c559c0dbb805b58629858fae648d56550e8ac5330b2ed1802b0178
5490+
"@typescript-eslint/types": 5.59.1
5491+
"@typescript-eslint/visitor-keys": 5.59.1
5492+
checksum: ae7758181d0f18d1ad20abf95164553fa98c20410968d538ac7abd430ec59f69e30d4da16ad968d029feced1ed49abc65daf6685c996eb4529d798e8320204ff
54935493
languageName: node
54945494
linkType: hard
54955495

5496-
"@typescript-eslint/type-utils@npm:5.59.0":
5497-
version: 5.59.0
5498-
resolution: "@typescript-eslint/type-utils@npm:5.59.0"
5496+
"@typescript-eslint/type-utils@npm:5.59.1":
5497+
version: 5.59.1
5498+
resolution: "@typescript-eslint/type-utils@npm:5.59.1"
54995499
dependencies:
5500-
"@typescript-eslint/typescript-estree": 5.59.0
5501-
"@typescript-eslint/utils": 5.59.0
5500+
"@typescript-eslint/typescript-estree": 5.59.1
5501+
"@typescript-eslint/utils": 5.59.1
55025502
debug: ^4.3.4
55035503
tsutils: ^3.21.0
55045504
peerDependencies:
55055505
eslint: "*"
55065506
peerDependenciesMeta:
55075507
typescript:
55085508
optional: true
5509-
checksum: 811981ea117808315fe37ce8489ae6e20979f588cf0fdef2bd969d58c505ececff0bccf7957f3b178933028433ce28764ebc9fea32a35a4c2da81b5b1e98b454
5509+
checksum: ff46cc049995bb6505a6170550a9e658c42cd5699a95e1976822318fef2963381223505f797051fc727938ace66d4a7dc072a4b4cadbbdf91d2fda1a16c05c98
55105510
languageName: node
55115511
linkType: hard
55125512

5513-
"@typescript-eslint/types@npm:5.59.0":
5514-
version: 5.59.0
5515-
resolution: "@typescript-eslint/types@npm:5.59.0"
5516-
checksum: 5dc608a867b07b4262a236a264a65e894f841388b3aba461c4c1a30d76a2c3aed0c6a1e3d1ea2f64cce55e783091bafb826bf01a0ef83258820af63da860addf
5513+
"@typescript-eslint/types@npm:5.59.1":
5514+
version: 5.59.1
5515+
resolution: "@typescript-eslint/types@npm:5.59.1"
5516+
checksum: 40ea7ccf59c4951797d3761e53c866a5979e07fbdabef9dc07d3a3f625a99d4318d5329ae8e628cdfdc0bb9bb6e6d8dfb740f33c7bf318e63fa0a863b9ae85c7
55175517
languageName: node
55185518
linkType: hard
55195519

5520-
"@typescript-eslint/typescript-estree@npm:5.59.0":
5521-
version: 5.59.0
5522-
resolution: "@typescript-eslint/typescript-estree@npm:5.59.0"
5520+
"@typescript-eslint/typescript-estree@npm:5.59.1":
5521+
version: 5.59.1
5522+
resolution: "@typescript-eslint/typescript-estree@npm:5.59.1"
55235523
dependencies:
5524-
"@typescript-eslint/types": 5.59.0
5525-
"@typescript-eslint/visitor-keys": 5.59.0
5524+
"@typescript-eslint/types": 5.59.1
5525+
"@typescript-eslint/visitor-keys": 5.59.1
55265526
debug: ^4.3.4
55275527
globby: ^11.1.0
55285528
is-glob: ^4.0.3
@@ -5531,35 +5531,35 @@ __metadata:
55315531
peerDependenciesMeta:
55325532
typescript:
55335533
optional: true
5534-
checksum: d80f2766e2830dc830b9f4f1b9e744e1e7a285ebe72babdf0970f75bfe26cb832c6623bb836a53c48f1e707069d1e407ac1ea095bd583807007f713ba6e2e0e1
5534+
checksum: e33081937225f38e717ac2f9e90c4a8c6b71b701923eea3e03be76d8c466f0d3c6a4ec1d65c9fc1da4f1989416d386305353c5b53aa736d3af9503061001e3eb
55355535
languageName: node
55365536
linkType: hard
55375537

5538-
"@typescript-eslint/utils@npm:5.59.0":
5539-
version: 5.59.0
5540-
resolution: "@typescript-eslint/utils@npm:5.59.0"
5538+
"@typescript-eslint/utils@npm:5.59.1":
5539+
version: 5.59.1
5540+
resolution: "@typescript-eslint/utils@npm:5.59.1"
55415541
dependencies:
55425542
"@eslint-community/eslint-utils": ^4.2.0
55435543
"@types/json-schema": ^7.0.9
55445544
"@types/semver": ^7.3.12
5545-
"@typescript-eslint/scope-manager": 5.59.0
5546-
"@typescript-eslint/types": 5.59.0
5547-
"@typescript-eslint/typescript-estree": 5.59.0
5545+
"@typescript-eslint/scope-manager": 5.59.1
5546+
"@typescript-eslint/types": 5.59.1
5547+
"@typescript-eslint/typescript-estree": 5.59.1
55485548
eslint-scope: ^5.1.1
55495549
semver: ^7.3.7
55505550
peerDependencies:
55515551
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
5552-
checksum: 228318df02f2381f859af184cafa5de4146a2e1518a5062444bf9bd7d468e058f9bd93a3e46cc4683d9bd02159648f416e5c7c539901ca16142456cae3c1af5f
5552+
checksum: ca32c90efa57e937ebf812221e070c0604ca99f900fbca60578b42d40c923d5a94fd9503cf5918ecd75b687b68a1be562f7c6593a329bc40b880c95036a021c0
55535553
languageName: node
55545554
linkType: hard
55555555

5556-
"@typescript-eslint/visitor-keys@npm:5.59.0":
5557-
version: 5.59.0
5558-
resolution: "@typescript-eslint/visitor-keys@npm:5.59.0"
5556+
"@typescript-eslint/visitor-keys@npm:5.59.1":
5557+
version: 5.59.1
5558+
resolution: "@typescript-eslint/visitor-keys@npm:5.59.1"
55595559
dependencies:
5560-
"@typescript-eslint/types": 5.59.0
5560+
"@typescript-eslint/types": 5.59.1
55615561
eslint-visitor-keys: ^3.3.0
5562-
checksum: e21656de02e221a27a5fe9f7fd34a1ca28530e47675134425f84fd0d1f276695fe39e35120837a491b02255d49aa2fd871e2c858ecccc66c687db972d057bd1c
5562+
checksum: f98e399147310cad67de718a8a6336f053d46753bade380c89ddac3dd49512555c3f613636b255ce0b5e2b004654d1c167eb5e53fc8085148b637a5afc20cdd8
55635563
languageName: node
55645564
linkType: hard
55655565

@@ -11021,7 +11021,7 @@ __metadata:
1102111021
dependencies:
1102211022
"@anansi/babel-preset": 4.2.2
1102311023
"@anansi/browserslist-config": 1.4.2
11024-
"@anansi/eslint-plugin": 0.16.8
11024+
"@anansi/eslint-plugin": 0.16.9
1102511025
"@anansi/router": 0.7.34
1102611026
"@anansi/webpack-config": 15.0.11
1102711027
"@ant-design/icons": ^5.0.0
@@ -11041,8 +11041,8 @@ __metadata:
1104111041
"@types/react": 18.0.37
1104211042
"@types/react-dom": 18.0.11
1104311043
"@types/uuid": ^9.0.0
11044-
"@typescript-eslint/eslint-plugin": 5.59.0
11045-
"@typescript-eslint/parser": 5.59.0
11044+
"@typescript-eslint/eslint-plugin": 5.59.1
11045+
"@typescript-eslint/parser": 5.59.1
1104611046
antd: 5.4.3
1104711047
eslint: 8.39.0
1104811048
eslint-plugin-babel: ^5.3.1
@@ -11051,7 +11051,7 @@ __metadata:
1105111051
eslint-plugin-react: 7.32.2
1105211052
eslint-plugin-react-hooks: 4.6.0
1105311053
parse-link-header: ^2.0.0
11054-
prettier: 2.8.7
11054+
prettier: 2.8.8
1105511055
react: 18.2.0
1105611056
react-dom: 18.2.0
1105711057
react-error-boundary: ^4.0.0
@@ -17761,12 +17761,12 @@ __metadata:
1776117761
languageName: node
1776217762
linkType: hard
1776317763

17764-
"prettier@npm:2.8.7, prettier@npm:^2.7.1":
17765-
version: 2.8.7
17766-
resolution: "prettier@npm:2.8.7"
17764+
"prettier@npm:2.8.8, prettier@npm:^2.7.1":
17765+
version: 2.8.8
17766+
resolution: "prettier@npm:2.8.8"
1776717767
bin:
1776817768
prettier: bin-prettier.js
17769-
checksum: fdc8f2616f099f5f0d685907f4449a70595a0fc1d081a88919604375989e0d5e9168d6121d8cc6861f21990b31665828e00472544d785d5940ea08a17660c3a6
17769+
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
1777017770
languageName: node
1777117771
linkType: hard
1777217772

@@ -19806,7 +19806,7 @@ __metadata:
1980619806
dependencies:
1980719807
"@anansi/babel-preset": 4.2.2
1980819808
"@anansi/browserslist-config": 1.4.2
19809-
"@anansi/eslint-plugin": 0.16.8
19809+
"@anansi/eslint-plugin": 0.16.9
1981019810
"@anansi/jest-preset": 0.10.8
1981119811
"@babel/cli": 7.21.0
1981219812
"@babel/core": 7.21.4
@@ -19825,8 +19825,8 @@ __metadata:
1982519825
"@types/jest": 29.5.0
1982619826
"@types/node": 18.15.11
1982719827
"@types/react": 18.0.37
19828-
"@typescript-eslint/eslint-plugin": 5.59.0
19829-
"@typescript-eslint/parser": 5.59.0
19828+
"@typescript-eslint/eslint-plugin": 5.59.1
19829+
"@typescript-eslint/parser": 5.59.1
1983019830
babel-plugin-module-resolver: 5.0.0
1983119831
benchmark: ^2.1.4
1983219832
conventional-changelog-anansi: ^0.2.0
@@ -19849,7 +19849,7 @@ __metadata:
1984919849
nock: 13.3.0
1985019850
node-fetch: ^3.3.0
1985119851
npm-run-all: ^4.1.5
19852-
prettier: 2.8.7
19852+
prettier: 2.8.8
1985319853
react: 18.2.0
1985419854
react-dom: 18.2.0
1985519855
react-native: 0.71.7
@@ -21438,7 +21438,7 @@ __metadata:
2143821438
dependencies:
2143921439
"@anansi/babel-preset": 4.2.2
2144021440
"@anansi/browserslist-config": 1.4.2
21441-
"@anansi/eslint-plugin": 0.16.8
21441+
"@anansi/eslint-plugin": 0.16.9
2144221442
"@anansi/webpack-config": 15.0.11
2144321443
"@babel/core": 7.21.4
2144421444
"@linaria/babel-preset": 4.4.4
@@ -21451,15 +21451,15 @@ __metadata:
2145121451
"@types/eslint": 8.37.0
2145221452
"@types/prettier": 2.7.2
2145321453
"@types/react-dom": 18.0.11
21454-
"@typescript-eslint/eslint-plugin": 5.59.0
21455-
"@typescript-eslint/parser": 5.59.0
21454+
"@typescript-eslint/eslint-plugin": 5.59.1
21455+
"@typescript-eslint/parser": 5.59.1
2145621456
eslint: 8.39.0
2145721457
eslint-plugin-babel: ^5.3.1
2145821458
eslint-plugin-import: 2.27.5
2145921459
eslint-plugin-prettier: 4.2.1
2146021460
eslint-plugin-react: 7.32.2
2146121461
eslint-plugin-react-hooks: 4.6.0
21462-
prettier: 2.8.7
21462+
prettier: 2.8.8
2146321463
react: 18.2.0
2146421464
react-dom: 18.2.0
2146521465
react-refresh: 0.14.0

0 commit comments

Comments
 (0)