From d09d902ef46a7e7d6e233935a30e55e7daee7f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:24:17 +0000 Subject: [PATCH] build(deps): Bump the all group with 9 updates Bumps the all group with 10 updates: | Package | From | To | | --- | --- | --- | | [Firecrawl](https://github.com/tryAGI/Firecrawl) | `1.0.2-dev.36` | `1.1.0` | | [H.Resources.Generator](https://github.com/HavenDV/H.Resources.Generator) | `1.6.1` | `1.8.0` | | [System.Collections.Immutable](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.2` | | [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.3.1` | `4.3.1` | | [System.Collections.Immutable](https://github.com/dotnet/runtime) | `8.0.0` | `9.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` | | [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.1` | | [Verify.MSTest](https://github.com/VerifyTests/Verify) | `28.12.0` | `28.13.0` | Updates `Firecrawl` from 1.0.2-dev.36 to 1.1.0 - [Release notes](https://github.com/tryAGI/Firecrawl/releases) - [Commits](https://github.com/tryAGI/Firecrawl/commits/v1.1.0) 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 `System.Collections.Immutable` from 8.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.2) 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.3.1 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 `System.Collections.Immutable` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.2) 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 `Newtonsoft.Json` from 13.0.3 to 13.0.1 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.3...13.0.1) Updates `Verify.MSTest` from 28.12.0 to 28.13.0 - [Release notes](https://github.com/VerifyTests/Verify/releases) - [Commits](https://github.com/VerifyTests/Verify/compare/28.12.0...28.13.0) --- updated-dependencies: - dependency-name: Firecrawl 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: System.Collections.Immutable dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - 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-patch dependency-group: all - dependency-name: System.Collections.Immutable 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: Newtonsoft.Json 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] --- src/libs/AutoSDK.CLI/AutoSDK.CLI.csproj | 4 ++-- .../AutoSDK.IntegrationTests.Cli.csproj | 2 +- .../AutoSDK.SnapshotTests/AutoSDK.SnapshotTests.csproj | 10 +++++----- src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/libs/AutoSDK.CLI/AutoSDK.CLI.csproj b/src/libs/AutoSDK.CLI/AutoSDK.CLI.csproj index ece8457323..d668c50794 100644 --- a/src/libs/AutoSDK.CLI/AutoSDK.CLI.csproj +++ b/src/libs/AutoSDK.CLI/AutoSDK.CLI.csproj @@ -16,13 +16,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/tests/AutoSDK.IntegrationTests.Cli/AutoSDK.IntegrationTests.Cli.csproj b/src/tests/AutoSDK.IntegrationTests.Cli/AutoSDK.IntegrationTests.Cli.csproj index 182e2c21ea..13f9e45516 100644 --- a/src/tests/AutoSDK.IntegrationTests.Cli/AutoSDK.IntegrationTests.Cli.csproj +++ b/src/tests/AutoSDK.IntegrationTests.Cli/AutoSDK.IntegrationTests.Cli.csproj @@ -22,7 +22,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/tests/AutoSDK.SnapshotTests/AutoSDK.SnapshotTests.csproj b/src/tests/AutoSDK.SnapshotTests/AutoSDK.SnapshotTests.csproj index 8082c2bfe1..fc8da061fb 100644 --- a/src/tests/AutoSDK.SnapshotTests/AutoSDK.SnapshotTests.csproj +++ b/src/tests/AutoSDK.SnapshotTests/AutoSDK.SnapshotTests.csproj @@ -9,8 +9,8 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + @@ -19,11 +19,11 @@ - + - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj b/src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj index 3766f79b32..ff15b7cbd0 100644 --- a/src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj +++ b/src/tests/AutoSDK.UnitTests/AutoSDK.UnitTests.csproj @@ -11,7 +11,7 @@ - + @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive