Skip to content

Commit

Permalink
chore: bump commander from 12.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 12.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@v12.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 6, 2025
1 parent 0dcc424 commit 065ae98
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 19 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@octokit/rest": "^21.0.2",
"ansi-escapes": "^7.0.0",
"chalk": "^5.4.1",
"commander": "^12.1.0",
"commander": "^13.0.0",
"csv-parse": "^5.6.0",
"csv-stringify": "^6.5.2",
"jest-diff": "^29.7.0",
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 @@ -52,7 +52,7 @@
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-tools#readme",
"dependencies": {
"@cspell/cspell-pipe": "workspace:*",
"commander": "^12.1.0",
"commander": "^13.0.0",
"cosmiconfig": "9.0.0",
"cspell-trie-lib": "workspace:*",
"glob": "^10.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-trie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-trie#readme",
"dependencies": {
"commander": "^12.1.0",
"commander": "^13.0.0",
"cspell-trie-lib": "workspace:*",
"gensequence": "^7.0.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 @@ -88,7 +88,7 @@
"@cspell/url": "workspace:*",
"chalk": "^5.4.1",
"chalk-template": "^1.1.0",
"commander": "^12.1.0",
"commander": "^13.0.0",
"cspell-dictionary": "workspace:*",
"cspell-gitignore": "workspace:*",
"cspell-glob": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/hunspell-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@cspell/cspell-pipe": "workspace:^",
"@cspell/cspell-types": "workspace:^",
"commander": "^12.1.0",
"commander": "^13.0.0",
"gensequence": "^7.0.0",
"html-entities": "^2.5.2",
"iconv-lite": "^0.6.3"
Expand Down
32 changes: 19 additions & 13 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 tools/perf-chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "Jason Dent",
"license": "MIT",
"dependencies": {
"commander": "^12.1.0",
"commander": "^13.0.0",
"csv-parse": "^5.6.0",
"thistogram": "^1.1.1"
},
Expand Down

0 comments on commit 065ae98

Please sign in to comment.