Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update
JetBrains.Annotations (source) 2025.2.0 -> 2025.2.2 age confidence nuget patch
Microsoft.NET.Test.Sdk 17.13.0 -> 17.14.1 age confidence nuget minor
NUnit3TestAdapter (source) 5.0.0 -> 5.1.0 age confidence nuget minor
Newtonsoft.Json (source) 13.0.3 -> 13.0.4 age confidence nuget patch
Serilog (source) 4.2.0 -> 4.3.0 age confidence nuget minor
System.ValueTuple 4.5.0 -> 4.6.1 age confidence nuget minor
TUnit 0.52.51 -> 0.61.39 age confidence nuget minor
Verify.xunit 30.7.3 -> 30.19.0 age confidence nuget minor
codecov/codecov-action v5.3.1 -> v5.5.1 age confidence action minor
csharpier 1.0.1 -> 1.1.2 age confidence nuget minor
dotnet-reportgenerator-globaltool 5.4.4 -> 5.4.16 age confidence nuget patch
github/codeql-action v3.28.9 -> v3.30.4 age confidence action minor
xunit.runner.visualstudio 3.0.2 -> 3.1.4 age confidence nuget minor

Release Notes

JetBrains/JetBrains.Annotations (JetBrains.Annotations)

v2025.2.1

Compare Source

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

v17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

v17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes
Internal version updates and fixes

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0

nunit/nunit3-vs-adapter (NUnit3TestAdapter)

v5.1.0: V 5.1.0

See release notes

JamesNK/Newtonsoft.Json (Newtonsoft.Json)

v13.0.4

Compare Source

  • New feature - Annotated for trim/AOT (in)compatibility
  • New feature - Added support for using Index with JArray
  • Change - Avoid LINQ expression trees in .NET 6+ reflection
  • Fix - Fixed handling of empty constructor names
  • Fix - Fixed XML convert duplicate attribute error on nested arrays with writeArrayAttribute set to true
  • Fix - Fixed XML convert array attribute is not set for properties with special characters
  • Fix - Fixed TimeOnly deserialization to support more formats
serilog/serilog (Serilog)

v4.3.0

What's Changed

New Contributors

Full Changelog: serilog/serilog@v4.2.0...v4.3.0

thomhurst/TUnit (TUnit)

v0.61.39: 0.61.39

What's Changed

👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.61.38...v0.61.39

v0.61.38: 0.61.38

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.61.31...v0.61.38

v0.61.31: 0.61.31

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.61.25...v0.61.31

v0.61.25: 0.61.25

What's Changed

🏕 Changes

Full Changelog: thomhurst/TUnit@v0.61.22...v0.61.25

v0.61.22: 0.61.22

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.61.13...v0.61.22

v0.61.13: 0.61.13

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.61.6...v0.61.13

v0.61.6: 0.61.6

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.61.2...v0.61.6

v0.61.2: 0.61.2

What's Changed

🏕 Changes

Full Changelog: thomhurst/TUnit@v0.60.15...v0.61.2

v0.60.15: 0.60.15

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.60.1...v0.60.15

v0.60.1: 0.60.1

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.59.0...v0.60.1

v0.59.0: 0.59.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.58.3...v0.59.0

v0.58.3: 0.58.3

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.57.65...v0.58.3

v0.57.65: 0.57.65

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.57.63...v0.57.65

v0.57.63: 0.57.63

What's Changed

🏕 Changes
👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.57.24...v0.57.63

v0.57.24: 0.57.24

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.57.1...v0.57.24

v0.57.1: 0.57.1

What's Changed

🏕 Changes
  • Add Browser platform support to OS enum and RunOn/ExcludeOn attributes with WebAssembly compatibility fixes by @​Copilot in #​2965

Full Changelog: thomhurst/TUnit@v0.57.0...v0.57.1

v0.57.0: 0.57.0

What's Changed

🏕 Changes
  • Fix analyzer to skip required keyword enforcement for Attribute class properties by @​Copilot in #​2981
  • Fix open generic type generation causing compilation errors in assembly attributes by @​Copilot in #​2973
  • Fix shared instance disposal using ObjectTracker reference counting at registration time by @​Copilot in #​2977
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.56.50...v0.57.0

v0.56.50: 0.56.50

What's Changed

🏕 Changes
👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.56.44...v0.56.50

v0.56.44: 0.56.44

What's Changed

🏕 Changes
  • Fix test discovery intermittent hanging issues in reflection mode by @​thomhurst in #​2932
  • Fix SkipTestException handling to properly mark tests as skipped by @​Copilot in #​2907
  • Fix generic inheritance dependency matching for DependsOn attributes by @​Copilot in #​2899
  • Fix disposal issue: ensure TestContext OnDispose events are triggered after test completion by @​Copilot in #​2925
  • Fix deadlock in BufferedTextWriter caused by nested locking by @​thomhurst in #​2944
  • Fix first event receiver thread safety using GetOnlyDictionary + Task pattern by @​Copilot in #​2917
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.56.35...v0.56.44

v0.56.35: 0.56.35

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.56.5...v0.56.35

v0.56.5: 0.56.5

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.55.23...v0.56.5

v0.55.23: 0.55.23

What's Changed

🏕 Changes
  • Fix abstract class constructor processing in hook metadata generation by @​Copilot in #​2888
  • Fix inherited test categories

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


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

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

@codecov-commenter
Copy link

codecov-commenter commented Feb 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.63%. Comparing base (2a34c1d) to head (2a985af).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #346   +/-   ##
=======================================
  Coverage   77.63%   77.63%           
=======================================
  Files         258      258           
  Lines       19226    19226           
  Branches     1606     1606           
=======================================
  Hits        14926    14926           
  Misses       3845     3845           
  Partials      455      455           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b619f0 to 490b89c Compare February 23, 2025 14:54
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.28.10 chore(deps): update all non-major dependencies Feb 23, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b35f800 to bab4eab Compare February 28, 2025 09:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f8e77a7 to 58ab919 Compare March 10, 2025 22:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 779aba9 to 2a6aeba Compare March 17, 2025 23:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 086344a to 4a6ec35 Compare March 24, 2025 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f7fe868 to 5b34123 Compare April 7, 2025 21:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 33e50c6 to 8796048 Compare April 14, 2025 23:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a90f21b to f191091 Compare April 25, 2025 17:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 2345830 to 5bb5ef6 Compare September 26, 2025 10:07
@renovate renovate bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Sep 26, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7577c4f to a52dd98 Compare September 26, 2025 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a52dd98 to 4505df6 Compare September 26, 2025 11:54
@renovate
Copy link
Contributor Author

renovate bot commented Sep 26, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Signed-off-by: Alexander Linne <[email protected]>
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.

4 participants