Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Updated System.CommandLine from 2.0.0-rc.2.25502.107 to 2.0.0.

Release notes

Sourced from System.CommandLine's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated System.IO.Abstractions from 22.0.16 to 22.1.0.

Release notes

Sourced from System.IO.Abstractions's releases.

22.1.0

What's Changed

New Contributors

Full Changelog: TestableIO/System.IO.Abstractions@v22.0.16...v22.1.0

Commits viewable in compare view.

Updated System.IO.Abstractions.TestingHelpers from 22.0.16 to 22.1.0.

Release notes

Sourced from System.IO.Abstractions.TestingHelpers's releases.

22.1.0

What's Changed

New Contributors

Full Changelog: TestableIO/System.IO.Abstractions@v22.0.16...v22.1.0

Commits viewable in compare view.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Update System.CommandLine and System.IO.Abstractions (including TestingHelpers) to the latest stable versions for improved reliability and compatibility. This includes recent fixes and .NET 10 support from System.IO.Abstractions.

  • Dependencies
    • System.CommandLine: 2.0.0 (from 2.0.0-rc.2.25502.107)
    • System.IO.Abstractions: 22.1.0 (from 22.0.16)
    • System.IO.Abstractions.TestingHelpers: 22.1.0 (from 22.0.16)

Written for commit 7394cb8. Summary will update automatically on new commits.

High-level PR Summary

This PR updates three system packages in the system-packages dependency group: System.CommandLine from version 2.0.0-rc.2.25502.107 to the stable 2.0.0 release, and both System.IO.Abstractions and System.IO.Abstractions.TestingHelpers from version 22.0.16 to 22.1.0. The updates include bug fixes for file stream sharing and UNC path error messages, plus support for .NET 10 in the IO abstractions packages.

⏱️ Estimated Review Time: 5-15 minutes

💡 Review Order Suggestion
Order File Path
1 Directory.Packages.props

Need help? Join our Discord

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2025
@dependabot dependabot bot requested a review from jas88 as a code owner December 8, 2025 09:03
@dependabot dependabot bot added dotnet Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Dec 8, 2025
Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Copy link

@recurseml recurseml bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review by RecurseML

🔍 Review performed on d8aa2a6..bf54632

✨ No bugs found, your code is sparkling clean

✅ Files analyzed, no issues (1)

Directory.Packages.props

Bumps System.CommandLine from 2.0.0-rc.2.25502.107 to 2.0.0
Bumps System.IO.Abstractions from 22.0.16 to 22.1.0
Bumps System.IO.Abstractions.TestingHelpers from 22.0.16 to 22.1.0

---
updated-dependencies:
- dependency-name: System.CommandLine
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: system-packages
- dependency-name: System.IO.Abstractions
  dependency-version: 22.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: system-packages
- dependency-name: System.IO.Abstractions.TestingHelpers
  dependency-version: 22.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: system-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/system-packages-e75ee9101f branch from bf54632 to 7394cb8 Compare December 8, 2025 14:54
@jas88 jas88 merged commit 942aedc into main Dec 8, 2025
9 checks passed
@jas88 jas88 deleted the dependabot/nuget/system-packages-e75ee9101f branch December 8, 2025 15:01
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 dotnet Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants