Skip to content

Commit 8ac5936

Browse files
chore(deps): update dependency eslint-config-next to v14.2.13
1 parent c9727c1 commit 8ac5936

File tree

2 files changed

+136
-60
lines changed

2 files changed

+136
-60
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"autoprefixer": "^10.0.1",
5959
"babel-jest": "^29.7.0",
6060
"eslint": "^8",
61-
"eslint-config-next": "14.2.2",
61+
"eslint-config-next": "14.2.13",
6262
"eslint-plugin-unused-imports": "^3.1.0",
6363
"graphql-codegen": "^0.4.0",
6464
"husky": "^9.0.11",

yarn.lock

Lines changed: 135 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ __metadata:
13401340
languageName: node
13411341
linkType: hard
13421342

1343-
"@eslint-community/eslint-utils@npm:^4.2.0":
1343+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
13441344
version: 4.4.0
13451345
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
13461346
dependencies:
@@ -1351,6 +1351,13 @@ __metadata:
13511351
languageName: node
13521352
linkType: hard
13531353

1354+
"@eslint-community/regexpp@npm:^4.10.0":
1355+
version: 4.11.1
1356+
resolution: "@eslint-community/regexpp@npm:4.11.1"
1357+
checksum: 10c0/fbcc1cb65ef5ed5b92faa8dc542e035269065e7ebcc0b39c81a4fe98ad35cfff20b3c8df048641de15a7757e07d69f85e2579c1a5055f993413ba18c055654f8
1358+
languageName: node
1359+
linkType: hard
1360+
13541361
"@eslint-community/regexpp@npm:^4.6.1":
13551362
version: 4.10.0
13561363
resolution: "@eslint-community/regexpp@npm:4.10.0"
@@ -2842,12 +2849,12 @@ __metadata:
28422849
languageName: node
28432850
linkType: hard
28442851

2845-
"@next/eslint-plugin-next@npm:14.2.2":
2846-
version: 14.2.2
2847-
resolution: "@next/eslint-plugin-next@npm:14.2.2"
2852+
"@next/eslint-plugin-next@npm:14.2.13":
2853+
version: 14.2.13
2854+
resolution: "@next/eslint-plugin-next@npm:14.2.13"
28482855
dependencies:
28492856
glob: "npm:10.3.10"
2850-
checksum: 10c0/57bc8e9aac4c7de06edc0a27895803c6d987b7262d035eb5c1dd8c17545e2a3fc50f329052b229ae1093a320893b7a0265a77188a10ea62ffc893fa9060a5243
2857+
checksum: 10c0/8ef8e6289f0e447f0e59aca1f70594be0b4b9f23723684f7ad6eb58ca8b874d05dd3577feddafd3953aa302272c5bc525e369bcc0eeaabc7264e5ad9bac98d95
28512858
languageName: node
28522859
linkType: hard
28532860

@@ -3289,67 +3296,119 @@ __metadata:
32893296
languageName: node
32903297
linkType: hard
32913298

3292-
"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0":
3293-
version: 7.2.0
3294-
resolution: "@typescript-eslint/parser@npm:7.2.0"
3299+
"@typescript-eslint/eslint-plugin@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
3300+
version: 8.6.0
3301+
resolution: "@typescript-eslint/eslint-plugin@npm:8.6.0"
3302+
dependencies:
3303+
"@eslint-community/regexpp": "npm:^4.10.0"
3304+
"@typescript-eslint/scope-manager": "npm:8.6.0"
3305+
"@typescript-eslint/type-utils": "npm:8.6.0"
3306+
"@typescript-eslint/utils": "npm:8.6.0"
3307+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
3308+
graphemer: "npm:^1.4.0"
3309+
ignore: "npm:^5.3.1"
3310+
natural-compare: "npm:^1.4.0"
3311+
ts-api-utils: "npm:^1.3.0"
3312+
peerDependencies:
3313+
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
3314+
eslint: ^8.57.0 || ^9.0.0
3315+
peerDependenciesMeta:
3316+
typescript:
3317+
optional: true
3318+
checksum: 10c0/c777f01535b896d3092f9886a67ccf9e50bf9e0f581ffab607c5e95dbf3092299b0d9f3e6041b134d69059a6fa5691785940b81015f73bb9a0e9d1605f6442ea
3319+
languageName: node
3320+
linkType: hard
3321+
3322+
"@typescript-eslint/parser@npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
3323+
version: 8.6.0
3324+
resolution: "@typescript-eslint/parser@npm:8.6.0"
32953325
dependencies:
3296-
"@typescript-eslint/scope-manager": "npm:7.2.0"
3297-
"@typescript-eslint/types": "npm:7.2.0"
3298-
"@typescript-eslint/typescript-estree": "npm:7.2.0"
3299-
"@typescript-eslint/visitor-keys": "npm:7.2.0"
3326+
"@typescript-eslint/scope-manager": "npm:8.6.0"
3327+
"@typescript-eslint/types": "npm:8.6.0"
3328+
"@typescript-eslint/typescript-estree": "npm:8.6.0"
3329+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
33003330
debug: "npm:^4.3.4"
33013331
peerDependencies:
3302-
eslint: ^8.56.0
3332+
eslint: ^8.57.0 || ^9.0.0
33033333
peerDependenciesMeta:
33043334
typescript:
33053335
optional: true
3306-
checksum: 10c0/11ce36c68212fdbf98fc6fd32ba0977d46b645fd669a3f4fdb8be2036225f86ad005b31a66f97097e90517c44c92cf9cc5fb1d6e9647ee2fa125c4af21cdb477
3336+
checksum: 10c0/3f280d289b486359194d422d89df9896b3f10a6d45cdf851d1d5f3200489271a31ab503c127cb5656f9b0ad6d795dd708b960f21fb105750aac19f41f8f815d1
33073337
languageName: node
33083338
linkType: hard
33093339

