Skip to content

chore(deps): update dependency microsoft.net.test.sdk to 18.4.0#219

Merged
gjtorikian merged 1 commit intomainfrom
renovate/minor-and-patch-updates
Apr 20, 2026
Merged

chore(deps): update dependency microsoft.net.test.sdk to 18.4.0#219
gjtorikian merged 1 commit intomainfrom
renovate/minor-and-patch-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Confidence
Microsoft.NET.Test.Sdk 18.3.018.4.0 age confidence

Release Notes

microsoft/vstest (Microsoft.NET.Test.Sdk)

v18.4.0

What's Changed
New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • "on the 15th day of the month before 12pm"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners March 15, 2026 01:26
@renovate renovate bot requested a review from gjtorikian March 15, 2026 01:26
@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 15, 2026

Greptile Summary

Automated Renovate dependency update bumping 11 packages across production NuGet dependencies, test NuGet dependencies, and GitHub Action versions. All updates are minor or patch-level.

  • Production NuGet packages: Microsoft.Bcl.AsyncInterfaces 1.1.0→1.1.1, Newtonsoft.Json 13.0.3→13.0.4 (includes trim/AOT annotations and bug fixes), System.Configuration.ConfigurationManager 4.5.0→4.7.0, Microsoft.NETFramework.ReferenceAssemblies 1.0.0→1.0.3
  • Test NuGet packages: Moq 4.13.1→4.20.72 (notable jump; SponsorLink removed, performance improvements), xunit 2.4.1→2.9.2, xunit.runner.visualstudio 2.4.1→2.8.2, coverlet.msbuild 2.8.0→2.9.0, System.Linq.Async 4.0.0→4.1.1
  • GitHub Actions: actions/setup-dotnet v5.1.0→v5.2.0, actions/create-github-app-token v2.2.1→v2.2.2 (both with verified SHA pins)
  • The project's Moq usage (Mock<T>, Protected(), Setup, Verify, ItExpr) is standard and fully compatible with the new version

Confidence Score: 5/5

  • This PR is safe to merge — all changes are well-scoped dependency version bumps with no code logic changes.
  • All updates are minor/patch-level from trusted packages. GitHub Action SHA pins were verified against their claimed tags. The largest version jump (Moq 4.13→4.20) was audited against actual usage in the codebase and confirmed compatible. No custom code changes, no security concerns, no breaking API surface changes.
  • No files require special attention

Important Files Changed

Filename Overview
.github/workflows/ci.yml Bumps actions/setup-dotnet from v5.1.0 to v5.2.0 with verified SHA pin. No functional changes.
.github/workflows/release-please.yml Bumps actions/create-github-app-token from v2.2.1 to v2.2.2 with verified SHA pin. No functional changes.
.github/workflows/release.yml Bumps actions/setup-dotnet from v5.1.0 to v5.2.0 with verified SHA pin. No functional changes.
src/WorkOS.net/WorkOS.net.csproj Bumps production dependencies: Microsoft.Bcl.AsyncInterfaces 1.1.0→1.1.1, Newtonsoft.Json 13.0.3→13.0.4, System.Configuration.ConfigurationManager 4.5.0→4.7.0, Microsoft.NETFramework.ReferenceAssemblies 1.0.0→1.0.3. All patch/minor updates.
test/WorkOSTests/WorkOSTests.csproj Bumps test dependencies: Moq 4.13.1→4.20.72, xunit 2.4.1→2.9.2, xunit.runner.visualstudio 2.4.1→2.8.2, coverlet.msbuild 2.8.0→2.9.0, System.Linq.Async 4.0.0→4.1.1, Microsoft.NETFramework.ReferenceAssemblies 1.0.0→1.0.3. Moq usage in codebase is standard and compatible.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Renovate Bot] --> B[GitHub Actions Workflows]
    A --> C[Production Dependencies]
    A --> D[Test Dependencies]

    B --> B1["ci.yml\nsetup-dotnet v5.1.0 → v5.2.0"]
    B --> B2["release.yml\nsetup-dotnet v5.1.0 → v5.2.0"]
    B --> B3["release-please.yml\ncreate-github-app-token v2.2.1 → v2.2.2"]

    C --> C1["WorkOS.net.csproj"]
    C1 --> C2["Bcl.AsyncInterfaces 1.1.0 → 1.1.1"]
    C1 --> C3["Newtonsoft.Json 13.0.3 → 13.0.4"]
    C1 --> C4["ConfigurationManager 4.5.0 → 4.7.0"]
    C1 --> C5["ReferenceAssemblies 1.0.0 → 1.0.3"]

    D --> D1["WorkOSTests.csproj"]
    D1 --> D2["Moq 4.13.1 → 4.20.72"]
    D1 --> D3["xunit 2.4.1 → 2.9.2"]
    D1 --> D4["xunit.runner.vs 2.4.1 → 2.8.2"]
    D1 --> D5["coverlet 2.8.0 → 2.9.0"]
    D1 --> D6["System.Linq.Async 4.0.0 → 4.1.1"]
Loading

Last reviewed commit: c9d22c6

@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 2 times, most recently from 17b82cc to a1b7408 Compare March 16, 2026 15:11
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch from a1b7408 to 182b28b Compare April 1, 2026 19:55
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 4 times, most recently from 0f132a7 to a82894f Compare April 15, 2026 18:27
@renovate renovate bot changed the title chore(deps): update minor and patch updates chore(deps): update dependency microsoft.net.test.sdk to 18.4.0 Apr 20, 2026
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch from a82894f to a78adb5 Compare April 20, 2026 15:06
@gjtorikian gjtorikian merged commit 0f73389 into main Apr 20, 2026
7 checks passed
@gjtorikian gjtorikian deleted the renovate/minor-and-patch-updates branch April 20, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant