Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6311)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 7140883 commit 611b21a
Show file tree
Hide file tree
Showing 8 changed files with 1,169 additions and 1,163 deletions.
2 changes: 1 addition & 1 deletion doc-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=18"
},
"dependencies": {
"typedoc": "^0.26.7",
"typedoc": "^0.26.8",
"typedoc-plugin-markdown": "4.2.7"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"devDependencies": {
"@cspell/dict-markdown": "^2.0.2",
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.12.0",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.9.2",
"@lerna-lite/publish": "^3.9.2",
Expand All @@ -107,9 +107,9 @@
"@rollup/plugin-typescript": "^12.1.0",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.19.54",
"@vitest/coverage-istanbul": "^2.1.1",
"@vitest/coverage-istanbul": "^2.1.2",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
Expand All @@ -127,6 +127,6 @@
"typescript": "~5.5.4",
"typescript-eslint": "^8.8.0",
"vite": "^5.4.8",
"vitest": "^2.1.1"
"vitest": "^2.1.2"
}
}
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@eslint/js": "^9.12.0",
"@internal/cspell-eslint-plugin-scripts": "workspace:*",
"@internal/fixture-test-dictionary": "workspace:*",
"@types/eslint": "^8.56.12",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.8",
"@typescript-eslint/parser": "^8.8.0",
"@typescript-eslint/types": "^8.8.0",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.10.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/src/app/util/pad.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { stripVTControlCharacters } from "node:util";
import { stripVTControlCharacters } from 'node:util';

export function pad(s: string, w: number): string {
const p = padWidth(s, w);
Expand Down
Loading

0 comments on commit 611b21a

Please sign in to comment.