Skip to content

Commit

Permalink
Bump the hotchocolate group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the hotchocolate group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [StrawberryShake.Server](https://github.com/ChilliCream/graphql-platform) | `14.1.0` | `14.2.0` |
| [HotChocolate.AspNetCore](https://github.com/ChilliCream/graphql-platform) | `14.1.0` | `14.2.0` |
| [HotChocolate.AspNetCore.Authorization](https://github.com/ChilliCream/graphql-platform) | `14.1.0` | `14.2.0` |
| [HotChocolate.Data.EntityFramework](https://github.com/ChilliCream/graphql-platform) | `14.1.0` | `14.2.0` |
| [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) | `8.0.11` | `8.0.0` |
| [HotChocolate.Types.Analyzers](https://github.com/ChilliCream/graphql-platform) | `14.1.0` | `14.2.0` |
| [HotChocolate.Types.Scalars](https://github.com/ChilliCream/graphql-platform) | `14.1.0` | `14.2.0` |


Updates `StrawberryShake.Server` from 14.1.0 to 14.2.0
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Commits](ChilliCream/graphql-platform@14.1.0...14.2.0)

Updates `HotChocolate.AspNetCore` from 14.1.0 to 14.2.0
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Commits](ChilliCream/graphql-platform@14.1.0...14.2.0)

Updates `HotChocolate.AspNetCore.Authorization` from 14.1.0 to 14.2.0
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Commits](ChilliCream/graphql-platform@14.1.0...14.2.0)

Updates `HotChocolate.Data.EntityFramework` from 14.1.0 to 14.2.0
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Commits](ChilliCream/graphql-platform@14.1.0...14.2.0)

Updates `Microsoft.EntityFrameworkCore` from 8.0.11 to 8.0.0
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](dotnet/efcore@v8.0.11...v8.0.0)

Updates `HotChocolate.Types.Analyzers` from 14.1.0 to 14.2.0
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Commits](ChilliCream/graphql-platform@14.1.0...14.2.0)

Updates `HotChocolate.Types.Scalars` from 14.1.0 to 14.2.0
- [Release notes](https://github.com/ChilliCream/graphql-platform/releases)
- [Commits](ChilliCream/graphql-platform@14.1.0...14.2.0)

---
updated-dependencies:
- dependency-name: StrawberryShake.Server
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hotchocolate
- dependency-name: HotChocolate.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hotchocolate
- dependency-name: HotChocolate.AspNetCore.Authorization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hotchocolate
- dependency-name: HotChocolate.Data.EntityFramework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hotchocolate
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hotchocolate
- dependency-name: HotChocolate.Types.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hotchocolate
- dependency-name: HotChocolate.Types.Scalars
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: hotchocolate
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent a01f4b3 commit 8d832af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<!-- GraphQL connector and code generator -->
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
<PackageReference Include="StrawberryShake.Server" Version="14.1.0" />
<PackageReference Include="StrawberryShake.Server" Version="14.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/Tgstation.Server.Host/Tgstation.Server.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@
<!-- Usage: GitLab interop -->
<PackageReference Include="GitLabApiClient" Version="1.8.0" />
<!-- Usage: GraphQL API Engine -->
<PackageReference Include="HotChocolate.AspNetCore" Version="14.1.0" />
<PackageReference Include="HotChocolate.AspNetCore" Version="14.2.0" />
<!-- Usage: GraphQL Authorization Plugin -->
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.1.0" />
<PackageReference Include="HotChocolate.AspNetCore.Authorization" Version="14.2.0" />
<!-- Usage: GraphQL IDatabaseContext support -->
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.1.0" />
<PackageReference Include="HotChocolate.Data.EntityFramework" Version="14.2.0" />
<!-- Usage: DataLoader source generation -->
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.1.0" />
<PackageReference Include="HotChocolate.Types.Analyzers" Version="14.2.0" />
<!-- Usage: GraphQL additional scalar type definitions -->
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.1.0" />
<PackageReference Include="HotChocolate.Types.Scalars" Version="14.2.0" />
<!-- Usage: git interop -->
<PackageReference Include="LibGit2Sharp" Version="0.31.0" />
<!-- Usage: Support ""legacy"" Newotonsoft.Json in HTTP pipeline. The rest of our codebase uses Newtonsoft. -->
Expand Down

0 comments on commit 8d832af

Please sign in to comment.