Skip to content

Commit a7bd647

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#6837)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
1 parent 6956bf4 commit a7bd647

File tree

5 files changed

+73
-73
lines changed

5 files changed

+73
-73
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"tslib": "^2.8.1",
129129
"tsup": "^8.3.6",
130130
"typescript": "~5.7.3",
131-
"typescript-eslint": "^8.21.0",
131+
"typescript-eslint": "^8.22.0",
132132
"vite": "^6.0.11",
133133
"vitest": "^2.1.8"
134134
}

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.19.0",
1717
"eslint": "^9.19.0",
18-
"typescript-eslint": "^8.21.0"
18+
"typescript-eslint": "^8.22.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.21.0",
89-
"@typescript-eslint/types": "^8.21.0",
88+
"@typescript-eslint/parser": "^8.22.0",
89+
"@typescript-eslint/types": "^8.22.0",
9090
"eslint": "^9.19.0",
9191
"eslint-plugin-jsonc": "^2.19.1",
9292
"eslint-plugin-mdx": "^3.1.5",
@@ -99,7 +99,7 @@
9999
"mocha": "^11.1.0",
100100
"ts-json-schema-generator": "^2.3.0",
101101
"typescript": "~5.7.3",
102-
"typescript-eslint": "^8.21.0",
102+
"typescript-eslint": "^8.22.0",
103103
"yaml-eslint-parser": "^1.2.3"
104104
},
105105
"dependencies": {

pnpm-lock.yaml

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

test-packages/cspell-eslint-plugin/test-cspell-eslint-plugin-v9/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react": "^18.3.18",
2121
"eslint": "^9.19.0",
2222
"eslint-plugin-n": "^17.15.1",
23-
"typescript-eslint": "^8.21.0"
23+
"typescript-eslint": "^8.22.0"
2424
},
2525
"dependencies": {
2626
"react": "^18.3.1"

0 commit comments

Comments
 (0)