Skip to content
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

chore(deps): update all dependencies (major) #45

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
SauceControl.InheritDoc 1.4.0 -> 2.0.1 age adoption passing confidence nuget major
System.Text.Json (source) 8.0.4 -> 9.0.0-preview.6.24327.7 age adoption passing confidence nuget major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-dotnet v3 -> v4 age adoption passing confidence action major
coverlet.collector 3.2.0 -> 6.0.2 age adoption passing confidence nuget major
coverlet.msbuild 3.2.0 -> 6.0.2 age adoption passing confidence nuget major
dotnet-sdk 7.0.410 -> 8.0.303 age adoption passing confidence dotnet-sdk major
streetsidesoftware/cspell-action v2 -> v6 age adoption passing confidence action major

Release Notes

saucecontrol/InheritDoc (SauceControl.InheritDoc)

v2.0.1

Compare Source

Fixes
  • Fixed an issue that caused cref links on fields (and enum members) to not resolve if they referred to external types/docs. Thanks to @​adaskos-signal for reporting this one. #​14

v2.0.0

Compare Source

Breaking Changes
  • Starting with v2.0, InheritDoc requires MSBuild 16.0 or newer. The required version is included with Visual Studio 2019 or later, or any currently supported version of the .NET SDK.
Fixes
  • Fixed an issue that prevented the InheritDoc MSBuild task from being skipped in incremental builds when the compiler's input/output was unchanged. Previously, the input to the task was modified by the task's execution, meaning it would always evaluate as newer than the output. Thanks to @​chm-tm for identifying and fixing this #​13.
  • Fixed an issue that allowed InheritDoc to run during design-time builds when InheritDocEnabled was explicitly set to true in a consuming project #​10.
C# Primary Constructor Improvements
  • InheritDoc now identifies primary constructors by matching documentation between a type and its constructor, and applies fixups to each of the documentation copies.
    • Constructor documentation will now be inherited from a base constructor if present, allowing constructor param elements to be inherited.
    • param elements will be removed from the type's documentation when they are meant to apply to the constructor.
dotnet/runtime (System.Text.Json)

v9.0.0-preview.6.24327.7: .NET 9.0 Preview 6

Compare Source

Release

v9.0.0-preview.5.24306.7: .NET 9.0 Preview 5

Compare Source

Release

v9.0.0-preview.4.24266.19: .NET 9.0 Preview 4

Compare Source

Release

v9.0.0-preview.3.24172.9: .NET 9.0 Preview 3

Compare Source

Release

v9.0.0-preview.2.24128.5: .NET 9.0 Preview 2

Compare Source

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

v9.0.0-preview.1.24080.9: .NET 9 Preview 1

Compare Source

Release

actions/checkout (actions/checkout)

v4

Compare Source

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

v4

Compare Source

coverlet-coverage/coverlet (coverlet.collector)

v6.0.2

Fixed
  • Threshold-stat triggers error #​1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #​1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #​1629
  • Exception when multiple exclude-by-attribute filters specified #​1624
Improvements
  • More concise options to specify multiple parameters in coverlet.console #​1624

Diff between 6.0.1 and 6.0.2

v6.0.1

Fixed
  • Uncovered lines in .NET 8 for inheriting records #​1555
  • Fix record constructors not covered when SkipAutoProps is true #​1561
  • Fix .NET 7 Method Group branch coverage issue #​1447
  • Fix ExcludeFromCodeCoverage does not exclude method in a partial class #​1548
  • Fix ExcludeFromCodeCoverage does not exclude F# task #​1547
  • Fix issues where ExcludeFromCodeCoverage ignored #​1431
  • Fix issues with ExcludeFromCodeCoverage attribute #​1484
  • Fix broken links in documentation #​1514
  • Fix problem with coverage for .net5 WPF application #​1221 by https://github.com/lg2de
  • Fix unable to instrument module for Microsoft.AspNetCore.Mvc.Razor #​1459 by https://github.com/lg2de
Improvements

Diff between 6.0.0 and 6.0.1

v6.0.0

Fixed
-Could not write lines to file CoverletSourceRootsMapping - in use by another processhttps://github.com/coverlet-coverage/coverlet/issues/11555
-Incorrect coverage for methods returning IAsyncEnumerable in generic classeshttps://github.com/coverlet-coverage/coverlet/issues/13833
-Wrong branch coverage for async methods .NET Standard 1.xhttps://github.com/coverlet-coverage/coverlet/issues/13766
-Empty path exception in visual basic projectshttps://github.com/coverlet-coverage/coverlet/issues/7755
-Align published nuget package version to github release versionhttps://github.com/coverlet-coverage/coverlet/issues/14133
-Sync nuget and github release versionshttps://github.com/coverlet-coverage/coverlet/issues/11222

Improvements
-Migration of the project to .NET 6.0https://github.com/coverlet-coverage/coverlet/pull/14733

Breaking changes
New parameter ExcludeAssembliesWithoutSources to control automatic assembly exclusion https://github.com/coverlet-coverage/coverlet/issues/1164. The parameter InstrumentModulesWithoutLocalSources has been removed. since it can be handled by setting ExcludeAssembliesWithoutSources to None.
The default heuristics for determining whether to instrument an assembly has been changed. In previous versions any missing source file was taken as a signal that it was a third-party project that shouldn't be instrumented, with exceptions for some common file name patterns for source generators. Now only assemblies where no source files at all can be found are excluded from instrumentation, and the code for detecting source generator files have been removed. To get back to the behaviour that at least one missing file is sufficient to exclude an assembly, set ExcludeAssembliesWithoutSources to MissingAny, or use assembly exclusion filters for more fine-grained control.

Diff between 3.2.0 and 6.0.0

dotnet/sdk (dotnet-sdk)

v8.0.303

Compare Source

v8.0.302

Compare Source

v8.0.301

Compare Source

v8.0.300: .NET 8.0.5

Release

v8.0.206

v8.0.205

v8.0.204: .NET 8.0.4

Release

v8.0.203

v8.0.202: .NET 8.0.3

Release

v8.0.200: .NET 8.0.2

Release

v8.0.107

v8.0.106: .NET 8.0.6

Release

v8.0.105

v8.0.104: .NET 8.0.4

Release

v8.0.103

v8.0.102

v8.0.101: .NET 8.0.1

Release

v8.0.100: .NET 8.0.0

Release

streetsidesoftware/cspell-action (streetsidesoftware/cspell-action)

v6

Compare Source

v5

Compare Source

v4

Compare Source

v3

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-all-deps branch from 0491246 to 3104926 Compare July 20, 2024 14:40
@renovate renovate bot merged commit bf99c09 into main Jul 20, 2024
4 checks passed
@renovate renovate bot deleted the renovate/major-all-deps branch July 20, 2024 17:44
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.

0 participants