Skip to content

chore(deps): update all non-major dependencies #346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
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
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.57.1 age confidence nuget minor
TUnit.Assertions 0.52.51 -> 0.57.1 age confidence nuget minor
actions/setup-dotnet v4.3.0 -> v4.3.1 age confidence action patch
codecov/codecov-action v5.3.1 -> v5.5.0 age confidence action minor
csharpier 1.0.1 -> 1.1.2 age confidence nuget minor
dotnet-reportgenerator-globaltool 5.4.4 -> 5.4.12 age confidence nuget patch
github/codeql-action v3.28.9 -> v3.29.11 age confidence action minor
xunit.runner.visualstudio 3.0.2 -> 3.1.4 age confidence nuget minor

Release Notes

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

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.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

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

v0.55.21: 0.55.21

What's Changed

🏕 Changes
  • Fix DisplayName parameter substitution for prefixed variable names by @​Copilot in #​2886
  • Fix race condition in pure reference counting object disposal system by @​Copilot in #​2868
  • Add analyzer warning for test method with tuple parameter and tuple data source mismatch by @​Copilot in #​2864
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.55.6...v0.55.21

v0.55.6: 0.55.6

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.55.0...v0.55.6

v0.55.0: 0.55.0

What's Changed

🏕 Changes
👒 Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v0.53.0...v0.55.0

v0.53.0: 0.53.0

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.52.64...v0.53.0

v0.52.64: 0.52.64

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.52.60...v0.52.64

v0.52.60: 0.52.60

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.52.56...v0.52.60

v0.52.56: 0.52.56

What's Changed

🏕 Changes
👒 Dependencies

Full Changelog: thomhurst/TUnit@v0.52.51...v0.52.56

actions/setup-dotnet (actions/setup-dotnet)

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/setup-dotnet@v4...v4.3.1

codecov/codecov-action (codecov/codecov-action)

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

belav/csharpier (csharpier)

v1.1.2

Compare Source

What's Changed

Inconsistencies with null-coalescing wrapping on method chains #​1573

On longer method chains, depending on the exact chain a null coalescing expression wouldn't always be preceded by a new line.

// input & expected output
var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallMethod__________()
    ?? throw new Exception();

var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallLongMethod___________________________________________________()
    ?? throw new Exception();

// 1.1.1
var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallMethod__________() ?? throw new Exception();

var x =
    someValue
        .Property.CallLongMethod_____________________________________()
        .CallLongMethod___________________________________________________()
    ?? throw new Exception();

Full Changelog: belav/csharpier@1.1.1...1.1.2

v1.1.1

Compare Source

What's Changed

Unhandled exception: System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string. (Parameter 'startIndex') #​1673

CSharpier was throwing an exception when formating a directory contained a file without an extension.

Full Changelog: belav/csharpier@1.1.1...1.1.1

v1.1.0

Compare Source

What's Changed

.gitignore from parent folders impacts formatting of children #​1627

CSharpier will no longer consider .gitignore files located above the root of the current git repository.

Changes to stdin formatting #​288 #​1657

There is a new option --stdin-filepath that is used to specify the filepath CSharpier should use for resolving options and ignore files.
When no path is specified via stdin-path

  • No ignore files are considered.
  • The current directory is considered when locating options
  • The file is assumed to be c# unless the first non-whitespace character is < in which case it is assumed to be xml.
Support for C# 14 and .NET 10 #​1654 #​1646

Changes were required to support the following

  • Extension Declarations
  • File level directives in file based C# Apps
Support --ignore-path CLI option #​1585

It is now possible to specify the path to an ignore file

dotnet csharpier format . --ignore-path .config/.csharpierignore
Format xaml and slnx by default #​1628 #​1604

CSharpier now formats xaml and slnx by default without the need for configuration changes.

XML formatting is not taking into account EOL configuration on multiline comments #​1660

When formatting the following XML, CSharpier would always use the system system default for ending lines within the comment instead of the respecting the configured EOL setting.

<Element>
  <!--
  Comment with EOL
  -->
</Element>
Error when no read access to intermediate containing folder #​1656

In the case that CSharpier had access to a sub directory but not the parent of that sub directory, it was failing with an exception. That has been resolved.

Misleading message after "csharpier check" #​1645

Previously the format and check commands both used the same output message. The check command now correctly reports that it checked files and did not format them.

