Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/99designs/gqlgen to v0.17.56 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 18, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/99designs/gqlgen v0.13.0 -> v0.17.56 age adoption passing confidence

Release Notes

99designs/gqlgen (github.com/99designs/gqlgen)

v0.17.56

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.55...v0.17.56

v0.17.55

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.54...v0.17.55

v0.17.54

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.53...v0.17.54

v0.17.53

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.52...v0.17.53

v0.17.52

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.51...v0.17.52

v0.17.51

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.50...v0.17.51

v0.17.50

Compare Source

1855758d chore(deps): bump dset in /integration in the npm_and_yarn group (#​3268)

Bumps the npm_and_yarn group in /integration with 1 update: dset.

Updates dset from 3.1.3 to 3.1.4


updated-dependencies:

  • dependency-name: dset
    dependency-type: indirect
    dependency-group: npm_and_yarn
    ...
fda0539e Bump some more module versions (#​3262)
  • Bump some more module versions

  • Update aurora

  • Avoid upgrade to go 1.23

  • downgrade goquery to support pre-Go 1.23 for now

  • Downgrade moq to support pre-Go 1.23 as well


cf42b253 chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 (#​3259)

Bumps golang.org/x/text from 0.17.0 to 0.18.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
b728c12f chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 in /_examples (#​3256)

Bumps golang.org/x/text from 0.17.0 to 0.18.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
cba40a38 chore(deps-dev): bump vite from 5.4.2 to 5.4.3 in /integration (#​3257)

Bumps vite from 5.4.2 to 5.4.3.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
f7bee06f chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3258)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

81ac627d chore(deps): bump robherley/go-test-action from 0.4.1 to 0.5.0 (#​3255)

Bumps robherley/go-test-action from 0.4.1 to 0.5.0.


updated-dependencies:

  • dependency-name: robherley/go-test-action
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
86ac6b36 internal/code: `Unalias` element of pointer (#​3250) (closes #​3247)

This reverts commit 4c4be0a.

  • code: Unalias element of pointer

  • chore: added comment

ab1781b1 codegen: Go 1.23 alias support (#​3246)
  • code: added Unalias for Go 1.22

  • codegen: Go 1.23 alias support

814f7c71 chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#​3235)

Bumps actions/upload-artifact from 4.3.6 to 4.4.0.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
1cbbc120 chore(deps): bump github.com/rs/cors from 1.11.0 to 1.11.1 in /_examples (#​3236)

Bumps github.com/rs/cors from 1.11.0 to 1.11.1.


updated-dependencies:

  • dependency-name: github.com/rs/cors
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
2da2ac36 chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3237)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

0b9bd5ee refactor: don't extract [@​goField](https://redirect.github.com/goField) twice (#​3234)

We already extract the values in config.Init(). Remove the duplicate logic in the modelgen plugin.

We leave the reference to GoFieldHook even though it's a noop since it's public. This makes this a non-breaking change. We will remove this during the next breaking release.

18378f90 feat: allow argument directives to be called even if the argument is null (#​3233) (closes #​3188)

The existing implementation assumes that if an input argument is null, you don't want to call the directive. This is a very constraining assumption — directives may want to not just mutate an argument but to actually outright set it.

This is a breaking change as argument directives now need to handle null input values. Added a new config switch:

call_argument_directives_with_nulls: bool

to control this new behavior.

  • Run go generate ./...
256794aa chore(deps-dev): bump vite from 5.4.0 to 5.4.2 in /integration (#​3229)

Bumps vite from 5.4.0 to 5.4.2.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
6acc182c Go 1.23 support (#​3226)
  • Added support for go 1.23

  • Added handling for *types.Alias

  • Updated golang ci lint to 1.60.2

  • Fixed lint issues and ignore SA1019 on generated test files

  • Update coverage.yml

  • Update fmt-and-generate.yml

  • Update integration.yml

  • Update lint.yml

  • Update test.yml


f6a82204 chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 (#​3219)
  • chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0

Bumps golang.org/x/tools from 0.23.0 to 0.24.0.


updated-dependencies:

  • dependency-name: golang.org/x/tools
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
  • _examples fixup

1849e124 chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (#​3218)

Bumps golang.org/x/text from 0.16.0 to 0.17.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
2f7772c9 [proposal] Add [@​concurrent](https://redirect.github.com/concurrent) directive for types (#​3203)
  • Issue 3202

  • Issue 3202

  • Issue 3202

  • Make optional concurrent for fields of objects

  • Make optional concurrent for fields of objects

3556475a Fix marshaling interfaces and union types (#​3211)
  • Fixed marshaling interfaces and union

  • Fixed marshaling interfaces and union

23abdc56 chore(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 (#​3217)

Bumps github.com/urfave/cli/v2 from 2.27.3 to 2.27.4.


updated-dependencies:

  • dependency-name: github.com/urfave/cli/v2
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
  • bbc354c Add local toolchain for matrix
3fe8329d chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3215)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

edca7992 chore(deps-dev): bump vite from 5.3.5 to 5.4.0 in /integration (#​3216)

Bumps vite from 5.3.5 to 5.4.0.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...
f0b7ee3f chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#​3220)

Bumps actions/upload-artifact from 4.3.5 to 4.3.6.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
719b7af3 chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 in /_examples (#​3221)

Bumps golang.org/x/text from 0.16.0 to 0.17.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
d14fd791 chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 (#​3208)

Bumps actions/upload-artifact from 4.3.4 to 4.3.5.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
564e2dc5 chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#​3207)

Bumps golangci/golangci-lint-action from 6.0.1 to 6.1.0.


updated-dependencies:

  • dependency-name: golangci/golangci-lint-action
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
d3d147e6 chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0 (#​3172)
  • chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0

Bumps golang.org/x/tools from 0.22.0 to 0.23.0.


updated-dependencies:

  • dependency-name: golang.org/x/tools
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

2d7e00b5 chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /integration (#​3196)

Bumps typescript from 5.5.3 to 5.5.4.


updated-dependencies:

  • dependency-name: typescript
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
5f86c55a chore(deps-dev): bump [@​graphql](https://redirect.github.com/graphql)-codegen/client-preset in /integration (#​3197)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

552bb4b9 chore(deps-dev): bump vite from 5.3.4 to 5.3.5 in /integration (#​3199)

Bumps vite from 5.3.4 to 5.3.5.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
45a29fe0 chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 (#​3200)

Bumps github.com/urfave/cli/v2 from 2.27.2 to 2.27.3.


updated-dependencies:

  • dependency-name: github.com/urfave/cli/v2
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
3c2443e4 chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /_examples (#​3206)

Bumps golang.org/x/sync from 0.7.0 to 0.8.0.


updated-dependencies:

  • dependency-name: golang.org/x/sync
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
52f65d0f chore(deps-dev): bump vitest from 2.0.4 to 2.0.5 in /integration (#​3209)

Bumps vitest from 2.0.4 to 2.0.5.


updated-dependencies:

  • dependency-name: vitest
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
1beac8b7 chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3210)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-minor
...

d1682f7c chore(deps-dev): bump vite from 5.3.3 to 5.3.4 in /integration (#​3190)

Bumps vite from 5.3.3 to 5.3.4.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
cfc9863a chore(deps-dev): bump vitest from 2.0.2 to 2.0.4 in /integration (#​3189)

Bumps vitest from 2.0.2 to 2.0.4.


updated-dependencies:

  • dependency-name: vitest
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
1cc0a17b Revert "feat: allow argument directives to be called even if the argument is …" (#​3191)

This reverts commit 0fb31a3.

0fb31a3e feat: allow argument directives to be called even if the argument is null (#​3188)

The existing implementation assumes that if an input argument is null, you don't want to call the directive. This is a very constraining assumption — directives may want to not just mutate an argument but to actually outright set it.

This is a breaking change as argument directives now need to handle null input values. Added a new config switch:

call_argument_directives_with_nulls: bool

to control this new behavior.

cd82be01 refactor: significantly clean up the federation.gotpl template (#​3187) (closes #​2991)
  • fix: fix Federation example

Some configurations weren't working due to a missing resolver.

  • chore: Introduce mechanism for running all example Federation subgraphs

This enables engineers to more easily run the debugger on the Federation example. Updated README to show how to use it.

  • refactor: significantly clean up the federation.gotpl template

There were a number of inline structs and inline functions that made it extremely hard to reason about what the code is doing. Split these out into smaller functions with less closures and mutation.

a63f94bb chore(deps-dev): bump vitest from 1.6.0 to 2.0.2 in /integration (#​3185)

Bumps vitest from 1.6.0 to 2.0.2.


updated-dependencies:

  • dependency-name: vitest
    dependency-type: direct:development
    update-type: version-update:semver-major
    ...
de315d3d chore: Refactor federation.go to make it easier to read (#​3183) (closes #​2991)
  • chore: Refactor federation.go
  • Cut functions into smaller functions
  • Remove mutation in several locations
  • Refactor InjectSourcesLate

Easier to reason about and read this way.

  • Re-run go generate ./...

  • regenerate


4d8d93cd Make cache generic to avoid casting (#​3179)
  • Make cache generic to avoid casting

  • Update handler/handler.go


f2cf11e5 chore(deps-dev): bump [@​graphql](https://redirect.github.com/graphql)-codegen/client-preset in /integration (#​3174)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

fc150db0 chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 in /integration (#​3175)

Bumps typescript from 5.5.2 to 5.5.3.


updated-dependencies:

  • dependency-name: typescript
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
60c9f671 chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (#​3176)

Bumps actions/upload-artifact from 4.3.3 to 4.3.4.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
59bdde19 chore(deps-dev): bump vite from 5.3.2 to 5.3.3 in /integration (#​3173)

Bumps vite from 5.3.2 to 5.3.3.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
0ca3b19e chore(deps): bump github.com/rs/cors (#​3171)

Bumps the go_modules group with 1 update in the /_examples/websocket-initfunc/server directory: github.com/rs/cors.

Updates github.com/rs/cors from 1.9.0 to 1.11.0


updated-dependencies:

  • dependency-name: github.com/rs/cors
    dependency-type: direct:production
    dependency-group: go_modules
    ...
d0e68928 Nulls are now unmarshalled as zero values for primitive types (#​3162)
  • Nulls are now unmarshalled as zero values for primitive types

  • Address uint and run gofumpt


dce2e353 chore(deps): bump test-summary/action from 2.3 to 2.4 (#​3163)

Bumps test-summary/action from 2.3 to 2.4.


updated-dependencies:

  • dependency-name: test-summary/action
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
2afa0c22 chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3164)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

2aeb1518 chore(deps-dev): bump [@​graphql](https://redirect.github.com/graphql)-codegen/client-preset in /integration (#​3165)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

28b2f494 chore(deps-dev): bump vite from 5.3.1 to 5.3.2 in /integration (#​3166)

Bumps vite from 5.3.1 to 5.3.2.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
f82d604a chore(deps-dev): bump [@​graphql](https://redirect.github.com/graphql)-codegen/schema-ast in /integration (#​3167)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-minor
...

Mend Renovate. View the repository job log.

@stale
Copy link

stale bot commented Nov 18, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Nov 18, 2021
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from eb0a962 to fdb721e Compare March 7, 2022 07:52
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.14.0 Update module github.com/99designs/gqlgen to v0.17.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from fdb721e to daad2ba Compare March 26, 2022 13:57
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.1 Update module github.com/99designs/gqlgen to v0.17.2 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from daad2ba to bce782b Compare April 24, 2022 23:13
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.2 Update module github.com/99designs/gqlgen to v0.17.3 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from bce782b to 0764ca0 Compare May 15, 2022 20:21
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.3 Update module github.com/99designs/gqlgen to v0.17.5 May 15, 2022
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 0764ca0 to 5f6209e Compare June 18, 2022 14:50
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.5 Update module github.com/99designs/gqlgen to v0.17.10 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 5f6209e to 4a34350 Compare September 25, 2022 15:36
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.10 Update module github.com/99designs/gqlgen to v0.17.20 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 4a34350 to 4643136 Compare March 18, 2023 18:03
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.20 Update module github.com/99designs/gqlgen to v0.17.26 Mar 18, 2023
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.26 Update module github.com/99designs/gqlgen to v0.17.27 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 4643136 to 4400f18 Compare March 24, 2023 15:32
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 4400f18 to e7692f3 Compare May 30, 2023 03:50
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.27 Update module github.com/99designs/gqlgen to v0.17.31 May 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from e7692f3 to 412dfab Compare June 10, 2023 05:57
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.31 Update module github.com/99designs/gqlgen to v0.17.32 Jun 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 412dfab to 4ea20c3 Compare June 15, 2023 23:57
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.32 Update module github.com/99designs/gqlgen to v0.17.33 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 4ea20c3 to 1bef5ec Compare June 24, 2023 03:00
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.33 Update module github.com/99designs/gqlgen to v0.17.34 Jun 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 1bef5ec to 5b2ee9b Compare July 16, 2023 02:12
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.34 Update module github.com/99designs/gqlgen to v0.17.35 Jul 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 5b2ee9b to 79357e7 Compare July 28, 2023 08:45
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 5713b28 to 8d3a075 Compare December 30, 2023 11:20
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.41 Update module github.com/99designs/gqlgen to v0.17.42 Dec 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 8d3a075 to 1845488 Compare January 18, 2024 20:43
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.42 Update module github.com/99designs/gqlgen to v0.17.43 Jan 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 1845488 to f2cd00d Compare February 16, 2024 08:13
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.43 Update module github.com/99designs/gqlgen to v0.17.44 Feb 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from f2cd00d to c032a01 Compare March 12, 2024 05:44
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.44 Update module github.com/99designs/gqlgen to v0.17.45 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from c032a01 to 9763e38 Compare May 7, 2024 23:56
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.45 Update module github.com/99designs/gqlgen to v0.17.46 May 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 9763e38 to 2939488 Compare May 23, 2024 02:50
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.46 Update module github.com/99designs/gqlgen to v0.17.47 May 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 2939488 to 26d421c Compare June 7, 2024 04:49
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.47 Update module github.com/99designs/gqlgen to v0.17.48 Jun 7, 2024
Copy link
Author

renovate bot commented Jun 7, 2024

ℹ Artifact update notice

File name: gql-test/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.14 -> 1.23.3
github.com/stretchr/testify v1.7.0 -> v1.9.0
github.com/vektah/gqlparser/v2 v2.2.0 -> v2.5.19

@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 26d421c to caba1e4 Compare June 14, 2024 05:42
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.48 Update module github.com/99designs/gqlgen to v0.17.49 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from caba1e4 to fc58a5c Compare September 14, 2024 05:25
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.49 Update module github.com/99designs/gqlgen to v0.17.50 Sep 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from fc58a5c to 369014f Compare September 15, 2024 02:24
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.50 Update module github.com/99designs/gqlgen to v0.17.51 Sep 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 369014f to 4bdb018 Compare September 17, 2024 23:25
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.51 Update module github.com/99designs/gqlgen to v0.17.53 Sep 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 4bdb018 to da4b144 Compare September 21, 2024 14:28
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.53 Update module github.com/99designs/gqlgen to v0.17.54 Sep 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from da4b144 to 3b0ade3 Compare October 4, 2024 05:07
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.54 Update module github.com/99designs/gqlgen to v0.17.55 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-99designs-gqlgen-0.x branch from 3b0ade3 to 33c2575 Compare November 9, 2024 02:42
@renovate renovate bot changed the title Update module github.com/99designs/gqlgen to v0.17.55 Update module github.com/99designs/gqlgen to v0.17.56 Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant