Bump coverlet.collector and 4 others#19
Conversation
Bumps coverlet.collector from 6.0.4 to 10.0.0 Bumps Mapster from 7.4.0 to 10.0.7 Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1 Bumps Swashbuckle.AspNetCore from 6.9.0 to 10.1.7 Bumps xunit.runner.visualstudio from 2.8.2 to 3.1.5 --- updated-dependencies: - dependency-name: Mapster dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Swashbuckle.AspNetCore dependency-version: 10.1.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: coverlet.collector dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.5.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.
|
|
Infisical secrets check: β No secrets leaked! π» Scan logs2026-05-14T01:00:17Z INF scanning for exposed secrets...
1:00AM INF 20 commits scanned.
2026-05-14T01:00:18Z INF scan completed in 83.1ms
2026-05-14T01:00:18Z INF no leaks found
|
|
Superseded by #21. |
Pull request was closed
Updated coverlet.collector from 6.0.4 to 10.0.0.
Release notes
Sourced from coverlet.collector's releases.
10.0.0
Improvements
--coverlet-file-prefixoption for unique report files #β1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
8.0.1
Fixed
Improvements
Diff between 8.0.0 and 8.0.1
8.0.0
Special Thanks: A huge thank you to @βBertk for driving the majority of the work in this release! π
Fixed
Improvements
Diff between 6.0.4 and 8.0.0
Commits viewable in compare view.
Updated Mapster from 7.4.0 to 10.0.7.
Release notes
Sourced from Mapster's releases.
10.0.7
What's Changed
Full Changelog: MapsterMapper/Mapster@v10.0.6...10.0.7
10.0.7-pre04
What's Changed
Full Changelog: MapsterMapper/Mapster@v10.0.7-pre03...10.0.7-pre04
10.0.7-pre03
What's Changed
Full Changelog: MapsterMapper/Mapster@v10.0.7-pre02...v10.0.7-pre03
10.0.7-pre02
What's Changed
Full Changelog: MapsterMapper/Mapster@v10.0.7-pre01...v10.0.7-pre02
10.0.7-pre01
What's Changed
Full Changelog: MapsterMapper/Mapster@v10.0.6...v10.0.7-pre01
10.0.6
Breaking change in v10.0+ and new feature
New feature:
In version 7.4.0 this feature was only available for record types
If you encountered this mapping behavior in 7.4.0, it is possible that your class was recognized as a record type, or was mistakenly recognized as a record type See more.
If you need the mapping behavior as for Record, in v10.0+ you can use -
[AdaptWith(AdaptDirectives.DestinationAsRecord)].If you need the ability to set this setting without using attributes, open issue on this topic.
Example:
What's Changed
Full Changelog: MapsterMapper/Mapster@v10.0.4...v10.0.6
10.0.4
Breaking change in v10.0+ and new feature
New feature:
In version 7.4.0 this feature was only available for record types
If you encountered this mapping behavior in 7.4.0, it is possible that your class was recognized as a record type, or was mistakenly recognized as a record type See more.
If you need the mapping behavior as for Record, in v10.0+ you can use -
[AdaptWith(AdaptDirectives.DestinationAsRecord)].If you need the ability to set this setting without using attributes, open issue on this topic.
Example:
What's Changed
New Contributors
Full Changelog: MapsterMapper/Mapster@v10.0.0...v10.0.4
10.0.0
What's Changed
... (truncated)
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 17.14.1 to 18.5.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.5.1
What's Changed
Full Changelog: microsoft/vstest@v18.5.0...v18.5.1
18.5.0
What's Changed
Full Changelog: microsoft/vstest@v18.4.0...v18.5.0
18.4.0
What's Changed
Add LoongArch64 support by @βstdmnpkg in Add LoongArch64 supportΒ microsoft/vstest#15359
Refactor Condition evaluation by @βYoussef1313 in Refactor Condition evaluationΒ microsoft/vstest#15357
Adding info on extensions points part 1 by @βnohwnd in Adding info on extensions points part 1Β microsoft/vstest#15360
Add option to ask for uploading code QL before the standard window ends by @βnohwnd in Add option to ask for uploading code QL before the standard window endsΒ microsoft/vstest#15373
Update runtime versions by @βnohwnd in Update runtime versionsΒ microsoft/vstest#15372
Fix .NET 10 regression for traits by @βYoussef1313 in Fix .NET 10 regression for traitsΒ microsoft/vstest#15370
Update target frameworks to net10.0 and net11.0 by @βdotnet-maestro[bot] in Update target frameworks to net10.0 and net11.0Β microsoft/vstest#15349
Fix names in pipeline matrix so we don't have to align them by @βnohwnd in Fix names in pipeline matrix so we don't have to align themΒ microsoft/vstest#15365
Update SECURITY.md by @βYoussef1313 in Update SECURITY.mdΒ microsoft/vstest#15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
18.3.0
What's Changed
Internal fixes and updates
New Contributors
18.0.1
What's Changed
Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation
Internal changes
Full Changelog: microsoft/vstest@v18.0.0...v18.0.1
18.0.0
What's Changed
Internal fixes and updates
... (truncated)
Commits viewable in compare view.
Updated Swashbuckle.AspNetCore from 6.9.0 to 10.1.7.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
10.1.7
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.6...v10.1.7
10.1.6
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.5...v10.1.6
10.1.5
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.4...v10.1.5
10.1.4
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.3...v10.1.4
10.1.3
What's Changed
"null"by @βjgarciadelanoceda in Fix null examples being represented as the string nullΒ domaindrivendev/Swashbuckle.AspNetCore#3788Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.2...v10.1.3
10.1.2
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.1.1...v10.1.2
10.1.1
What's Changed
New Contributors
Full Changelog:
domaindrivendev/Swashbuckle.AspNetCore@v10.1.0...v10.1.1
10.1.0
What's Changed
New Features
SchemaRepository.ReplaceSchemaIdby @βbkoelman in Add public method SchemaRepository.ReplaceSchemaIdΒ domaindrivendev/Swashbuckle.AspNetCore#3708Bug Fixes
AllOfby @βJohn-Paul-R in fix(SchemaGenerator): exclude inherited properties only when base addβ¦Β domaindrivendev/Swashbuckle.AspNetCore#3692Miscellaneous
TryLookupByTypewith nullability hints by @βmartincostello in Annotate TryLookupByType for nullabilityΒ domaindrivendev/Swashbuckle.AspNetCore#3719New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.1...v10.1.0
10.0.1
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v10.0.0...v10.0.1
10.0.0
Swashbuckle.AspNetCore v10.0.0
With this release, Swashbuckle.AspNetCore adds support for generating OpenAPI 3.1 documents and for ASP.NET Core 10.
Swashbuckle.AspNetCore v10 depends on OpenAPI.NET v2.3 which introduces many breaking changes to the public API surface. More information can be found in their OpenAPI.NET v2 Upgrade Guide.
To reduce the number of breaking behavioural changes in Swashbuckle.AspNetCore v10, generation of OpenAPI 3.1 documents is opt-in.
To generate OpenAPI 3.1 documents, change the OpenAPI version as shown in the code snippet below:
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.6...v10.0.0
9.0.6
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.5...v9.0.6
9.0.5
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.4...v9.0.5
9.0.4
What's Changed
ETagvalues by @βmartincostello in Fix incorrect ETag valuesΒ domaindrivendev/Swashbuckle.AspNetCore#3490Accept-Encodingparsing by @βmartincostello in FixAccept-EncodingparsingΒ domaindrivendev/Swashbuckle.AspNetCore#3492Accept-Encodingquality by @βmartincostello in Check Accept-Encoding qualityΒ domaindrivendev/Swashbuckle.AspNetCore#3493WebHostusage from tests by @βmartincostello in Remove WebHost usageΒ domaindrivendev/Swashbuckle.AspNetCore#3517$typediscriminator for[JsonPolymorphic]by @βlilinus in Default discriminator "$type" for JsonPolymorphicAttribute (annotations)Β domaindrivendev/Swashbuckle.AspNetCore#3496New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.3...v9.0.4
9.0.3
What's Changed
Content-Lengthfor swagger-ui and Redoc static assets by @βmartincostello in Fix incorrect Content-Length for swagger-ui and Redoc static assetsΒ domaindrivendev/Swashbuckle.AspNetCore#3488Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.2...v9.0.3
9.0.2
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.1...v9.0.2
9.0.1
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.0...v9.0.1
9.0.0
π£ This release contains the following breaking changes:
netstandard2.0and thus .NET Framework - now onlynet8.0andnet9.0are supported.[Obsolete]in previous releases.--serializeasv2option from Swashbuckle.AspNetCore.Cli, which was superseded by--openapiversionfrom version 8.0.0.What's Changed
[Range]and respectParseLimitsInInvariantCultureproperty by @βmartincostello in Add tests for RangeAttribute and respect ParseLimitsInInvariantCulture propertyΒ domaindrivendev/Swashbuckle.AspNetCore#3448[Range]behaviour by @βmartincostello in Fix RangeAttribute behaviourΒ domaindrivendev/Swashbuckle.AspNetCore#3449Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.4...v9.0.0
8.1.4
What's Changed
ArgumentNullExceptionbeing thrown generating examples by @βskironDotNet in Avoid ArgumentNullException being thrown generating examplesΒ domaindrivendev/Swashbuckle.AspNetCore#3444Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.3...v8.1.4
8.1.3
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.2...v8.1.3
8.1.2
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.1...v8.1.2
8.1.1
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.1.0...v8.1.1
8.1.0
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v8.0.0...v8.1.0
8.0.0
Swashbuckle.AspNetCore v8.0.0 makes the following notable changes:
net6.0.netstandard2.0TFM now depends on ASP.NET Core 2.3 instead of ASP.NET Core 2.1.SerializeAsV2property by marking it as[Obsolete]. Users should update their code as illustrated below, depending on their use case:--serializeasv2option and logs a warning to the console. Users should update their usage as illustrated below, depending on their use case:What's Changed
SerializeAsV2by @βmartincostello in Deprecate SerializeAsV2Β domaindrivendev/Swashbuckle.AspNetCore#3286Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.2...v8.0.0
7.3.2
What's Changed
codeand<para>tags by @βEvgeniyZ in fix humanize for multiline code and <para> tagΒ domaindrivendev/Swashbuckle.AspNetCore#3295DescribeAllParametersInCamelCaseusage for parameters by @βmaksim-sovkov in Fix DescribeAllParametersInCamelCase usage in GenerateOpenApiOperationFromMetadataAsyncΒ domaindrivendev/Swashbuckle.AspNetCore#3309New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.1...v7.3.2
7.3.1
What's Changed
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.0...v7.3.1
7.3.0
What's Changed
CreateFromJsonoptions overload by @βmartincostello in Add CreateFromJson options overloadΒ domaindrivendev/Swashbuckle.AspNetCore#3218JsonSerializerDataContractResolverso that it handles jagged arrays correctly by @βozziepeeps in Fix JsonSerializerDataContractResolver so that it handles square arrays correctlyΒ domaindrivendev/Swashbuckle.AspNetCore#3245DeepObjectparameter style for dictionary by @βEvgeniyZ in Use DeepObject parameter style for dictionaryΒ domaindrivendev/Swashbuckle.AspNetCore#3241MvcOptionsfromSchemaGeneratorby @βEvgeniyZ in Remove MvcOptions from SchemaGeneratorΒ domaindrivendev/Swashbuckle.AspNetCore#3242New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.2.0...v7.3.0
7.2.0
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0
7.1.0
What's Changed
SwaggerGeneratorTestsby @βSaibamen in More asserts forSwaggerGeneratorTestsΒ domaindrivendev/Swashbuckle.AspNetCore#3147ResponseDescriptionMapby @βSaibamen in Add more HTTP codes toResponseDescriptionMapΒ domaindrivendev/Swashbuckle.AspNetCore#3148[FromForm]and enums for Controllers by @βjgarciadelanoceda in Fix issue with FromForm and enums for ControllersΒ domaindrivendev/Swashbuckle.AspNetCore#3164[Description]and[ReadOnly]by @βjgarciadelanoceda in Support DescriptionAttribute and ReadOnlyAttributeΒ domaindrivendev/Swashbuckle.AspNetCore#3162UseOneOfForPolymorphismby @βk0ka in second level inheritance for UseOneOfForPolymorphismΒ domaindrivendev/Swashbuckle.AspNetCore#3155NotSupportedExceptionin AoT test project by @βmartincostello in Fix NotSupportedException in AoT test projectΒ domaindrivendev/Swashbuckle.AspNetCore#3171snupkgfiles by @βmartincostello in Create snupkg filesΒ domaindrivendev/Swashbuckle.AspNetCore#3168[JsonPolymorphic]and[JsonDerivedType]attributes by @βk0ka in Support of JsonPolymorphic and JsonDerivedType attributesΒ domaindrivendev/Swashbuckle.AspNetCore#3170New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.1.0
7.0.0
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.9.0...v7.0.0
Commits viewable in compare view.
Updated xunit.runner.visualstudio from 2.8.2 to 3.1.5.
Release notes
Sourced from xunit.runner.visualstudio's releases.
3.1.5
Release notes: https://xunit.net/releases/visualstudio/3.1.5
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions