Skip to content

Update dependent packages lock files - #1742

Closed
waldekmastykarz wants to merge 2 commits into
mainfrom
fix/update-lock-files
Closed

waldekmastykarz wants to merge 2 commits into
mainfrom
fix/update-lock-files

Conversation

@waldekmastykarz

Copy link
Copy Markdown
Collaborator

The recent NuGet bumps (Markdig, Scriban) in DevProxy.Abstractions updated its lock file but not the dependent lock files in DevProxy and DevProxy.Plugins, causing CI to fail with NU1004 errors on main and all open PRs.

This regenerates the lock files for DevProxy and DevProxy.Plugins to fix the issue.

The recent NuGet bumps (Markdig, Scriban) in DevProxy.Abstractions
updated its lock file but not the dependent lock files in DevProxy
and DevProxy.Plugins, causing CI to fail with NU1004 errors.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@waldekmastykarz
waldekmastykarz requested a review from a team as a code owner July 3, 2026 07:19
Copilot AI review requested due to automatic review settings July 3, 2026 07:19
@waldekmastykarz
waldekmastykarz enabled auto-merge (squash) July 3, 2026 07:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR regenerates the packages.lock.json files for the DevProxy and DevProxy.Plugins projects so they align with recent dependency updates in DevProxy.Abstractions (Markdig and Scriban), restoring successful CI restores under dotnet restore --locked-mode.

Changes:

  • Updated DevProxy lock file to resolve Markdig 1.3.2 and Scriban 7.2.5 (and updated the devproxy.abstractions dependency ranges accordingly).
  • Updated DevProxy.Plugins lock file to resolve Markdig 1.3.2 and Scriban 7.2.5 (and updated the devproxy.abstractions dependency ranges accordingly).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
DevProxy/packages.lock.json Regenerated lock entries to match updated transitive Markdig/Scriban versions required by devproxy.abstractions.
DevProxy.Plugins/packages.lock.json Regenerated lock entries to match updated transitive Markdig/Scriban versions required by devproxy.abstractions.

@waldekmastykarz

Copy link
Copy Markdown
Collaborator Author

Closing: no modified files (lock files are already up to date).

auto-merge was automatically disabled July 17, 2026 07:01

Pull request was closed

@waldekmastykarz
waldekmastykarz deleted the fix/update-lock-files branch August 24, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants