Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6072)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent e8ba262 commit ec89e83
Show file tree
Hide file tree
Showing 8 changed files with 420 additions and 319 deletions.
6 changes: 3 additions & 3 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.8.0",
"@eslint/js": "^9.9.0",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.8.0",
"@lerna-lite/publish": "^3.8.0",
Expand All @@ -106,10 +106,10 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node18": "^18.2.4",
"@types/node": "^18.19.43",
"@types/node": "^18.19.44",
"@vitest/coverage-istanbul": "^2.0.5",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-config-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@cspell/cspell-types": "workspace:*",
"comment-json": "^4.2.4",
"comment-json": "^4.2.5",
"yaml": "^2.5.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 @@ -78,15 +78,15 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@eslint/js": "^9.9.0",
"@internal/cspell-eslint-plugin-scripts": "workspace:*",
"@internal/fixture-test-dictionary": "workspace:*",
"@types/eslint": "^8.56.11",
"@types/estree": "^1.0.5",
"@types/mocha": "^10.0.7",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/types": "^8.0.1",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.10.2",
Expand All @@ -95,7 +95,7 @@
"eslint-plugin-yml": "^1.14.0",
"globals": "^15.9.0",
"jsonc-eslint-parser": "^2.4.0",
"mocha": "^10.7.0",
"mocha": "^10.7.3",
"ts-json-schema-generator": "^2.3.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
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 @@ -66,7 +66,7 @@
"@cspell/strong-weak-map": "workspace:*",
"@cspell/url": "workspace:*",
"clear-module": "^4.1.2",
"comment-json": "^4.2.4",
"comment-json": "^4.2.5",
"cspell-config-lib": "workspace:*",
"cspell-dictionary": "workspace:*",
"cspell-glob": "workspace:*",
Expand Down
Loading

0 comments on commit ec89e83

Please sign in to comment.