Update module github.com/99designs/gqlgen to v0.17.20 #5
Reference in New Issue
Block a user
Delete Branch "renovate/github.com-99designs-gqlgen-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.17.9->v0.17.20Release Notes
99designs/gqlgen
v0.17.20Compare Source
0e4cbd1release v0.17.2012ae8ffa 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.
d29d098fix field merging behavior for fragments on interfaces (#2380)6bb3186Update changelog for v0.17.19bb7fbc0v0.17.19 postrelease bumpv0.17.19Compare Source
588c6acrelease v0.17.19c671317v0.17.18 postrelease bumpv0.17.18Compare Source
1d41c80release v0.17.184dbe2e4update graphiql to 2.0.7 (#2375)b7cc094a testfix: make apollo federated tracer test more consistent (#2374)
Update tracing_test.go
add missing imports
d096fb9Update directives (#2371)1acfea2Add v0.17.17 changelogc273adcv0.17.17 postrelease bumpv0.17.17Compare Source
d50bc5arelease v0.17.17462025b4 nil check error before type assertion follow-up from #2341 (#2368)
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
fc01855Update gqlparser to v2.5.1 (#2363)56574a1feat: make Playground HTML content compatible with UTF-8 charset (#2355)182b039d Add `subscriptions.md` recipe to docs (#2346)
Add
subscriptions.mdrecipe to docsFix wrong request type
b66fff1Add omit_getters config option (#2348)2ba8040Update changelog for v0.17.168bef8c8v0.17.16 postrelease bumpv0.17.16Compare Source
9593cearelease v0.17.162390af2Update gqlparser to v2.5.0 (#2341)2a87fe0feat: update Graphiql to version 2 (#2340)32e2ccd3 Update yaml to v3 (#2339)
update yaml to v3
add missing go entry for yaml on _example
add missing sum file
7949117v0.17.15 postrelease bumpv0.17.15Compare Source
23cc749release v0.17.15577a570Markdown formatting fixes (#2335)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
da0610eUpdate changelog for v0.17.14ddcb524v0.17.14 postrelease bumpv0.17.14Compare Source
581bf6erelease v0.17.14d338437Update gqlparserc2d02d3More descriptivenot implementedstubs (#2328) (closes #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
2304c10Include docstrings on interface getters (#2317)f5d6032Leverage (*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
0d91c89Add hackernews graphql api tutorial to other resources (#2305)c2526baUpdate gqlparser to v2.4.7 (#2300)f283124#2298: fix gqlgen extracting module name from comment line (#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
5a37d1dv0.17.13 postrelease bumpv0.17.13Compare Source
e82b6bfrelease v0.17.13f0e9047d Hide dependencies in `tools.go` from importers (#2287)
Projects that use
go mod vendorwill vendorgithub.com/matryer/moqdespite it not being required at runtime.
Moving
tools.gotointernalhides this import from downstreamusers and avoids
github.com/matryer/moqbeing vendored.go generateof 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.6310e6asupport named interface to Field.CallArgs (#2289)30493696 fix: return the original error (#2288)
close https://github.com/99designs/gqlgen/issues/2286
fb13091updated WebSocker InitFunc recipe (#2275)770c09fUpdate changelog for v0.17.12b4c186av0.17.12 postrelease bumpv0.17.12Compare Source
94c02b0release v0.17.127eb8ba9Fix CreateTodo (#2256)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
0c11e5fparse at beginning of do function (#2269)edb1c58Update Changelog for v0.17.115e6b52fv0.17.11 postrelease bumpv0.17.11Compare Source
ea294c4release v0.17.118ebf75cUpdate gqlparser (#2270)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
532d46aMake uploads content seekable (#2247)34bbc450 Use the go:embed API to lookup templates (#2262)
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.
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.
a8f112eupdate changelog82fbbe4v0.17.10 postrelease bumpv0.17.10Compare Source
4ff9ea9release v0.17.10cac4f40update gqlparser (#2239)d07ec12Use exact capitalization from field names overridden in config (#2237)3a64078fix: #2234 (#2235) Response.Errors in DispatchError function is not PresentedErrorc355df9e 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
65e6810Add config boolean for whether resolvers return pointers (#2175)ddd825eOnly make cyclical struct fields pointers (#2174)5a87fe2Update websocket.go (#2223)e2edda5Update dataloaders.MD (#2221)3de7d2cfix: chat example frontend race condition (#2219)11f4057Update Changelogcaca01fv0.17.9 postrelease bumpConfiguration
📅 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.
This PR has been generated by Renovate Bot.
382581dc85tod49b46d352d49b46d352tod55b461a82