3310-
"@typescript-eslint/scope-manager@npm:7.2.0":
3311-
version: 7.2.0
3312-
resolution: "@typescript-eslint/scope-manager@npm:7.2.0"
3340+
"@typescript-eslint/scope-manager@npm:8.6.0":
3341+
version: 8.6.0
3342+
resolution: "@typescript-eslint/scope-manager@npm:8.6.0"
33133343
dependencies:
3314-
"@typescript-eslint/types": "npm:7.2.0"
3315-
"@typescript-eslint/visitor-keys": "npm:7.2.0"
3316-
checksum: 10c0/4d088c127e6ba1a7de8567f70684779083be24b48746c3b4a86a0ec7062bca58693ee08482349ad6572a17ada8aa6f26b74d1c7139c8fcf7101fa09a572e0ea6
3344+
"@typescript-eslint/types": "npm:8.6.0"
3345+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
3346+
checksum: 10c0/37092ef70171c06854ac67ebfb2255063890c1c6133654e6b15b6adb6d2ab83de4feafd1599f4d02ed71a018226fcb3a389021758ec045e1904fb1798e90b4fe
33173347
languageName: node
33183348
linkType: hard
33193349

3320-
"@typescript-eslint/types@npm:7.2.0":
3321-
version: 7.2.0
3322-
resolution: "@typescript-eslint/types@npm:7.2.0"
3323-
checksum: 10c0/135aae061720185855bea61ea6cfd33f4801d2de57f65e50079bbdb505100f844632aa4e4bdeec9e9e79d29aaddad949178d0e918e41867da6ab4b1390820e33
3350+
"@typescript-eslint/type-utils@npm:8.6.0":
3351+
version: 8.6.0
3352+
resolution: "@typescript-eslint/type-utils@npm:8.6.0"
3353+
dependencies:
3354+
"@typescript-eslint/typescript-estree": "npm:8.6.0"
3355+
"@typescript-eslint/utils": "npm:8.6.0"
3356+
debug: "npm:^4.3.4"
3357+
ts-api-utils: "npm:^1.3.0"
3358+
peerDependenciesMeta:
3359+
typescript:
3360+
optional: true
3361+
checksum: 10c0/914b4637caa40c102117655a9b4451e0db611a61309ed39d6c57522655463c059f4dfd4e2d7ffdefcc9ab7533be21fb877b740c58f5be11f3530aa29f3d2cb62
33243362
languageName: node
33253363
linkType: hard
33263364

3327-
"@typescript-eslint/typescript-estree@npm:7.2.0":
3328-
version: 7.2.0
3329-
resolution: "@typescript-eslint/typescript-estree@npm:7.2.0"
3365+
"@typescript-eslint/types@npm:8.6.0":
3366+
version: 8.6.0
3367+
resolution: "@typescript-eslint/types@npm:8.6.0"
3368+
checksum: 10c0/e7051d212252f7d1905b5527b211e335db4ec5bb1d3a52d73c8d2de6ddf5cbc981f2c92ca9ffcef35f7447bda635ea1ccce5f884ade7f243d14f2a254982c698
3369+
languageName: node
3370+
linkType: hard
3371+
3372+
"@typescript-eslint/typescript-estree@npm:8.6.0":
3373+
version: 8.6.0
3374+
resolution: "@typescript-eslint/typescript-estree@npm:8.6.0"
33303375
dependencies:
3331-
"@typescript-eslint/types": "npm:7.2.0"
3332-
"@typescript-eslint/visitor-keys": "npm:7.2.0"
3376+
"@typescript-eslint/types": "npm:8.6.0"
3377+
"@typescript-eslint/visitor-keys": "npm:8.6.0"
33333378
debug: "npm:^4.3.4"
3334-
globby: "npm:^11.1.0"
3379+
fast-glob: "npm:^3.3.2"
33353380
is-glob: "npm:^4.0.3"
3336-
minimatch: "npm:9.0.3"
3337-
semver: "npm:^7.5.4"
3338-
ts-api-utils: "npm:^1.0.1"
3381+
minimatch: "npm:^9.0.4"
3382+
semver: "npm:^7.6.0"
3383+
ts-api-utils: "npm:^1.3.0"
33393384
peerDependenciesMeta:
33403385
typescript:
33413386
optional: true
3342-
checksum: 10c0/2730bb17730e6f3ca4061f00688a70386a808f5d174fdeb757c3cfa92c455373f69080df33237c1a8970e818af0cea0ae5a083970ed8ba493f3b04458c6f9271
3387+
checksum: 10c0/33ab8c03221a797865301f09d1d198c67f8b0e3dbf0d13e41f699dc2740242303a9fcfd7b38302cef318541fdedd832fd6e8ba34a5041a57e9114fa134045385
33433388
languageName: node
33443389
linkType: hard
33453390

