Skip to content

Commit

Permalink
Bump the testing group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the testing group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [FakeItEasy](https://github.com/FakeItEasy/FakeItEasy) | `7.4.0` | `8.0.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.7.1` | `17.8.0` |
| [Verify.Xunit](https://github.com/VerifyTests/Verify) | `20.8.1` | `20.8.2` |
| [xunit](https://github.com/xunit/xunit) | `2.5.0` | `2.6.3` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.0` | `2.5.5` |


Updates `FakeItEasy` from 7.4.0 to 8.0.0
- [Release notes](https://github.com/FakeItEasy/FakeItEasy/releases)
- [Commits](FakeItEasy/FakeItEasy@7.4.0...8.0.0)

Updates `Microsoft.NET.Test.Sdk` from 17.7.1 to 17.8.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.1...v17.8.0)

Updates `Verify.Xunit` from 20.8.1 to 20.8.2
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@20.8.1...20.8.2)

Updates `xunit` from 2.5.0 to 2.6.3
- [Commits](xunit/xunit@2.5.0...2.6.3)

Updates `xunit.runner.visualstudio` from 2.5.0 to 2.5.5
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.0...2.5.5)

---
updated-dependencies:
- dependency-name: FakeItEasy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: Verify.Xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: testing
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 3bed945 commit 3f42531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="19.2.69" />
<PackageReference Include="Verify.Xunit" Version="20.8.1" />
<PackageReference Include="xunit" Version="2.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.0">
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 3f42531

Please sign in to comment.