ap0llo / markdown-generator

A utility library to programatically generate markdown files
MIT License
34 stars 3 forks source link

deps: Update dependency dotnet-reportgenerator-globaltool to 5.4.1 #209

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dotnet-reportgenerator-globaltool 5.1.18 -> 5.4.1 age adoption passing confidence

Release Notes

danielpalme/ReportGenerator (dotnet-reportgenerator-globaltool) ### [`v5.4.1`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.4.1): ReportGenerator_5.4.1 ### Changes: - [#​707](https://redirect.github.com/danielpalme/ReportGenerator/issues/707) Fixed issue with file filters This release requires .NET Framework 4.7 or .NET 8.0/9.0 ### [`v5.4.0`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.4.0): ReportGenerator_5.4.0 ### Changes: - Added support for .NET 9. Dropped support for .NET 6 and .NET 7 - [#​699](https://redirect.github.com/danielpalme/ReportGenerator/issues/699) Rounding crap score to full number - [#​700](https://redirect.github.com/danielpalme/ReportGenerator/issues/700) Fixed handling of .netconfig files (sourceDirectories, reportTypes, plugins, assemblyFilters, etc.) - [#​704](https://redirect.github.com/danielpalme/ReportGenerator/issues/704) Improved handling of file filters This release requires .NET Framework 4.7 or .NET 8.0/9.0 ### [`v5.3.11`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.3.11): ReportGenerator_5.3.11 ### Changes: - Update dependencies (CVE-2024-43485) This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.3.10`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.3.10): ReportGenerator_5.3.10 ### Changes: - [#​695](https://redirect.github.com/danielpalme/ReportGenerator/issues/695) HTML reports: Performance and memory improvements (contributed by [@​afscrome](https://redirect.github.com/afscrome)) - [#​690](https://redirect.github.com/danielpalme/ReportGenerator/issues/690) Fixed handling of history files for classes with not unique names This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.3.9`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.3.9): ReportGenerator_5.3.9 ### Changes: - [#​685](https://redirect.github.com/danielpalme/ReportGenerator/issues/685) Extended "raw mode" for dotCover format (settings:rawMode=true) to disable that coverage data of nested or compiler generated classes is included in the parent class. - [#​691](https://redirect.github.com/danielpalme/ReportGenerator/issues/691) Cobertura parser: Performance and memory improvements (contributed by [@​afscrome](https://redirect.github.com/afscrome)) This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.3.8`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.3.8): ReportGenerator_5.3.8 ### Changes: - [#​681](https://redirect.github.com/danielpalme/ReportGenerator/issues/681) Updated System.Text.Json to address CVE-2024-30105 (contributed by [@​304NotModified](https://redirect.github.com/304NotModified)) This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.3.7`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.3.7): ReportGenerator_5.3.7 ### Changes: - Exclude empty modules/assemblies from reports \-Fix sort direction triangles (contributed by [@​YuriyDurov](https://redirect.github.com/YuriyDurov)) \-[#​602](https://redirect.github.com/danielpalme/ReportGenerator/issues/602): HtmlSummary and Html_BlueRed_Summary report types now also create an index.html file This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.3.6`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.3.6): ReportGenerator_5.3.6 ### Changes: - [#​676](https://redirect.github.com/danielpalme/ReportGenerator/issues/676): Fixed issue with Cobertura files with empty class names This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.3.5`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.3.5): ReportGenerator_5.3.5 ### Changes: - [#​663](https://redirect.github.com/danielpalme/ReportGenerator/issues/663): Improved support for Cobertura files generated by "Microsoft CodeCoverage" - [#​674](https://redirect.github.com/danielpalme/ReportGenerator/issues/674): License can now be supplied via the REPORTGENERATOR_LICENSE environment variable This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.3.4`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.3.4): ReportGenerator_5.3.4 ### Changes: - [#​664](https://redirect.github.com/danielpalme/ReportGenerator/issues/664): Added filter options for risk hotspots: '-riskhotspotassemblyfilters:', '-riskhotspotclassfilters:' This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.3.0`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.3.0): ReportGenerator_5.3.0 ### Changes: - Azure DevOps task: Added new setting "publishCodeCoverageResults". This allows to publish report in 'Code Coverage' tab directly. Makes the 'PublishCodeCoverageResults' task obsolete. - [#​662](https://redirect.github.com/danielpalme/ReportGenerator/issues/662): Added ability to filter by coverage in Html reports - [#​667](https://redirect.github.com/danielpalme/ReportGenerator/issues/667): Added new report type 'MarkdownAssembliesSummary' This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.2.5`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.2.5): ReportGenerator_5.2.5 ### Changes: - [#​665](https://redirect.github.com/danielpalme/ReportGenerator/issues/665) Improved handling of duplicate classes in JaCoCo files This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.2.4`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.2.4): ReportGenerator_5.2.4 #### Changes: \-[#​630](https://redirect.github.com/danielpalme/ReportGenerator/issues/630) Added "raw mode" (settings:rawMode=true) to disable that coverage data of nested or compiler generated classes is included in the parent class. This is useful to merge several Cobertura files into a single file. This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.2.3`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.2.3): ReportGenerator_5.2.3 #### Changes: - [#​656](https://redirect.github.com/danielpalme/ReportGenerator/issues/656) Changed handling of files which are not found in source directory This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.2.2`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.2.2): ReportGenerator_5.2.2 #### Changes: - [#​651](https://redirect.github.com/danielpalme/ReportGenerator/issues/651) Added setting to add custom prefix to generated history files - [#​653](https://redirect.github.com/danielpalme/ReportGenerator/issues/653) Fixed command line parameter handling on Linux and MacOS This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.2.1`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.2.1): ReportGenerator_5.2.1 #### Changes: - Added 'Crap Score' metric for Coberatura coverage files (contrbuted by [@​rikrak](https://redirect.github.com/rikrak)) - [#​645](https://redirect.github.com/danielpalme/ReportGenerator/issues/645) Added new report type 'CodeClimate' This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.2.0`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.2.0): ReportGenerator_5.2.0 #### Changes: - Added support for .NET 8. Dropped support for .NET 3.1 and .NET 5.0 - [#​629](https://redirect.github.com/danielpalme/ReportGenerator/issues/629) Visual Studio Coverage: Added support for partial line coverage This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0 ### [`v5.1.26`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.1.26): ReportGenerator_5.1.26 #### Changes: - [#​595](https://redirect.github.com/danielpalme/ReportGenerator/issues/595) Added new report type 'Html_BlueRed_Summary' to improve red-green colorblind accessibility - [#​625](https://redirect.github.com/danielpalme/ReportGenerator/issues/625) Improved support for local methods (Cobertura, dotCover, OpenCover, VisualStudio) - [#​627](https://redirect.github.com/danielpalme/ReportGenerator/issues/627) Removed PNG badges and replaced report type 'PngChart' with 'SvgChart' - [#​623](https://redirect.github.com/danielpalme/ReportGenerator/issues/623) Improved Cobertura output (complexity metric) This release requires .NET Framework 4.7 or .NET 3.1/6.0/7.0 ### [`v5.1.25`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.1.25): ReportGenerator_5.1.25 This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x. #### Changes: - [#​1519](https://redirect.github.com/coverlet-coverage/coverlet/issues/1519) OpenCover: Improved handling of generic classes ### [`v5.1.24`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.1.24): ReportGenerator_5.1.24 This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x. #### Changes: - [#​612](https://redirect.github.com/danielpalme/ReportGenerator/issues/612) Increase percentage accuracy in reports - [#​619](https://redirect.github.com/danielpalme/ReportGenerator/issues/619) Improved report parsing to avoid integer overflow ### [`v5.1.23`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.1.23): ReportGenerator_5.1.23 This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x. #### Changes: - Added [minimum coverage thresholds](https://redirect.github.com/danielpalme/ReportGenerator/wiki/Settings#minimum-coverage-thresholds) to validate coverage goals ### [`v5.1.22`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.1.22): ReportGenerator_5.1.22 This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x. #### Changes: - [#​608](https://redirect.github.com/danielpalme/ReportGenerator/issues/608) Improved performance for classes with many lines ### [`v5.1.21`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.1.21): ReportGenerator_5.1.21 This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x. #### Changes: - [#​606](https://redirect.github.com/danielpalme/ReportGenerator/issues/606) Improved Cobertura output (complexity metric) ### [`v5.1.20`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.1.20): ReportGenerator_5.1.20 This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x. #### Changes: - Added report type: OpenCover (PRO version only) - [#​603](https://redirect.github.com/danielpalme/ReportGenerator/issues/603) Improved support for Cobertura files generated by Jest ### [`v5.1.19`](https://redirect.github.com/danielpalme/ReportGenerator/releases/tag/v5.1.19): ReportGenerator_5.1.19 This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x. #### Changes: - [#​595](https://redirect.github.com/danielpalme/ReportGenerator/issues/595): Added new report type 'Html_BlueRed' to improve red-green colorblind accessibility - [#​596](https://redirect.github.com/danielpalme/ReportGenerator/issues/596): Fixed issue with reading historic reports

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.

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



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