i-love-flamingo / graphql

Flamingo GraphQL Module
MIT License
5 stars 1 forks source link

chore(deps): update module github.com/99designs/gqlgen to v0.17.15 #40

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/99designs/gqlgen require patch v0.17.13 -> v0.17.15

Release Notes

99designs/gqlgen ### [`v0.17.15`](https://togithub.com/99designs/gqlgen/releases/tag/v0.17.15) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.14...v0.17.15) ##### What's Changed - Correct boolean logic in name collision patch by [@​dcarbone](https://togithub.com/dcarbone) in [https://github.com/99designs/gqlgen/pull/2330](https://togithub.com/99designs/gqlgen/pull/2330) - Fix Interface Slice Getter Generation by [@​neptoess](https://togithub.com/neptoess) in [https://github.com/99designs/gqlgen/pull/2332](https://togithub.com/99designs/gqlgen/pull/2332) - Name collision markdown formatting fixes by [@​dcarbone](https://togithub.com/dcarbone) in [https://github.com/99designs/gqlgen/pull/2335](https://togithub.com/99designs/gqlgen/pull/2335) **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.14...v0.17.15 ### [`v0.17.14`](https://togithub.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01714-httpsgithubcom99designsgqlgencomparev01713v01714---2022-08-18) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.13...v0.17.14) - [`581bf6e`](https://togithub.com/99designs/gqlgen/commit/581bf6eb) release v0.17.14 - [`d338437`](https://togithub.com/99designs/gqlgen/commit/d3384377) Update gqlparser - [`c2d02d3`](https://togithub.com/99designs/gqlgen/commit/c2d02d35) More descriptive `not implemented` stubs ([#​2328](https://togithub.com/99designs/gqlgen/issues/2328)) (closes [#​2327](https://togithub.com/99designs/gqlgen/issues/2327))
9f919d2c Avoid GraphQL to Go Naming Collision with "ToGoModelName" func (#​2322) (closes #​2321) - using ReplaceAllStringLiteral - fixing wordInfo template test - bumping linter timeout to 5m - comment cleanup - some cleanup, adding "ToGoPrivateModelName" func - adding "ToGoPrivateModelName" func - refactoring word walker impl and tests - hopefully making linter happy
- [`2304c10`](https://togithub.com/99designs/gqlgen/commit/2304c104) Include docstrings on interface getters ([#​2317](https://togithub.com/99designs/gqlgen/issues/2317)) - [`f5d6032`](https://togithub.com/99designs/gqlgen/commit/f5d60326) Leverage (\*Imports).LookupType when generating interface field getters ([#​2315](https://togithub.com/99designs/gqlgen/issues/2315))
242c3ba2 Generate getters for interface fields (#​2314) - Generate getters for interface fields - Changes to make models_test.go pass - Use text/template, not html/template - Re-run go generate ./... - gofmt a few files that were failing lint checks - Another gofmt straggler - Try making the "generated" match the exact whitespace github is disliking
- [`0d91c89`](https://togithub.com/99designs/gqlgen/commit/0d91c893) Add hackernews graphql api tutorial to other resources ([#​2305](https://togithub.com/99designs/gqlgen/issues/2305)) - [`c2526ba`](https://togithub.com/99designs/gqlgen/commit/c2526ba5) Update gqlparser to v2.4.7 ([#​2300](https://togithub.com/99designs/gqlgen/issues/2300)) - [`f283124`](https://togithub.com/99designs/gqlgen/commit/f283124d) [#​2298](https://togithub.com/99designs/gqlgen/issues/2298): fix gqlgen extracting module name from comment line ([#​2299](https://togithub.com/99designs/gqlgen/issues/2299))
779d7cdd Add support for KeepAlive message in websocket client (#​2293) - Add support for KeepAlive message in websocket client - rewrite if-else to switch statement
- [`5a37d1d`](https://togithub.com/99designs/gqlgen/commit/5a37d1dc) v0.17.13 postrelease bump

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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.