Skip to content

Commit

Permalink
chore(deps): Bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [DotNet.ReproducibleBuilds](https://github.com/dotnet/reproducible-builds) | `1.2.4` | `1.2.25` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.0` | `6.12.1` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.5.2` | `3.6.0` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.5.2` | `3.6.0` |
| [Verify.MSTest](https://github.com/VerifyTests/Verify) | `26.4.1` | `26.4.5` |
| [Verify.SourceGenerators](https://github.com/VerifyTests/Verify.SourceGenerators) | `2.4.0` | `2.4.3` |


Updates `DotNet.ReproducibleBuilds` from 1.2.4 to 1.2.25
- [Release notes](https://github.com/dotnet/reproducible-builds/releases)
- [Commits](dotnet/reproducible-builds@v1.2.4...v1.2.25)

Updates `FluentAssertions` from 6.12.0 to 6.12.1
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](fluentassertions/fluentassertions@6.12.0...6.12.1)

Updates `MSTest.TestAdapter` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.2...v3.6.0)

Updates `MSTest.TestFramework` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.2...v3.6.0)

Updates `Verify.MSTest` from 26.4.1 to 26.4.5
- [Release notes](https://github.com/VerifyTests/Verify/releases)
- [Commits](VerifyTests/Verify@26.4.1...26.4.5)

Updates `MSTest.TestFramework` from 3.5.2 to 3.6.0
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.5.2...v3.6.0)

Updates `Verify.SourceGenerators` from 2.4.0 to 2.4.3
- [Release notes](https://github.com/VerifyTests/Verify.SourceGenerators/releases)
- [Commits](VerifyTests/Verify.SourceGenerators@2.4.0...2.4.3)

---
updated-dependencies:
- dependency-name: DotNet.ReproducibleBuilds
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Verify.SourceGenerators
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent fe036ff commit 6304dd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/libs/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</ItemGroup>

<ItemGroup Label="Source Link">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.4">
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
</ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/tests/OpenAI.SnapshotTests/OpenAI.SnapshotTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.2" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.0" />
<PackageReference Include="FluentAssertions" Version="6.12.1" />
</ItemGroup>

<ItemGroup Label="Resources">
Expand All @@ -28,8 +28,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
<PackageReference Include="Verify.MSTest" Version="26.4.1" />
<PackageReference Include="Verify.SourceGenerators" Version="2.4.0" />
<PackageReference Include="Verify.MSTest" Version="26.4.5" />
<PackageReference Include="Verify.SourceGenerators" Version="2.4.3" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">
Expand Down

0 comments on commit 6304dd4

Please sign in to comment.