Bump the dependencies group with 6 updates#26
Conversation
Bumps coverlet.collector from 6.0.4 to 10.0.1 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 Testcontainers from 3.10.0 to 4.12.0 Bumps xunit.runner.visualstudio from 2.8.2 to 3.1.5 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: coverlet.collector dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Mapster dependency-version: 10.0.7 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: Microsoft.NET.Test.Sdk dependency-version: 18.5.1 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: Swashbuckle.AspNetCore dependency-version: 10.1.7 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Testcontainers dependency-version: 4.12.0 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 - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 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.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
@gstraccini dotnet centralised package converter |
|
Converting projects to use centralized package management using central-pkg-converter! π§ |
|
β Centralised Package Converter failed! |
|
@gstraccini dotnet centralised package converter |
|
Converting projects to use centralized package management using central-pkg-converter! π§ |
|
π¦ Centralised Package Converter result: |
π₯ Formatting issues detected
β‘ Please run |
|
@gstraccini dotnet centralised package converter |
|
Converting projects to use centralized package management using central-pkg-converter! π§ |
|
π¦ Centralised Package Converter result: |
|
@gstraccini dotnet centralised package converter autofix true |
|
Converting projects to use centralized package management using central-pkg-converter! π§ |
|
π¦ Centralised Package Converter result: |
|
Infisical secrets check: β No secrets leaked! π» Scan logs2026-05-21T14:50:53Z INF scanning for exposed secrets...
2:50PM INF 20 commits scanned.
2026-05-21T14:50:53Z INF scan completed in 84.3ms
2026-05-21T14:50:53Z INF no leaks found
|
|
@dependabot recreate |
Pull request was closed
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
|
Oh no! Something went wrong on our end. Please try again later. If the problem persists, please contact GitHub support for assistance π |
Updated coverlet.collector from 6.0.4 to 10.0.1.
Release notes
Sourced from coverlet.collector's releases.
10.0.1
Improvements
Fixed
Maintenance
Diff between 10.0.0 and 10.0.1
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 Testcontainers from 3.10.0 to 4.12.0.
Release notes
Sourced from Testcontainers's releases.
4.12.0
What's Changed
Thanks to all contributors π.
π Features
π Bug Fixes
π Documentation
π§Ή Housekeeping
π¦ Dependency Updates
4.11.0
What's Changed
Thanks to all contributors. Once again, really great contributions from everyone π€.
The NuGet packages for this release have been attested for supply chain security using
actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #β21198535.Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The
latesttag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation,vnext-preview, which receives more updates and features. Due to the limitations of thelatesttag, we decided to replace it withvnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.π Features
π Bug Fixes
π Documentation
π§Ή Housekeeping
... (truncated)
4.10.0
What's Changed
Happy New Year, everyone! π
Please note that going forward, we expect developers to explicitly pin the image version (testcontainers/testcontainers-dotnet#1470). We consider this a best practice and it aligns with other language implementations.
Also, due to the recent Docker Engine v29 release, TC for .NET pins the Docker Engine API version to
1.44(see the previous release notes). You can override this default and set it to the version you're using, ideally1.52, which corresponds to v29, if you're already running it.π Features
π Bug Fixes
π Documentation
π§Ή Housekeeping
4.9.0
What's Changed
This release adds a new configuration (
DOCKER_API_VERSION) that lets you pin and downgrade the Docker Engine API version. This was needed because Docker Engine v29 introduced breaking changes that affect Docker.DotNet and Testcontainers for .NET. This release pins the API version to1.44. So far, no issues or negative side effects have been observed.I am also working on updating [Docker.DotNet](https:...
_Description ...
Description has been truncated