Skip to content

Update chillicream-gql to 15.1.16#1519

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/chillicream-gql
Open

Update chillicream-gql to 15.1.16#1519
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/chillicream-gql

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 20, 2025

This PR contains the following updates:

Package Change Age Confidence
StrawberryShake.Server (source) 15.0.315.1.16 age confidence
strawberryshake.tools (source) 15.0.315.1.16 age confidence

Release Notes

ChilliCream/graphql-platform (StrawberryShake.Server)

v15.1.16

Compare Source

What's Changed

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

v15.1.15

Compare Source

What's Changed

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

v15.1.14

Compare Source

What's Changed

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

v15.1.13

Compare Source

What's Changed

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

v15.1.12

Compare Source

What's Changed

New Contributors

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

v15.1.11

Compare Source

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

v15.1.10

Compare Source

  • 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

v15.1.9

Compare Source

What's Changed

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

v15.1.8

Compare Source

What's Changed

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

v15.1.7

Compare Source

What's Changed

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

v15.1.6

Compare Source

What's Changed

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

v15.1.5

Compare Source

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

v15.1.4

Compare Source

  • 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)

v15.1.3

Compare Source

  • Added promise cache interceptor. (#​8190)

v15.1.2

Compare Source

  • Updated Nitro to 26.0.4 (#​8178)
  • Downgraded analyzer to support .NET 8 (#​8186)

Full Changelog: ChilliCream/graphql-platform@15.1.1...15.1.2

v15.1.1

Compare Source

  • Fixed missing global:: in generated code (#​8166)
  • Relaxed type symbol check for connections. (#​8165)
  • Allow for scalar overrides when using schema-first (#​8164)

v15.1.0

Compare Source

What's Changed
  • Added support for LocalDate/LocalDateTime/LocalTime to Strawberry Shake (#​8007)
  • Request totalCount through ToPageAsync if its requested. (#​8011)
  • Added QueryContext extension methods for Select and Include. (#​8013)
  • Switched LangVersion from preview to 13.0 (#​8014)
  • Updated .NET 9 packages (#​8012)
  • Changed the runtime type for the Date scalar in Strawberry Shake (#​8009)
  • Added Strawberry Shake runtime type change to migration guide (#​8010)
  • Migrated to new solution file format. (#​8027)
  • Combining the CompilationProvider is an anti-pattern, create an IncrementalValueProvider for the assembly name instead. (#​8021)
  • Fix ignored invalid field when enum is present (#​8026)
  • Allow for internal DataLoader modules and groups. (#​8028)
  • Updated the latest stable version for the docs to v15 (#​8018)
  • Added documentation directory for Fusion v15 (#​8017)
  • Added Strawberry Shake migration documents to docs.json (#​8015)
  • [Fusion] Fix explosion of selections (#​8030)
  • [Fusion] Fix issue with conditions (#​8031)
  • Aligned DataLoader options behavior. (#​8044)
  • Fixed type DataLOader to DataLoader (#​8037)
  • Added a new overload for 'ParentRequires' that uses an expression. (#​8032)
  • Marked delegate / ad-hoc DataLoader as obsolete and updated docs. (#​8033)
  • En- Used the correct xUnit packages in Cookie Crumble libraries (#​8054)
  • (Hopefully) Fix flakey test (#​8056)
  • Added missing condition to TypeRegistry#Register (#​8058)
  • Scope OperationCache to RequestExecutor (#​8055)
  • Warmup new executor before replacing old one (#​8068)
  • Abandon Response Formatting Gracefully on Cancellation
  • Remove Hot Reload Hooks (#​8079)
  • Fixed authorization type interceptor flow. (#​8096)
  • Fix nested sorting a new approach QueryContext (#​8061)
  • Clean SortInput postfix (#​8045)
  • Add services to support complex sort handler (#​8047)
  • Abandon Response Formatting Gracefully on Cancellation (#​8078)
  • Add support for relative cursors. (#​8048)
  • Fixed issues with ToPageAsync() and relative cursors. (#​8110)
  • Do not overwrite Id Serializer with AddGlobalObjectIdentification (#​8107)
  • Avoided setting an implicit name for enum values with an explicit name (#​8108)
  • Fixed Source Generator Visual Studio 2022 incompatibility (#​8112)
  • Fixed Node id field can no longer be provided via an extension type (#​8116)
  • Fixed DataLoader does not work with a class resolver for interface types. (#​8117)
  • Fixed flaky executor tests (#​8113)
  • Fixed concurrency issue when building selector expressions. (#​8118)
  • Throw error when is implicitly bound as schema type. (#​8119)
  • Fixed invalid base64 ID parsing (#​8101)
  • Added Docker Hub login step to CI and coverage workflows (#​8114)
  • [Fusion] @​semanticNonNull composition support (#​7731)
  • Updated node ID serializers to ensure correct padding while parsing (#​8123)
  • Updated ISelection.AsSelector to correctly handle the nodes field (#​8122)
  • Updated CI workflow to only run Docker Hub login step for local branches (#​8121)
  • Added strict mode to Cookie Crumble (#​8126)
  • Fixed GraphQL schema does not support operation validation. (#​8125)
  • SPEC: Make includeDeprecated non nullable. (#​8124)
  • [OPA] Fix OPA middleware to comply with OPA V1 (#​8084)
  • Updated Squadron packages (#​8127)
  • [Fusion] @​semanticNonNull support (#​7894)
  • Set DOCKER_CONFIG environment variable in CI and coverage workflows (#​8128)
  • Downgraded Postgres Squadron (#​8131)
  • Improved error message when query/mutation conventions are not enabled (#​8130)
  • Added page based connection type (#​8132)
  • Refactored OPA authorization tests to work with a dynamic port (#​8133)
  • Do not apply @​semanticNonNull to id fields (#​8136)
  • Added WebSocket payload formatter and options for GraphQL over WebSocket (#​8135)
  • Better error for invalid root type. (#​8104)
  • [Fusion] Fixed the composition for pattern based lookups. (#​8138)
  • Fixed issue where projections fallback was not possible. (#​8139)
  • [Fusion] Fail Query Plan generation early #​7989
  • Updated Nitro to Version 26.0.3 (#​8142)
  • [Fusion] Fix variables in context selection. (#​8146)
  • Skipped flaky test in Apollo WebSocketProtocolTests (#​8143)
  • Fixed issue with parameter replacement in queryable field handlers (#​8145)
  • Fixes various analyzer issues related to paging. (#​8148)
  • Make TypeInterceptor.IsEnabled public (#​8149)
  • Reduce totalCount requests when using relative cursors. (#​8150)
  • Colocate Edge and Connection Type (#​8152)
  • Added pageInfo as connection flag (#​8153)

Full Changelog: ChilliCream/graphql-platform@15.0.3...15.1.0-rc.3

Thanks to all the contributors to this release:

@​glen-84
@​michaelstaib
@​m-gasser
@​faddiv
@​tobias-tengler
@​Veribelll
@​sunghwan2789
@​stoyanovskydmitry


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the 📦 dependencies Pull requests that update a dependency file label Mar 20, 2025
@github-actions github-actions Bot added this to the v2.1.11 milestone Mar 20, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 20, 2025

Test Results

  1 files  ±0    1 suites  ±0   18s ⏱️ -1s
858 tests ±0  857 ✅ ±0  1 💤 ±0  0 ❌ ±0 
866 runs  ±0  865 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit 56d4a75. ± Comparison against base commit fa10544.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 20, 2025

Summary

Summary
Generated on: 05/18/2026 - 11:59:03
Coverage date: 05/18/2026 - 11:59:01
Parser: Cobertura
Assemblies: 5
Classes: 89
Files: 333
Line coverage: 86.3% (7195 of 8335)
Covered lines: 7195
Uncovered lines: 1140
Coverable lines: 8335
Total lines: 11183
Branch coverage: 85.8% (2325 of 2709)
Covered branches: 2325
Total branches: 2709
Method coverage: Feature is only available for sponsors
Tag: 2.1.11-pr.245+Branch.pull-1519-merge.Sha.faa3080f876358f53dc749f9f491275598362d2f

Coverage

Rocket.Surgery.Blazor.FontAwesome.Tool - 55.8%
Name Line Branch
Rocket.Surgery.Blazor.FontAwesome.Tool 55.8% 67.4%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
MyAssembly.Resources 0%
Rocket.Surgery.Blazor.FontAwesome.Tool.Commands.EmitCommand 0% 0%
Rocket.Surgery.Blazor.FontAwesome.Tool.Commands.EmitCommand.Settings 0%
Rocket.Surgery.Blazor.FontAwesome.Tool.Commands.EmitCommand.SettingsValidat
or
0% 0%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetFileContentForIcons 96.6% 77.5%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetFileContentForIcons.Fi
leContent
100%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetFileContentForIcons.Ha
ndler
100%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetFileContentForIcons.Re
quest
100%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetIconsFromIconFamilies.
FamilyStylesByLicense
0%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetIconsFromIconFamilies.
Handler
0%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetIconsFromIconFamilies.
IconAliases
0%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetIconsFromIconFamilies.
IconModelBase
0%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetIconsFromIconFamilies.
IconModelIntermediate
0%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetIconsFromIconFamilies.
Request
0%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetIconsFromKit.Handler 100%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetIconsFromKit.Request 100%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetIconsFromRelease.Handl
er
100%
Rocket.Surgery.Blazor.FontAwesome.Tool.Operations.GetIconsFromRelease.Reque
st
100%
Rocket.Surgery.Blazor.FontAwesome.Tool.Support.CategoryModel 100% 50%
Rocket.Surgery.Blazor.FontAwesome.Tool.Support.CategoryProvider 89.6% 94.4%
Rocket.Surgery.Blazor.FontAwesome.Tool.Support.CategoryProvider.CategoryMod
elBase
100%
Rocket.Surgery.Blazor.FontAwesome.Tool.Support.CodeIconModel 95.4% 90%
Rocket.Surgery.Blazor.FontAwesome.Tool.Support.FontAwesomeApiKeyHandler 100%
Rocket.Surgery.Blazor.FontAwesome.Tool.Support.IconModel 77.4% 73%
Rocket.Surgery.Blazor.FontAwesome.Tool.ToolConvention 100% 100%
Rocket.Surgery.Blazor.FontAwesome6 - 76.3%
Name Line Branch
Rocket.Surgery.Blazor.FontAwesome6 76.3% 82%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Blazor.FontAwesome6.FaCounter 50.9% 48.7%
Rocket.Surgery.Blazor.FontAwesome6.FaIcon 84.8% 96.5%
Rocket.Surgery.Blazor.FontAwesome6.FaLayer 88% 87.5%
Rocket.Surgery.Blazor.FontAwesome6.FaStack 92.9% 50%
Rocket.Surgery.Blazor.FontAwesome6.FaText 80.6% 78.5%
Rocket.Surgery.Blazor.FontAwesome6.Icon 68.7% 63.6%
Rocket.Surgery.Blazor.FontAwesome6.IconExtensions 83.5% 85.1%
Rocket.Surgery.Blazor.FontAwesome6.ITransformIcon 100%
Rocket.Surgery.Blazor.FontAwesome6.SvgIcon 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Vector.Renderer 84% 68%
Rocket.Surgery.Blazor.FontAwesome6.Vector.Renderer.SvgTransformParameters 100%
Rocket.Surgery.Blazor.FontAwesome6.Vector.Renderer.SvgTransformResult 100%
Rocket.Surgery.Blazor.FontAwesome6.Vector.RendererConfig 100%
Rocket.Surgery.Blazor.FontAwesome6.Vector.SvgArgs 100%
Rocket.Surgery.Blazor.FontAwesome6.Vector.SvgContent 100% 87.5%
Rocket.Surgery.Blazor.FontAwesome6.Vector.SvgParameters 100%
Rocket.Surgery.Blazor.FontAwesome6.Vector.SvgTransform 100%
Rocket.Surgery.Blazor.FontAwesome6.Vector.UniqueIdGenerator 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Free.Svg - 0%
Name Line Branch
Rocket.Surgery.Blazor.FontAwesome6.Free.Svg 0% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Blazor.FontAwesome6.Pro - 0%
Name Line Branch
Rocket.Surgery.Blazor.FontAwesome6.Pro 0% ****
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Blazor.FontAwesome6.Tests - 93.9%
Name Line Branch
Rocket.Surgery.Blazor.FontAwesome6.Tests 93.9% 97.1%
MyAssembly.Info 0%
MyAssembly.Metadata 0%
MyAssembly.Project 0%
Rocket.Surgery.Blazor.FontAwesome6.Tests.CategoryProviderTests 91.6% 75%
Rocket.Surgery.Blazor.FontAwesome6.Tests.CategoryProviderTests.IconsCollect
ion
76.9%
Rocket.Surgery.Blazor.FontAwesome6.Tests.ComponentBuilder 17.3% 50%
Rocket.Surgery.Blazor.FontAwesome6.Tests.ComponentParameterHelpers 0%
Rocket.Surgery.Blazor.FontAwesome6.Tests.DevServer.DevHostServerProgram 0% 0%
Rocket.Surgery.Blazor.FontAwesome6.Tests.DevServer.Startup 0% 0%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaIconTests 100% 99.4%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaIconTests.IconAnimationData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaIconTests.IconBorderAndPullData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaIconTests.IconTheory 100% 83.3%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaIconTests.IconTransformData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaLayerTests 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaStackTests 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaSvgIconTests 100% 99.4%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaSvgIconTests.IconAnimationData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaSvgIconTests.IconBorderAndPullDa
ta
100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaSvgIconTests.IconTheory 100% 83.3%
Rocket.Surgery.Blazor.FontAwesome6.Tests.FaSvgIconTests.IconTransformData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.IconTests 100% 92.8%
Rocket.Surgery.Blazor.FontAwesome6.Tests.IconTests.IconAnimationData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.IconTests.IconBorderAndPullData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.IconTests.IconTheory 100% 83.3%
Rocket.Surgery.Blazor.FontAwesome6.Tests.IconTests.IconTransformData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.ModuleInitializer 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.RenderFragmentBuilder 0%
Rocket.Surgery.Blazor.FontAwesome6.Tests.SvgIconTests 100% 92.8%
Rocket.Surgery.Blazor.FontAwesome6.Tests.SvgIconTests.IconAnimationData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.SvgIconTests.IconBorderAndPullData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.SvgIconTests.IconTheory 100% 83.3%
Rocket.Surgery.Blazor.FontAwesome6.Tests.SvgIconTests.IconTransformData 100% 100%
Rocket.Surgery.Blazor.FontAwesome6.Tests.TestContextExtensions 100%

@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 03a65ec to 3ec30e6 Compare March 21, 2025 19:38
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.0 Update chillicream-gql to 15.1.1 Mar 21, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from bb3ca32 to 30bc6d8 Compare March 27, 2025 06:01
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.1 Update chillicream-gql to 15.1.2 Mar 27, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from ebdd13f to 80b288d Compare March 27, 2025 22:27
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.2 Update chillicream-gql to 15.1.3 Mar 27, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 920fb68 to 48d7338 Compare May 15, 2025 16:57
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.3 Update chillicream-gql to 15.1.4 May 15, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 6d66ebc to 68aa52b Compare May 20, 2025 17:20
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.4 Update chillicream-gql to 15.1.5 May 20, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 68aa52b to 0d9f7cb Compare June 18, 2025 12:45
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.5 Update chillicream-gql to 15.1.6 Jun 18, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 0d9f7cb to c884575 Compare June 27, 2025 07:06
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.6 Update chillicream-gql to 15.1.7 Jun 27, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from c884575 to 4cd6375 Compare July 25, 2025 13:33
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.7 Update chillicream-gql to 15.1.8 Jul 25, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch 2 times, most recently from f31d271 to fb19f83 Compare August 13, 2025 15:10
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch 2 times, most recently from f8df0a3 to 510a4b6 Compare August 27, 2025 16:05
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.8 Update chillicream-gql to 15.1.9 Aug 27, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 510a4b6 to 56db526 Compare September 6, 2025 22:59
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.9 Update chillicream-gql to 15.1.10 Sep 6, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 56db526 to 7e6815a Compare October 8, 2025 17:36
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.10 Update chillicream-gql to 15.1.11 Oct 8, 2025
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 7e6815a to 72b6bfe Compare October 21, 2025 10:04
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 72b6bfe to a582f91 Compare November 11, 2025 01:47
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from a582f91 to 20cf9be Compare November 18, 2025 11:36
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 20cf9be to e77dfe2 Compare January 15, 2026 13:23
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.11 Update chillicream-gql to 15.1.12 Jan 15, 2026
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from e77dfe2 to 78830ad Compare February 2, 2026 14:56
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from 78830ad to 2393032 Compare February 12, 2026 10:05
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch 2 times, most recently from 86c8b81 to a39577d Compare February 24, 2026 17:04
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from a39577d to b5bd7e0 Compare March 13, 2026 10:40
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch 2 times, most recently from 9c465c9 to 4efe33e Compare April 3, 2026 13:03
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.12 Update chillicream-gql to 15.1.13 Apr 3, 2026
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch 2 times, most recently from b00eaf8 to b0f4544 Compare April 10, 2026 16:44
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.13 Update chillicream-gql to 15.1.14 Apr 10, 2026
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch 2 times, most recently from a81f87d to fd6c4f6 Compare April 22, 2026 08:11
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.14 Update chillicream-gql to 15.1.15 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from fd6c4f6 to a6f8f39 Compare April 29, 2026 14:36
@renovate renovate Bot changed the title Update chillicream-gql to 15.1.15 Update chillicream-gql to 15.1.16 Apr 29, 2026
@renovate renovate Bot force-pushed the renovate/chillicream-gql branch from a6f8f39 to 56d4a75 Compare May 18, 2026 11:47
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants