Bump dependencies: EF Core Sqlite 10.0.9, OpenApi 3.7.0, Configuration.Json 10.0.9#1725
Open
waldekmastykarz wants to merge 1 commit into
Open
Bump dependencies: EF Core Sqlite 10.0.9, OpenApi 3.7.0, Configuration.Json 10.0.9#1725waldekmastykarz wants to merge 1 commit into
waldekmastykarz wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates NuGet dependencies across Dev Proxy projects to the latest patch/minor versions, consolidating multiple Dependabot updates into a single change set that satisfies the repo’s locked-restore requirements.
Changes:
- Bump
Microsoft.EntityFrameworkCore.Sqlitefrom10.0.8to10.0.9across projects and lock files. - Bump
Microsoft.OpenApiandMicrosoft.OpenApi.YamlReaderfrom3.6.0to3.7.0in Abstractions/Plugins and corresponding lock files. - Bump
Microsoft.Extensions.Configuration.Jsonfrom10.0.8to10.0.9in Abstractions and corresponding lock files.
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 | Updates EF Core Sqlite package reference to 10.0.9 for the main app. |
| DevProxy/packages.lock.json | Updates resolved/hashed dependency graph for EF Core Sqlite and OpenApi transitive dependencies. |
| DevProxy.Abstractions/DevProxy.Abstractions.csproj | Updates direct package references (EF Core Sqlite, OpenApi, YamlReader, Configuration.Json). |
| DevProxy.Abstractions/packages.lock.json | Updates resolved/hashed dependency graph for Abstractions after package bumps. |
| DevProxy.Plugins/DevProxy.Plugins.csproj | Updates EF Core Sqlite/OpenApi/YamlReader package references to the bumped versions. |
| DevProxy.Plugins/packages.lock.json | Updates resolved/hashed dependency graph for Plugins after package bumps. |
005ad9f to
fcd4a4d
Compare
…n.Json 10.0.9 Bumps: - Microsoft.EntityFrameworkCore.Sqlite: 10.0.8 → 10.0.9 - Microsoft.OpenApi: 3.6.0 → 3.7.0 - Microsoft.OpenApi.YamlReader: 3.6.0 → 3.7.0 - Microsoft.Extensions.Configuration.Json: 10.0.8 → 10.0.9 Closes #1714, closes #1716, closes #1720 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fcd4a4d to
6ed2be8
Compare
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.
Bumps:
This combines the changes from dependabot PRs #1714, #1716, and #1720 which couldn't be merged individually due to branch protection constraints (waldekmastykarz was the last pusher on those branches after manual lock file fixes).
Closes #1714
Closes #1716
Closes #1720