Skip to content

Commit 8024175

Browse files
chore(deps): update dependency eslint to v10.8.0 (#2367)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2468df4 commit 8024175

8 files changed

Lines changed: 42 additions & 24 deletions

File tree

examples/custom-esbuild/sanity-esbuild-app-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "24.13.3",
3737
"angular-eslint": "22.1.0",
3838
"cypress": "15.19.0",
39-
"eslint": "10.7.0",
39+
"eslint": "10.8.0",
4040
"puppeteer": "25.3.0",
4141
"typescript": "6.0.3",
4242
"typescript-eslint": "8.65.0",

examples/custom-esbuild/sanity-esbuild-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "24.13.3",
3737
"angular-eslint": "22.1.0",
3838
"cypress": "15.19.0",
39-
"eslint": "10.7.0",
39+
"eslint": "10.8.0",
4040
"puppeteer": "25.3.0",
4141
"typescript": "6.0.3",
4242
"typescript-eslint": "8.65.0",

examples/custom-webpack/full-cycle-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "24.13.3",
3737
"angular-eslint": "22.1.0",
3838
"cypress": "15.19.0",
39-
"eslint": "10.7.0",
39+
"eslint": "10.8.0",
4040
"html-webpack-plugin": "5.6.8",
4141
"jasmine-core": "6.3.0",
4242
"karma": "6.4.4",

examples/custom-webpack/sanity-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "24.13.3",
3737
"angular-eslint": "22.1.0",
3838
"cypress": "15.19.0",
39-
"eslint": "10.7.0",
39+
"eslint": "10.8.0",
4040
"jasmine-core": "6.3.0",
4141
"karma": "6.4.4",
4242
"karma-chrome-launcher": "3.2.0",

examples/jest/multiple-apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "24.13.3",
3737
"angular-eslint": "22.1.0",
3838
"cypress": "15.19.0",
39-
"eslint": "10.7.0",
39+
"eslint": "10.8.0",
4040
"jest": "30.4.2",
4141
"jest-environment-jsdom": "30.4.1",
4242
"jsdom": "29.1.1",

examples/jest/simple-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/node": "24.13.3",
4040
"angular-eslint": "22.1.0",
4141
"cypress": "15.19.0",
42-
"eslint": "10.7.0",
42+
"eslint": "10.8.0",
4343
"jasmine-core": "6.3.0",
4444
"jest": "30.4.2",
4545
"jest-environment-jsdom": "30.4.1",

examples/timestamp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "24.13.3",
3939
"angular-eslint": "22.1.0",
4040
"cypress": "15.19.0",
41-
"eslint": "10.7.0",
41+
"eslint": "10.8.0",
4242
"jasmine-core": "6.3.0",
4343
"karma": "6.4.4",
4444
"karma-chrome-launcher": "3.2.0",

yarn.lock

Lines changed: 35 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3490,12 +3490,12 @@ __metadata:
34903490
languageName: node
34913491
linkType: hard
34923492

3493-
"@eslint/config-helpers@npm:^0.6.0":
3494-
version: 0.6.0
3495-
resolution: "@eslint/config-helpers@npm:0.6.0"
3493+
"@eslint/config-helpers@npm:^0.7.0":
3494+
version: 0.7.0
3495+
resolution: "@eslint/config-helpers@npm:0.7.0"
34963496
dependencies:
34973497
"@eslint/core": "npm:^1.2.1"
3498-
checksum: 10c0/f9af20e8b60b0ba27edb74b8eb40c0c5d51a9bf9baf9e053bb57833a87cb0a1c49b4dfaad88fc24d49c907ad1324c8a0b668684fa9c321351dac4bc9155ec10a
3498+
checksum: 10c0/fd40d57d6f1db49f7b647048b88a433dc7f6522ef3edf855a43cb526ef4fc40622ceed0dc8de2e03d254f30f8e035370570de1d4bd8e7c2b1200131451e0d331
34993499
languageName: node
35003500
linkType: hard
35013501

@@ -8381,6 +8381,15 @@ __metadata:
83818381
languageName: node
83828382
linkType: hard
83838383

8384+
"brace-expansion@npm:^5.0.8":
8385+
version: 5.0.8
8386+
resolution: "brace-expansion@npm:5.0.8"
8387+
dependencies:
8388+
balanced-match: "npm:^4.0.2"
8389+
checksum: 10c0/73304caafd00fdc5b0168e693ac15bf25b6357dec76d1195fcd628fe2cf99c46f9c889a7ecfa3cfe236dbd2d5ce3e27a6ccc4370b46d475d0d19081e11f86019
8390+
languageName: node
8391+
linkType: hard
8392+
83848393
"braces@npm:^3.0.2, braces@npm:^3.0.3, braces@npm:~3.0.2":
83858394
version: 3.0.3
83868395
resolution: "braces@npm:3.0.3"
@@ -10586,14 +10595,14 @@ __metadata:
1058610595
languageName: node
1058710596
linkType: hard
1058810597

10589-
"eslint@npm:10.7.0":
10590-
version: 10.7.0
10591-
resolution: "eslint@npm:10.7.0"
10598+
"eslint@npm:10.8.0":
10599+
version: 10.8.0
10600+
resolution: "eslint@npm:10.8.0"
1059210601
dependencies:
1059310602
"@eslint-community/eslint-utils": "npm:^4.8.0"
1059410603
"@eslint-community/regexpp": "npm:^4.12.2"
1059510604
"@eslint/config-array": "npm:^0.23.5"
10596-
"@eslint/config-helpers": "npm:^0.6.0"
10605+
"@eslint/config-helpers": "npm:^0.7.0"
1059710606
"@eslint/core": "npm:^1.2.1"
1059810607
"@eslint/plugin-kit": "npm:^0.7.2"
1059910608
"@humanfs/node": "npm:^0.16.6"
@@ -10617,7 +10626,7 @@ __metadata:
1061710626
imurmurhash: "npm:^0.1.4"
1061810627
is-glob: "npm:^4.0.0"
1061910628
json-stable-stringify-without-jsonify: "npm:^1.0.1"
10620-
minimatch: "npm:^10.2.4"
10629+
minimatch: "npm:^10.2.5"
1062110630
natural-compare: "npm:^1.4.0"
1062210631
optionator: "npm:^0.9.3"
1062310632
peerDependencies:
@@ -10627,7 +10636,7 @@ __metadata:
1062710636
optional: true
1062810637
bin:
1062910638
eslint: bin/eslint.js
10630-
checksum: 10c0/d9415f506730c098ab8897da39f5719cdf9d1026c9511c322d4a272677f904b7d43ff423d63ee941c9a03d74d1a75563ce2668886734b1f293b22e57911a6dd6
10639+
checksum: 10c0/2dbc523578834088615f388e08418d2620b25655f7a398f6d415765fa2a3a25d6b8b43bd3293d40f977e12752323a841d52654a2648697a00c0102c9794bb3dc
1063110640
languageName: node
1063210641
linkType: hard
1063310642

@@ -11385,7 +11394,7 @@ __metadata:
1138511394
"@types/node": "npm:24.13.3"
1138611395
angular-eslint: "npm:22.1.0"
1138711396
cypress: "npm:15.19.0"
11388-
eslint: "npm:10.7.0"
11397+
eslint: "npm:10.8.0"
1138911398
html-webpack-plugin: "npm:5.6.8"
1139011399
jasmine-core: "npm:6.3.0"
1139111400
karma: "npm:6.4.4"
@@ -14486,6 +14495,15 @@ __metadata:
1448614495
languageName: node
1448714496
linkType: hard
1448814497

14498+
"minimatch@npm:^10.2.5":
14499+
version: 10.2.6
14500+
resolution: "minimatch@npm:10.2.6"
14501+
dependencies:
14502+
brace-expansion: "npm:^5.0.8"
14503+
checksum: 10c0/4559a836243b98bd4d17ea9f7edae698717c76399eea7be374f3737f33164e4907f19e9726891ddeb122f750a5a7fa80d2ac43e851d6e5984dc4ff42ec127d3a
14504+
languageName: node
14505+
linkType: hard
14506+
1448914507
"minimatch@npm:^3.0.3, minimatch@npm:^3.0.4, minimatch@npm:^3.1.1":
1449014508
version: 3.1.5
1449114509
resolution: "minimatch@npm:3.1.5"
@@ -14727,7 +14745,7 @@ __metadata:
1472714745
"@types/node": "npm:24.13.3"
1472814746
angular-eslint: "npm:22.1.0"
1472914747
cypress: "npm:15.19.0"
14730-
eslint: "npm:10.7.0"
14748+
eslint: "npm:10.8.0"
1473114749
jest: "npm:30.4.2"
1473214750
jest-environment-jsdom: "npm:30.4.1"
1473314751
jsdom: "npm:29.1.1"
@@ -17009,7 +17027,7 @@ __metadata:
1700917027
"@types/node": "npm:24.13.3"
1701017028
angular-eslint: "npm:22.1.0"
1701117029
cypress: "npm:15.19.0"
17012-
eslint: "npm:10.7.0"
17030+
eslint: "npm:10.8.0"
1701317031
jasmine-core: "npm:6.3.0"
1701417032
karma: "npm:6.4.4"
1701517033
karma-chrome-launcher: "npm:3.2.0"
@@ -17047,7 +17065,7 @@ __metadata:
1704717065
"@types/node": "npm:24.13.3"
1704817066
angular-eslint: "npm:22.1.0"
1704917067
cypress: "npm:15.19.0"
17050-
eslint: "npm:10.7.0"
17068+
eslint: "npm:10.8.0"
1705117069
puppeteer: "npm:25.3.0"
1705217070
rxjs: "npm:7.8.2"
1705317071
tslib: "npm:2.8.1"
@@ -17080,7 +17098,7 @@ __metadata:
1708017098
"@types/node": "npm:24.13.3"
1708117099
angular-eslint: "npm:22.1.0"
1708217100
cypress: "npm:15.19.0"
17083-
eslint: "npm:10.7.0"
17101+
eslint: "npm:10.8.0"
1708417102
puppeteer: "npm:25.3.0"
1708517103
rxjs: "npm:7.8.2"
1708617104
tslib: "npm:2.8.1"
@@ -17516,7 +17534,7 @@ __metadata:
1751617534
"@types/node": "npm:24.13.3"
1751717535
angular-eslint: "npm:22.1.0"
1751817536
cypress: "npm:15.19.0"
17519-
eslint: "npm:10.7.0"
17537+
eslint: "npm:10.8.0"
1752017538
jasmine-core: "npm:6.3.0"
1752117539
jest: "npm:30.4.2"
1752217540
jest-environment-jsdom: "npm:30.4.1"
@@ -18337,7 +18355,7 @@ __metadata:
1833718355
"@types/node": "npm:24.13.3"
1833818356
angular-eslint: "npm:22.1.0"
1833918357
cypress: "npm:15.19.0"
18340-
eslint: "npm:10.7.0"
18358+
eslint: "npm:10.8.0"
1834118359
jasmine-core: "npm:6.3.0"
1834218360
karma: "npm:6.4.4"
1834318361
karma-chrome-launcher: "npm:3.2.0"

0 commit comments

Comments
 (0)