Skip to content

Commit 52403e6

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#6808)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent 9ce1ac2 commit 52403e6

File tree

5 files changed

+113
-113
lines changed

5 files changed

+113
-113
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
"tslib": "^2.8.1",
129129
"tsup": "^8.3.5",
130130
"typescript": "~5.7.3",
131-
"typescript-eslint": "^8.20.0",
132-
"vite": "^6.0.7",
131+
"typescript-eslint": "^8.21.0",
132+
"vite": "^6.0.9",
133133
"vitest": "^2.1.8"
134134
}
135135
}

packages/cspell-eslint-plugin/fixtures/simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@cspell/eslint-plugin": "workspace:*",
1616
"@eslint/js": "^9.18.0",
1717
"eslint": "^9.18.0",
18-
"typescript-eslint": "^8.20.0"
18+
"typescript-eslint": "^8.21.0"
1919
}
2020
}

packages/cspell-eslint-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"@types/eslint": "^8.56.12",
8686
"@types/estree": "^1.0.6",
8787
"@types/mocha": "^10.0.10",
88-
"@typescript-eslint/parser": "^8.20.0",
89-
"@typescript-eslint/types": "^8.20.0",
88+
"@typescript-eslint/parser": "^8.21.0",
89+
"@typescript-eslint/types": "^8.21.0",
9090
"eslint": "^9.18.0",
9191
"eslint-plugin-jsonc": "^2.18.2",
9292
"eslint-plugin-mdx": "^3.1.5",
@@ -99,7 +99,7 @@
9999
"mocha": "^11.0.1",
100100
"ts-json-schema-generator": "^2.3.0",
101101
"typescript": "~5.7.3",
102-
"typescript-eslint": "^8.20.0",
102+
"typescript-eslint": "^8.21.0",
103103
"yaml-eslint-parser": "^1.2.3"
104104
},
105105
"dependencies": {

0 commit comments

Comments
 (0)