Skip to content

Commit

Permalink
chore(deps): bump commander from 12.1.0 to 13.1.0 (#22)
Browse files Browse the repository at this point in the history
* chore(deps): bump commander from 12.1.0 to 13.1.0

Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 to 13.1.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@v12.1.0...v13.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Stricter option flag parsing

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: uiolee <[email protected]>
  • Loading branch information
dependabot[bot] and uiolee authored Feb 6, 2025
1 parent 7d8a5db commit c3d83de
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"commander": "^12.1.0",
"commander": "^13.1.0",
"execa": "^9.5.2",
"picocolors": "^1.1.1"
},
Expand Down
10 changes: 5 additions & 5 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 src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const init = () => {
})
.addOption(
new Option(
"-pm, --packageManager <packageManager>",
"--pm, --packageManager <packageManager>",
"Specify the packageManager which use to Install packages",
)
.choices(["auto", "npm", "pnpm", "yarn", "bun"])
Expand Down

0 comments on commit c3d83de

Please sign in to comment.