Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

Commit ce51b65

Browse files
Copilotfab1ofx
andcommitted
chore(deps): Update ESLint dependencies and @stegripe/eslint-config to v3
This consolidates PR #281 and PR #355: - @stegripe/eslint-config: 1.0.1 → 3.0.0 - @typescript-eslint/eslint-plugin: 8.14.0 → 8.50.0 - @typescript-eslint/parser: 8.14.0 → 8.50.0 - eslint: 9.14.0 → 9.39.2 - typescript: 5.6.3 → 5.9.3 - Added globals@16.3.0 as peer dependency Co-authored-by: Fab1o0107 <45721915+Fab1o0107@users.noreply.github.com>
1 parent 61b4a04 commit ce51b65

2 files changed

Lines changed: 883 additions & 1968 deletions

File tree

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,17 @@
2727
"pnpm": ">=8.0.0"
2828
},
2929
"devDependencies": {
30-
"@stegripe/eslint-config": "1.0.1",
30+
"@stegripe/eslint-config": "3.0.0",
3131
"@types/jsonfile": "6.1.4",
3232
"@types/node": "24.10.4",
3333
"@types/node-fetch": "2.6.13",
3434
"@types/ws": "^8.18.1",
35-
"@typescript-eslint/eslint-plugin": "8.14.0",
36-
"@typescript-eslint/parser": "8.14.0",
37-
"eslint": "9.14.0",
35+
"@typescript-eslint/eslint-plugin": "8.50.0",
36+
"@typescript-eslint/parser": "8.50.0",
37+
"eslint": "9.39.2",
38+
"globals": "16.3.0",
3839
"rimraf": "6.1.2",
39-
"typescript": "5.6.3"
40+
"typescript": "5.9.3"
4041
},
4142
"dependencies": {
4243
"@eslint/compat": "^2.0.0",

0 commit comments

Comments
 (0)