Skip to content

Commit

Permalink
chore(deps): bump commander from 9.5.0 to 10.0.0 (#4028)
Browse files Browse the repository at this point in the history
* chore(deps): bump commander from 9.5.0 to 10.0.0

Bumps [commander](https://github.com/tj/commander.js) from 9.5.0 to 10.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@v9.5.0...v10.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update pnpm-lock.yaml

* ci: Workflow Bot -- Update ALL Dependencies (main) (#4029)


Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>

* chore(deps): bump commander from 9.5.0 to 10.0.0

Bumps [commander](https://github.com/tj/commander.js) from 9.5.0 to 10.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@v9.5.0...v10.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update pnpm-lock.yaml

* Update app.test.ts.snap

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: street-side-software-automation[bot] <74785433+street-side-software-automation[bot]@users.noreply.github.com>
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
Co-authored-by: Jason Dent <jason@streetsidesoftware.nl>
  • Loading branch information
5 people committed Jan 17, 2023
1 parent 04f3a16 commit 31b6772
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@cspell/cspell-types": "workspace:*",
"@octokit/rest": "^19.0.5",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"commander": "^10.0.0",
"jest-diff": "^29.3.1",
"mkdirp": "^1.0.4",
"shelljs": "^0.8.5",
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 @@ -49,7 +49,7 @@
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"@cspell/cspell-pipe": "workspace:*",
"commander": "^9.5.0",
"commander": "^10.0.0",
"cosmiconfig": "^8.0.0",
"cspell-trie-lib": "workspace:*",
"gensequence": "^4.0.3",
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 @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
"dependencies": {
"commander": "^9.5.0",
"commander": "^10.0.0",
"cspell-trie-lib": "workspace:*",
"fs-extra": "^11.1.0",
"gensequence": "^4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"dependencies": {
"@cspell/cspell-pipe": "workspace:*",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"commander": "^10.0.0",
"cspell-gitignore": "workspace:*",
"cspell-glob": "workspace:*",
"cspell-lib": "workspace:*",
Expand Down
3 changes: 2 additions & 1 deletion packages/cspell/src/__snapshots__/app.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ exports[`Validate cli app check help Expect Error: outputHelp 1`] = `
[
"Usage: cspell check [options] <files...>",
"",
"Spell check file(s) and display the result. The full file is displayed in color.",
"Spell check file(s) and display the result. The full file is displayed in",
"color.",
"",
"Options:",
" -c, --config <cspell.json> Configuration file to use. By default cspell",
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 @@ -45,7 +45,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"commander": "^9.5.0",
"commander": "^10.0.0",
"fs-extra": "^11.1.0",
"gensequence": "^4.0.3",
"iconv-lite": "^0.6.3"
Expand Down
25 changes: 15 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 31b6772

Please sign in to comment.