Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6861)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
Co-authored-by: Jason Dent <[email protected]>
Co-authored-by: Jason Dent <[email protected]>
  • Loading branch information
4 people authored Feb 5, 2025
1 parent 8d62edb commit e09d389
Show file tree
Hide file tree
Showing 10 changed files with 521 additions and 501 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
include:
- os: windows-latest
use_cspell_cache: ''
node-version: 22.x
node-version: 23.x
# - os: macos-latest
# use_cspell_cache: ""
# node-version: 22.x
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"jest-diff": "^29.7.0",
"shelljs": "^0.8.5",
"simple-git": "^3.27.0",
"vscode-uri": "^3.0.8",
"vscode-uri": "^3.1.0",
"yaml": "^2.7.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"@rollup/plugin-typescript": "^12.1.2",
"@swc-node/register": "^1.10.9",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.19.74",
"@vitest/coverage-istanbul": "^2.1.8",
"@types/node": "^18.19.75",
"@vitest/coverage-istanbul": "^2.1.9",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.19.0",
"eslint-plugin-n": "^17.15.1",
Expand All @@ -119,7 +119,7 @@
"nyc": "^17.1.0",
"perf-insight": "^1.2.0",
"prettier": "^3.4.2",
"rollup": "^4.34.0",
"rollup": "^4.34.3",
"rollup-plugin-dts": "^6.1.1",
"shx": "^0.3.4",
"ts-jest": "^29.2.5",
Expand All @@ -128,8 +128,8 @@
"tslib": "^2.8.1",
"tsup": "^8.3.6",
"typescript": "~5.7.3",
"typescript-eslint": "^8.22.0",
"typescript-eslint": "^8.23.0",
"vite": "^6.0.11",
"vitest": "^2.1.8"
"vitest": "^2.1.9"
}
}
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.19.0",
"eslint": "^9.19.0",
"typescript-eslint": "^8.22.0"
"typescript-eslint": "^8.23.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.22.0",
"@typescript-eslint/types": "^8.22.0",
"@typescript-eslint/parser": "^8.23.0",
"@typescript-eslint/types": "^8.23.0",
"eslint": "^9.19.0",
"eslint-plugin-jsonc": "^2.19.1",
"eslint-plugin-mdx": "^3.1.5",
Expand All @@ -99,7 +99,7 @@
"mocha": "^11.1.0",
"ts-json-schema-generator": "^2.3.0",
"typescript": "~5.7.3",
"typescript-eslint": "^8.22.0",
"typescript-eslint": "^8.23.0",
"yaml-eslint-parser": "^1.2.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"import-fresh": "^3.3.1",
"resolve-from": "^5.0.0",
"vscode-languageserver-textdocument": "^1.0.12",
"vscode-uri": "^3.0.8",
"vscode-uri": "^3.1.0",
"xdg-basedir": "^5.1.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^9.1.0",
"get-stdin": "^9.0.0",
"semver": "^7.7.0",
"semver": "^7.7.1",
"tinyglobby": "^0.2.10"
},
"engines": {
Expand Down
Loading

0 comments on commit e09d389

Please sign in to comment.