Skip to content

Commit

Permalink
build(deps): bump commander from 11.1.0 to 13.0.0
Browse files Browse the repository at this point in the history
Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 13.0.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v11.1.0...v13.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 104377c commit 009f875
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cli/create-completion-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/withfig/autocomplete-tools#readme",
"dependencies": {
"commander": "^11.1.0",
"commander": "^13.0.0",
"picocolors": "^1.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion cli/publish-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"homepage": "https://github.com/withfig/autocomplete-tools#readme",
"dependencies": {
"commander": "^11.1.0",
"commander": "^13.0.0",
"esbuild": "^0.24.2",
"node-fetch": "^3.3.2",
"prettier": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions integrations/commander/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://github.com/withfig/autocomplete-tools#readme",
"peerDependencies": {
"commander": "^11.1.0"
"commander": "^13.0.0"
},
"dependencies": {
"prettier": "^3.3.3"
Expand All @@ -41,7 +41,7 @@
"@types/node": "^22.5.2",
"@withfig/autocomplete-types": "workspace:^",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"commander": "^13.0.0",
"tsx": "^4.19.2",
"typescript": "^5.5.4"
},
Expand Down
22 changes: 8 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "dist/index.js",
"devDependencies": {
"@microsoft/tsdoc": "^0.15.0",
"commander": "^11.1.0",
"commander": "^13.0.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
Expand Down

0 comments on commit 009f875

Please sign in to comment.