Update module github.com/99designs/gqlgen to v0.17.20 - autoclosed #2
Loading…
Reference in New Issue
Block a user
No description provided.
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.20
Release Notes
99designs/gqlgen
v0.17.20
Compare Source
0e4cbd1
release 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.
d29d098
fix field merging behavior for fragments on interfaces (#2380)6bb3186
Update changelog for v0.17.19bb7fbc0
v0.17.19 postrelease bumpv0.17.19
Compare Source
588c6ac
release v0.17.19c671317
v0.17.18 postrelease bumpv0.17.18
Compare Source
1d41c80
release v0.17.184dbe2e4
update graphiql to 2.0.7 (#2375)b7cc094a testfix: make apollo federated tracer test more consistent (#2374)
Update tracing_test.go
add missing imports
d096fb9
Update directives (#2371)1acfea2
Add v0.17.17 changelogc273adc
v0.17.17 postrelease bumpv0.17.17
Compare Source
d50bc5a
release 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
fc01855
Update gqlparser to v2.5.1 (#2363)56574a1
feat: make Playground HTML content compatible with UTF-8 charset (#2355)182b039d Add `subscriptions.md` recipe to docs (#2346)
Add
subscriptions.md
recipe to docsFix wrong request type
b66fff1
Add omit_getters config option (#2348)2ba8040
Update changelog for v0.17.168bef8c8
v0.17.16 postrelease bumpv0.17.16
Compare Source
9593cea
release v0.17.162390af2
Update gqlparser to v2.5.0 (#2341)2a87fe0
feat: 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
7949117
v0.17.15 postrelease bumpv0.17.15
Compare Source
23cc749
release v0.17.15577a570
Markdown 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
da0610e
Update changelog for v0.17.14ddcb524
v0.17.14 postrelease bumpv0.17.14
Compare Source
581bf6e
release v0.17.14d338437
Update gqlparserc2d02d3
More descriptivenot implemented
stubs (#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
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
0d91c89
Add hackernews graphql api tutorial to other resources (#2305)c2526ba
Update 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
5a37d1d
v0.17.13 postrelease bumpv0.17.13
Compare Source
e82b6bf
release v0.17.13f0e9047d Hide dependencies in `tools.go` from importers (#2287)
Projects that use
go mod vendor
will vendorgithub.com/matryer/moq
despite it not being required at runtime.
Moving
tools.go
tointernal
hides this import from downstreamusers 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.6310e6a
support named interface to Field.CallArgs (#2289)30493696 fix: return the original error (#2288)
close https://github.com/99designs/gqlgen/issues/2286
fb13091
updated WebSocker InitFunc recipe (#2275)770c09f
Update changelog for v0.17.12b4c186a
v0.17.12 postrelease bumpv0.17.12
Compare Source
94c02b0
release v0.17.127eb8ba9
Fix 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
0c11e5f
parse at beginning of do function (#2269)edb1c58
Update Changelog for v0.17.115e6b52f
v0.17.11 postrelease bumpv0.17.11
Compare Source
ea294c4
release v0.17.118ebf75c
Update 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
532d46a
Make 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.
a8f112e
update changelog82fbbe4
v0.17.10 postrelease bumpv0.17.10
Compare Source
4ff9ea9
release v0.17.10cac4f40
update gqlparser (#2239)d07ec12
Use exact capitalization from field names overridden in config (#2237)3a64078
fix: #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
65e6810
Add config boolean for whether resolvers return pointers (#2175)ddd825e
Only make cyclical struct fields pointers (#2174)5a87fe2
Update websocket.go (#2223)e2edda5
Update dataloaders.MD (#2221)3de7d2c
fix: chat example frontend race condition (#2219)11f4057
Update Changelogcaca01f
v0.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.
Update module github.com/99designs/gqlgen to v0.17.20to Update module github.com/99designs/gqlgen to v0.17.20 - autoclosedPull request closed