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.34 - autoclosed #66

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

99designs/gqlgen ### [`v0.17.34`](https://togithub.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01734-httpsgithubcom99designsgqlgencomparev01733v01734---2023-06-23) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.33...v0.17.34) - [`5a70585`](https://togithub.com/99designs/gqlgen/commit/5a705857) release v0.17.34
1a9dbadd Use "No longer supported" as the default deprecationReason for deprecations without a reason specified (#​2692) - fix: use "No longer supported" as the default deprecationReason for deprecated fields with no reason specified - test: add integration tests to ensure deprecated fields with no reason set get the default reason defined in the spec `No longer supported`
- [`640f383`](https://togithub.com/99designs/gqlgen/commit/640f3836) Update gqlparser dependency ([#​2694](https://togithub.com/99designs/gqlgen/issues/2694)) - [`5ac9fe5`](https://togithub.com/99designs/gqlgen/commit/5ac9fe59) Added flag to omit interface checks ([#​2689](https://togithub.com/99designs/gqlgen/issues/2689))
abc3c627 feat: always use latest apollo sandbox (#​2686) - feat: removeDuplicateTags() validates tags and panic with meaningful error message - Instead of pinning on \_latest without subresource integrity check, update both url and integrity to latest - Update graphql/playground/apollo_sandbox_playground.go ***
3b295bb4 added GoInitialismsConfig which overrides the initialisms to be regarded (#​2683) - added GoInitialismsConfig which overrides the initialisms to be regarded - typo - adjusted examples and documentation - removed test with side-effects, adjustend yaml indentations, changed example entry "ID" to "CC" (again? I though I already did that) - comply with linter
- [`ee6add4`](https://togithub.com/99designs/gqlgen/commit/ee6add4b) Refactor TypeIdentifier to avoid circular imports ([#​2682](https://togithub.com/99designs/gqlgen/issues/2682)) - [`44376e5`](https://togithub.com/99designs/gqlgen/commit/44376e52) fix subscription example in documentation ([#​2677](https://togithub.com/99designs/gqlgen/issues/2677))
d5080828 Reworked integration testing using vitest (#​2675) - Reworked integration using vitest Added SSE client testing Fixed SSE Transport parse errors not being sent as event-stream - Added defer testing using urql - Cleanup unnecessary dependencies
d16f498f fix: issue with extraFields being thrown away (#​2674) - fix: issue with extraFields being thrown away - Go fumpt on file ***
- [`71d16aa`](https://togithub.com/99designs/gqlgen/commit/71d16aa0) v0.17.33 postrelease bump ### [`v0.17.33`](https://togithub.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01733-httpsgithubcom99designsgqlgencomparev01732v01733---2023-06-13) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.32...v0.17.33) - [`a1e34ca`](https://togithub.com/99designs/gqlgen/commit/a1e34ca0) release v0.17.33
790a72c1 issue-1372: add custom decode func (#​2666) - issue-1372: add custom decode func - issue-1372: add custom decode method - issue-1372: fix lint - issue-1372: add custom decode func - issue-1372: add custom decode method - issue-1372: fix lint - issue-1372: extend functionality by setting up the whole decode config instead of one nested field - issue-1372: rollback generated.go file - issue-1372: fix lint
c63c60eb Update all modules (#​2667) - Update all modules - Add gqlparser v2.5.3 ***
4a78eb0c minor cleaning: fix some stricter lint rule warnings (#​2665) - Add Changelog notes - Some spring cleaning - Update golangci-lint to latest ***
- [`1e925f7`](https://togithub.com/99designs/gqlgen/commit/1e925f7e) v0.17.32 postrelease bump ### [`v0.17.32`](https://togithub.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01732-httpsgithubcom99designsgqlgencomparev01731v01732---2023-06-06) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.31...v0.17.32) - [`3a81a78`](https://togithub.com/99designs/gqlgen/commit/3a81a78b) release v0.17.32 - [`dbb6117`](https://togithub.com/99designs/gqlgen/commit/dbb61174) Added unit tests for defer ([#​2657](https://togithub.com/99designs/gqlgen/issues/2657))
5c19c841 Addressing few issues in defer feature (#​2656) And fixed hasNext to only appear in the payload when there is deferred usage - Regenerate - Use go 1.18 compatible atomic operations - Regenerate
8e295024 Update extra fields type definition and plus docs about the feature (#​2655) - Update extra fields type definition and plus docs about the feature - Update docs
adf5da27 Make usage of omitempty tag optional (#​2649) - Make usage of omitempty tag optional - adding probably good enough test - some kinda docs - lintersssssssssssssssssssssssssssss - removing unnecessary fields from config
- [`7ab3317`](https://togithub.com/99designs/gqlgen/commit/7ab33176) Extra fields ([#​2638](https://togithub.com/99designs/gqlgen/issues/2638))
22deb8bd allow binding a GraphQL `Any` field to a struct method returning `*any` (#​2644) - allow binding GQL `Any` field to struct method returning `*any` - add singlefile tests for binding to `*any` case - add followschema tests for binding to `*any` case - make ptr_to_any binding tests follow binding conventions better
c313bf3d `[@defer](https://togithub.com/defer)` initial support (#​2642) - support returning errors with deferred fragments. - update integration tests. - fix gotpl indent and pass the correct context to deferred .Dispatch(). - Added hasNext in the tests - Added back root\_.gotpl - Regenerate - Regenerate recursively - Updated schema-expected.graphql - Fixed starwars_test.go - Cleanup - Add graphql response hasnext omitempty and update tests to match ***
4d945da2 feat(federation): update Apollo Federation v2 definitions (#​2635) - feat(federation): update Apollo Federation v2 definitions Fix Apollo Federation v2 directive definitions: - `_FieldSet` was renamed `FieldSet` - regenerate examples
- [`9796f91`](https://togithub.com/99designs/gqlgen/commit/9796f91d) Generate entity resolvers for interfaces with [@​key](https://togithub.com/key) defined ([#​2634](https://togithub.com/99designs/gqlgen/issues/2634))
33fdd1b5 fix enum capitalization (#​2630) - fix enum capitalization - apply suggestion: adding comment
82a110ce Fix uint32 unmarshal (#​2631) The string unmarshal for uint32 used ParseInt instead of ParseUint, which would parse the wrong range of valid numbers.
- [`e62a027`](https://togithub.com/99designs/gqlgen/commit/e62a0277) Add Changelog entries for v0.17.31 - [`f707aa8`](https://togithub.com/99designs/gqlgen/commit/f707aa8d) v0.17.31 postrelease bump ### [`v0.17.31`](https://togithub.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01731-httpsgithubcom99designsgqlgencomparev01730v01731---2023-05-05) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.30...v0.17.31) - [`37b2620`](https://togithub.com/99designs/gqlgen/commit/37b26207) release v0.17.31 - [`4016b2b`](https://togithub.com/99designs/gqlgen/commit/4016b2bd) fix ([#​2628](https://togithub.com/99designs/gqlgen/issues/2628)) - [`5a81c3e`](https://togithub.com/99designs/gqlgen/commit/5a81c3e3) Remove other && - [`fde269c`](https://togithub.com/99designs/gqlgen/commit/fde269c0) Remove extraneous run - [`47a5b33`](https://togithub.com/99designs/gqlgen/commit/47a5b333) Avoid && in command for retry - [`4d8f850`](https://togithub.com/99designs/gqlgen/commit/4d8f850b) Add timeout minutes - [`c839b6c`](https://togithub.com/99designs/gqlgen/commit/c839b6c1) Bandaid for flaky websocket tests
395c362b New option to make comments on resolver optional (#​2627) - remove 'foo' above resolver - regenerate after [`6a38697`](https://togithub.com/99designs/gqlgen/commit/6a3869707da1ffff7c196fcbcac44c92) - omit resolver template comment - re-generate
- [`239b97e`](https://togithub.com/99designs/gqlgen/commit/239b97ee) Omittable input fields ([#​2585](https://togithub.com/99designs/gqlgen/issues/2585))
2ad08fff Bugfix: add missing return statements in GRAPHQL and UrlEncodedForm transports. (#​2625) Two transports (GRAPHQL and UrlEncodedForm) did not have return statement at the end of `if err` block. Instead of returning a 'could not cleanup body' error, we continued processing. User still got an error. But instead of early 'could not cleanup' error, user gor 'Internal system error' which happened a few lines after the if block. Tests are added.
- [`a13eca1`](https://togithub.com/99designs/gqlgen/commit/a13eca12) update autogenerated gqlgen.yml with new options. ([#​2622](https://togithub.com/99designs/gqlgen/issues/2622)) - [`f1f63b5`](https://togithub.com/99designs/gqlgen/commit/f1f63b52) Post Release Changelog entry - [`81f3469`](https://togithub.com/99designs/gqlgen/commit/81f3469f) v0.17.30 postrelease bump ### [`v0.17.30`](https://togithub.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01730-httpsgithubcom99designsgqlgencomparev01729v01730---2023-04-20) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.29...v0.17.30) - [`4754e2b`](https://togithub.com/99designs/gqlgen/commit/4754e2b3) release v0.17.30
acd4b07f feat: gqlgen ver in generated file notice and entire file notice optional (#​2617) - feat: gqlgen ver in filenotice optional This commit allows the user of gqlgen to configure whether or not the version of gqlgen used to generate the files is included in the filenotice/comment header for generated files. - feat: filenotice in generated files optional - chore: rename config var for omit gqlgen ver in file notice
- [`498ce3f`](https://togithub.com/99designs/gqlgen/commit/498ce3f3) Add Changelog entry - [`024430a`](https://togithub.com/99designs/gqlgen/commit/024430a1) v0.17.29 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.