flamingo-commerce icon indicating copy to clipboard operation
flamingo-commerce copied to clipboard

chore(deps): update module github.com/99designs/gqlgen to v0.17.20

Open renovate[bot] opened this issue 2 years ago • 0 comments

Mend Renovate

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

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

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.

renovate[bot] avatar Jul 16 '22 00:07 renovate[bot]