Skip to content

Bump CommandLineParser from 2.5.0 to 2.9.1#16837

Closed
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/nuget/CommandLineParser-2.9.1
Closed

Bump CommandLineParser from 2.5.0 to 2.9.1#16837
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/nuget/CommandLineParser-2.9.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Updated CommandLineParser from 2.5.0 to 2.9.1.

Release notes

Sourced from CommandLineParser's releases.

2.9.1

What's Changed

New Contributors

Full Changelog: commandlineparser/commandline@2.8.0...v2.9.1

2.9.0-preview3

2.9.0-preview1

2.8.0

2.8.0-preview4

2.8.0-preview2

The new featurs and fixes, read changelog

2.8.0-preview1

2.7.0

2.7.0-preview1

2.6.0

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: CommandLineParser
  dependency-version: 2.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels May 18, 2026
@ViktorHofer
Copy link
Copy Markdown
Member

@copilot we should get rid of this dependency altogether and use System.CommandLine instead. Replace all usages of it.

Copy link
Copy Markdown
Contributor

Copilot AI commented May 19, 2026

@copilot we should get rid of this dependency altogether and use System.CommandLine instead. Replace all usages of it.

Done. Replaced all CommandLineParser usage in SignCheck with System.CommandLine, removed the package from Directory.Packages.props and from the SignCheck/SignCheckTask csproj files. The Options class is now a plain POCO and CLI parsing lives in SignCheckTask/src/SignCheck.cs.

Copilot AI requested a review from ViktorHofer May 19, 2026 07:42
@ViktorHofer ViktorHofer marked this pull request as draft May 19, 2026 08:52
@ViktorHofer
Copy link
Copy Markdown
Member

I will submit a separate PR to remove this dependency

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 19, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@ViktorHofer ViktorHofer deleted the dependabot/nuget/CommandLineParser-2.9.1 branch May 19, 2026 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants