Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#6155)
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 67ed1e6 commit 7fd0b70
Show file tree
Hide file tree
Showing 9 changed files with 247 additions and 236 deletions.
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.9.0",
"@eslint/js": "^9.9.1",
"@internal/scripts": "workspace:*",
"@lerna-lite/cli": "^3.8.0",
"@lerna-lite/publish": "^3.8.0",
Expand All @@ -109,7 +109,7 @@
"@types/node": "^18.19.45",
"@vitest/coverage-istanbul": "^2.0.5",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
Expand All @@ -120,10 +120,10 @@
"rollup": "^4.21.0",
"rollup-plugin-dts": "^6.1.1",
"shx": "^0.3.4",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts2mjs": "^3.0.0",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"vite": "^5.4.2",
Expand Down
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.9.0",
"@eslint/js": "^9.9.1",
"@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.2.0",
"@typescript-eslint/types": "^8.2.0",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.10.2",
Expand Down
3 changes: 1 addition & 2 deletions packages/cspell-eslint-plugin/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
"engines": {
"node": ">=18.0"
},
"devDependencies": {},
"dependencies": {
"safe-stable-stringify": "^2.4.3",
"safe-stable-stringify": "^2.5.0",
"ts-json-schema-generator": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@cspell/url": "workspace:*",
"micromatch": "^4.0.7"
"micromatch": "^4.0.8"
},
"devDependencies": {
"@types/micromatch": "^4.0.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@types/glob": "^8.1.0",
"@types/micromatch": "^4.0.9",
"@types/semver": "^7.5.8",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"minimatch": "^9.0.5"
}
}
Loading

0 comments on commit 7fd0b70

Please sign in to comment.