Skip to content

Bump the hotchocolate group with 5 updates#397

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Modules/Travellers/WorldExplorer.Modules.Travellers/hotchocolate-9e7c15b1b6
Open

Bump the hotchocolate group with 5 updates#397
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Modules/Travellers/WorldExplorer.Modules.Travellers/hotchocolate-9e7c15b1b6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Updated HotChocolate.AspNetCore from 15.1.3 to 16.1.3.

Release notes

Sourced from HotChocolate.AspNetCore's releases.

16.1.3

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.2...16.1.3

16.1.3-p.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.2...16.1.3-p.1

16.1.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.1...16.1.2

16.1.2-p.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.2-p.1...16.1.2-p.2

16.1.2-p.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.1...16.1.2-p.1

16.1.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.0...16.1.1

16.1.0

What's Changed

New Contributors

Full Changelog: ChilliCream/graphql-platform@16.0.13...16.1.0

16.1.0-p.14

What's Changed

New Contributors

Full Changelog: ChilliCream/graphql-platform@16.0.14-p.2...16.1.0-p.14

16.0.13

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.11...16.0.13

16.0.11

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.10...16.0.11

16.0.10

What's Changed

New Contributors

Full Changelog: ChilliCream/graphql-platform@16.0.9...16.0.10

16.0.9

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.8...16.0.9

16.0.8

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.7...16.0.8

16.0.7

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.6...16.0.7

16.0.6

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.5...16.0.6

16.0.5

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.4...16.0.5

16.0.4

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.3...16.0.4

16.0.3

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.2...16.0.3

16.0.2

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

16.0.0

Migration Guide

https://chillicream.com/docs/hotchocolate/v16/migrating/migrate-from-15-to-16/

New Contributors

Full Changelog: ChilliCream/graphql-platform@15.1.16...16.0.0

15.1.16

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.15...15.1.16

15.1.15

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.14...15.1.15

15.1.14

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.13...15.1.14

15.1.13

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.12...15.1.13

15.1.12

What's Changed

New Contributors

Full Changelog: ChilliCream/graphql-platform@15.1.11...15.1.12

15.1.11

What's Changed

Hot Chocolate

