fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.194
#512
Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902
merged 1 commits from renovate/github.com-wundergraph-graphql-go-tools-v2-2.x into main2025-06-28 11:31:41 +00:00
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.192` -> `v2.0.0-rc.194` |
---
### Release Notes
<details>
<summary>wundergraph/graphql-go-tools (github.com/wundergraph/graphql-go-tools/v2)</summary>
### [`v2.0.0-rc.194`](https://github.com/wundergraph/graphql-go-tools/releases/tag/v2.0.0-rc.194)
[Compare Source](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.193...v2.0.0-rc.194)
##### Bug Fixes
- preserve fields selections during object selection rewrite ([#​1194](https://github.com/wundergraph/graphql-go-tools/issues/1194)) ([1c9d4d2](https://github.com/wundergraph/graphql-go-tools/commit/1c9d4d2be548da6879f5b7b26d67b5d0ba52df93))
### [`v2.0.0-rc.193`](https://github.com/wundergraph/graphql-go-tools/releases/tag/v2.0.0-rc.193)
[Compare Source](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.192...v2.0.0-rc.193)
##### Bug Fixes
- fix rewriting object selections with nested abstract fragments ([#​1192](https://github.com/wundergraph/graphql-go-tools/issues/1192)) ([a22b89c](https://github.com/wundergraph/graphql-go-tools/commit/a22b89c4379db027e3e5be99670cc14d037c1894))
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/508?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.00%. Comparing base [(`dc6e57e`)](https://app.codecov.io/gl/unboundsoftware/schemas/commit/dc6e57e8158d83ee37521e940d11c6adb3258e51?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) to head [(`376ae41`)](https://app.codecov.io/gl/unboundsoftware/schemas/commit/376ae41b4f0c1211dc68d82e970f434b7aaf8564?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 #508 +/- ##
=====================================
Coverage 1.00% 1.00%
=====================================
Files 42 42
Lines 1996 1996
=====================================
Hits 20 20
Misses 1976 1976
```
</details>
[:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/508?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>
changed title from fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.193 to fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.194
<p>changed title from <code class="idiff">fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.19<span class="idiff left right deletion">3</span></code> to <code class="idiff">fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.19<span class="idiff left right addition">4</span></code></p>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This MR contains the following updates:
v2.0.0-rc.192->v2.0.0-rc.194Release Notes
wundergraph/graphql-go-tools (github.com/wundergraph/graphql-go-tools/v2)
v2.0.0-rc.194Compare Source
Bug Fixes
v2.0.0-rc.193Compare Source
Bug Fixes
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.
This MR has been generated by Renovate Bot.
mentioned in issue #4
Codecov Report
All modified and coverable lines are covered by tests ✅
Additional details and impacted files
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
added 1 commit
Compare with previous version
changed title from
fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.193tofix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.194changed the description
added 2 commits
dc6e57e8- 1 commit from branchmain376ae41b- fix(deps): update module github.com/wundergraph/graphql-go-tools/v2 to v2.0.0-rc.194Compare with previous version