Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6737)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent 8aa0037 commit 947057a
Show file tree
Hide file tree
Showing 9 changed files with 421 additions and 382 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"shelljs": "^0.8.5",
"simple-git": "^3.27.0",
"vscode-uri": "^3.0.8",
"yaml": "^2.6.1"
"yaml": "^2.7.0"
},
"devDependencies": {
"@cspell/cspell-bundled-dicts": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.17.0",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.10.1",
"@lerna-lite/publish": "^3.10.1",
"@lerna-lite/cli": "^3.11.0",
"@lerna-lite/publish": "^3.11.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
Expand All @@ -108,7 +108,7 @@
"@rollup/plugin-typescript": "^12.1.2",
"@swc-node/register": "^1.10.9",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.19.68",
"@types/node": "^18.19.69",
"@vitest/coverage-istanbul": "^2.1.8",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.17.0",
Expand All @@ -128,8 +128,8 @@
"tslib": "^2.8.1",
"tsup": "^8.3.5",
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.6",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.7",
"vitest": "^2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-config-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"dependencies": {
"@cspell/cspell-types": "workspace:*",
"comment-json": "^4.2.5",
"yaml": "^2.6.1"
"yaml": "^2.7.0"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/fixtures/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@cspell/eslint-plugin": "workspace:*",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"typescript-eslint": "^8.18.2"
"typescript-eslint": "^8.19.0"
}
}
6 changes: 3 additions & 3 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
"@types/eslint": "^8.56.12",
"@types/estree": "^1.0.6",
"@types/mocha": "^10.0.10",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/types": "^8.18.2",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/types": "^8.19.0",
"eslint": "^9.17.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-mdx": "^3.1.5",
Expand All @@ -99,7 +99,7 @@
"mocha": "^11.0.1",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.18.2",
"typescript-eslint": "^8.19.0",
"yaml-eslint-parser": "^1.2.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"cspell-trie-lib": "workspace:*",
"glob": "^10.4.5",
"hunspell-reader": "workspace:*",
"yaml": "^2.6.1"
"yaml": "^2.7.0"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 947057a

Please sign in to comment.