Skip to content

Commit 093786f

Browse files
Update eslint monorepo to v9.28.0 (#246)
1 parent 6f868e2 commit 093786f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"devDependencies": {
6666
"@babel/runtime": "7.27.6",
67-
"@eslint/js": "9.27.0",
67+
"@eslint/js": "9.28.0",
6868
"@types/babel__core": "7.20.5",
6969
"@types/babel__plugin-transform-runtime": "7.9.5",
7070
"@types/babel__preset-env": "7.10.0",
@@ -76,7 +76,7 @@
7676
"@types/node": "22.15.30",
7777
"chai": "5.2.0",
7878
"chai-jest-snapshot": "2.0.0",
79-
"eslint": "9.27.0",
79+
"eslint": "9.28.0",
8080
"eslint-config-prettier": "10.1.5",
8181
"globals": "15.15.0",
8282
"mocha": "11.5.0",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1185,10 +1185,10 @@ __metadata:
11851185
languageName: node
11861186
linkType: hard
11871187

1188-
"@eslint/js@npm:9.27.0":
1189-
version: 9.27.0
1190-
resolution: "@eslint/js@npm:9.27.0"
1191-
checksum: 10c0/79b219ceda79182732954b52f7a494f49995a9a6419c7ae0316866e324d3706afeb857e1306bb6f35a4caaf176a5174d00228fc93d36781a570d32c587736564
1188+
"@eslint/js@npm:9.28.0":
1189+
version: 9.28.0
1190+
resolution: "@eslint/js@npm:9.28.0"
1191+
checksum: 10c0/5a6759542490dd9f778993edfbc8d2f55168fd0f7336ceed20fe3870c65499d72fc0bca8d1ae00ea246b0923ea4cba2e0758a8a5507a3506ddcf41c92282abb8
11921192
languageName: node
11931193
linkType: hard
11941194

@@ -2421,17 +2421,17 @@ __metadata:
24212421
languageName: node
24222422
linkType: hard
24232423

2424-
"eslint@npm:9.27.0":
2425-
version: 9.27.0
2426-
resolution: "eslint@npm:9.27.0"
2424+
"eslint@npm:9.28.0":
2425+
version: 9.28.0
2426+
resolution: "eslint@npm:9.28.0"
24272427
dependencies:
24282428
"@eslint-community/eslint-utils": "npm:^4.2.0"
24292429
"@eslint-community/regexpp": "npm:^4.12.1"
24302430
"@eslint/config-array": "npm:^0.20.0"
24312431
"@eslint/config-helpers": "npm:^0.2.1"
24322432
"@eslint/core": "npm:^0.14.0"
24332433
"@eslint/eslintrc": "npm:^3.3.1"
2434-
"@eslint/js": "npm:9.27.0"
2434+
"@eslint/js": "npm:9.28.0"
24352435
"@eslint/plugin-kit": "npm:^0.3.1"
24362436
"@humanfs/node": "npm:^0.16.6"
24372437
"@humanwhocodes/module-importer": "npm:^1.0.1"
@@ -2467,7 +2467,7 @@ __metadata:
24672467
optional: true
24682468
bin:
24692469
eslint: bin/eslint.js
2470-
checksum: 10c0/135d301e37cd961000a9c1d3f0e1863bed29a61435dfddedba3db295973193024382190fd8790a8de83777d10f450082a29eaee8bc9ce0fb1bc1f2b0bb882280
2470+
checksum: 10c0/513ea7e69d88a0905d4ed35cef3a8f31ebce7ca9f2cdbda3474495c63ad6831d52357aad65094be7a144d6e51850980ced7d25efb807e8ab06a427241f7cd730
24712471
languageName: node
24722472
linkType: hard
24732473

@@ -3742,7 +3742,7 @@ __metadata:
37423742
"@babel/plugin-transform-runtime": "npm:^7.13.0"
37433743
"@babel/preset-env": "npm:^7.13.0"
37443744
"@babel/runtime": "npm:7.27.6"
3745-
"@eslint/js": "npm:9.27.0"
3745+
"@eslint/js": "npm:9.28.0"
37463746
"@types/babel__core": "npm:7.20.5"
37473747
"@types/babel__plugin-transform-runtime": "npm:7.9.5"
37483748
"@types/babel__preset-env": "npm:7.10.0"
@@ -3754,7 +3754,7 @@ __metadata:
37543754
"@types/node": "npm:22.15.30"
37553755
chai: "npm:5.2.0"
37563756
chai-jest-snapshot: "npm:2.0.0"
3757-
eslint: "npm:9.27.0"
3757+
eslint: "npm:9.28.0"
37583758
eslint-config-prettier: "npm:10.1.5"
37593759
globals: "npm:15.15.0"
37603760
mocha: "npm:11.5.0"

0 commit comments

Comments
 (0)