Added

  • Added hook to allow for F# support. (#​8722, #​8732)
    While we dropped F# support from the Hot Chocolate Core with V15 we have done some foundation work so that community support can bring this back. Watch the following project for progress on this: https://github.com/cmeeren/FSharp.HotChocolate
  • Added a filter input implementation for the Date scalar aka DateOperationFilterInputType (#​8409)

Changed

  • Backported V16 HTTP transport changes (HotChocolate.Transport.Http) (#​8669)
    This brings most of the changes we have made on the V16 branch into the V15 branch.
    These changes carry a lot of stability and performance improvements when dealing with GraphQL over SSE.

Fixed

  • [Source Generator] Use ClaimsPrincipal global prefix when generating resolver (#​8745)
  • [Subscriptions] Allow reconnect on subscriptions with prefixed redis topic (#​8731)
  • [Incremental Delivery] Fixed #​8714: @​stream fails when list contains fewer items than initialCount (#​8715)
  • [Data] Fixed array resize condition in SortInputType (#​8682)
  • [Core] Fixed scalar initialization issue
    Aligns the initialization of scalar types with other types, which solves the directive initialization issue when the directive has default argument values.
  • [Core] Fixed schema service dispose issue
    When using dynamic schemas that can change at runtime the services that are bound to the schema are not properly disposed when the old schema was phased out. This fix now properly disposes the ServiceProvider.
  • [Fusion] Ignore inapplicable type refinements on abstract types (#​8773)
  • [Core] Fix race condition on MethodInfo.GetParameters() (#​8778)

Strawberry Shake

Changed

  • Register interface types for operations in service collection (#​7016)
    This change in Strawberry Shake allows you to additionally use the operation interfaces to inject query, mutation or subscription operations.

Full Changelog: ChilliCream/graphql-platform@15.1.10...15.1.11-p.5

15.1.10

  • Fixed regression in DataLoader source generator. (#​8610)
  • Compile SourceGenerator-tests to ensure that the sample itself is valid (#​8484)

Full Changelog: ChilliCream/graphql-platform@15.1.9...15.1.10

15.1.9

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.8...15.1.9

15.1.8

What's Changed

  • [Fusion] Pop path in case of leftover by @​tobias-tengler in #​8450
  • Fix ensure that node id serializer registration has no order requirements by @​michaelstaib in #​8216

Full Changelog: ChilliCream/graphql-platform@15.1.7...15.1.8

15.1.7

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.6...15.1.7-p.4

15.1.6

What's Changed

  • [Fusion] Add support for result from different subgraph on interfaces by @​Enterprize1 and @​tobias-tengler in (#​8293)
  • Escaped part separator in composite node ID string and GUID values by @​glen-84 (#​8300)
  • Fixed issues with the request middleware source generator by @​glen-84(#​8274)
  • Fix @​semanticNonNull on interface id fields by @​tobias-tengler (#​8305)
  • [Fusion] Fixed issue causing duplicated forwarded variables by @​glen-84 (#​8311)
  • Updated tag name validation to allow hyphens and relax requirements by @​glen-84 (#​8304)
  • Fixed issues with regular expressions in scalar types by @​glen-84 (#​8309)

Full Changelog: ChilliCream/graphql-platform@15.1.5...15.1.6

15.1.5

  • Allow more control over transport features. (#​8296)
  • Fixed calculation of totalPages in CreateRelativeForwardCursors method (#​8295)
  • Updated Nitro to 28.0.7

15.1.4

  • Added switch to disable the DateTime format check. (#​8289)
  • Fixed schema initialization when type has field that returns list of objects. (#​8288)
  • Fix #​8264 - fully qualified string not used for types in dataloader generator (#​8265) svihpincmichaelstaib svihpinc authored and michaelstaib committed 2 hours ago ·
  • Allow late binding of subscribe resolvers. (#​8287)
  • Added cache diagnostics. (#​8254)
  • Switched from LRU cache algorithm to clock cache algorithm (#​8253)
  • Removed BOM when writing exported schema (#​8244)
  • Fixed ToPageAsync extension when using a child projection expression (#​8235)
  • Fixed empty cursor string validation (#​8240)
  • Fix @​semanticNonNull on mutation types (#​8239)
  • [Fusion] Add SubgraphRequestError diagnostic event (#​8237)
  • Allow for IDocumentStore to provide document hash. (#​8228)

Commits viewable in compare view.

Updated HotChocolate.AspNetCore.Authorization from 15.1.3 to 16.1.3.

Release notes

Sourced from HotChocolate.AspNetCore.Authorization's releases.

16.1.3

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.2...16.1.3

16.1.3-p.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.2...16.1.3-p.1

16.1.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.1...16.1.2

16.1.2-p.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.2-p.1...16.1.2-p.2

16.1.2-p.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.1...16.1.2-p.1

16.1.1

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.1.0...16.1.1

16.1.0

What's Changed

New Contributors

Full Changelog: ChilliCream/graphql-platform@16.0.13...16.1.0

16.1.0-p.14

What's Changed

New Contributors

Full Changelog: ChilliCream/graphql-platform@16.0.14-p.2...16.1.0-p.14

16.0.13

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.11...16.0.13

16.0.11

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.10...16.0.11

16.0.10

What's Changed

New Contributors

Full Changelog: ChilliCream/graphql-platform@16.0.9...16.0.10

16.0.9

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.8...16.0.9

16.0.8

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.7...16.0.8

16.0.7

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.6...16.0.7

16.0.6

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.5...16.0.6

16.0.5

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.4...16.0.5

16.0.4

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.3...16.0.4

16.0.3

What's Changed

Full Changelog: ChilliCream/graphql-platform@16.0.2...16.0.3

16.0.2

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

16.0.0

Migration Guide

https://chillicream.com/docs/hotchocolate/v16/migrating/migrate-from-15-to-16/

New Contributors

Full Changelog: ChilliCream/graphql-platform@15.1.16...16.0.0

15.1.16

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.15...15.1.16

15.1.15

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.14...15.1.15

15.1.14

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.13...15.1.14

15.1.13

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.12...15.1.13

15.1.12

What's Changed

New Contributors

Full Changelog: ChilliCream/graphql-platform@15.1.11...15.1.12

15.1.11

What's Changed

Hot Chocolate

Added

  • Added hook to allow for F# support. (#​8722, #​8732)
    While we dropped F# support from the Hot Chocolate Core with V15 we have done some foundation work so that community support can bring this back. Watch the following project for progress on this: https://github.com/cmeeren/FSharp.HotChocolate
  • Added a filter input implementation for the Date scalar aka DateOperationFilterInputType (#​8409)

Changed

  • Backported V16 HTTP transport changes (HotChocolate.Transport.Http) (#​8669)
    This brings most of the changes we have made on the V16 branch into the V15 branch.
    These changes carry a lot of stability and performance improvements when dealing with GraphQL over SSE.

Fixed

  • [Source Generator] Use ClaimsPrincipal global prefix when generating resolver (#​8745)
  • [Subscriptions] Allow reconnect on subscriptions with prefixed redis topic (#​8731)
  • [Incremental Delivery] Fixed #​8714: @​stream fails when list contains fewer items than initialCount (#​8715)
  • [Data] Fixed array resize condition in SortInputType (#​8682)
  • [Core] Fixed scalar initialization issue
    Aligns the initialization of scalar types with other types, which solves the directive initialization issue when the directive has default argument values.
  • [Core] Fixed schema service dispose issue
    When using dynamic schemas that can change at runtime the services that are bound to the schema are not properly disposed when the old schema was phased out. This fix now properly disposes the ServiceProvider.
  • [Fusion] Ignore inapplicable type refinements on abstract types (#​8773)
  • [Core] Fix race condition on MethodInfo.GetParameters() (#​8778)

Strawberry Shake

Changed

  • Register interface types for operations in service collection (#​7016)
    This change in Strawberry Shake allows you to additionally use the operation interfaces to inject query, mutation or subscription operations.

Full Changelog: ChilliCream/graphql-platform@15.1.10...15.1.11-p.5

15.1.10

  • Fixed regression in DataLoader source generator. (#​8610)
  • Compile SourceGenerator-tests to ensure that the sample itself is valid (#​8484)

Full Changelog: ChilliCream/graphql-platform@15.1.9...15.1.10

15.1.9

What's Changed

Description has been truncated

Bumps HotChocolate.AspNetCore from 15.1.3 to 16.1.3
Bumps HotChocolate.AspNetCore.Authorization from 15.1.3 to 16.1.3
Bumps HotChocolate.Data from 15.1.3 to 16.1.3
Bumps HotChocolate.Data.EntityFramework from 15.1.3 to 16.1.3
Bumps HotChocolate.Types.Analyzers from 15.1.3 to 16.1.3

---
updated-dependencies:
- dependency-name: HotChocolate.AspNetCore
  dependency-version: 16.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: hotchocolate
- dependency-name: HotChocolate.AspNetCore.Authorization
  dependency-version: 16.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: hotchocolate
- dependency-name: HotChocolate.Data
  dependency-version: 16.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: hotchocolate
- dependency-name: HotChocolate.Data.EntityFramework
  dependency-version: 16.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: hotchocolate
- dependency-name: HotChocolate.Types.Analyzers
  dependency-version: 16.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: hotchocolate
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 9, 2026
@codacy-production

Copy link
Copy Markdown

Not up to standards ⛔

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant