Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 27, 2023
1 parent b22a2a4 commit 682e571
Show file tree
Hide file tree
Showing 11 changed files with 519 additions and 509 deletions.
4 changes: 2 additions & 2 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@octokit/rest": "^19.0.13",
"chalk": "^4.1.2",
"commander": "^10.0.1",
"jest-diff": "^29.6.1",
"jest-diff": "^29.6.2",
"shelljs": "^0.8.5",
"simple-git": "^3.19.1",
"vscode-uri": "^3.0.7",
Expand All @@ -39,7 +39,7 @@
"@cspell/dict-de-de": "^3.1.0",
"@types/shelljs": "^0.8.12",
"cspell": "workspace:*",
"jest": "^29.6.1"
"jest": "^29.6.2"
},
"main": "tester.js",
"keywords": [],
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@
"@rollup/plugin-typescript": "^11.1.2",
"@tsconfig/node16": "^16.1.0",
"@types/jest": "^29.5.3",
"@types/node": "^18.16.20",
"@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-istanbul": "^0.31.4",
"ajv-cli": "^5.0.0",
"conventional-changelog-conventionalcommits": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.3",
Expand All @@ -113,7 +113,7 @@
"eslint-plugin-unicorn": "^47.0.0",
"globcat": "^2.0.1",
"inject-markdown": "^1.5.0",
"jest": "^29.6.1",
"jest": "^29.6.2",
"nyc": "^15.1.0",
"prettier": "^3.0.0",
"rollup": "^3.26.3",
Expand All @@ -122,9 +122,9 @@
"shx": "^0.3.4",
"ts-jest": "^29.1.1",
"ts2mjs": "^1.1.2",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vitest": "^0.31.4"
}
}
2 changes: 1 addition & 1 deletion packages/cspell-code-snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"node": ">=16"
},
"devDependencies": {
"jest": "^29.6.1"
"jest": "^29.6.2"
}
}
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,6 +48,6 @@
"yaml": "^1.10.2"
},
"devDependencies": {
"jest": "^29.6.1"
"jest": "^29.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"node": ">=16"
},
"devDependencies": {
"@types/eslint": "^8.44.0",
"@types/eslint": "^8.44.1",
"@types/estree": "^1.0.1",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/types": "^6.1.0",
"@typescript-eslint/types": "^6.2.0",
"@typescript-eslint/typescript-estree": "^5.62.0",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-grammar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"node": ">=16"
},
"devDependencies": {
"jest": "^29.6.1"
"jest": "^29.6.2"
},
"dependencies": {
"@cspell/cspell-pipe": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.3",
"@types/shelljs": "^0.8.12",
"jest": "^29.6.1",
"jest": "^29.6.2",
"lorem-ipsum": "^2.0.8",
"shelljs": "^0.8.5",
"ts-json-schema-generator": "^1.2.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 @@ -95,7 +95,7 @@
"cspell-glob": "workspace:*",
"cspell-io": "workspace:*",
"cspell-lib": "workspace:*",
"fast-glob": "^3.3.0",
"fast-glob": "^3.3.1",
"fast-json-stable-stringify": "^2.1.0",
"file-entry-cache": "^6.0.1",
"get-stdin": "^9.0.0",
Expand Down
Loading

0 comments on commit 682e571

Please sign in to comment.