Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#4894)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 93f055e commit 2a4e1d8
Show file tree
Hide file tree
Showing 12 changed files with 611 additions and 777 deletions.
4 changes: 2 additions & 2 deletions integration-tests/package.json
Expand Up @@ -27,7 +27,7 @@
"@cspell/cspell-types": "workspace:*",
"@octokit/rest": "^19.0.13",
"chalk": "^4.1.2",
"commander": "^11.0.0",
"commander": "^11.1.0",
"jest-diff": "^29.7.0",
"shelljs": "^0.8.5",
"simple-git": "^3.20.0",
Expand All @@ -36,7 +36,7 @@
},
"devDependencies": {
"@cspell/cspell-bundled-dicts": "workspace:*",
"@cspell/dict-de-de": "^3.1.0",
"@cspell/dict-de-de": "^3.1.1",
"@types/jest": "^29.5.5",
"@types/shelljs": "^0.8.13",
"cspell": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -98,7 +98,7 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@tsconfig/node16": "^16.1.1",
"@types/node": "^18.18.4",
"@types/node": "^18.18.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-istanbul": "^0.34.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-eslint-plugin/package.json
Expand Up @@ -59,7 +59,7 @@
"node": ">=16"
},
"devDependencies": {
"@types/eslint": "^8.44.3",
"@types/eslint": "^8.44.4",
"@types/estree": "^1.0.2",
"@types/mocha": "^10.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-lib/package.json
Expand Up @@ -83,13 +83,13 @@
"node": ">=16"
},
"devDependencies": {
"@cspell/dict-cpp": "^5.0.7",
"@cspell/dict-cpp": "^5.0.8",
"@cspell/dict-csharp": "^4.0.2",
"@cspell/dict-css": "^4.0.12",
"@cspell/dict-fa-ir": "^3.0.0",
"@cspell/dict-fr-fr": "^2.2.2",
"@cspell/dict-html": "^4.0.5",
"@cspell/dict-nl-nl": "^2.2.9",
"@cspell/dict-nl-nl": "^2.2.10",
"@cspell/dict-python": "^4.1.9",
"@types/configstore": "^6.0.0",
"cspell-dict-nl-nl": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Expand Up @@ -49,7 +49,7 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"@cspell/cspell-pipe": "workspace:*",
"commander": "^11.0.0",
"commander": "^11.1.0",
"cosmiconfig": "8.0.0",
"cspell-trie-lib": "workspace:*",
"gensequence": "^6.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cspell-trie-lib/package.json
Expand Up @@ -54,9 +54,9 @@
"node": ">=16"
},
"devDependencies": {
"@cspell/dict-en_us": "^4.3.8",
"@cspell/dict-es-es": "^2.2.6",
"@cspell/dict-nl-nl": "^2.2.9",
"@cspell/dict-en_us": "^4.3.9",
"@cspell/dict-es-es": "^2.2.7",
"@cspell/dict-nl-nl": "^2.2.10",
"import-meta-resolve": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-trie/package.json
Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^11.0.0",
"commander": "^11.1.0",
"cspell-trie-lib": "workspace:*",
"gensequence": "^6.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Expand Up @@ -86,7 +86,7 @@
"@cspell/dynamic-import": "workspace:*",
"chalk": "^5.3.0",
"chalk-template": "^1.1.0",
"commander": "^11.0.0",
"commander": "^11.1.0",
"cspell-gitignore": "workspace:*",
"cspell-glob": "workspace:*",
"cspell-io": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/hunspell-reader/package.json
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@cspell/cspell-pipe": "workspace:^",
"@cspell/cspell-types": "workspace:^",
"commander": "^11.0.0",
"commander": "^11.1.0",
"gensequence": "^6.0.0",
"iconv-lite": "^0.6.3"
},
Expand Down

0 comments on commit 2a4e1d8

Please sign in to comment.