Skip to content

Commit 611b21a

Browse files
ci: Workflow Bot -- Update ALL Dependencies (main) (#6311)
1 parent 7140883 commit 611b21a

File tree

8 files changed

+1169
-1163
lines changed

8 files changed

+1169
-1163
lines changed

doc-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"node": ">=18"
1515
},
1616
"dependencies": {
17-
"typedoc": "^0.26.7",
17+
"typedoc": "^0.26.8",
1818
"typedoc-plugin-markdown": "4.2.7"
1919
}
2020
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"devDependencies": {
9595
"@cspell/dict-markdown": "^2.0.2",
9696
"@cspell/eslint-plugin": "workspace:*",
97-
"@eslint/js": "^9.11.1",
97+
"@eslint/js": "^9.12.0",
9898
"@internal/scripts": "workspace:*",
9999
"@lerna-lite/cli": "^3.9.2",
100100
"@lerna-lite/publish": "^3.9.2",
@@ -107,9 +107,9 @@
107107
"@rollup/plugin-typescript": "^12.1.0",
108108
"@tsconfig/node18": "^18.2.4",
109109
"@types/node": "^18.19.54",
110-
"@vitest/coverage-istanbul": "^2.1.1",
110+
"@vitest/coverage-istanbul": "^2.1.2",
111111
"conventional-changelog-conventionalcommits": "^8.0.0",
112-
"eslint": "^9.11.1",
112+
"eslint": "^9.12.0",
113113
"eslint-plugin-n": "^17.10.3",
114114
"eslint-plugin-simple-import-sort": "^12.1.1",
115115
"eslint-plugin-unicorn": "^55.0.0",
@@ -127,6 +127,6 @@
127127
"typescript": "~5.5.4",
128128
"typescript-eslint": "^8.8.0",
129129
"vite": "^5.4.8",
130-
"vitest": "^2.1.1"
130+
"vitest": "^2.1.2"
131131
}
132132
}

packages/cspell-eslint-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@
7878
},
7979
"devDependencies": {
8080
"@eslint/eslintrc": "^3.1.0",
81-
"@eslint/js": "^9.11.1",
81+
"@eslint/js": "^9.12.0",
8282
"@internal/cspell-eslint-plugin-scripts": "workspace:*",
8383
"@internal/fixture-test-dictionary": "workspace:*",
8484
"@types/eslint": "^8.56.12",
8585
"@types/estree": "^1.0.6",
8686
"@types/mocha": "^10.0.8",
8787
"@typescript-eslint/parser": "^8.8.0",
8888
"@typescript-eslint/types": "^8.8.0",
89-
"eslint": "^9.11.1",
89+
"eslint": "^9.12.0",
9090
"eslint-plugin-jsonc": "^2.16.0",
9191
"eslint-plugin-mdx": "^3.1.5",
9292
"eslint-plugin-n": "^17.10.3",

packages/cspell/src/app/util/pad.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { stripVTControlCharacters } from "node:util";
1+
import { stripVTControlCharacters } from 'node:util';
22

33
export function pad(s: string, w: number): string {
44
const p = padWidth(s, w);

0 commit comments

Comments
 (0)