Skip to content

Commit

Permalink
build(deps): Bump the all group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn), [H.Generators.Extensions](https://github.com/HavenDV/H.Generators.Extensions), [System.Collections.Immutable](https://github.com/dotnet/runtime) and [Verify.MSTest](https://github.com/VerifyTests/Verify).


Updates `Microsoft.CodeAnalysis.CSharp` from 4.3.1 to 4.11.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 `H.Generators.Extensions` from 1.22.0 to 1.24.0
- [Release notes](https://github.com/HavenDV/H.Generators.Extensions/releases)
- [Commits](https://github.com/HavenDV/H.Generators.Extensions/commits)

Updates `System.Collections.Immutable` from 8.0.0 to 8.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.0)

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

---
updated-dependencies:
- dependency-name: Microsoft.CodeAnalysis.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: H.Generators.Extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: System.Collections.Immutable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: Verify.MSTest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent db3c75f commit 2ea3b20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.3.1" PrivateAssets="all" />
<PackageReference Include="H.Generators.Extensions" Version="1.22.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
<PackageReference Include="H.Generators.Extensions" Version="1.24.0" PrivateAssets="all" />
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" PrivateAssets="all" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PackageReference>
<PackageReference Include="MSTest" Version="3.6.3" />
<PackageReference Include="FluentAssertions" Version="6.12.2" />
<PackageReference Include="Verify.MSTest" Version="28.2.0" />
<PackageReference Include="Verify.MSTest" Version="28.3.1" />
</ItemGroup>

<ItemGroup Label="GlobalUsings">
Expand Down

0 comments on commit 2ea3b20

Please sign in to comment.