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 Adoption Passing Confidence Type Update
Microsoft.NET.Test.Sdk 17.13.0 -> 17.14.1 age adoption passing confidence nuget minor
Serilog (source) 4.2.0 -> 4.3.0 age adoption passing confidence nuget minor
System.ValueTuple 4.5.0 -> 4.6.1 age adoption passing confidence nuget minor
Verify.xunit 28.11.0 -> 28.16.0 age adoption passing confidence nuget minor
actions/setup-dotnet v4.3.0 -> v4.3.1 age adoption passing confidence action patch
codecov/codecov-action v5.3.1 -> v5.4.3 age adoption passing confidence action minor
csharpier 1.0.1 -> 1.0.2 age adoption passing confidence nuget patch
dotnet-reportgenerator-globaltool 5.4.4 -> 5.4.7 age adoption passing confidence nuget patch
github/codeql-action v3.28.9 -> v3.28.19 age adoption passing confidence action patch
xunit.runner.visualstudio 3.0.2 -> 3.1.1 age adoption passing 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

serilog/serilog (Serilog)

v4.3.0

What's Changed

New Contributors

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

VerifyTests/Verify (Verify.xunit)

v28.16.0

Compare Source

v28.15.0

Compare Source

v28.14.1

Compare Source

v28.14.0

Compare Source

v28.13.0

Compare Source

v28.12.1

Compare Source

v28.12.0

Compare Source

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.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.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.7: ReportGenerator_5.4.7

Changes:

  • #​731 Added option to break build when maximum risk hotspots metrics are exceeded

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

v5.4.6: ReportGenerator_5.4.6

Changes:

  • #​730 Added support for the REPORTGENERATOR_LICENSE environment variable in the MSBuild task (contributed by @​0xced)

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

v5.4.5: ReportGenerator_5.4.5

Changes:

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

github/codeql-action (github/codeql-action)

v3.28.19

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.19 - 03 Jun 2025
  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview.
    The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned
    your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable
    actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #​2910

See the full CHANGELOG.md for more information.

v3.28.18

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.18 - 16 May 2025

  • Update default CodeQL bundle version to 2.21.3. #​2893
  • Skip validating SARIF produced by CodeQL for improved performance. #​2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #​2891

See the full CHANGELOG.md for more information.

v3.28.17

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.17 - 02 May 2025

  • Update default CodeQL bundle version to 2.21.2. #​2872

See the full CHANGELOG.md for more information.

v3.28.16

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.16 - 23 Apr 2025
  • Update default CodeQL bundle version to 2.21.1. #​2863

See the full CHANGELOG.md for more information.

v3.28.15

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.15 - 07 Apr 2025
  • Fix bug where the action would fail if it tried to produce a debug artifact with more than 65535 files. #​2842

See the full CHANGELOG.md for more information.

v3.28.14

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.14 - 07 Apr 2025
  • Update default CodeQL bundle version to 2.21.0. #​2838

See the full CHANGELOG.md for more information.

v3.28.13

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.13 - 24 Mar 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.28.12

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.12 - 19 Mar 2025
  • Dependency caching should now cache more dependencies for Java build-mode: none extractions. This should speed up workflows and avoid inconsistent alerts in some cases.
  • Update default CodeQL bundle version to 2.20.7. #​2810

See the full CHANGELOG.md for more information.

v3.28.11

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.11 - 07 Mar 2025
  • Update default CodeQL bundle version to 2.20.6. #​2793

See the full CHANGELOG.md for more information.

v3.28.10

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.10 - 21 Feb 2025

  • Update default CodeQL bundle version to 2.20.5. #​2772
  • Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. #​2768

See the full CHANGELOG.md for more information.

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v3.1.0

Compare Source


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 65.65%. Comparing base (9c989b2) to head (779aba9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #346   +/-   ##
=======================================
  Coverage   65.65%   65.65%           
=======================================
  Files         255      255           
  Lines       23034    23034           
  Branches     1961     1961           
=======================================
  Hits        15124    15124           
  Misses       7365     7365           
  Partials      545      545           

☔ 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 from 7d40fa8 to e9fdfe5 Compare June 3, 2025 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e9fdfe5 to 155af20 Compare June 7, 2025 10:54
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.

1 participant