Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [H.Generators.Extensions](https://github.com/HavenDV/H.Generators.Extensions) | `1.15.0` | `1.22.0` |
| [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.0.0` | `4.8.0` |
| [OpenAI](https://github.com/OkGoDoIt/OpenAI-API-dotnet) | `1.7.2` | `1.11.0` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/corefx) | `1.0.0` | `1.1.1` |
| [PolySharp](https://github.com/Sergio0694/PolySharp) | `1.13.1` | `1.14.1` |
| [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/corefx) | `1.0.0` | `8.0.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.1.0` | `17.9.0` |
| [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `2.2.8` | `3.3.1` |
| [MSTest.TestFramework](https://github.com/microsoft/testfx) | `2.2.8` | `3.3.1` |
| [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.5.1` | `6.12.0` |


Updates `H.Generators.Extensions` from 1.15.0 to 1.22.0
- [Release notes](https://github.com/HavenDV/H.Generators.Extensions/releases)
- [Commits](https://github.com/HavenDV/H.Generators.Extensions/commits)

Updates `Microsoft.CodeAnalysis.CSharp` from 4.0.0 to 4.8.0
- [Release notes](https://github.com/dotnet/roslyn/releases)
- [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md)
- [Commits](https://github.com/dotnet/roslyn/commits)

Updates `OpenAI` from 1.7.2 to 1.11.0
- [Release notes](https://github.com/OkGoDoIt/OpenAI-API-dotnet/releases)
- [Commits](https://github.com/OkGoDoIt/OpenAI-API-dotnet/commits)

Updates `Microsoft.Bcl.AsyncInterfaces` from 1.0.0 to 1.1.1
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](dotnet/corefx@v1.0.0...v1.1.1)

Updates `PolySharp` from 1.13.1 to 1.14.1
- [Release notes](https://github.com/Sergio0694/PolySharp/releases)
- [Commits](Sergio0694/PolySharp@1.13.1...1.14.1)

Updates `Microsoft.Bcl.AsyncInterfaces` from 1.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](dotnet/corefx@v1.0.0...v1.1.1)

Updates `Microsoft.NET.Test.Sdk` from 17.1.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.1.0...v17.9.0)

Updates `MSTest.TestAdapter` from 2.2.8 to 3.3.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v2.2.8...v3.3.1)

Updates `MSTest.TestFramework` from 2.2.8 to 3.3.1
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v2.2.8...v3.3.1)

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

---
updated-dependencies:
- dependency-name: H.Generators.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: OpenAI
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: PolySharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.Bcl.AsyncInterfaces
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: MSTest.TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent 83ea4c3 commit c009fb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/libs/OpenAIGenerator/OpenAIGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="H.Generators.Extensions" Version="1.15.1" PrivateAssets="all" />
<PackageReference Include="OpenAI" Version="1.7.2" />
<PackageReference Include="PolySharp" Version="1.13.1">
<PackageReference Include="OpenAI" Version="1.11.0" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
10 changes: 5 additions & 5 deletions src/tests/OpenAIGenerator.IntegrationTests/OpenAIGenerator.IntegrationTests.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<Import Project="../../libs/OpenAIGenerator/OpenAIGenerator.props" />

<ItemGroup Label="Base packages">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
<PackageReference Include="FluentAssertions" Version="6.5.1" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.3.1" />
<PackageReference Include="MSTest.TestFramework" Version="3.3.1" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">
Expand Down
2 changes: 1 addition & 1 deletion src/tests/OpenAIGenerator.SnapshotTests/OpenAIGenerator.SnapshotTests.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup Label="Base packages">
<PackageReference Include="H.Generators.Extensions" Version="1.15.0" />
<PackageReference Include="H.Generators.Extensions" Version="1.22.0" />
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.15.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
Expand Down

0 comments on commit c009fb5

Please sign in to comment.