v1.0.3

Compare Source

dotnet csharpier check .
Formatted 13226 files in 21986ms.

v1.0.2

Compare Source

What's Changed

Performance issues when supporting .gitignore. #​1588

CSharpier was using a naive algorithm for parsing and evaluating gitignore rules that caused significant perfomance issues. @​kevinboss reworked the implementation to drastically increate performance.

Exclude bin/ and obj/ directory content from xml formatting #​1600

CSharpier now excludes all files in bin/ and obj/ by default.

Error on syntactically valid conditional with is #​1612

The following c# is valid and compiles with 9.0.300+. CSharpier was updated to properly parse it.

var x = y is y ? [] : z ?? [];
Xml formatting with comments in text element inserts extra new lines #​1607

CSharpier has some issues with formatting text that contained xml comments. That has been improved.

Input & expected output

<NoWarn>
  CA1031; <!-- Since this is not a library project, catching general exceptions is OK -->
  IDE0005; <!-- Allow unused usings -->
</NoWarn>

1.0.1

<NoWarn
    >
      CA1031;
    <!-- Since this is not a library project, catching general exceptions is OK -->

    
      IDE0005;
    <!-- Allow unused usings -->
</NoWarn>
Inconsistent formatting of single-line lambda expressions #​1594

CSharpier 1.0.0 introduced a regression that caused the following formatting. This is now working as expected.

// input & expected output
        CallMethod(() => CallAnotherMethod______________________________________________________());
        CallMethod(() =>
            CallAnotherMethod______________________________________________________1()
        );
        CallMethod(() =>
            CallAnotherMethod______________________________________________________12()
        );
        CallMethod(() =>
            CallAnotherMethod______________________________________________________123()
        );

// 1.0.0
        CallMethod(() => CallAnotherMethod______________________________________________________());
        CallMethod(() => CallAnotherMethod______________________________________________________1()
        );
        CallMethod(() => CallAnotherMethod______________________________________________________12()
        );
        CallMethod(() =>
            CallAnotherMethod______________________________________________________123()
        );

Full Changelog: belav/csharpier@1.0.1...1.0.2

danielpalme/ReportGenerator (dotnet-reportgenerator-globaltool)

v5.4.12: ReportGenerator_5.4.12

Compare Source

Changes:

  • #​750: Cobertura reports now contain timestamp in UTC format

This release requires .NET Framework 4.7 or .NET 8.0/9.0

v5.4.11: ReportGenerator_5.4.11

Compare Source

This release requires .NET Framework 4.7 or .NET 8.0/9.0

v5.4.10: ReportGenerator_5.4.10

Compare Source

Changes:

  • #​746: Improved "raw mode" (settings:rawMode=true): Leave method names unchanged

This release requires .NET Framework 4.7 or .NET 8.0/9.0

v5.4.9: ReportGenerator_5.4.9

Compare Source

Changes:

  • #​744: Azure DevOps task: Added sup

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 is behind base branch, 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 55.74%. Comparing base (515f4e6) to head (f2ca0d2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #346      +/-   ##
==========================================
- Coverage   55.75%   55.74%   -0.02%     
==========================================
  Files         257      257              
  Lines       23038    23038              
  Branches     1897     1897              
==========================================
- Hits        12845    12842       -3     
- Misses       9738     9740       +2     
- Partials      455      456       +1     

☔ 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 6 times, most recently from cb0c016 to b2cca7c Compare May 4, 2025 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a6dbcff to 13034e7 Compare May 16, 2025 12:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e666472 to 7d40fa8 Compare May 24, 2025 17:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e9fdfe5 to 155af20 Compare June 7, 2025 10:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3cf330b to eedeee6 Compare June 15, 2025 23:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0bb23a9 to 0369c26 Compare June 30, 2025 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0369c26 to 5dffbd0 Compare July 11, 2025 10:15
mak638
mak638 previously approved these changes Jul 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f2ca0d2 to c858ed6 Compare August 22, 2025 09:15
@alexanderlinne alexanderlinne added this to the 0.13.0 milestone Aug 22, 2025
@alexanderlinne
Copy link
Collaborator

Should be merge as part of 0.13.0 when the minimum .NET Framework version has been updated

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c858ed6 to ab10114 Compare August 22, 2025 09:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ab10114 to 646b959 Compare August 22, 2025 09:32
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