Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#5471)
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 e6c9e8a commit 8e45c3c
Show file tree
Hide file tree
Showing 11 changed files with 538 additions and 544 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@types/node": "^18.19.31",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitest/coverage-istanbul": "^1.4.0",
"@vitest/coverage-istanbul": "^1.5.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -118,20 +118,20 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unicorn": "^52.0.0",
"inject-markdown": "^3.0.0",
"nyc": "^15.1.0",
"prettier": "^3.2.5",
"rollup": "^4.14.1",
"rollup": "^4.14.2",
"rollup-plugin-dts": "^6.1.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.2",
"ts2mjs": "^3.0.0",
"tslib": "^2.6.2",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.6.0",
"vite": "^5.2.8",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
"eslint": "^9.0.0",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"globals": "^15.0.0",
"mocha": "^10.4.0",
"ts-json-schema-generator": "^1.5.1",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.6.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-glob/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"micromatch": "^4.0.5"
},
"devDependencies": {
"@types/micromatch": "^4.0.6"
"@types/micromatch": "^4.0.7"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"devDependencies": {
"lorem-ipsum": "^2.0.8",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"dependencies": {
"@cspell/cspell-service-bus": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"node": ">=18"
},
"devDependencies": {
"@cspell/dict-en_us": "^4.3.17",
"@cspell/dict-en_us": "^4.3.18",
"@cspell/dict-es-es": "^2.4.0",
"@cspell/dict-nl-nl": "^2.3.0",
"import-meta-resolve": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"devDependencies": {
"@types/file-entry-cache": "^5.0.4",
"@types/glob": "^8.1.0",
"@types/micromatch": "^4.0.6",
"@types/micromatch": "^4.0.7",
"@types/semver": "^7.5.8",
"micromatch": "^4.0.5",
"minimatch": "^9.0.4"
Expand Down

0 comments on commit 8e45c3c

Please sign in to comment.