Skip to content

Commit 70f43cc

Browse files
authoredOct 30, 2024··
ci: Workflow Bot -- Update ALL Dependencies (main) (#6442)
1 parent 5a1b0df commit 70f43cc

File tree

4 files changed

+364
-363
lines changed

4 files changed

+364
-363
lines changed
 

Diff for: ‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@rollup/plugin-typescript": "^12.1.1",
107107
"@swc-node/register": "^1.10.9",
108108
"@tsconfig/node18": "^18.2.4",
109-
"@types/node": "^18.19.60",
109+
"@types/node": "^18.19.61",
110110
"@vitest/coverage-istanbul": "^2.1.4",
111111
"conventional-changelog-conventionalcommits": "^8.0.0",
112112
"eslint": "^9.13.0",
@@ -117,15 +117,15 @@
117117
"nyc": "^17.1.0",
118118
"perf-insight": "^1.2.0",
119119
"prettier": "^3.3.3",
120-
"rollup": "^4.24.2",
120+
"rollup": "^4.24.3",
121121
"rollup-plugin-dts": "^6.1.1",
122122
"shx": "^0.3.4",
123123
"ts-jest": "^29.2.5",
124124
"ts-node": "^10.9.2",
125125
"ts2mjs": "^3.0.0",
126126
"tslib": "^2.8.0",
127127
"typescript": "~5.6.3",
128-
"typescript-eslint": "^8.12.1",
128+
"typescript-eslint": "^8.12.2",
129129
"vite": "^5.4.10",
130130
"vitest": "^2.1.4"
131131
}

Diff for: ‎packages/cspell-eslint-plugin/package.json

+4-4
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.9",
88-
"@typescript-eslint/parser": "^8.12.1",
89-
"@typescript-eslint/types": "^8.12.1",
88+
"@typescript-eslint/parser": "^8.12.2",
89+
"@typescript-eslint/types": "^8.12.2",
9090
"eslint": "^9.13.0",
9191
"eslint-plugin-jsonc": "^2.16.0",
9292
"eslint-plugin-mdx": "^3.1.5",
@@ -96,10 +96,10 @@
9696
"eslint-plugin-yml": "^1.14.0",
9797
"globals": "^15.11.0",
9898
"jsonc-eslint-parser": "^2.4.0",
99-
"mocha": "^10.7.3",
99+
"mocha": "^10.8.1",
100100
"ts-json-schema-generator": "^2.3.0",
101101
"typescript": "~5.6.3",
102-
"typescript-eslint": "^8.12.1",
102+
"typescript-eslint": "^8.12.2",
103103
"yaml-eslint-parser": "^1.2.3"
104104
},
105105
"dependencies": {

Diff for: ‎pnpm-lock.yaml

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

Diff for: ‎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.12",
2121
"eslint": "^9.13.0",
2222
"eslint-plugin-n": "^17.11.1",
23-
"typescript-eslint": "^8.12.1"
23+
"typescript-eslint": "^8.12.2"
2424
},
2525
"dependencies": {
2626
"react": "^18.3.1"

0 commit comments

Comments
 (0)
Please sign in to comment.