Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#2428)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
Co-authored-by: Jason Dent <jason@streetsidesoftware.nl>
  • Loading branch information
3 people committed Jan 7, 2023
1 parent 4a23e09 commit 2ab8f7e
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 48 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2481,7 +2481,7 @@
"@typescript-eslint/parser": "^4.33.0",
"@vscode/vsce": "^2.16.0",
"eslint": "^7.32.0",
"prettier": "^2.8.1",
"prettier": "^2.8.2",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/___buildTools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"ts-jest": "^28.0.8"
},
"dependencies": {
"commander": "^9.4.1"
"commander": "^9.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/client/src/settings/CSpellSettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const configFileLocations = [

export const configFileLocationGlob = `**/{${configFileLocations.join(',')}}`;

type ConfigFileNames = typeof configFileLocations[number];
type ConfigFileNames = (typeof configFileLocations)[number];

export const nestedConfigLocations = ['package.json'];

Expand Down
2 changes: 1 addition & 1 deletion packages/package-json-dependency-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"commander": "^9.5.0",
"find-up": "^6.3.0",
"glob": "^8.0.3",
"semver": "^7.3.8"
Expand Down

0 comments on commit 2ab8f7e

Please sign in to comment.