fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.172 #450

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/github.com-wundergraph-graphql-go-tools-v2-2.x into main 2025-04-22 19:42:52 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-22 18:54:23 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
github.com/wundergraph/graphql-go-tools/v2 require patch v2.0.0-rc.171 -> v2.0.0-rc.172

Release Notes

wundergraph/graphql-go-tools (github.com/wundergraph/graphql-go-tools/v2)

v2.0.0-rc.172

Compare Source

Features
  • add static resolver of root operation types __typename fields (#​1128) (3dc79f1)
  • add support of fragments in the provides directive (ca2e6c2)
  • add support of inline fragments to representation variables builder; add typename selection to requires selection set in case it has fragments (40e3fd9)
Bug Fixes
  • add support of inline fragments in requires directive, add an alias for required fields in case of conflict (496b7da)
  • add support of remapping representation variables paths (204e0b6)
  • allow to recheck abstract fields if they were modified by adding required fields (b4d5fd5)
  • during abstract selection rewrite collect changed paths and after rewrite update field dependencies accordingly (a6246fd)
  • exclude inaccesible types from possible types for interface/union (ae1adc1)
  • rework key matching logic to support chain leapfrogging jumps (4f12691)
  • tune selections for root query fields and typename only selection sets (ea3b276)

Configuration

📅 Schedule: 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 MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/wundergraph/graphql-go-tools/v2](https://github.com/wundergraph/graphql-go-tools) | require | patch | `v2.0.0-rc.171` -> `v2.0.0-rc.172` | --- ### Release Notes <details> <summary>wundergraph/graphql-go-tools (github.com/wundergraph/graphql-go-tools/v2)</summary> ### [`v2.0.0-rc.172`](https://github.com/wundergraph/graphql-go-tools/releases/tag/v2.0.0-rc.172) [Compare Source](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.171...v2.0.0-rc.172) ##### Features - add static resolver of root operation types \__typename fields ([#&#8203;1128](https://github.com/wundergraph/graphql-go-tools/issues/1128)) ([3dc79f1](https://github.com/wundergraph/graphql-go-tools/commit/3dc79f18694ff83782a200f7f59541038a29655c)) - add support of fragments in the provides directive ([ca2e6c2](https://github.com/wundergraph/graphql-go-tools/commit/ca2e6c2e4fd6f601f9e72faefc922dba9a0fc01d)) - add support of inline fragments to representation variables builder; add typename selection to requires selection set in case it has fragments ([40e3fd9](https://github.com/wundergraph/graphql-go-tools/commit/40e3fd95c35fa2a0a46eee58c7ebdc75595e41f1)) ##### Bug Fixes - add support of inline fragments in requires directive, add an alias for required fields in case of conflict ([496b7da](https://github.com/wundergraph/graphql-go-tools/commit/496b7dacb44e2e8b3c2405c70b311b325b1237ea)) - add support of remapping representation variables paths ([204e0b6](https://github.com/wundergraph/graphql-go-tools/commit/204e0b66889b8631196c3a6abd696f5213c2bc4b)) - allow to recheck abstract fields if they were modified by adding required fields ([b4d5fd5](https://github.com/wundergraph/graphql-go-tools/commit/b4d5fd51ce9eb13b892efb368a3b19cef2a5fc51)) - during abstract selection rewrite collect changed paths and after rewrite update field dependencies accordingly ([a6246fd](https://github.com/wundergraph/graphql-go-tools/commit/a6246fd1bb795a4c9092dea2b912193133479db1)) - exclude inaccesible types from possible types for interface/union ([ae1adc1](https://github.com/wundergraph/graphql-go-tools/commit/ae1adc187c0263792fe089184181416bc485fb7c)) - rework key matching logic to support chain leapfrogging jumps ([4f12691](https://github.com/wundergraph/graphql-go-tools/commit/4f1269166baf7ea4fcca8d67f87c38eab4ce179d)) - tune selections for root query fields and typename only selection sets ([ea3b276](https://github.com/wundergraph/graphql-go-tools/commit/ea3b276190252f798e672cf9ce46a8f611b15924)) </details> --- ### Configuration 📅 **Schedule**: 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 MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTQuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI1NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-04-22 18:54:29 +00:00 (Migrated from gitlab.com)

mentioned in issue #4

mentioned in issue #4
argoyle commented 2025-04-22 19:03:52 +00:00 (Migrated from gitlab.com)

Codecov Report

All modified and coverable lines are covered by tests

Project coverage is 1.04%. Comparing base (dade16a) to head (6fc87e9).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #446   +/-   ##
=====================================
  Coverage   1.04%   1.04%           
=====================================
  Files         39      39           
  Lines       1905    1905           
=====================================
  Hits          20      20           
  Misses      1885    1885           

View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/446?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report All modified and coverable lines are covered by tests :white_check_mark: > Project coverage is 1.04%. Comparing base [(`dade16a`)](https://app.codecov.io/gl/unboundsoftware/schemas/commit/dade16a10ca04e63ec823770f359cb69e2713f1d?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) to head [(`6fc87e9`)](https://app.codecov.io/gl/unboundsoftware/schemas/commit/6fc87e952b6aac1eb0f8d0c8f38090e4d39bcf59?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #446 +/- ## ===================================== Coverage 1.04% 1.04% ===================================== Files 39 39 Lines 1905 1905 ===================================== Hits 20 20 Misses 1885 1885 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/446?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). :loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. </details>
argoyle (Migrated from gitlab.com) merged commit into main 2025-04-22 19:42:53 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#450