Skip to content

Commit 06329e6

Browse files
deps(nuget): Bump the testing group with 2 updates (#88)
Updated [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.2 to 6.0.4. <details> <summary>Release notes</summary> _Sourced from [coverlet.collector's releases](https://github.com/coverlet-coverage/coverlet/releases)._ ## 6.0.4 ### Fixed - Fix empty coverage report when using include and exclude filters [#​1726](coverlet-coverage/coverlet#1726) [Diff between 6.0.3 and 6.0.4](coverlet-coverage/coverlet@v6.0.3...v6.0.4) ## 6.0.3 ### Fixed - Fix RuntimeConfigurationReader to support self-contained builds [#​1705](coverlet-coverage/coverlet#1705) by https://github.com/pfeigl - Fix inconsistent filenames with UseSourceLink after .NET 8 [#​1679](coverlet-coverage/coverlet#1679) - Fix hanging tests [#​989](coverlet-coverage/coverlet#989) - Fix coverlet instrumentation becomes slow after installing dotnet sdk 8.0.200 [#​1620](coverlet-coverage/coverlet#1620) - Fix upgrading v6.0.1 to v6.0.2 increases instrumentation time [#​1649](coverlet-coverage/coverlet#1649) - Fix Unable to instrument module - NET 8 [#​1631](coverlet-coverage/coverlet#1631) - Fix slow modules filtering process [#​1646](coverlet-coverage/coverlet#1646) by https://github.com/BlackGad - Fix incorrect coverage await using in generic method [#​1490](coverlet-coverage/coverlet#1490) ### Improvements - Cache the regex used in InstrumentationHelper [#​1693](coverlet-coverage/coverlet#1693) - Enable dotnetTool integration tests for linux [#​660](coverlet-coverage/coverlet#660) [Diff between 6.0.2 and 6.0.3](coverlet-coverage/coverlet@v6.0.2...v6.0.3) Commits viewable in [compare view](coverlet-coverage/coverlet@v6.0.2...v6.0.4). </details> Updated [xunit](https://github.com/xunit/xunit) from 2.9.2 to 2.9.3. <details> <summary>Release notes</summary> _Sourced from [xunit's releases](https://github.com/xunit/xunit/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/xunit/xunit/commits). </details> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will 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 version` will 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 </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2f2d73 commit 06329e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

JsonApiToolkit.Tests/JsonApiToolkit.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="coverlet.collector" Version="6.0.2" />
10+
<PackageReference Include="coverlet.collector" Version="6.0.4" />
1111
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.14" />
1212
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.14" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.1" />
1414
<PackageReference Include="moq" Version="4.20.72" />
15-
<PackageReference Include="xunit" Version="2.9.2" />
15+
<PackageReference Include="xunit" Version="2.9.3" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" />
1717
</ItemGroup>
1818

0 commit comments

Comments
 (0)