3346-
"@typescript-eslint/visitor-keys@npm:7.2.0":
3347-
version: 7.2.0
3348-
resolution: "@typescript-eslint/visitor-keys@npm:7.2.0"
3391+
"@typescript-eslint/utils@npm:8.6.0":
3392+
version: 8.6.0
3393+
resolution: "@typescript-eslint/utils@npm:8.6.0"
33493394
dependencies:
3350-
"@typescript-eslint/types": "npm:7.2.0"
3351-
eslint-visitor-keys: "npm:^3.4.1"
3352-
checksum: 10c0/2d7467495b2b76f3edb1b3047e97076c2242e7eca6d50bbbdd88219f9ff754dbcb9334a0568fe0ceb4c562823980938bd278aa2ba53da6343e7d99a167924f24
3395+
"@eslint-community/eslint-utils": "npm:^4.4.0"
3396+
"@typescript-eslint/scope-manager": "npm:8.6.0"
3397+
"@typescript-eslint/types": "npm:8.6.0"
3398+
"@typescript-eslint/typescript-estree": "npm:8.6.0"
3399+
peerDependencies:
3400+
eslint: ^8.57.0 || ^9.0.0
3401+
checksum: 10c0/5b615106342dfdf09f5a73e2554cc0c4d979c262a9a4548eb76ec7045768e0ff0bf0316cf8a5eb5404689cd476fcd335fc84f90eb985557559e42aeee33d687e
3402+
languageName: node
3403+
linkType: hard
3404+
3405+
"@typescript-eslint/visitor-keys@npm:8.6.0":
3406+
version: 8.6.0
3407+
resolution: "@typescript-eslint/visitor-keys@npm:8.6.0"
3408+
dependencies:
3409+
"@typescript-eslint/types": "npm:8.6.0"
3410+
eslint-visitor-keys: "npm:^3.4.3"
3411+
checksum: 10c0/9bd5d5daee9de7e009fdd1b64b1eca685a699d1b2639373bc279c97e25e769fff56fffef708ef66a2b19bc8bb201d36daf9e7084f0e0872178bfcf9d923b41f3
33533412
languageName: node
33543413
linkType: hard
33553414

@@ -5362,13 +5421,14 @@ __metadata:
53625421
languageName: node
53635422
linkType: hard
53645423

5365-
"eslint-config-next@npm:14.2.2":
5366-
version: 14.2.2
5367-
resolution: "eslint-config-next@npm:14.2.2"
5424+
"eslint-config-next@npm:14.2.13":
5425+
version: 14.2.13
5426+
resolution: "eslint-config-next@npm:14.2.13"
53685427
dependencies:
5369-
"@next/eslint-plugin-next": "npm:14.2.2"
5428+
"@next/eslint-plugin-next": "npm:14.2.13"
53705429
"@rushstack/eslint-patch": "npm:^1.3.3"
5371-
"@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0"
5430+
"@typescript-eslint/eslint-plugin": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
5431+
"@typescript-eslint/parser": "npm:^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
53725432
eslint-import-resolver-node: "npm:^0.3.6"
53735433
eslint-import-resolver-typescript: "npm:^3.5.2"
53745434
eslint-plugin-import: "npm:^2.28.1"
@@ -5381,7 +5441,7 @@ __metadata:
53815441
peerDependenciesMeta:
53825442
typescript:
53835443
optional: true
5384-
checksum: 10c0/5aeee4b58ff922217bf81943c1ea95717a68e7dbe306ff271e762f1546e48b5261d8c240195233b39cc9b584268d7f368e0703001f650422a4bff35691b369f3
5444+
checksum: 10c0/b6cf0f0f9c910eda69e442553dc08a024e9314ee0c60924660aa446ad68109161955b7a9646afd2ba9bd2f786888cb016197bd6a16ba5411267cf70f2934e5fe
53855445
languageName: node
53865446
linkType: hard
53875447

