Bump NuGet dependencies#1668
Open
waldekmastykarz wants to merge 1 commit into
Open
Conversation
Update the following packages: - Microsoft.Extensions.Configuration: 10.0.7 → 10.0.8 - Microsoft.Extensions.Configuration.Binder: 10.0.7 → 10.0.8 - Microsoft.Extensions.Configuration.Json: 10.0.7 → 10.0.8 - Microsoft.Extensions.FileSystemGlobbing: 10.0.7 → 10.0.8 - Microsoft.Extensions.Logging.Abstractions: 10.0.7 → 10.0.8 - Scriban: 7.1.0 → 7.2.0 - System.CommandLine: 2.0.7 → 2.0.8 Consolidates upstream dependabot PRs dotnet#1657, dotnet#1658, dotnet#1659, dotnet#1660, dotnet#1661. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Routine consolidated dependency bump that aligns several Microsoft.Extensions.* packages to 10.0.8, Scriban to 7.2.0, and System.CommandLine to 2.0.8 across the three projects and their lock files.
Changes:
- Bumped Microsoft.Extensions.Configuration/Binder/Json/FileSystemGlobbing/Logging.Abstractions from 10.0.7 to 10.0.8.
- Bumped Scriban from 7.1.0 to 7.2.0 and System.CommandLine from 2.0.7 to 2.0.8.
- Updated
packages.lock.jsonfiles to reflect new resolved versions and content hashes.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| DevProxy/DevProxy.csproj | Bumps System.CommandLine to 2.0.8. |
| DevProxy/packages.lock.json | Refreshes resolved versions/hashes for System.CommandLine and Scriban. |
| DevProxy.Plugins/DevProxy.Plugins.csproj | Bumps Microsoft.Extensions.Configuration, FileSystemGlobbing, and System.CommandLine. |
| DevProxy.Plugins/packages.lock.json | Refreshes resolved versions/hashes for the bumped packages. |
| DevProxy.Abstractions/DevProxy.Abstractions.csproj | Bumps Microsoft.Extensions.* packages, Scriban, and System.CommandLine. |
| DevProxy.Abstractions/packages.lock.json | Refreshes resolved versions/hashes for the bumped packages. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates the following dependabot PRs into a single update:
Updated packages
Build verified locally — 0 warnings, 0 errors.
Closes #1657, closes #1658, closes #1659, closes #1660, closes #1661.