Update module github.com/99designs/gqlgen to v0.17.20 #5

Merged
kjuulh merged 1 commits from renovate/github.com-99designs-gqlgen-0.x into main 2022-10-26 16:45:42 +02:00
Owner

This PR contains the following updates:

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

Release Notes

99designs/gqlgen

v0.17.20

Compare Source

12ae8ffa Update go-colorable and x/tools. (#​2382)

This picks up a new 2022 version of golang.org/x/sys which is caused by
https://github.com/golang/go/issues/49219 and is needed to fix building
using Go 1.18 on aarch64-darwin.

68136ffb Update diagram in documentation (#​2381)

The diagram wasn't rendering properly in Go docs, which was a shame because it's a great diagram. This PR fixes that by indenting it another space.

  • d29d098 fix field merging behavior for fragments on interfaces (#​2380)

  • 6bb3186 Update changelog for v0.17.19

  • bb7fbc0 v0.17.19 postrelease bump

v0.17.19

Compare Source

v0.17.18

Compare Source

b7cc094a testfix: make apollo federated tracer test more consistent (#​2374)
  • Update tracing_test.go

  • add missing imports

v0.17.17

Compare Source

462025b4 nil check error before type assertion follow-up from #​2341 (#​2368)
  • Improve errcode.Set safety
59493aff fix: apollo federation tracer was race prone (#​2366)

The tracer was using a global state across different goroutines
Added req headers to operation context to allow it to be fetched in InterceptOperation

182b039d Add `subscriptions.md` recipe to docs (#​2346)
  • Add subscriptions.md recipe to docs

  • Fix wrong request type

v0.17.16

Compare Source

32e2ccd3 Update yaml to v3 (#​2339)
  • update yaml to v3

  • add missing go entry for yaml on _example

  • add missing sum file

  • 7949117 v0.17.15 postrelease bump

v0.17.15

Compare Source

2b584011 Fix Interface Slice Getter Generation (#​2332)
  • Make modelgen test fail if generated doesn't build
    Added returning list of interface to modelgen test schema

  • Implement slice copying when returning interface slices

  • Re-generate to satisfy the linter

aee57b4c Correct boolean logic (#​2330)

Correcting boolean logic issue

  • da0610e Update changelog for v0.17.14

  • ddcb524 v0.17.14 postrelease bump

v0.17.14

Compare Source

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 Include docstrings on interface getters (#​2317)

  • f5d6032 Leverage (*Imports).LookupType when generating interface field getters (#​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

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 v0.17.13 postrelease bump

v0.17.13

Compare Source

f0e9047d Hide dependencies in `tools.go` from importers (#​2287)

Projects that use go mod vendor will vendor github.com/matryer/moq
despite it not being required at runtime.

Moving tools.go to internal hides this import from downstream
users and avoids github.com/matryer/moq being vendored.

go generate of the mocks still works as expected.

The assumption behind the import test broke, so I've pointed it at a
different path that has no Go code. This seems to match the intent
behind the original test for the internal/code/.. path.

30493696 fix: return the original error (#​2288)
  • fix: return the original error

close https://github.com/99designs/gqlgen/issues/2286

  • Update error.go

v0.17.12

Compare Source

0b0e5ce4 Replace use of strings.Title with cases.Title (#​2268)
  • github: Test more go versions

  • github: Fix ci tests

  • github: Increase verbosity, sleep

  • github: Drop bash

  • github: Test go 1.18 and newer node verisons

  • github: Pull out node 16 for now

  • github: Only lint 1.16 for now

  • cases: Use cases.Title over strings.Title which is deprecated

  • gqlgen: Remove use of deprecated strings.Title

v0.17.11

Compare Source

b8497f52 github: Fix CI pipelines (#​2266)
  • github: Test more go versions

  • github: Fix ci tests

  • github: Increase verbosity, sleep

  • github: Drop bash

  • github: Test go 1.18 and newer node verisons

  • github: Pull out node 16 for now

  • github: Only lint 1.16 for now

c287a7b0 codegen: fix resolvers execution order (#​2267)
  • codegen: fix run order of resolver

  • fix: update code generate

  • fix: update stub, root to generate resolver for input

  • fix: added unit-test for input field order

  • fix: added test for singlefile

8481457f gqlgen: Add resolver comment generation and preservation (#​2263)
  • gqlgen: Add resolver comment generation and preservation

  • gqlgen: Regenerate

34bbc450 Use the go:embed API to lookup templates (#​2262)
  • Switch the templates package internally to read from TemplateFS

Users are expected to pass in the FS by using the embed API.

  • Update all usages of templates.Render to use the TemplateFS option

  • Fix unit tests

  • Fix linter error

  • Commit generated changes

Doesn't look like anything has changed though. Maybe just a different
whitespace character.

  • Fix test
53ca207a Fix PR links in CHANGELOG.md (#​2257)
  • fix "PR" regex in CHANGELOG-full-history.tpl.md

  • regenerate CHANGELOG.md

53ada82e Replace deprecated ioutil pkg with os & io (#​2254)

As of Go 1.16, the same functionality is now provided by package io or
package os, and those implementations should be preferred in new code.

So replacing all usage of ioutil pkg with io & os.

v0.17.10

Compare Source

c355df9e fix #​1876: Optional Any type should allow nil values (#​2231)
  • Anonymous func that checks value of arg type interface for nil

  • Added unit test for CallArgs()

  • Fixed type of argument in unit test


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | require | patch | `v0.17.9` -> `v0.17.20` | --- ### Release Notes <details> <summary>99designs/gqlgen</summary> ### [`v0.17.20`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01720-httpsgithubcom99designsgqlgencomparev01719v01720---2022-09-19) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.19...v0.17.20) - <a href="https://github.com/99designs/gqlgen/commit/0e4cbd109c7bed3966b13546d8b9cc87feebf4a1"><tt>[`0e4cbd1`](https://github.com/99designs/gqlgen/commit/0e4cbd10)</tt></a> release v0.17.20 <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/12ae8ffaaa2f2ce0ecc82c003b941b91c9633c5f"><tt>12ae8ffa</tt></a> Update go-colorable and x/tools. (<a href="https://github.com/99designs/gqlgen/pull/2382">#&#8203;2382</a>)</summary> This picks up a new 2022 version of golang.org/x/sys which is caused by https://github.com/golang/go/issues/49219 and is needed to fix building using Go 1.18 on aarch64-darwin. </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/68136ffb237eb7b51bab59a08f51f8a08e8035a5"><tt>68136ffb</tt></a> Update diagram in documentation (<a href="https://github.com/99designs/gqlgen/pull/2381">#&#8203;2381</a>)</summary> The diagram wasn't rendering properly in Go docs, which was a shame because it's a great diagram. This PR fixes that by indenting it another space. </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/d29d098fdf508b2e36cbc1c8c1415b2ca995ff8a"><tt>[`d29d098`](https://github.com/99designs/gqlgen/commit/d29d098f)</tt></a> fix field merging behavior for fragments on interfaces (<a href="https://github.com/99designs/gqlgen/pull/2380">[#&#8203;2380](https://github.com/99designs/gqlgen/issues/2380)</a>) - <a href="https://github.com/99designs/gqlgen/commit/6bb31862f05d37e7381a84704a8db5e0b849b7eb"><tt>[`6bb3186`](https://github.com/99designs/gqlgen/commit/6bb31862)</tt></a> Update changelog for v0.17.19 - <a href="https://github.com/99designs/gqlgen/commit/bb7fbc0f2cb6320c015efce80c0ff0764f2a3884"><tt>[`bb7fbc0`](https://github.com/99designs/gqlgen/commit/bb7fbc0f)</tt></a> v0.17.19 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.19`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01719-httpsgithubcom99designsgqlgencomparev01718v01719---2022-09-15) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.18...v0.17.19) - <a href="https://github.com/99designs/gqlgen/commit/588c6ac137b8ed7aea1bc7c009ea23cb9dec5caa"><tt>[`588c6ac`](https://github.com/99designs/gqlgen/commit/588c6ac1)</tt></a> release v0.17.19 - <a href="https://github.com/99designs/gqlgen/commit/c671317056298db8073498c8db02120b6f737032"><tt>[`c671317`](https://github.com/99designs/gqlgen/commit/c6713170)</tt></a> v0.17.18 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.18`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01718-httpsgithubcom99designsgqlgencomparev01717v01718---2022-09-15) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.17...v0.17.18) - <a href="https://github.com/99designs/gqlgen/commit/1d41c808a93446fca8ff867e957ef552e56f6ae3"><tt>[`1d41c80`](https://github.com/99designs/gqlgen/commit/1d41c808)</tt></a> release v0.17.18 - <a href="https://github.com/99designs/gqlgen/commit/4dbe2e475f15ce77a498c841ea6c9149ef5ceaba"><tt>[`4dbe2e4`](https://github.com/99designs/gqlgen/commit/4dbe2e47)</tt></a> update graphiql to 2.0.7 (<a href="https://github.com/99designs/gqlgen/pull/2375">[#&#8203;2375](https://github.com/99designs/gqlgen/issues/2375)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/b7cc094a49e3d348cfc457aa76f1640c86cdcae9"><tt>b7cc094a</tt></a> testfix: make apollo federated tracer test more consistent (<a href="https://github.com/99designs/gqlgen/pull/2374">#&#8203;2374</a>)</summary> - Update tracing_test.go - add missing imports </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/d096fb9b08531b0dc389a786b6f44add045ea75e"><tt>[`d096fb9`](https://github.com/99designs/gqlgen/commit/d096fb9b)</tt></a> Update directives (<a href="https://github.com/99designs/gqlgen/pull/2371">[#&#8203;2371](https://github.com/99designs/gqlgen/issues/2371)</a>) - <a href="https://github.com/99designs/gqlgen/commit/1acfea2fbdf3564df16f8023f4e736e90a05b909"><tt>[`1acfea2`](https://github.com/99designs/gqlgen/commit/1acfea2f)</tt></a> Add v0.17.17 changelog - <a href="https://github.com/99designs/gqlgen/commit/c273adc8ad45e15940bbb6fe211603670d9f3220"><tt>[`c273adc`](https://github.com/99designs/gqlgen/commit/c273adc8)</tt></a> v0.17.17 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.17`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01717-httpsgithubcom99designsgqlgencomparev01716v01717---2022-09-13) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.16...v0.17.17) - <a href="https://github.com/99designs/gqlgen/commit/d50bc5aca10c5a5dd6a1680b2288c35a61327ade"><tt>[`d50bc5a`](https://github.com/99designs/gqlgen/commit/d50bc5ac)</tt></a> release v0.17.17 <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/462025b400e9b792a5afbe320cde4cc952f6b547"><tt>462025b4</tt></a> nil check error before type assertion follow-up from <a href="https://github.com/99designs/gqlgen/pull/2341">#&#8203;2341</a> (<a href="https://github.com/99designs/gqlgen/pull/2368">#&#8203;2368</a>)</summary> - Improve errcode.Set safety </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/59493aff86020d170e58900654d334f5ebc2ceee"><tt>59493aff</tt></a> fix: apollo federation tracer was race prone (<a href="https://github.com/99designs/gqlgen/pull/2366">#&#8203;2366</a>)</summary> The tracer was using a global state across different goroutines Added req headers to operation context to allow it to be fetched in InterceptOperation </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/fc0185567f2dfc37b38f11283efb9cc1db69e96d"><tt>[`fc01855`](https://github.com/99designs/gqlgen/commit/fc018556)</tt></a> Update gqlparser to v2.5.1 (<a href="https://github.com/99designs/gqlgen/pull/2363">[#&#8203;2363](https://github.com/99designs/gqlgen/issues/2363)</a>) - <a href="https://github.com/99designs/gqlgen/commit/56574a146bd16a13c9055128ec3c80e96a7c4b29"><tt>[`56574a1`](https://github.com/99designs/gqlgen/commit/56574a14)</tt></a> feat: make Playground HTML content compatible with UTF-8 charset (<a href="https://github.com/99designs/gqlgen/pull/2355">[#&#8203;2355](https://github.com/99designs/gqlgen/issues/2355)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/182b039d34cb730f432c486ebe763f246937dea4"><tt>182b039d</tt></a> Add `subscriptions.md` recipe to docs (<a href="https://github.com/99designs/gqlgen/pull/2346">#&#8203;2346</a>)</summary> - Add `subscriptions.md` recipe to docs - Fix wrong request type </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/b66fff16de0b16edc317398a5574fcff2cb39e66"><tt>[`b66fff1`](https://github.com/99designs/gqlgen/commit/b66fff16)</tt></a> Add omit_getters config option (<a href="https://github.com/99designs/gqlgen/pull/2348">[#&#8203;2348](https://github.com/99designs/gqlgen/issues/2348)</a>) - <a href="https://github.com/99designs/gqlgen/commit/2ba8040f20e32d06dc6d5bfacaadc5619a6e66ee"><tt>[`2ba8040`](https://github.com/99designs/gqlgen/commit/2ba8040f)</tt></a> Update changelog for v0.17.16 - <a href="https://github.com/99designs/gqlgen/commit/8bef8c8061222071e6c814e45bbc33fcabcb3980"><tt>[`8bef8c8`](https://github.com/99designs/gqlgen/commit/8bef8c80)</tt></a> v0.17.16 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.16`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01716-httpsgithubcom99designsgqlgencomparev01715v01716---2022-08-26) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.15...v0.17.16) - <a href="https://github.com/99designs/gqlgen/commit/9593ceadd6e07c6fd0f0b0e0c55b9f1bf8ade762"><tt>[`9593cea`](https://github.com/99designs/gqlgen/commit/9593cead)</tt></a> release v0.17.16 - <a href="https://github.com/99designs/gqlgen/commit/2390af2db920dc632fe47bc778a24c30495b9efd"><tt>[`2390af2`](https://github.com/99designs/gqlgen/commit/2390af2d)</tt></a> Update gqlparser to v2.5.0 (<a href="https://github.com/99designs/gqlgen/pull/2341">[#&#8203;2341](https://github.com/99designs/gqlgen/issues/2341)</a>) - <a href="https://github.com/99designs/gqlgen/commit/2a87fe0645fd271e4e71d2b7bde34ecf31bf844c"><tt>[`2a87fe0`](https://github.com/99designs/gqlgen/commit/2a87fe06)</tt></a> feat: update Graphiql to version 2 (<a href="https://github.com/99designs/gqlgen/pull/2340">[#&#8203;2340](https://github.com/99designs/gqlgen/issues/2340)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/32e2ccd30e82fc566ca022a65dcc4a67c4b6125a"><tt>32e2ccd3</tt></a> Update yaml to v3 (<a href="https://github.com/99designs/gqlgen/pull/2339">#&#8203;2339</a>)</summary> - update yaml to v3 - add missing go entry for yaml on \_example - add missing sum file </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/7949117a524be7f8882a61e2d4ade1bedf105107"><tt>[`7949117`](https://github.com/99designs/gqlgen/commit/7949117a)</tt></a> v0.17.15 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.15`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01715-httpsgithubcom99designsgqlgencomparev01714v01715---2022-08-23) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.14...v0.17.15) - <a href="https://github.com/99designs/gqlgen/commit/23cc749256b4e2edc4b11ce9e84c643a7bb3194f"><tt>[`23cc749`](https://github.com/99designs/gqlgen/commit/23cc7492)</tt></a> release v0.17.15 - <a href="https://github.com/99designs/gqlgen/commit/577a570cdb6b1b9185f24940690a14cdced37a36"><tt>[`577a570`](https://github.com/99designs/gqlgen/commit/577a570c)</tt></a> Markdown formatting fixes (<a href="https://github.com/99designs/gqlgen/pull/2335">[#&#8203;2335](https://github.com/99designs/gqlgen/issues/2335)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/2b584011fc64a55cbda67f46637a280bf94d9cc1"><tt>2b584011</tt></a> Fix Interface Slice Getter Generation (<a href="https://github.com/99designs/gqlgen/pull/2332">#&#8203;2332</a>)</summary> - Make modelgen test fail if generated doesn't build Added returning list of interface to modelgen test schema - Implement slice copying when returning interface slices - Re-generate to satisfy the linter </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/aee57b4c521e527ebc0538b8edfbe610973abf21"><tt>aee57b4c</tt></a> Correct boolean logic (<a href="https://github.com/99designs/gqlgen/pull/2330">#&#8203;2330</a>)</summary> Correcting boolean logic issue </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/da0610e11accf3afd34903f03bfc0abd045d07ed"><tt>[`da0610e`](https://github.com/99designs/gqlgen/commit/da0610e1)</tt></a> Update changelog for v0.17.14 - <a href="https://github.com/99designs/gqlgen/commit/ddcb524e3321d849505f6937307ef3dcbd3acace"><tt>[`ddcb524`](https://github.com/99designs/gqlgen/commit/ddcb524e)</tt></a> v0.17.14 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.14`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01714-httpsgithubcom99designsgqlgencomparev01713v01714---2022-08-18) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.13...v0.17.14) - <a href="https://github.com/99designs/gqlgen/commit/581bf6eb063a0d6a3cec3b6bc7a16ca10e310a97"><tt>[`581bf6e`](https://github.com/99designs/gqlgen/commit/581bf6eb)</tt></a> release v0.17.14 - <a href="https://github.com/99designs/gqlgen/commit/d3384377aefb4b7d34ba52f8def6c0a6a3dec27f"><tt>[`d338437`](https://github.com/99designs/gqlgen/commit/d3384377)</tt></a> Update gqlparser - <a href="https://github.com/99designs/gqlgen/commit/c2d02d352f8d531fa0bd9b246fc152eeb6dbf10a"><tt>[`c2d02d3`](https://github.com/99designs/gqlgen/commit/c2d02d35)</tt></a> More descriptive `not implemented` stubs (<a href="https://github.com/99designs/gqlgen/pull/2328">[#&#8203;2328](https://github.com/99designs/gqlgen/issues/2328)</a>) (closes <a href="https://github.com/99designs/gqlgen/issues/2327"> [#&#8203;2327](https://github.com/99designs/gqlgen/issues/2327)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/9f919d2cee464acdaf4a490aeb42d63369dbd572"><tt>9f919d2c</tt></a> Avoid GraphQL to Go Naming Collision with "ToGoModelName" func (<a href="https://github.com/99designs/gqlgen/pull/2322">#&#8203;2322</a>) (closes <a href="https://github.com/99designs/gqlgen/issues/2321"> #&#8203;2321</a>)</summary> - 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 </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/2304c104fc8d26487f50e80e9c5eaee113005a30"><tt>[`2304c10`](https://github.com/99designs/gqlgen/commit/2304c104)</tt></a> Include docstrings on interface getters (<a href="https://github.com/99designs/gqlgen/pull/2317">[#&#8203;2317](https://github.com/99designs/gqlgen/issues/2317)</a>) - <a href="https://github.com/99designs/gqlgen/commit/f5d603269502b50e19d0ed966e2dfe3ecd74049f"><tt>[`f5d6032`](https://github.com/99designs/gqlgen/commit/f5d60326)</tt></a> Leverage (\*Imports).LookupType when generating interface field getters (<a href="https://github.com/99designs/gqlgen/pull/2315">[#&#8203;2315](https://github.com/99designs/gqlgen/issues/2315)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/242c3ba217ee740e37445ce4b14e0808554263f5"><tt>242c3ba2</tt></a> Generate getters for interface fields (<a href="https://github.com/99designs/gqlgen/pull/2314">#&#8203;2314</a>)</summary> - 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 </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/0d91c893e285cc14330c80643b663cd2bebeb911"><tt>[`0d91c89`](https://github.com/99designs/gqlgen/commit/0d91c893)</tt></a> Add hackernews graphql api tutorial to other resources (<a href="https://github.com/99designs/gqlgen/pull/2305">[#&#8203;2305](https://github.com/99designs/gqlgen/issues/2305)</a>) - <a href="https://github.com/99designs/gqlgen/commit/c2526ba50ff3a69b5eca88a62a571c47f3c245ed"><tt>[`c2526ba`](https://github.com/99designs/gqlgen/commit/c2526ba5)</tt></a> Update gqlparser to v2.4.7 (<a href="https://github.com/99designs/gqlgen/pull/2300">[#&#8203;2300](https://github.com/99designs/gqlgen/issues/2300)</a>) - <a href="https://github.com/99designs/gqlgen/commit/f283124d1cea309e054afb197d16012364b88097"><tt>[`f283124`](https://github.com/99designs/gqlgen/commit/f283124d)</tt></a> <a href="https://github.com/99designs/gqlgen/pull/2298">[#&#8203;2298](https://github.com/99designs/gqlgen/issues/2298)</a>: fix gqlgen extracting module name from comment line (<a href="https://github.com/99designs/gqlgen/pull/2299">[#&#8203;2299](https://github.com/99designs/gqlgen/issues/2299)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/779d7cdd4991e3cf4bf1ecbdea1f02664a56ac8d"><tt>779d7cdd</tt></a> Add support for KeepAlive message in websocket client (<a href="https://github.com/99designs/gqlgen/pull/2293">#&#8203;2293</a>)</summary> - Add support for KeepAlive message in websocket client - rewrite if-else to switch statement </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/5a37d1dc079f5212b6e043b0f6889cae7b08dea9"><tt>[`5a37d1d`](https://github.com/99designs/gqlgen/commit/5a37d1dc)</tt></a> v0.17.13 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.13`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01713-httpsgithubcom99designsgqlgencomparev01712v01713---2022-07-15) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.12...v0.17.13) - <a href="https://github.com/99designs/gqlgen/commit/e82b6bf1cf311d6af2e280127f47b15ae35ca6ac"><tt>[`e82b6bf`](https://github.com/99designs/gqlgen/commit/e82b6bf1)</tt></a> release v0.17.13 <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/f0e9047df5f86efbfbceea9c04593bb1f52e06de"><tt>f0e9047d</tt></a> Hide dependencies in `tools.go` from importers (<a href="https://github.com/99designs/gqlgen/pull/2287">#&#8203;2287</a>)</summary> Projects that use `go mod vendor` will vendor `github.com/matryer/moq` despite it not being required at runtime. Moving `tools.go` to `internal` hides this import from downstream users and avoids `github.com/matryer/moq` being vendored. `go generate` of the mocks still works as expected. The assumption behind the import test broke, so I've pointed it at a different path that has no Go code. This seems to match the intent behind the original test for the `internal/code/..` path. </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/6310e6a736ccbf3bb8caea981553ee7549aea748"><tt>[`6310e6a`](https://github.com/99designs/gqlgen/commit/6310e6a7)</tt></a> support named interface to Field.CallArgs (<a href="https://github.com/99designs/gqlgen/pull/2289">[#&#8203;2289](https://github.com/99designs/gqlgen/issues/2289)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/30493696aacf79090bb5e144a304a5a7df488c67"><tt>30493696</tt></a> fix: return the original error (<a href="https://github.com/99designs/gqlgen/pull/2288">#&#8203;2288</a>)</summary> - fix: return the original error close https://github.com/99designs/gqlgen/issues/2286 - Update error.go </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/fb13091df76b47b936224336fe19b15fe310b41d"><tt>[`fb13091`](https://github.com/99designs/gqlgen/commit/fb13091d)</tt></a> updated WebSocker InitFunc recipe (<a href="https://github.com/99designs/gqlgen/pull/2275">[#&#8203;2275](https://github.com/99designs/gqlgen/issues/2275)</a>) - <a href="https://github.com/99designs/gqlgen/commit/770c09fb9db0485943590b9986afe36818c2a70e"><tt>[`770c09f`](https://github.com/99designs/gqlgen/commit/770c09fb)</tt></a> Update changelog for v0.17.12 - <a href="https://github.com/99designs/gqlgen/commit/b4c186a7142c0a151b6a21b40914fe317e13819d"><tt>[`b4c186a`](https://github.com/99designs/gqlgen/commit/b4c186a7)</tt></a> v0.17.12 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.12`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01712-httpsgithubcom99designsgqlgencomparev01711v01712---2022-07-04) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.11...v0.17.12) - <a href="https://github.com/99designs/gqlgen/commit/94c02b0de6d483d87453fc18a7f7625ae4adaa6c"><tt>[`94c02b0`](https://github.com/99designs/gqlgen/commit/94c02b0d)</tt></a> release v0.17.12 - <a href="https://github.com/99designs/gqlgen/commit/7eb8ba93daacef77ca7266fdfb9e5abc8a720eb7"><tt>[`7eb8ba9`](https://github.com/99designs/gqlgen/commit/7eb8ba93)</tt></a> Fix CreateTodo (<a href="https://github.com/99designs/gqlgen/pull/2256">[#&#8203;2256](https://github.com/99designs/gqlgen/issues/2256)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/0b0e5ce4afc5b503217304f89914b2e903c05fa5"><tt>0b0e5ce4</tt></a> Replace use of strings.Title with cases.Title (<a href="https://github.com/99designs/gqlgen/pull/2268">#&#8203;2268</a>)</summary> - github: Test more go versions - github: Fix ci tests - github: Increase verbosity, sleep - github: Drop bash - github: Test go 1.18 and newer node verisons - github: Pull out node 16 for now - github: Only lint 1.16 for now - cases: Use cases.Title over strings.Title which is deprecated - gqlgen: Remove use of deprecated strings.Title </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/0c11e5fdd8ec4fd7612b857c4c554e1ef463d194"><tt>[`0c11e5f`](https://github.com/99designs/gqlgen/commit/0c11e5fd)</tt></a> parse at beginning of do function (<a href="https://github.com/99designs/gqlgen/pull/2269">[#&#8203;2269](https://github.com/99designs/gqlgen/issues/2269)</a>) - <a href="https://github.com/99designs/gqlgen/commit/edb1c585c1c49102dc962e0ac3bd271688e51ecf"><tt>[`edb1c58`](https://github.com/99designs/gqlgen/commit/edb1c585)</tt></a> Update Changelog for v0.17.11 - <a href="https://github.com/99designs/gqlgen/commit/5e6b52fddab835611513e3572f23716666ebae58"><tt>[`5e6b52f`](https://github.com/99designs/gqlgen/commit/5e6b52fd)</tt></a> v0.17.11 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.11`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01711-httpsgithubcom99designsgqlgencomparev01710v01711---2022-07-03) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.10...v0.17.11) - <a href="https://github.com/99designs/gqlgen/commit/ea294c4ea344186c3b41b82d5f1c60138f6ce05e"><tt>[`ea294c4`](https://github.com/99designs/gqlgen/commit/ea294c4e)</tt></a> release v0.17.11 - <a href="https://github.com/99designs/gqlgen/commit/8ebf75c19d775ddbd12b3d94461b605ef4c5f711"><tt>[`8ebf75c`](https://github.com/99designs/gqlgen/commit/8ebf75c1)</tt></a> Update gqlparser (<a href="https://github.com/99designs/gqlgen/pull/2270">[#&#8203;2270](https://github.com/99designs/gqlgen/issues/2270)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/b8497f52fde0803277d981405cd2e42ce0455a70"><tt>b8497f52</tt></a> github: Fix CI pipelines (<a href="https://github.com/99designs/gqlgen/pull/2266">#&#8203;2266</a>)</summary> - github: Test more go versions - github: Fix ci tests - github: Increase verbosity, sleep - github: Drop bash - github: Test go 1.18 and newer node verisons - github: Pull out node 16 for now - github: Only lint 1.16 for now </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/c287a7b0b40cdd8c94077ed54fff257fe383e796"><tt>c287a7b0</tt></a> codegen: fix resolvers execution order (<a href="https://github.com/99designs/gqlgen/pull/2267">#&#8203;2267</a>)</summary> - codegen: fix run order of resolver - fix: update code generate - fix: update stub, root to generate resolver for input - fix: added unit-test for input field order - fix: added test for singlefile </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/8481457f2fd6ae711f688fc4726d724df5992b8c"><tt>8481457f</tt></a> gqlgen: Add resolver comment generation and preservation (<a href="https://github.com/99designs/gqlgen/pull/2263">#&#8203;2263</a>)</summary> - gqlgen: Add resolver comment generation and preservation - gqlgen: Regenerate </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/532d46af5b2b97f5b69ebd1ce261a191e2690fa3"><tt>[`532d46a`](https://github.com/99designs/gqlgen/commit/532d46af)</tt></a> Make uploads content seekable (<a href="https://github.com/99designs/gqlgen/pull/2247">[#&#8203;2247](https://github.com/99designs/gqlgen/issues/2247)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/34bbc450c502919cd46c5eefcc66341ef697c0e8"><tt>34bbc450</tt></a> Use the go:embed API to lookup templates (<a href="https://github.com/99designs/gqlgen/pull/2262">#&#8203;2262</a>)</summary> - Switch the templates package internally to read from TemplateFS Users are expected to pass in the FS by using the embed API. - Update all usages of templates.Render to use the TemplateFS option - Fix unit tests - Fix linter error - Commit generated changes Doesn't look like anything has changed though. Maybe just a different whitespace character. - Fix test </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/53ca207a4c53c78e4dec1e4d34d3b9251dd00b0b"><tt>53ca207a</tt></a> Fix PR links in CHANGELOG.md (<a href="https://github.com/99designs/gqlgen/pull/2257">#&#8203;2257</a>)</summary> - fix "PR" regex in CHANGELOG-full-history.tpl.md - regenerate CHANGELOG.md </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/53ada82edb7e8bb91059cbf3f344270a668934c5"><tt>53ada82e</tt></a> Replace deprecated ioutil pkg with os & io (<a href="https://github.com/99designs/gqlgen/pull/2254">#&#8203;2254</a>)</summary> As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. So replacing all usage of ioutil pkg with io & os. </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/a8f112e0c5b3466de2f550e68cbe872233f052ac"><tt>[`a8f112e`](https://github.com/99designs/gqlgen/commit/a8f112e0)</tt></a> update changelog - <a href="https://github.com/99designs/gqlgen/commit/82fbbe4163459cbb8d862c99931fcd015ed756e6"><tt>[`82fbbe4`](https://github.com/99designs/gqlgen/commit/82fbbe41)</tt></a> v0.17.10 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.10`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01710-httpsgithubcom99designsgqlgencomparev0179v01710---2022-06-13) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.9...v0.17.10) - <a href="https://github.com/99designs/gqlgen/commit/4ff9ea92b0d90f7fdc7c22bec592fbec1aca60a6"><tt>[`4ff9ea9`](https://github.com/99designs/gqlgen/commit/4ff9ea92)</tt></a> release v0.17.10 - <a href="https://github.com/99designs/gqlgen/commit/cac4f40486edd280654412485979ff619238a877"><tt>[`cac4f40`](https://github.com/99designs/gqlgen/commit/cac4f404)</tt></a> update gqlparser (<a href="https://github.com/99designs/gqlgen/pull/2239">[#&#8203;2239](https://github.com/99designs/gqlgen/issues/2239)</a>) - <a href="https://github.com/99designs/gqlgen/commit/d07ec12d69d3db0e5b502be7528884fdb5fb7593"><tt>[`d07ec12`](https://github.com/99designs/gqlgen/commit/d07ec12d)</tt></a> Use exact capitalization from field names overridden in config (<a href="https://github.com/99designs/gqlgen/pull/2237">[#&#8203;2237](https://github.com/99designs/gqlgen/issues/2237)</a>) - <a href="https://github.com/99designs/gqlgen/commit/3a64078299f0417fca48c652620015937cb19c5a"><tt>[`3a64078`](https://github.com/99designs/gqlgen/commit/3a640782)</tt></a> fix: <a href="https://github.com/99designs/gqlgen/pull/2234">[#&#8203;2234](https://github.com/99designs/gqlgen/issues/2234)</a> (<a href="https://github.com/99designs/gqlgen/pull/2235">[#&#8203;2235](https://github.com/99designs/gqlgen/issues/2235)</a>) Response.Errors in DispatchError function is not PresentedError <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/c355df9efc910053e888922edc14170271968671"><tt>c355df9e</tt></a> fix <a href="https://github.com/99designs/gqlgen/pull/1876">#&#8203;1876</a>: Optional Any type should allow nil values (<a href="https://github.com/99designs/gqlgen/pull/2231">#&#8203;2231</a>)</summary> - Anonymous func that checks value of arg type interface for nil - Added unit test for `CallArgs()` - Fixed type of argument in unit test </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/65e68108d926faf635285144d7b6670f7f6d9ce4"><tt>[`65e6810`](https://github.com/99designs/gqlgen/commit/65e68108)</tt></a> Add config boolean for whether resolvers return pointers (<a href="https://github.com/99designs/gqlgen/pull/2175">[#&#8203;2175](https://github.com/99designs/gqlgen/issues/2175)</a>) - <a href="https://github.com/99designs/gqlgen/commit/ddd825ef62f1fa7cbc0824c1696f72a3c67d78e0"><tt>[`ddd825e`](https://github.com/99designs/gqlgen/commit/ddd825ef)</tt></a> Only make cyclical struct fields pointers (<a href="https://github.com/99designs/gqlgen/pull/2174">[#&#8203;2174](https://github.com/99designs/gqlgen/issues/2174)</a>) - <a href="https://github.com/99designs/gqlgen/commit/5a87fe29353e3fee987a39431df0322d12b575f9"><tt>[`5a87fe2`](https://github.com/99designs/gqlgen/commit/5a87fe29)</tt></a> Update websocket.go (<a href="https://github.com/99designs/gqlgen/pull/2223">[#&#8203;2223](https://github.com/99designs/gqlgen/issues/2223)</a>) - <a href="https://github.com/99designs/gqlgen/commit/e2edda5d5d02a1496dcf9eb48ab95ecd8f07f018"><tt>[`e2edda5`](https://github.com/99designs/gqlgen/commit/e2edda5d)</tt></a> Update dataloaders.MD (<a href="https://github.com/99designs/gqlgen/pull/2221">[#&#8203;2221](https://github.com/99designs/gqlgen/issues/2221)</a>) - <a href="https://github.com/99designs/gqlgen/commit/3de7d2cf730cc060a27f6d1c815742d1a9f479cd"><tt>[`3de7d2c`](https://github.com/99designs/gqlgen/commit/3de7d2cf)</tt></a> fix: chat example frontend race condition (<a href="https://github.com/99designs/gqlgen/pull/2219">[#&#8203;2219](https://github.com/99designs/gqlgen/issues/2219)</a>) - <a href="https://github.com/99designs/gqlgen/commit/11f405724f19fa4b93120746fdf74c1d97f4575b"><tt>[`11f4057`](https://github.com/99designs/gqlgen/commit/11f40572)</tt></a> Update Changelog - <a href="https://github.com/99designs/gqlgen/commit/caca01fb6c64ad078ff195cddf52dd6966e7995e"><tt>[`caca01f`](https://github.com/99designs/gqlgen/commit/caca01fb)</tt></a> v0.17.9 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
kjuulh force-pushed renovate/github.com-99designs-gqlgen-0.x from 382581dc85 to d49b46d352 2022-10-26 11:54:20 +02:00 Compare
kjuulh force-pushed renovate/github.com-99designs-gqlgen-0.x from d49b46d352 to d55b461a82 2022-10-26 16:18:31 +02:00 Compare
kjuulh merged commit d55b461a82 into main 2022-10-26 16:45:42 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/acc-server#5
No description provided.