Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2025

This PR contains the following updates:

Package Change Age Confidence Manager Type Update
NuGetizer (source) 1.2.4 -> 1.3.0 age confidence nuget nuget minor
actions/cache v4.2.3 -> v4.2.4 age confidence github-actions action patch
actions/checkout v4.2.2 -> v4.3.0 age confidence github-actions action minor
dotnet-reportgenerator-globaltool 5.4.5 -> 5.4.12 age confidence cake patch
dotnet-sdk 9.0.203 -> 9.0.304 age confidence regex script patch
dotnet-sdk 9.0.203 -> 9.0.304 age confidence regex task patch
dotnet-sdk 9.0.203 -> 9.0.304 age confidence regex action patch

Release Notes

devlooped/nugetizer (NuGetizer)

v1.3.0

Full Changelog

✨ Implemented enhancements:

  • Razor class libraries and static web assets #​506
  • Package file is always updated on a build even when there are no changes #​434
  • Trim indent/newlines in text-based package metadata #​627 (@​kzu)

🐛 Fixed bugs:

  • A very weird interaction of VS, NuGetizer and NuGet with packages.lock.json file. #​504
actions/cache (actions/cache)

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

actions/checkout (actions/checkout)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

danielpalme/ReportGenerator (dotnet-reportgenerator-globaltool)

v5.4.12: ReportGenerator_5.4.12

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

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

v5.4.10: ReportGenerator_5.4.10

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

Changes:

  • #​744: Azure DevOps task: Added support for nodeJS 20

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

v5.4.8: ReportGenerator_5.4.8

Changes:

  • #​737 Improved lcov support (take FNDA elements into account to determine whether a code element has been covered)
  • #​741 Charts does not render "Full method coverage" elements if coverage information is not available
  • Added new setting "applyMaximumGroupingLevel". This allows to apply the maximum grouping level instead of the default 'By assembly' grouping in HTML reports.

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

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

dotnet/sdk (dotnet-sdk)

v9.0.304

Compare Source

v9.0.303

Compare Source

v9.0.302

Compare Source

v9.0.301

Compare Source

Bug Fixes

  • Prevent Solution Folders Outside Solution Directory
    The sln-add command now avoids adding solution folders that are outside the scope of the solution directory, ensuring better project organization and preventing accidental inclusion of unrelated folders.
    #​48611

  • Static Web Assets Clean-up Improvement
    Static web asset cache files are now properly tracked and deleted during the clean operation, preventing leftover files from cluttering the build output.
    #​48984

Technical Improvements

  • Ignore .slnx Files
    The SDK now ignores .slnx files, reducing noise and potential confusion in solution management workflows.
    #​48729

  • Update Test Template Translations
    Test templates have updated translations, improving localization and making the SDK more accessible to non-English users.
    #​48902

  • Localized File Check-in
    Automated localization updates have been applied, ensuring that the latest translations are included for a better global user experience.
    #​48907

  • Merging Internal Commits for Release Branch
    Internal commits have been merged into the release/9.0.3xx branch, ensuring that all recent improvements and fixes are included in this release.
    #​48931

Infrastructure

  • Rename CI Workflow File
    The continuous integration workflow file has been renamed from ci.yml to sb-ci.yml to improve clarity and maintain consistency in build automation scripts.
    #​48955

  • Update Build Triggers
    Build triggers have been updated to only target the release/9.0.1xx branch, streamlining the CI process and reducing unnecessary builds.
    #​48960

  • Automated Branch Merge
    The release/9.0.2xx branch has been automatically merged into release/9.0.3xx, ensuring that all relevant changes are synchronized across release branches.
    #​48856

Dependency Updates

  • dotnet/templating

  • dotnet/razor

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, ensuring the latest Razor tooling and runtime features are included.
      #​48833, #​48731, #​48989, #​49029
  • dotnet/msbuild

    • Updated dependencies for release/9.0.3xx, providing the latest MSBuild enhancements and bug fixes.
      #​48787
  • dotnet/arcade

  • dotnet/scenario-tests

  • dotnet/roslyn

    • Updated dependencies for both release/9.0.2xx and release/9.0.3xx branches, bringing in the latest C# and VB compiler improvements.
      #​48751, #​48895, #​48937
  • dotnet/fsharp

    • Updated dependencies for release/9.0.3xx, ensuring the latest F# language features and fixes are available.
      #​48760

Miscellaneous

  • Update Branding to 9.0.301 and 9.0.205
    The SDK branding has been updated to reflect versions 9.0.301 and 9.0.205, ensuring accurate versioning and identification for this release.
    #​48852, #​48851

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.300...v9.0.301

v9.0.300: .NET 9.0.5

Compare Source

Release

What's Changed


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.

@renovate renovate bot added the dependencies Changes that only affect dependencies label May 4, 2025
@renovate renovate bot requested a review from gitfool as a code owner May 4, 2025 13:23
@renovate renovate bot changed the title Bump dependency dotnet-reportgenerator-globaltool to 5.4.6 Bump dependency dotnet-reportgenerator-globaltool to 5.4.7 May 10, 2025
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from b6f9606 to ad01f0d Compare May 14, 2025 16:29
@renovate renovate bot changed the title Bump dependency dotnet-reportgenerator-globaltool to 5.4.7 Bump dependencies May 14, 2025
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from c3e922a to 63e94b3 Compare June 15, 2025 22:43
@renovate renovate bot force-pushed the renovate/minor branch from 63e94b3 to aef3826 Compare July 9, 2025 17:53
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from 8bdc588 to ecba984 Compare July 22, 2025 04:14
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 876e899 to ef10464 Compare July 28, 2025 17:44
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from c8c645d to 920ed5d Compare August 8, 2025 21:33
@renovate renovate bot force-pushed the renovate/minor branch from 920ed5d to 2ef8955 Compare August 11, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that only affect dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants