Update chillicream-gql to v16#2964
Conversation
28aded2 to
11bc7d0
Compare
e25a3b0 to
e7101aa
Compare
4549df8 to
1734b90
Compare
SummarySummary
CoverageAnalyzers.Tests - 96.9%
AspNetCore.FluentValidation.OpenApi.Tests - 46%
AspNetCore.Tests - 23.8%
Extensions.Tests - 88.8%
Metadata.Tests - 28.6%
Rocket.Surgery.LaunchPad.Analyzers - 90.1%
Rocket.Surgery.LaunchPad.AspNetCore - 49.7%
Rocket.Surgery.LaunchPad.AspNetCore.FluentValidation.OpenApi - 62.3%
Rocket.Surgery.LaunchPad.AspNetCore.Testing - 47.2%
Rocket.Surgery.LaunchPad.EntityFramework - 29.3%
Rocket.Surgery.LaunchPad.Foundation - 43.3%
Rocket.Surgery.LaunchPad.Foundation.NewtonsoftJson - 64.4%
Rocket.Surgery.LaunchPad.Grpc - 41.1%
Rocket.Surgery.LaunchPad.Hosting - 48%
Rocket.Surgery.LaunchPad.Mapping - 38.3%
Rocket.Surgery.LaunchPad.Metadata - 49.7%
Rocket.Surgery.LaunchPad.Primitives - 71.6%
Rocket.Surgery.LaunchPad.Serilog - 60%
Rocket.Surgery.LaunchPad.Spatial - 59.3%
Rocket.Surgery.LaunchPad.Spatial.NewtonsoftJson - 37.2%
Rocket.Surgery.LaunchPad.StrawberryShake - 47.8%
Rocket.Surgery.LaunchPad.StrawberryShake.Spatial - 8.8%
Rocket.Surgery.LaunchPad.Telemetry - 20.8%
Rocket.Surgery.LaunchPad.Testing - 13.2%
Sample.BlazorServer - 5.2%
Sample.BlazorServer.Tests - 29%
Sample.BlazorWasm.Tests - 15.7%
Sample.Classic.Restful - 3.5%
Sample.Classic.Restful.Tests - 41%
Sample.Command.Tests - 16.3%
Sample.Core - 75.8%
Sample.Core.Tests - 55.3%
Sample.Graphql.Tests - 58.9%
Sample.Grpc - 73.2%
Sample.Grpc.Tests - 41.7%
Sample.Minimal - 16.2%
Sample.Minimal.Tests - 28%
Sample.Pages - 5.6%
Sample.Pages.Tests - 29.6%
Sample.Restful - 4%
Sample.Restful.Tests - 40%
Sample.Worker.Tests - 16.3%
|
3aa6783 to
392165b
Compare
39b8e7c to
6a949a8
Compare
20f62c4 to
6d8bca9
Compare
6d8bca9 to
c31d06b
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR is intended to upgrade the ChilliCream GraphQL platform (HotChocolate and StrawberryShake) from version 15.1.17 to 16.2.3. However, the current PR submission contains an empty file diff, meaning no package updates or code changes have been successfully committed.
A major version upgrade of this scale (v15 to v16) typically introduces breaking changes—specifically regarding diagnostics, executor types, and interceptors—that require corresponding source code modifications. Without the actual package updates and associated logic adjustments, the PR does not meet the specified acceptance criteria.
About this PR
- The provided code diff is empty. Please ensure that the NuGet package updates in project files or Central Package Management files (e.g., Directory.Packages.props) are included in the PR.
- Upgrading from HotChocolate/StrawberryShake v15 to v16 is a major version jump. Please review the official release notes for breaking changes and ensure the codebase is updated to accommodate new APIs or deprecated patterns, particularly in the areas of diagnostics and interceptors.
Test suggestions
- Verify that all NuGet package references in project files or Central Package Management files are updated to version 16.2.3
- Validate compatibility with HotChocolate v16 breaking changes (e.g., changes to diagnostics, executor types, and interceptors)
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that all NuGet package references in project files or Central Package Management files are updated to version 16.2.3
2. Validate compatibility with HotChocolate v16 breaking changes (e.g., changes to diagnostics, executor types, and interceptors)
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Up to standards ✅🟢 Issues
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
15.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.315.1.17→16.2.3Release Notes
ChilliCream/graphql-platform (HotChocolate)
v16.2.3Compare Source
What's Changed
@bodyby @hemed in #9961New Contributors
Full Changelog: ChilliCream/graphql-platform@16.2.2...16.2.3
v16.2.2Compare Source
v16.2.1Compare Source
v16.2.0Compare Source
v16.1.4Compare Source
What's Changed
Client.publishedVersionsto powerclient list published-versionscommand by @tobias-tengler in #9861codecov/codecov-actionfrom v5 to v7.0.0 by @glen-84 in #9873Optional<T>argument binding in source generator by @glen-84 in #9887@deferoverlap HTTP tests with instant initial fields by @glen-84 in #9905New Contributors
Full Changelog: ChilliCream/graphql-platform@16.1.3...16.1.4
v16.1.3Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.1.2...16.1.3
v16.1.2Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.1.1...16.1.2
v16.1.1Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.1.0...16.1.1
v16.1.0Compare Source
What's Changed
[Parent(requires:)]dropped for resolvers declared on interface types by @Tommsy64 in #9823New Contributors
Full Changelog: ChilliCream/graphql-platform@16.0.13...16.1.0
v16.0.13Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.0.11...16.0.13
v16.0.11Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.0.10...16.0.11
v16.0.10Compare Source
What's Changed
@costweight with InvariantCulture by @glen-84 in #9791@requireintermediates from the requiring schema by @glen-84 in #9796New Contributors
Full Changelog: ChilliCream/graphql-platform@16.0.9...16.0.10
v16.0.9Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.0.8...16.0.9
v16.0.8Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.0.7...16.0.8
v16.0.7Compare Source
What's Changed
AlwaysOutputFractionalSecondsin scalars guide by @glen-84 in #9748@shareableto subscription root fields by @tobias-tengler in #9751Full Changelog: ChilliCream/graphql-platform@16.0.6...16.0.7
v16.0.6Compare Source
What's Changed
AlwaysOutputFractionalSecondsto DateTime scalar options by @glen-84 in #9745Full Changelog: ChilliCream/graphql-platform@16.0.5...16.0.6
v16.0.5Compare Source
What's Changed
IList<T>misclassified as interface on mutation error types by @glen-84 in #9743@defer/@streamlabel collision in reused fragments by @glen-84 in #9709Full Changelog: ChilliCream/graphql-platform@16.0.4...16.0.5
v16.0.4Compare Source
What's Changed
.gitignorefile by @glen-84 in #9710Full Changelog: ChilliCream/graphql-platform@16.0.3...16.0.4
v16.0.3Compare Source
What's Changed
@deferin DocumentRewriter by @tobias-tengler in #9699[Subscribe(With = ...)]in source-generated subscriptions by @glen-84 in #9702Full Changelog: ChilliCream/graphql-platform@16.0.2...16.0.3
v16.0.2Compare Source
Hot Chocolate 16 is here! 🚀
Read the announcement blog post for the full overview. Fusion and other new components will be announced separately.
Upgrading from 15? See the Hot Chocolate migration guide and the Fusion migration guide.
What's Changed
Full Changelog: ChilliCream/graphql-platform@16.0.0...16.0.2
v16.0.1Compare Source
v16.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.