@@ -5749,7 +5809,7 @@ __metadata:
57495809
languageName: node
57505810
linkType: hard
57515811

5752-
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.0, fast-glob@npm:^3.3.1":
5812+
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.0, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.2":
57535813
version: 3.3.2
57545814
resolution: "fast-glob@npm:3.3.2"
57555815
dependencies:
@@ -6199,7 +6259,7 @@ __metadata:
61996259
languageName: node
62006260
linkType: hard
62016261

6202-
"globby@npm:^11.0.3, globby@npm:^11.1.0":
6262+
"globby@npm:^11.0.3":
62036263
version: 11.1.0
62046264
resolution: "globby@npm:11.1.0"
62056265
dependencies:
@@ -6531,6 +6591,13 @@ __metadata:
65316591
languageName: node
65326592
linkType: hard
65336593

6594+
"ignore@npm:^5.3.1":
6595+
version: 5.3.2
6596+
resolution: "ignore@npm:5.3.2"
6597+
checksum: 10c0/f9f652c957983634ded1e7f02da3b559a0d4cc210fca3792cb67f1b153623c9c42efdc1c4121af171e295444459fc4a9201101fb041b1104a3c000bccb188337
6598+
languageName: node
6599+
linkType: hard
6600+
65346601
"immutable@npm:~3.7.6":
65356602
version: 3.7.6
65366603
resolution: "immutable@npm:3.7.6"
@@ -8305,15 +8372,6 @@ __metadata:
83058372
languageName: node
83068373
linkType: hard
83078374

8308-
"minimatch@npm:9.0.3, minimatch@npm:^9.0.1":
8309-
version: 9.0.3
8310-
resolution: "minimatch@npm:9.0.3"
8311-
dependencies:
8312-
brace-expansion: "npm:^2.0.1"
8313-
checksum: 10c0/85f407dcd38ac3e180f425e86553911d101455ca3ad5544d6a7cec16286657e4f8a9aa6695803025c55e31e35a91a2252b5dc8e7d527211278b8b65b4dbd5eac
8314-
languageName: node
8315-
linkType: hard
8316-
83178375
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
83188376
version: 3.1.2
83198377
resolution: "minimatch@npm:3.1.2"
@@ -8332,6 +8390,24 @@ __metadata:
83328390
languageName: node
83338391
linkType: hard
83348392

8393+
"minimatch@npm:^9.0.1":
8394+
version: 9.0.3
8395+
resolution: "minimatch@npm:9.0.3"
8396+
dependencies:
8397+
brace-expansion: "npm:^2.0.1"
8398+
checksum: 10c0/85f407dcd38ac3e180f425e86553911d101455ca3ad5544d6a7cec16286657e4f8a9aa6695803025c55e31e35a91a2252b5dc8e7d527211278b8b65b4dbd5eac
8399+
languageName: node
8400+
linkType: hard
8401+
8402+
"minimatch@npm:^9.0.4":
8403+
version: 9.0.5
8404+
resolution: "minimatch@npm:9.0.5"
8405+
dependencies:
8406+
brace-expansion: "npm:^2.0.1"
8407+
checksum: 10c0/de96cf5e35bdf0eab3e2c853522f98ffbe9a36c37797778d2665231ec1f20a9447a7e567cb640901f89e4daaa95ae5d70c65a9e8aa2bb0019b6facbc3c0575ed
8408+
languageName: node
8409+
linkType: hard
8410+
83358411
"minimist@npm:^1.2.0, minimist@npm:^1.2.6, minimist@npm:^1.2.8":
83368412
version: 1.2.8
83378413
resolution: "minimist@npm:1.2.8"
@@ -8599,7 +8675,7 @@ __metadata:
85998675
babel-jest: "npm:^29.7.0"
86008676
deepmerge: "npm:^4.3.1"
86018677
eslint: "npm:^8"
8602-
eslint-config-next: "npm:14.2.2"
8678+
eslint-config-next: "npm:14.2.13"
86038679
eslint-plugin-unused-imports: "npm:^3.1.0"
86048680
graphql: "npm:^16.8.1"
86058681
graphql-codegen: "npm:^0.4.0"
@@ -10997,7 +11073,7 @@ __metadata:
1099711073
languageName: node
1099811074
linkType: hard
1099911075

11000-
"ts-api-utils@npm:^1.0.1":
11076+
"ts-api-utils@npm:^1.3.0":
1100111077
version: 1.3.0
1100211078
resolution: "ts-api-utils@npm:1.3.0"
1100311079
peerDependencies:

0 commit comments

Comments
 (0)