flamingo-commerce
flamingo-commerce copied to clipboard
chore(deps): update module github.com/99designs/gqlgen to v0.17.20
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/99designs/gqlgen | require | patch | v0.17.12 -> v0.17.20 |
Release Notes
99designs/gqlgen
v0.17.20
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.
v0.17.19
v0.17.18
v0.17.17
v0.17.16
v0.17.15
v0.17.14
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
-
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) -
f283124
#2298: fix gqlgen extracting module name from comment line (#2299)
v0.17.13
f0e9047d 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 downstream users and avoidsgithub.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
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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.