Skip to content

Commit

Permalink
Bump the tests group in /src/SatisfactoryTree.Tests with 6 updates
Browse files Browse the repository at this point in the history
Bumps the tests group in /src/SatisfactoryTree.Tests with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.1` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.8.0` | `17.9.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.2.0` | `3.2.2` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.2.0` | `3.2.2` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.1` |
| [MermaidDotNet](https://github.com/samsmithnz/MermaidDotNet) | `0.6.9` | `0.6.11` |


Updates `coverlet.msbuild` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.1)

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

Updates `MSTest.TestAdapter` from 3.2.0 to 3.2.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v.3.2.0...v3.2.2)

Updates `MSTest.TestFramework` from 3.2.0 to 3.2.2
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v.3.2.0...v3.2.2)

Updates `coverlet.collector` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.1)

Updates `MermaidDotNet` from 0.6.9 to 0.6.11
- [Release notes](https://github.com/samsmithnz/MermaidDotNet/releases)
- [Commits](samsmithnz/MermaidDotNet@v0.6.9...v0.6.11)

---
updated-dependencies:
- dependency-name: coverlet.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tests
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
- dependency-name: MermaidDotNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tests
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 23, 2024
1 parent 51bc05b commit 047c932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SatisfactoryTree/SatisfactoryTree.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MermaidDotNet" Version="0.6.9" />
<PackageReference Include="MermaidDotNet" Version="0.6.11" />
</ItemGroup>

</Project>

0 comments on commit 047c932

Please sign in to comment.