Skip to content

Commit fbbc556

Browse files
build(deps): Bump the all group with 9 updates
Bumps the all group with 10 updates: | Package | From | To | | --- | --- | --- | | [H.Generators.Extensions](https://github.com/HavenDV/H.Generators.Extensions) | `1.24.1` | `1.24.2` | | [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.12.0` | `4.3.1` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `8.0.1` | `8.1.1` | | [H.Resources.Generator](https://github.com/HavenDV/H.Resources.Generator) | `1.6.1` | `1.8.0` | | [MSTest](https://github.com/microsoft/testfx) | `3.8.0` | `3.8.2` | | [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) | `4.6.0` | `5.0.0` | | [H.Generators.Tests.Extensions](https://github.com/HavenDV/H.Generators.Extensions) | `1.24.1` | `1.24.2` | | [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) | `4.12.0` | `4.12.0` | | [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) | `4.12.0` | `4.13.0` | | [Verify.MSTest](https://github.com/VerifyTests/Verify) | `28.11.0` | `28.13.0` | Updates `H.Generators.Extensions` from 1.24.1 to 1.24.2 - [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.12.0 to 4.3.1 - [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 `FluentAssertions` from 8.0.1 to 8.1.1 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](fluentassertions/fluentassertions@8.0.1...8.1.1) Updates `H.Resources.Generator` from 1.6.1 to 1.8.0 - [Release notes](https://github.com/HavenDV/H.Resources.Generator/releases) - [Commits](https://github.com/HavenDV/H.Resources.Generator/commits) Updates `MSTest` from 3.8.0 to 3.8.2 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](microsoft/testfx@v3.8.0...v3.8.2) Updates `NUnit3TestAdapter` from 4.6.0 to 5.0.0 - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](nunit/nunit3-vs-adapter@V4.6.0...V5.0.0) Updates `H.Generators.Tests.Extensions` from 1.24.1 to 1.24.2 - [Release notes](https://github.com/HavenDV/H.Generators.Extensions/releases) - [Commits](https://github.com/HavenDV/H.Generators.Extensions/commits) Updates `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.12.0 to 4.12.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 `Microsoft.CodeAnalysis.CSharp.Workspaces` from 4.12.0 to 4.13.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 `Verify.MSTest` from 28.11.0 to 28.13.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](VerifyTests/Verify@28.11.0...28.13.0) --- updated-dependencies: - dependency-name: H.Generators.Extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: H.Resources.Generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: MSTest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: NUnit3TestAdapter dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: H.Generators.Tests.Extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces 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-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ffff003 commit fbbc556

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

src/libs/CSharpToJsonSchema.Generators/CSharpToJsonSchema.Generators.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
2525
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" PrivateAssets="all"/>
26-
<PackageReference Include="H.Generators.Extensions" Version="1.24.1" PrivateAssets="all"/>
26+
<PackageReference Include="H.Generators.Extensions" Version="1.24.2" PrivateAssets="all"/>
2727
</ItemGroup>
2828

2929
</Project>

src/tests/CSharpToJsonSchema.IntegrationTests/CSharpToJsonSchema.IntegrationTests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
12-
<PackageReference Include="H.Resources.Generator" Version="1.6.1">
12+
<PackageReference Include="H.Resources.Generator" Version="1.8.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="MSTest" Version="3.8.0" />
17-
<PackageReference Include="FluentAssertions" Version="8.0.1" />
16+
<PackageReference Include="MSTest" Version="3.8.2" />
17+
<PackageReference Include="FluentAssertions" Version="8.1.1" />
1818
<PackageReference Include="NUnit" Version="4.3.2" />
19-
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
19+
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
2020
</ItemGroup>
2121

2222
<ItemGroup Label="GlobalUsings">

src/tests/CSharpToJsonSchema.SnapshotTests/CSharpToJsonSchema.SnapshotTests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
12-
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.1" />
13-
<PackageReference Include="H.Resources.Generator" Version="1.6.1">
12+
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.2" />
13+
<PackageReference Include="H.Resources.Generator" Version="1.8.0">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="MSTest" Version="3.8.0" />
18-
<PackageReference Include="FluentAssertions" Version="8.0.1" />
17+
<PackageReference Include="MSTest" Version="3.8.2" />
18+
<PackageReference Include="FluentAssertions" Version="8.1.1" />
1919
</ItemGroup>
2020

2121
<ItemGroup Label="Resources">
@@ -25,8 +25,8 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
28-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
29-
<PackageReference Include="Verify.MSTest" Version="28.11.0" />
28+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0" />
29+
<PackageReference Include="Verify.MSTest" Version="28.13.0" />
3030
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
3131
</ItemGroup>
3232

src/tests/CSharpToJsonSchema.UnitTests/CSharpToJsonSchema.UnitTests.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<PrivateAssets>all</PrivateAssets>
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
</PackageReference>
12-
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.1" />
13-
<PackageReference Include="H.Resources.Generator" Version="1.6.1">
12+
<PackageReference Include="H.Generators.Tests.Extensions" Version="1.24.2" />
13+
<PackageReference Include="H.Resources.Generator" Version="1.8.0">
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="MSTest" Version="3.8.0" />
18-
<PackageReference Include="FluentAssertions" Version="8.0.1" />
17+
<PackageReference Include="MSTest" Version="3.8.2" />
18+
<PackageReference Include="FluentAssertions" Version="8.1.1" />
1919
</ItemGroup>
2020

2121
<ItemGroup Label="Resources">
@@ -25,8 +25,8 @@
2525

2626
<ItemGroup>
2727
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing.MSTest" Version="1.1.2" />
28-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
29-
<PackageReference Include="Verify.MSTest" Version="28.11.0" />
28+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0" />
29+
<PackageReference Include="Verify.MSTest" Version="28.13.0" />
3030
<PackageReference Include="Verify.SourceGenerators" Version="2.5.0" />
3131
</ItemGroup>
3232

0 commit comments

Comments
 (0)