Skip to content

Commit 57e9318

Browse files
authoredMar 26, 2025
fix(deps): update typescript-eslint monorepo to ^8.28.0 (#9833)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b649e3b commit 57e9318

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed
 

Diff for: ‎config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"@babel/core": "^7.26.10",
99
"@babel/eslint-parser": "7.27.0",
1010
"@rollup/plugin-babel": "^6.0.4",
11-
"@typescript-eslint/eslint-plugin": "^8.27.0",
12-
"@typescript-eslint/parser": "^8.27.0",
13-
"typescript-eslint": "^8.27.0",
11+
"@typescript-eslint/eslint-plugin": "^8.28.0",
12+
"@typescript-eslint/parser": "^8.28.0",
13+
"typescript-eslint": "^8.28.0",
1414
"@embroider/addon-dev": "^7.1.3",
1515
"@eslint/js": "^9.23.0",
1616
"globals": "^16.0.0",

Diff for: ‎pnpm-lock.yaml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎tests/vite-basic-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@types/eslint__js": "^8.42.3",
5555
"@types/qunit": "2.19.10",
5656
"@types/rsvp": "^4.0.9",
57-
"@typescript-eslint/eslint-plugin": "^8.27.0",
58-
"@typescript-eslint/parser": "^8.27.0",
57+
"@typescript-eslint/eslint-plugin": "^8.28.0",
58+
"@typescript-eslint/parser": "^8.28.0",
5959
"@warp-drive/build-config": "workspace:*",
6060
"@warp-drive/core-types": "workspace:*",
6161
"@warp-drive/internal-config": "workspace:*",
@@ -90,7 +90,7 @@
9090
"qunit-dom": "^3.4.0",
9191
"tracked-built-ins": "^3.4.0",
9292
"typescript": "^5.8.2",
93-
"typescript-eslint": "^8.27.0",
93+
"typescript-eslint": "^8.28.0",
9494
"vite": "^5.4.14"
9595
},
9696
"engines": {

0 commit comments

Comments
 (0)