chore(deps): update all non-major dependencies#771
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 17, 2026 05:16
0dab7d3 to
643f7f0
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
14 times, most recently
from
July 19, 2026 17:07
e94f007 to
f25ad76
Compare
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 21, 2026 02:55
f25ad76 to
6836acb
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates dependency versions across solution, tests, and samples to align with newer releases.
Changes:
- Bump
AwesomeAssertionsfrom9.4.0to9.5.0across projects. - Bump
Microsoft.Identity.Webfrom4.13.1to4.13.2(and relatedMicrosoft.Identity.*/Microsoft.IdentityModel.*lockfile entries). - Bump
Scalar.AspNetCorefrom2.16.13to2.16.16in the MediatorFramework sample.
Reviewed changes
Copilot reviewed 22 out of 22 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/WebApplicationDemo.Tests/packages.lock.json | Updates locked test dependencies (AwesomeAssertions, Identity.Web related transitive packages). |
| tests/Ark.Tools.Sql.Oracle.Tests/packages.lock.json | Updates locked test dependency for AwesomeAssertions. |
| tests/Ark.Tools.ResourceWatcher.Tests/packages.lock.json | Updates locked test dependencies for AwesomeAssertions across TFMs. |
| tests/Ark.Tools.Nodatime.Tests/packages.lock.json | Updates locked test dependency for AwesomeAssertions. |
| tests/Ark.Tools.Nodatime.Protobuf.Tests/packages.lock.json | Updates locked test dependencies for AwesomeAssertions across TFMs. |
| tests/Ark.Tools.MediatorFramework.Tests/packages.lock.json | Updates locked test dependency for AwesomeAssertions. |
| tests/Ark.Tools.FtpClient.FluentFtp.Tests/packages.lock.json | Updates locked test dependency for AwesomeAssertions. |
| tests/Ark.Tools.Core.Tests/packages.lock.json | Updates locked test dependency for AwesomeAssertions. |
| tests/Ark.Tools.Core.Reflection.Tests/packages.lock.json | Updates locked test dependency for AwesomeAssertions. |
| tests/Ark.Tools.AspNetCore.ProblemDetails.Tests/packages.lock.json | Updates locked test dependency for AwesomeAssertions. |
| src/common/Ark.Tools.Reqnroll/packages.lock.json | Updates locked dependencies for AwesomeAssertions across TFMs. |
| samples/WebApplicationDemo/packages.lock.json | Updates locked sample dependencies for Microsoft.Identity.Web and transitive identity packages. |
| samples/TestLinkGenerator/packages.lock.json | Updates locked sample dependencies for Microsoft.Identity.Web and transitive identity packages. |
| samples/Ark.ResourceWatcher/Directory.Packages.props | Updates centrally-managed sample testing dependency version for AwesomeAssertions. |
| samples/Ark.ResourceWatcher/Ark.ResourceWatcher.Sample.Tests/packages.lock.json | Updates locked sample test dependencies for AwesomeAssertions. |
| samples/Ark.ReferenceProject/Directory.Packages.props | Updates centrally-managed sample dependency versions for Microsoft.Identity.Web and AwesomeAssertions. |
| samples/Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json | Updates locked sample dependencies for Microsoft.Identity.Web and transitive identity packages. |
| samples/Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json | Updates locked sample test dependencies (AwesomeAssertions, Identity.Web related transitive packages). |
| samples/Ark.MediatorFramework.Sample/test/Ark.MediatorFramework.Sample.Tests/packages.lock.json | Updates locked sample test dependencies (AwesomeAssertions, Identity.Web related transitive packages). |
| samples/Ark.MediatorFramework.Sample/src/Ark.MediatorFramework.Sample.WebInterface/packages.lock.json | Updates locked sample web dependencies (Microsoft.Identity.Web + Scalar.AspNetCore). |
| samples/Ark.MediatorFramework.Sample/Directory.Packages.props | Updates centrally-managed sample dependency versions for Scalar.AspNetCore, Microsoft.Identity.Web, and AwesomeAssertions. |
| Directory.Packages.props | Updates repo-wide centrally-managed package versions for AwesomeAssertions and Microsoft.Identity.Web. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
renovate
Bot
force-pushed
the
renovate/all-minor-patch
branch
from
July 21, 2026 19:37
6836acb to
bbce707
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.
This PR contains the following updates:
9.4.0→9.5.03.0.123→3.0.1244.13.1→4.13.22.16.13→2.16.16Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
AwesomeAssertions/AwesomeAssertions (AwesomeAssertions)
v9.5.0Compare Source
What's Changed
New features
Improvements
GivenSelector<T>.FailWith()to matchAssertionChain.FailWith()by @JakenVeina in #522Fixes
Others
Dependencies
New Contributors
Full Changelog: AwesomeAssertions/AwesomeAssertions@9.4.0...9.5.0
meziantou/Meziantou.Analyzer (Meziantou.Analyzer)
v3.0.124Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/3.0.124
What's Changed
defaultliterals in named-argument checks by @meziantou with @Copilot in #1222Full Changelog: meziantou/Meziantou.Analyzer@3.0.123...3.0.124
AzureAD/microsoft-identity-web (Microsoft.Identity.Web)
v4.13.2New features
DownstreamApinow honors the newAuthorizationHeaderProviderOptions.OnBeforeAuthHeaderCreationandOnAfterAuthHeaderCreationhooks (Microsoft.Identity.Abstractions12.5.0).OnBeforeAuthHeaderCreationruns before the header is created — use it to shape the request that request-binding protocols (SignedHttpRequestq/h/b) sign — andOnAfterAuthHeaderCreationruns after the header is set, to observe or adjust the finalized request. See #3942.Dependencies updates
Microsoft.Identity.Abstractionsfrom 12.4.0 to 12.5.0 (adds theOnBeforeAuthHeaderCreation/OnAfterAuthHeaderCreationrequest hooks). See #3947.Fundamentals
BaseAuthorizationHeaderProviderandDefaultAuthorizationHeaderProviderdeclareIAuthorizationHeaderProvider2only, since it already extendsIAuthorizationHeaderProvider. See #3942.Configuration
📅 Schedule: (in timezone Europe/Rome)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.