Update all dependencies #32

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
github.com/99designs/gqlgen require patch v0.17.47 -> v0.17.53
github.com/vektah/gqlparser/v2 require patch v2.5.12 -> v2.5.16

Release Notes

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

v0.17.53

Compare Source

What's Changed

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.52...v0.17.53

v0.17.52

Compare Source

What's Changed

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.51...v0.17.52

v0.17.51

Compare Source

What's Changed

Full Changelog: https://github.com/99designs/gqlgen/compare/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://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://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://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://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://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://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://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://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://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://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://github.com/graphql)-codegen/schema-ast in /integration (#​3167)

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

dd37ea00 chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 in /integration (#​3157)

Bumps typescript from 5.4.5 to 5.5.2.


updated-dependencies:

  • dependency-name: typescript
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...
7b9c3223 chore(deps-dev): bump graphql from 16.8.2 to 16.9.0 in /integration (#​3158)

Bumps graphql from 16.8.2 to 16.9.0.


updated-dependencies:

  • dependency-name: graphql
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...
b822c2c0 chore(deps): bump mikepenz/action-junit-report from 4.3.0 to 4.3.1 (#​3159)

Bumps mikepenz/action-junit-report from 4.3.0 to 4.3.1.


updated-dependencies:

  • dependency-name: mikepenz/action-junit-report
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
c1525831 chore(deps-dev): bump [@​apollo](https://github.com/apollo)/client in /integration (#​3156)

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

d00ace38 Add prettier test results (#​3148)
  • Add prettier test results
641377d7 chore(deps-dev): bump ws in /integration in the npm_and_yarn group (#​3147)

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

Updates ws from 8.16.0 to 8.17.1


updated-dependencies:

  • dependency-name: ws
    dependency-type: indirect
    dependency-group: npm_and_yarn
    ...
04b13fdb chore(deps-dev): bump vite from 5.2.13 to 5.3.1 in /integration (#​3144)

Bumps vite from 5.2.13 to 5.3.1.


updated-dependencies:

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

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

8a59a2c4 chore(deps-dev): bump graphql from 16.8.1 to 16.8.2 in /integration (#​3142)

Bumps graphql from 16.8.1 to 16.8.2.


updated-dependencies:

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

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

fc90169b chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (#​3140)

Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2.


updated-dependencies:

  • dependency-name: google.golang.org/protobuf
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
  • fb67b70 v0.17.49 postrelease bump

v0.17.49

Compare Source

f813598b #​3118 Add token limit option to fix CVE-2023-49559 (#​3136)
  • Use ParseQueryWithLmit and add parserTokenLimit to executor

  • add parser token limit test

  • remove failing test

  • move default token limit to const


ee1e18c7 chore(deps-dev): bump braces in /integration in the npm_and_yarn group (#​3134)

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

Updates braces from 3.0.2 to 3.0.3


updated-dependencies:

  • dependency-name: braces
    dependency-type: indirect
    dependency-group: npm_and_yarn
    ...
d6226db6 chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.12 to 2.5.14 in the go_modules group (#​3133)
  • chore(deps): bump github.com/vektah/gqlparser/v2 in the go_modules group

Bumps the go_modules group with 1 update: github.com/vektah/gqlparser/v2.

Updates github.com/vektah/gqlparser/v2 from 2.5.12 to 2.5.14


updated-dependencies:

  • dependency-name: github.com/vektah/gqlparser/v2
    dependency-type: direct:production
    dependency-group: go_modules
    ...
  • Update to v2.5.16

6daceaf3 Linter update + add revive rules (#​3127)
  • Linter update + add revive rules

  • More revive lints


e6860c35 chore(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 (#​3125)

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


updated-dependencies:

  • dependency-name: golang.org/x/tools
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
3bad9617 chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 (#​3124)
  • chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0

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


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
  • Update examples go mod

4492b3c0 chore(deps-dev): bump vite from 5.2.12 to 5.2.13 in /integration (#​3126)

Bumps vite from 5.2.12 to 5.2.13.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
8ec8d795 chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 in /_examples (#​3123)

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


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
  • d9ba340 v0.17.48 postrelease bump

v0.17.48

Compare Source

fbf73ee1 chore(deps-dev): bump vite from 5.2.11 to 5.2.12 in /integration (#​3117)

Bumps vite from 5.2.11 to 5.2.12.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
e07134ab add option to omit panic handlers during development (#​3114)

see docs for motivation

dae915d2 Correct dataloader example (#​3110)

Dataloader requires the value and error slice to be of equal length, in order to correctly return the values.

Link: 7de6ebe3d8/dataloadgen_test.go (L19-L20)

bd9219dd Go template function to split string into array of strings. (#​3108)
  • added new template function to split string

  • StrSplit func to upper


  • 6c83b9e Remove duplicated return_pointers_in_unmarshalinput explanation (#​3109)

  • d2a6bd5 refactor: fix testifylint.go-require lint issues (#​3107)

b18d0287 testifylint v1.3.0 fixes (#​3103)
  • Resolve Merge conflict

  • Autofixes

  • Lots more fixes and formatting

  • Add one more

  • Apply suggestions from code review


90f2271e refactor: use t.Log instead of fmt.Print (#​3099)
  • refactor: use t.Log instead of fmt.Printf

  • Add back failure context as to what errors happened and where


d5c9f896 Embed extra fields config (#​3088)
0b9e6f9c chore(deps-dev): bump [@​apollo](https://github.com/apollo)/client in /integration (#​3085)

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

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

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

  • 58d6978 v0.17.47 postrelease bump
vektah/gqlparser (github.com/vektah/gqlparser/v2)

v2.5.16

Compare Source

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.15...v2.5.16

v2.5.15

Compare Source

What's Changed

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.14...v2.5.15

v2.5.14

Compare Source

What's Changed

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.13...v2.5.14

v2.5.13

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/vektah/gqlparser/compare/v2.5.12...v2.5.13


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | require | patch | `v0.17.47` -> `v0.17.53` | | [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) | require | patch | `v2.5.12` -> `v2.5.16` | --- ### Release Notes <details> <summary>99designs/gqlgen (github.com/99designs/gqlgen)</summary> ### [`v0.17.53`](https://github.com/99designs/gqlgen/releases/tag/v0.17.53) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.52...v0.17.53) #### What's Changed - Revert "Fix marshaling interfaces and union types ([#&#8203;3211](https://github.com/99designs/gqlgen/issues/3211))" by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3289 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.52...v0.17.53 ### [`v0.17.52`](https://github.com/99designs/gqlgen/releases/tag/v0.17.52) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.51...v0.17.52) #### What's Changed - chore(deps-dev): bump vite from 5.4.3 to 5.4.5 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3280 - chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3281 - chore(deps-dev): bump vitest from 2.0.5 to 2.1.1 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3282 - Revert [#&#8203;3203](https://github.com/99designs/gqlgen/issues/3203) change that added Concurrent directive for resolvers by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3287 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.51...v0.17.52 ### [`v0.17.51`](https://github.com/99designs/gqlgen/releases/tag/v0.17.51) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.50...v0.17.51) #### What's Changed - Accept event-stream for POST for urql-graphql by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3276 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.50...v0.17.51 ### [`v0.17.50`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01750---2024-09-13) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.49...v0.17.50) - <a href="https://github.com/99designs/gqlgen/commit/a6d5d84335a116e3d8b4a04fa34793ca342aef1d"><tt>[`a6d5d84`](https://github.com/99designs/gqlgen/commit/a6d5d843)</tt></a> release v0.17.50 - <a href="https://github.com/99designs/gqlgen/commit/f154d99d6dde67cc6f81cb03cb7746a2d6934926"><tt>[`f154d99`](https://github.com/99designs/gqlgen/commit/f154d99d)</tt></a> Fix Nancy to use Go 1.22 - <a href="https://github.com/99designs/gqlgen/commit/6b9e40e83e942611622f4fad4baa06af521780bd"><tt>[`6b9e40e`](https://github.com/99designs/gqlgen/commit/6b9e40e8)</tt></a> make rewrite default for resolver layout single-file (<a href="https://github.com/99designs/gqlgen/pull/3243">[#&#8203;3243](https://github.com/99designs/gqlgen/issues/3243)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/1855758d8642404df9bbd80386cd9030ae96efa4"><tt>1855758d</tt></a> chore(deps): bump dset in /integration in the npm_and_yarn group (<a href="https://github.com/99designs/gqlgen/pull/3268">#&#8203;3268</a>)</summary> Bumps the npm_and_yarn group in /integration with 1 update: [dset](https://github.com/lukeed/dset). Updates `dset` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/lukeed/dset/releases) - [Commits](https://github.com/lukeed/dset/compare/v3.1.3...v3.1.4) *** updated-dependencies: - dependency-name: dset dependency-type: indirect dependency-group: npm_and_yarn ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/fda0539e72ff64e4cbb1933b489ba263f3e274bf"><tt>fda0539e</tt></a> Bump some more module versions (<a href="https://github.com/99designs/gqlgen/pull/3262">#&#8203;3262</a>)</summary> - 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 *** </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/59f0d04c4a2c86233d20c8b89eb790a16f4c0ed9"><tt>[`59f0d04`](https://github.com/99designs/gqlgen/commit/59f0d04c)</tt></a> Bump golang.org/x/net 0.29 (<a href="https://github.com/99designs/gqlgen/pull/3261">[#&#8203;3261](https://github.com/99designs/gqlgen/issues/3261)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/cf42b2531c35eac85b1392f3cf8d8e7b4d8c3b48"><tt>cf42b253</tt></a> chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 (<a href="https://github.com/99designs/gqlgen/pull/3259">#&#8203;3259</a>)</summary> Bumps [golang.org/x/text](https://github.com/golang/text) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.17.0...v0.18.0) *** updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/b728c12f085033c3ea71a9634076f5e429e211bf"><tt>b728c12f</tt></a> chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 in /_examples (<a href="https://github.com/99designs/gqlgen/pull/3256">#&#8203;3256</a>)</summary> Bumps [golang.org/x/text](https://github.com/golang/text) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.17.0...v0.18.0) *** updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/cba40a382341797259b63fb474696e1b4f5bdc89"><tt>cba40a38</tt></a> chore(deps-dev): bump vite from 5.4.2 to 5.4.3 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3257">#&#8203;3257</a>)</summary> Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.2 to 5.4.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.3/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/f7bee06f845a0664693a5aa10b88f7c199ebd2b0"><tt>f7bee06f</tt></a> chore(deps-dev): bump [@&#8203;apollo](https://github.com/apollo)/client in /integration (<a href="https://github.com/99designs/gqlgen/pull/3258">#&#8203;3258</a>)</summary> - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.11.5...v3.11.8) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/81ac627d73f2055db168e7087c528e1ca6f848e3"><tt>81ac627d</tt></a> chore(deps): bump robherley/go-test-action from 0.4.1 to 0.5.0 (<a href="https://github.com/99designs/gqlgen/pull/3255">#&#8203;3255</a>)</summary> Bumps [robherley/go-test-action](https://github.com/robherley/go-test-action) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/robherley/go-test-action/releases) - [Commits](https://github.com/robherley/go-test-action/compare/v0.4.1...v0.5.0) *** updated-dependencies: - dependency-name: robherley/go-test-action dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/86ac6b364ac7069c72248711e0c8240e38b3d177"><tt>86ac6b36</tt></a> internal/code: `Unalias` element of pointer (<a href="https://github.com/99designs/gqlgen/pull/3250">#&#8203;3250</a>) (closes <a href="https://github.com/99designs/gqlgen/issues/3247"> #&#8203;3247</a>)</summary> This reverts commit [`4c4be0a`](https://github.com/99designs/gqlgen/commit/4c4be0aeaaad758e703724fe4a6575768017ac53). - code: `Unalias` element of pointer - chore: added comment </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/4c4be0aeaaad758e703724fe4a6575768017ac53"><tt>[`4c4be0a`](https://github.com/99designs/gqlgen/commit/4c4be0ae)</tt></a> codegen: Unalias before lookup type (<a href="https://github.com/99designs/gqlgen/pull/3247">[#&#8203;3247](https://github.com/99designs/gqlgen/issues/3247)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/ab1781b12e6e9ec2fa4ad0c29f172f4fed86b67b"><tt>ab1781b1</tt></a> codegen: Go 1.23 alias support (<a href="https://github.com/99designs/gqlgen/pull/3246">#&#8203;3246</a>)</summary> - code: added `Unalias` for Go 1.22 - codegen: Go 1.23 alias support </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/814f7c71c128e4bafd0470a74f2f30510468374b"><tt>814f7c71</tt></a> chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (<a href="https://github.com/99designs/gqlgen/pull/3235">#&#8203;3235</a>)</summary> Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0) *** updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/1cbbc1201e75b497912ed6f0ef26be682d86df85"><tt>1cbbc120</tt></a> chore(deps): bump github.com/rs/cors from 1.11.0 to 1.11.1 in /_examples (<a href="https://github.com/99designs/gqlgen/pull/3236">#&#8203;3236</a>)</summary> Bumps [github.com/rs/cors](https://github.com/rs/cors) from 1.11.0 to 1.11.1. - [Commits](https://github.com/rs/cors/compare/v1.11.0...v1.11.1) *** updated-dependencies: - dependency-name: github.com/rs/cors dependency-type: direct:production update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/2da2ac36422617ac540d0f3d1ee8fa3f3682f307"><tt>2da2ac36</tt></a> chore(deps-dev): bump [@&#8203;apollo](https://github.com/apollo)/client in /integration (<a href="https://github.com/99designs/gqlgen/pull/3237">#&#8203;3237</a>)</summary> - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.11.4...v3.11.5) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/0b9bd5ee5e459aabe4c745a09ed26147977f8045"><tt>0b9bd5ee</tt></a> refactor: don't extract [@&#8203;goField](https://github.com/goField) twice (<a href="https://github.com/99designs/gqlgen/pull/3234">#&#8203;3234</a>)</summary> 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. </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/18378f90cb1fd17ce8f2877cff5ccf0b06ab25c6"><tt>18378f90</tt></a> feat: allow argument directives to be called even if the argument is null (<a href="https://github.com/99designs/gqlgen/pull/3233">#&#8203;3233</a>) (closes <a href="https://github.com/99designs/gqlgen/issues/3188"> #&#8203;3188</a>)</summary> 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 ./... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/3e76e7ee7cb8a8ba979e0fff88f11f0b6d2e8243"><tt>[`3e76e7e`](https://github.com/99designs/gqlgen/commit/3e76e7ee)</tt></a> only close websocket once (<a href="https://github.com/99designs/gqlgen/pull/3231">[#&#8203;3231](https://github.com/99designs/gqlgen/issues/3231)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/256794aafe9fb50cfd4d8dbadcf7116526cfe05d"><tt>256794aa</tt></a> chore(deps-dev): bump vite from 5.4.0 to 5.4.2 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3229">#&#8203;3229</a>)</summary> Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.2/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/6acc182c6eab529d60a5c9575cdf18dc02ec0968"><tt>6acc182c</tt></a> Go 1.23 support (<a href="https://github.com/99designs/gqlgen/pull/3226">#&#8203;3226</a>)</summary> - 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 *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/f6a8220475b08d715bf26d38be2fb1c3eb0c626b"><tt>f6a82204</tt></a> chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 (<a href="https://github.com/99designs/gqlgen/pull/3219">#&#8203;3219</a>)</summary> - chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.23.0...v0.24.0) *** updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... <!----> - \_examples fixup *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/1849e124829ce7dbc8f62f991fc014b5d56493b0"><tt>1849e124</tt></a> chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (<a href="https://github.com/99designs/gqlgen/pull/3218">#&#8203;3218</a>)</summary> Bumps [golang.org/x/text](https://github.com/golang/text) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.16.0...v0.17.0) *** updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/2f7772c9ff793c4feb8e42f28c590cb77c7ad975"><tt>2f7772c9</tt></a> [proposal] Add [@&#8203;concurrent](https://github.com/concurrent) directive for types (<a href="https://github.com/99designs/gqlgen/pull/3203">#&#8203;3203</a>)</summary> - Issue 3202 - Issue 3202 - Issue 3202 - Make optional concurrent for fields of objects - Make optional concurrent for fields of objects </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/3556475adafe4b8b97a88fdc1dd7b4be21116522"><tt>3556475a</tt></a> Fix marshaling interfaces and union types (<a href="https://github.com/99designs/gqlgen/pull/3211">#&#8203;3211</a>)</summary> - Fixed marshaling interfaces and union - Fixed marshaling interfaces and union </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/23abdc56c0e6a2e3f3697df12fd2564f818f4da4"><tt>23abdc56</tt></a> chore(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 (<a href="https://github.com/99designs/gqlgen/pull/3217">#&#8203;3217</a>)</summary> Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.27.3 to 2.27.4. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v2.27.3...v2.27.4) *** updated-dependencies: - dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-patch ... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/bbc354c63ca3f737ec5e549e23eea59da1d61721"><tt>[`bbc354c`](https://github.com/99designs/gqlgen/commit/bbc354c6)</tt></a> Add local toolchain for matrix <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/3fe8329dc765c055e2f51b1b39cef7cf4377bd09"><tt>3fe8329d</tt></a> chore(deps-dev): bump [@&#8203;apollo](https://github.com/apollo)/client in /integration (<a href="https://github.com/99designs/gqlgen/pull/3215">#&#8203;3215</a>)</summary> - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.11.2...v3.11.4) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/edca7992beaf3821756b780fc8fa758f65cda705"><tt>edca7992</tt></a> chore(deps-dev): bump vite from 5.3.5 to 5.4.0 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3216">#&#8203;3216</a>)</summary> Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.5 to 5.4.0. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/f0b7ee3f18c28ccda942fc1ff66441bbf4ace8b6"><tt>f0b7ee3f</tt></a> chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (<a href="https://github.com/99designs/gqlgen/pull/3220">#&#8203;3220</a>)</summary> Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.5 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6) *** updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/719b7af38510e7d12e7b950473ae36e47e98602a"><tt>719b7af3</tt></a> chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 in /_examples (<a href="https://github.com/99designs/gqlgen/pull/3221">#&#8203;3221</a>)</summary> Bumps [golang.org/x/text](https://github.com/golang/text) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.16.0...v0.17.0) *** updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/d14fd791ab7c64788b041c6ace143e355aa37879"><tt>d14fd791</tt></a> chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 (<a href="https://github.com/99designs/gqlgen/pull/3208">#&#8203;3208</a>)</summary> Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5) *** updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/564e2dc5e015acf707251801ebe31ab8651b9336"><tt>564e2dc5</tt></a> chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (<a href="https://github.com/99designs/gqlgen/pull/3207">#&#8203;3207</a>)</summary> Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.0.1...v6.1.0) *** updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/d3d147e6e16c3775e10f1caab3335606a25ffc15"><tt>d3d147e6</tt></a> chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0 (<a href="https://github.com/99designs/gqlgen/pull/3172">#&#8203;3172</a>)</summary> - chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0 Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.22.0...v0.23.0) *** updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/2d7e00b5d60d9dfb121e2a2c7338d82984f2fd8a"><tt>2d7e00b5</tt></a> chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3196">#&#8203;3196</a>)</summary> Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) *** updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/5f86c55ac1c3b3371a1366a0ee06cbe3ea45f575"><tt>5f86c55a</tt></a> chore(deps-dev): bump [@&#8203;graphql](https://github.com/graphql)-codegen/client-preset in /integration (<a href="https://github.com/99designs/gqlgen/pull/3197">#&#8203;3197</a>)</summary> - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/552bb4b9dd45e09924ac3a8ebadc2675c3c8ee3f"><tt>552bb4b9</tt></a> chore(deps-dev): bump vite from 5.3.4 to 5.3.5 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3199">#&#8203;3199</a>)</summary> Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.4 to 5.3.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.5/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/45a29fe01baa1f00faefa423362b426e144bcab8"><tt>45a29fe0</tt></a> chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 (<a href="https://github.com/99designs/gqlgen/pull/3200">#&#8203;3200</a>)</summary> Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.27.2 to 2.27.3. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v2.27.2...v2.27.3) *** updated-dependencies: - dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/3c2443e495496109759da0b9cdb58bff2c5226d4"><tt>3c2443e4</tt></a> chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /_examples (<a href="https://github.com/99designs/gqlgen/pull/3206">#&#8203;3206</a>)</summary> Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0. - [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0) *** updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/52f65d0fe9e0ba884b9200308474c8bf5c98ab43"><tt>52f65d0f</tt></a> chore(deps-dev): bump vitest from 2.0.4 to 2.0.5 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3209">#&#8203;3209</a>)</summary> Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.5/packages/vitest) *** updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/1beac8b7d0ac01b67f0e928ad7f93d9a41184b0b"><tt>1beac8b7</tt></a> chore(deps-dev): bump [@&#8203;apollo](https://github.com/apollo)/client in /integration (<a href="https://github.com/99designs/gqlgen/pull/3210">#&#8203;3210</a>)</summary> - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.10.8...v3.11.2) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-minor ... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/9b031e4dfe861b3310e5e7e06650ab7a94c8ab3e"><tt>[`9b031e4`](https://github.com/99designs/gqlgen/commit/9b031e4d)</tt></a> chore: fix typos in comments, tests and unexported vars (<a href="https://github.com/99designs/gqlgen/pull/3193">[#&#8203;3193](https://github.com/99designs/gqlgen/issues/3193)</a>) - <a href="https://github.com/99designs/gqlgen/commit/892c4842f9eae7b1392f48b9bec0e13cf76d9284"><tt>[`892c484`](https://github.com/99designs/gqlgen/commit/892c4842)</tt></a> refactor: decrease indentation in api.ReplacePlugin (<a href="https://github.com/99designs/gqlgen/pull/3194">[#&#8203;3194](https://github.com/99designs/gqlgen/issues/3194)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/d1682f7cb7253faf70ed8a6ab33f3a64db5fef91"><tt>d1682f7c</tt></a> chore(deps-dev): bump vite from 5.3.3 to 5.3.4 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3190">#&#8203;3190</a>)</summary> Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.4/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/cfc9863a342789920002b1829518cc656d430052"><tt>cfc9863a</tt></a> chore(deps-dev): bump vitest from 2.0.2 to 2.0.4 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3189">#&#8203;3189</a>)</summary> Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.2 to 2.0.4. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/vitest) *** updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/1cc0a17b22d28062c949f57c5907b0ab10a4e740"><tt>1cc0a17b</tt></a> Revert "feat: allow argument directives to be called even if the argument is …" (<a href="https://github.com/99designs/gqlgen/pull/3191">#&#8203;3191</a>)</summary> This reverts commit [`0fb31a3`](https://github.com/99designs/gqlgen/commit/0fb31a3ed2a63552eddcf7c2a6c40aa0d59bd4cc). </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/0fb31a3ed2a63552eddcf7c2a6c40aa0d59bd4cc"><tt>0fb31a3e</tt></a> feat: allow argument directives to be called even if the argument is null (<a href="https://github.com/99designs/gqlgen/pull/3188">#&#8203;3188</a>)</summary> 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. </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/cd82be01af7395eb6cf52fb5c05649af5d9f5b0a"><tt>cd82be01</tt></a> refactor: significantly clean up the federation.gotpl template (<a href="https://github.com/99designs/gqlgen/pull/3187">#&#8203;3187</a>) (closes <a href="https://github.com/99designs/gqlgen/issues/2991"> #&#8203;2991</a>)</summary> - 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. </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/a63f94bb1cc915aea3045f435963db07c9f52d20"><tt>a63f94bb</tt></a> chore(deps-dev): bump vitest from 1.6.0 to 2.0.2 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3185">#&#8203;3185</a>)</summary> Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.6.0 to 2.0.2. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.2/packages/vitest) *** updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/de315d3d244affa21fb6ed91a8039161e179d8cb"><tt>de315d3d</tt></a> chore: Refactor federation.go to make it easier to read (<a href="https://github.com/99designs/gqlgen/pull/3183">#&#8203;3183</a>) (closes <a href="https://github.com/99designs/gqlgen/issues/2991"> #&#8203;2991</a>)</summary> - 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 *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/4d8d93cddd9c4000b485331399dfae465627cb17"><tt>4d8d93cd</tt></a> Make cache generic to avoid casting (<a href="https://github.com/99designs/gqlgen/pull/3179">#&#8203;3179</a>)</summary> - Make cache generic to avoid casting - Update handler/handler.go *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/f2cf11e5f603210cb9cc1b237741617ef17a9812"><tt>f2cf11e5</tt></a> chore(deps-dev): bump [@&#8203;graphql](https://github.com/graphql)-codegen/client-preset in /integration (<a href="https://github.com/99designs/gqlgen/pull/3174">#&#8203;3174</a>)</summary> - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/fc150db06d1a37eddf6dc844100bfe2e806b6257"><tt>fc150db0</tt></a> chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3175">#&#8203;3175</a>)</summary> Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) *** updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/60c9f671f88df4df2dd11481a88bc25f66d832f2"><tt>60c9f671</tt></a> chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (<a href="https://github.com/99designs/gqlgen/pull/3176">#&#8203;3176</a>)</summary> Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4) *** updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/59bdde191c523691158f87ec9cddc5dd32fd41c4"><tt>59bdde19</tt></a> chore(deps-dev): bump vite from 5.3.2 to 5.3.3 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3173">#&#8203;3173</a>)</summary> Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.2 to 5.3.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.3/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/0ca3b19e0e767553a92080ad5f7802dc6f510903"><tt>0ca3b19e</tt></a> chore(deps): bump github.com/rs/cors (<a href="https://github.com/99designs/gqlgen/pull/3171">#&#8203;3171</a>)</summary> Bumps the go_modules group with 1 update in the /\_examples/websocket-initfunc/server directory: [github.com/rs/cors](https://github.com/rs/cors). Updates `github.com/rs/cors` from 1.9.0 to 1.11.0 - [Commits](https://github.com/rs/cors/compare/v1.9.0...v1.11.0) *** updated-dependencies: - dependency-name: github.com/rs/cors dependency-type: direct:production dependency-group: go_modules ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/d0e689285690078d0d8f7418422397b104abaeec"><tt>d0e68928</tt></a> Nulls are now unmarshalled as zero values for primitive types (<a href="https://github.com/99designs/gqlgen/pull/3162">#&#8203;3162</a>)</summary> - Nulls are now unmarshalled as zero values for primitive types - Address uint and run gofumpt *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/dce2e3537e54d90769952f5985f5bfd2b55aa289"><tt>dce2e353</tt></a> chore(deps): bump test-summary/action from 2.3 to 2.4 (<a href="https://github.com/99designs/gqlgen/pull/3163">#&#8203;3163</a>)</summary> Bumps [test-summary/action](https://github.com/test-summary/action) from 2.3 to 2.4. - [Release notes](https://github.com/test-summary/action/releases) - [Commits](https://github.com/test-summary/action/compare/v2.3...v2.4) *** updated-dependencies: - dependency-name: test-summary/action dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/2afa0c22c297881647816815236670fb72fbd78a"><tt>2afa0c22</tt></a> chore(deps-dev): bump [@&#8203;apollo](https://github.com/apollo)/client in /integration (<a href="https://github.com/99designs/gqlgen/pull/3164">#&#8203;3164</a>)</summary> - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.10.6...v3.10.8) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/2aeb15188ed6c8f448f2c67765e5ba32ddfed029"><tt>2aeb1518</tt></a> chore(deps-dev): bump [@&#8203;graphql](https://github.com/graphql)-codegen/client-preset in /integration (<a href="https://github.com/99designs/gqlgen/pull/3165">#&#8203;3165</a>)</summary> - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/28b2f4942734a5c0984bc0e591516970cca624b6"><tt>28b2f494</tt></a> chore(deps-dev): bump vite from 5.3.1 to 5.3.2 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3166">#&#8203;3166</a>)</summary> Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.1 to 5.3.2. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.2/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/f82d604a3c424c14f3195916bb5eaa8796786b2e"><tt>f82d604a</tt></a> chore(deps-dev): bump [@&#8203;graphql](https://github.com/graphql)-codegen/schema-ast in /integration (<a href="https://github.com/99designs/gqlgen/pull/3167">#&#8203;3167</a>)</summary> - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/schema-ast/CHANGELOG.md) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/dd37ea00d89c1a4f9b0f276fd881862b49a4d3d3"><tt>dd37ea00</tt></a> chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3157">#&#8203;3157</a>)</summary> Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2) *** updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/7b9c3223626c9c8e8a8990d7dd5342b44ddce59a"><tt>7b9c3223</tt></a> chore(deps-dev): bump graphql from 16.8.2 to 16.9.0 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3158">#&#8203;3158</a>)</summary> Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.2 to 16.9.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.2...v16.9.0) *** updated-dependencies: - dependency-name: graphql dependency-type: direct:development update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/b822c2c071a74223b2c04a1fb16b303f29a3bf99"><tt>b822c2c0</tt></a> chore(deps): bump mikepenz/action-junit-report from 4.3.0 to 4.3.1 (<a href="https://github.com/99designs/gqlgen/pull/3159">#&#8203;3159</a>)</summary> Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v4.3.0...v4.3.1) *** updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/c152583143145b014ec7d580d75407b3e3876dc2"><tt>c1525831</tt></a> chore(deps-dev): bump [@&#8203;apollo](https://github.com/apollo)/client in /integration (<a href="https://github.com/99designs/gqlgen/pull/3156">#&#8203;3156</a>)</summary> - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.10.5...v3.10.6) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/feab5f51475280ae275bf68046fe4585b79ab66d"><tt>[`feab5f5`](https://github.com/99designs/gqlgen/commit/feab5f51)</tt></a> fix bug: POST Insufficient rigorous judgment leads to invalid SSE (<a href="https://github.com/99designs/gqlgen/pull/3153">[#&#8203;3153](https://github.com/99designs/gqlgen/issues/3153)</a>) - <a href="https://github.com/99designs/gqlgen/commit/7c8bc50dfe6b46b840418276fb193b711066742c"><tt>[`7c8bc50`](https://github.com/99designs/gqlgen/commit/7c8bc50d)</tt></a> Add failing test as example (<a href="https://github.com/99designs/gqlgen/pull/3151">[#&#8203;3151](https://github.com/99designs/gqlgen/issues/3151)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/d00ace38426ff35661eff4114f447bcd517e0e5c"><tt>d00ace38</tt></a> Add prettier test results (<a href="https://github.com/99designs/gqlgen/pull/3148">#&#8203;3148</a>)</summary> - Add prettier test results </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/641377d746653342d06479171d24f9aeedcde790"><tt>641377d7</tt></a> chore(deps-dev): bump ws in /integration in the npm_and_yarn group (<a href="https://github.com/99designs/gqlgen/pull/3147">#&#8203;3147</a>)</summary> Bumps the npm_and_yarn group in /integration with 1 update: [ws](https://github.com/websockets/ws). Updates `ws` from 8.16.0 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1) *** updated-dependencies: - dependency-name: ws dependency-type: indirect dependency-group: npm_and_yarn ... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/e724bde5a1b41c4b4b7b26661379d2f40f011642"><tt>[`e724bde`](https://github.com/99designs/gqlgen/commit/e724bde5)</tt></a> docs: missing 'repeatable' in [@&#8203;goExtraField](https://github.com/goExtraField) directive (<a href="https://github.com/99designs/gqlgen/pull/3150">[#&#8203;3150](https://github.com/99designs/gqlgen/issues/3150)</a>) - <a href="https://github.com/99designs/gqlgen/commit/85459a326196e5354a4b4c9458ba41801217a59c"><tt>[`85459a3`](https://github.com/99designs/gqlgen/commit/85459a32)</tt></a> Fix typo in config field names (<a href="https://github.com/99designs/gqlgen/pull/3149">[#&#8203;3149](https://github.com/99designs/gqlgen/issues/3149)</a>) - <a href="https://github.com/99designs/gqlgen/commit/1422ff258ab7d37531c3023fcdb6c545241bc7b6"><tt>[`1422ff2`](https://github.com/99designs/gqlgen/commit/1422ff25)</tt></a> feat: Change plugin signatures (<a href="https://github.com/99designs/gqlgen/pull/2011">[#&#8203;2011](https://github.com/99designs/gqlgen/issues/2011)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/04b13fdbc90ed57fe47a30965158555c94ff2ccb"><tt>04b13fdb</tt></a> chore(deps-dev): bump vite from 5.2.13 to 5.3.1 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3144">#&#8203;3144</a>)</summary> Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.13 to 5.3.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.3.1/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/a1ccf9713963557f39608267f31fee86b52023a8"><tt>a1ccf971</tt></a> chore(deps-dev): bump [@&#8203;apollo](https://github.com/apollo)/client in /integration (<a href="https://github.com/99designs/gqlgen/pull/3143">#&#8203;3143</a>)</summary> - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.10.4...v3.10.5) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/8a59a2c46bdd3e5ec22102dd558a6359618d8d81"><tt>8a59a2c4</tt></a> chore(deps-dev): bump graphql from 16.8.1 to 16.8.2 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3142">#&#8203;3142</a>)</summary> Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.1 to 16.8.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.8.2) *** updated-dependencies: - dependency-name: graphql dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/80098c67fe897172f4517605acc0e11e5972ed87"><tt>80098c67</tt></a> chore(deps-dev): bump [@&#8203;graphql](https://github.com/graphql)-codegen/client-preset in /integration (<a href="https://github.com/99designs/gqlgen/pull/3141">#&#8203;3141</a>)</summary> - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/fc90169b6ead4ab5ea30938555ca097cce2eb420"><tt>fc90169b</tt></a> chore(deps): bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (<a href="https://github.com/99designs/gqlgen/pull/3140">#&#8203;3140</a>)</summary> Bumps google.golang.org/protobuf from 1.34.1 to 1.34.2. *** updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/fb67b709af4f0c5ba6eff8222c728b076a6eb09b"><tt>[`fb67b70`](https://github.com/99designs/gqlgen/commit/fb67b709)</tt></a> v0.17.49 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.49`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01749---2024-06-13) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.48...v0.17.49) - <a href="https://github.com/99designs/gqlgen/commit/d093c6e54db0419ac399302a06bb2a00ebcd9ca7"><tt>[`d093c6e`](https://github.com/99designs/gqlgen/commit/d093c6e5)</tt></a> release v0.17.49 - <a href="https://github.com/99designs/gqlgen/commit/a4f997f867ad48ff0995099e4c08b951748b2335"><tt>[`a4f997f`](https://github.com/99designs/gqlgen/commit/a4f997f8)</tt></a> refactor: add missed file.Close() and use t.TempDir() (<a href="https://github.com/99designs/gqlgen/pull/3137">[#&#8203;3137](https://github.com/99designs/gqlgen/issues/3137)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/f813598b5e5bc075fe4d2e9fcf011ccd792a7a09"><tt>f813598b</tt></a> <a href="https://github.com/99designs/gqlgen/pull/3118">#&#8203;3118</a> Add token limit option to fix CVE-2023-49559 (<a href="https://github.com/99designs/gqlgen/pull/3136">#&#8203;3136</a>)</summary> - Use ParseQueryWithLmit and add parserTokenLimit to executor - add parser token limit test - remove failing test - move default token limit to const *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/ee1e18c7c4ad5accdaec55400c2395d793c0a406"><tt>ee1e18c7</tt></a> chore(deps-dev): bump braces in /integration in the npm_and_yarn group (<a href="https://github.com/99designs/gqlgen/pull/3134">#&#8203;3134</a>)</summary> Bumps the npm_and_yarn group in /integration with 1 update: [braces](https://github.com/micromatch/braces). Updates `braces` from 3.0.2 to 3.0.3 - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) *** updated-dependencies: - dependency-name: braces dependency-type: indirect dependency-group: npm_and_yarn ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/d6226db6b2bba617edf9e9dbd660469dea26a13f"><tt>d6226db6</tt></a> chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.12 to 2.5.14 in the go_modules group (<a href="https://github.com/99designs/gqlgen/pull/3133">#&#8203;3133</a>)</summary> - chore(deps): bump github.com/vektah/gqlparser/v2 in the go_modules group Bumps the go_modules group with 1 update: [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser). Updates `github.com/vektah/gqlparser/v2` from 2.5.12 to 2.5.14 - [Release notes](https://github.com/vektah/gqlparser/releases) - [Commits](https://github.com/vektah/gqlparser/compare/v2.5.12...v2.5.14) *** updated-dependencies: - dependency-name: github.com/vektah/gqlparser/v2 dependency-type: direct:production dependency-group: go_modules ... <!----> - Update to v2.5.16 *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/6daceaf3d0fccb420bc6618d7e76b70f5c19ed65"><tt>6daceaf3</tt></a> Linter update + add revive rules (<a href="https://github.com/99designs/gqlgen/pull/3127">#&#8203;3127</a>)</summary> - Linter update + add revive rules - More revive lints *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/e6860c35b5fc89f42c9d27a64bd831aa54561590"><tt>e6860c35</tt></a> chore(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 (<a href="https://github.com/99designs/gqlgen/pull/3125">#&#8203;3125</a>)</summary> Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.21.0...v0.22.0) *** updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/3bad9617005ff95a0c83ed066036cb95596153cf"><tt>3bad9617</tt></a> chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 (<a href="https://github.com/99designs/gqlgen/pull/3124">#&#8203;3124</a>)</summary> - chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.15.0...v0.16.0) *** updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... <!----> - Update examples go mod *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/4492b3c0536a927e0409d07d47f7a6f7e02fa38f"><tt>4492b3c0</tt></a> chore(deps-dev): bump vite from 5.2.12 to 5.2.13 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3126">#&#8203;3126</a>)</summary> Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.12 to 5.2.13. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.13/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/8ec8d795c24b62660527ade1d7a1ee33e8402ebf"><tt>8ec8d795</tt></a> chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 in /_examples (<a href="https://github.com/99designs/gqlgen/pull/3123">#&#8203;3123</a>)</summary> Bumps [golang.org/x/text](https://github.com/golang/text) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.15.0...v0.16.0) *** updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/d9ba340552d1adb25e32584b2a4d3dfc9e254d24"><tt>[`d9ba340`](https://github.com/99designs/gqlgen/commit/d9ba3405)</tt></a> v0.17.48 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> ### [`v0.17.48`](https://github.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01748---2024-06-06) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.47...v0.17.48) - <a href="https://github.com/99designs/gqlgen/commit/621350a1aaddf80e8ef4344367dde0f83c2c6511"><tt>[`621350a`](https://github.com/99designs/gqlgen/commit/621350a1)</tt></a> release v0.17.48 <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/fbf73ee1f0daecd78fc5f65634a4a9ae59d20255"><tt>fbf73ee1</tt></a> chore(deps-dev): bump vite from 5.2.11 to 5.2.12 in /integration (<a href="https://github.com/99designs/gqlgen/pull/3117">#&#8203;3117</a>)</summary> Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.11 to 5.2.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.12/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/e07134ab3e187fd878711973ff7b2cd886450cdc"><tt>e07134ab</tt></a> add option to omit panic handlers during development (<a href="https://github.com/99designs/gqlgen/pull/3114">#&#8203;3114</a>)</summary> see docs for motivation </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/1a7c6090e09cb16ba2469723d90278f537bd10a9"><tt>[`1a7c609`](https://github.com/99designs/gqlgen/commit/1a7c6090)</tt></a> refactor: fix gocritic lint issues (<a href="https://github.com/99designs/gqlgen/pull/3113">[#&#8203;3113](https://github.com/99designs/gqlgen/issues/3113)</a>) - <a href="https://github.com/99designs/gqlgen/commit/4114515fa0368c4afde831697e351820bb1ab039"><tt>[`4114515`](https://github.com/99designs/gqlgen/commit/4114515f)</tt></a> refactor: use errors.New instead of fmt.Errorf (<a href="https://github.com/99designs/gqlgen/pull/3112">[#&#8203;3112](https://github.com/99designs/gqlgen/issues/3112)</a>) - <a href="https://github.com/99designs/gqlgen/commit/93f6366dc7090e11045bbee310218947975d11e6"><tt>[`93f6366`](https://github.com/99designs/gqlgen/commit/93f6366d)</tt></a> Omit gqlgen version in config files used for tests (<a href="https://github.com/99designs/gqlgen/pull/3111">[#&#8203;3111](https://github.com/99designs/gqlgen/issues/3111)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/dae915d2f8f3614c08f40ac8bc1544a163e98559"><tt>dae915d2</tt></a> Correct dataloader example (<a href="https://github.com/99designs/gqlgen/pull/3110">#&#8203;3110</a>)</summary> Dataloader requires the value and error slice to be of equal length, in order to correctly return the values. Link: https://github.com/vikstrous/dataloadgen/blob/7de6ebe3d882737607ce2ba646e8d6ec652b32e3/dataloadgen_test.go#L19-L20 </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/bd9219ddac4d558aff036076a6b6959e920c491d"><tt>bd9219dd</tt></a> Go template function to split string into array of strings. (<a href="https://github.com/99designs/gqlgen/pull/3108">#&#8203;3108</a>)</summary> - added new template function to split string - StrSplit func to upper *** </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/6c83b9ea14bf09253abe95e4c932e064d2df6748"><tt>[`6c83b9e`](https://github.com/99designs/gqlgen/commit/6c83b9ea)</tt></a> Remove duplicated return_pointers_in_unmarshalinput explanation (<a href="https://github.com/99designs/gqlgen/pull/3109">[#&#8203;3109](https://github.com/99designs/gqlgen/issues/3109)</a>) - <a href="https://github.com/99designs/gqlgen/commit/d2a6bd5fb544cba3445a69aa33b81d4d31b2a90e"><tt>[`d2a6bd5`](https://github.com/99designs/gqlgen/commit/d2a6bd5f)</tt></a> refactor: fix testifylint.go-require lint issues (<a href="https://github.com/99designs/gqlgen/pull/3107">[#&#8203;3107](https://github.com/99designs/gqlgen/issues/3107)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/b18d02878e0e77ffb169cc9d7fc99afe25dc192b"><tt>b18d0287</tt></a> testifylint v1.3.0 fixes (<a href="https://github.com/99designs/gqlgen/pull/3103">#&#8203;3103</a>)</summary> - Resolve Merge conflict - Autofixes - Lots more fixes and formatting - Add one more - Apply suggestions from code review *** </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/bbb0c9590e8da828fe7192c9f5350ca7bda2418d"><tt>[`bbb0c95`](https://github.com/99designs/gqlgen/commit/bbb0c959)</tt></a> chore: fix tests, pin golangci-lint version (<a href="https://github.com/99designs/gqlgen/pull/3105">[#&#8203;3105](https://github.com/99designs/gqlgen/issues/3105)</a>) - <a href="https://github.com/99designs/gqlgen/commit/57e88b27b910d32ecb9bcbcb9edf60f8766bcc3b"><tt>[`57e88b2`](https://github.com/99designs/gqlgen/commit/57e88b27)</tt></a> Forgot the examples portion (<a href="https://github.com/99designs/gqlgen/pull/3101">[#&#8203;3101](https://github.com/99designs/gqlgen/issues/3101)</a>) - <a href="https://github.com/99designs/gqlgen/commit/ff77f8b2b6c69530cb4b029f7fa25f2a7158faaf"><tt>[`ff77f8b`](https://github.com/99designs/gqlgen/commit/ff77f8b2)</tt></a> Some minor test lint (<a href="https://github.com/99designs/gqlgen/pull/3102">[#&#8203;3102](https://github.com/99designs/gqlgen/issues/3102)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/90f2271e76999ab1a359db225e7fc7827753ff2a"><tt>90f2271e</tt></a> refactor: use t.Log instead of fmt.Print (<a href="https://github.com/99designs/gqlgen/pull/3099">#&#8203;3099</a>)</summary> - refactor: use t.Log instead of fmt.Printf - Add back failure context as to what errors happened and where *** </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/d7447c69147ead3fbf59e209e5419e86dce39cc1"><tt>[`d7447c6`](https://github.com/99designs/gqlgen/commit/d7447c69)</tt></a> refactor: rename local variables to match Go codestyle (<a href="https://github.com/99designs/gqlgen/pull/3100">[#&#8203;3100](https://github.com/99designs/gqlgen/issues/3100)</a>) - <a href="https://github.com/99designs/gqlgen/commit/834d832c05dd4a023b9f0a2d98eacba43a718f6b"><tt>[`834d832`](https://github.com/99designs/gqlgen/commit/834d832c)</tt></a> refactor: avoid panic in tests (<a href="https://github.com/99designs/gqlgen/pull/3098">[#&#8203;3098](https://github.com/99designs/gqlgen/issues/3098)</a>) - <a href="https://github.com/99designs/gqlgen/commit/71845858bdc47fa4cf8ff8abb36672e7af079206"><tt>[`7184585`](https://github.com/99designs/gqlgen/commit/71845858)</tt></a> Ignore gorilla/websocket 1.5.1 in dependabot (<a href="https://github.com/99designs/gqlgen/pull/3097">[#&#8203;3097](https://github.com/99designs/gqlgen/issues/3097)</a>) - <a href="https://github.com/99designs/gqlgen/commit/4ecfec907bffde2e50f4a96e7556bafaa6b5a241"><tt>[`4ecfec9`](https://github.com/99designs/gqlgen/commit/4ecfec90)</tt></a> Fix go install gqlgen binary (<a href="https://github.com/99designs/gqlgen/pull/3095">[#&#8203;3095](https://github.com/99designs/gqlgen/issues/3095)</a>) - <a href="https://github.com/99designs/gqlgen/commit/866075cd03250654561c15894f90628e50016e32"><tt>[`866075c`](https://github.com/99designs/gqlgen/commit/866075cd)</tt></a> refactor: simplify with strconv.FormatBool (<a href="https://github.com/99designs/gqlgen/pull/3094">[#&#8203;3094](https://github.com/99designs/gqlgen/issues/3094)</a>) - <a href="https://github.com/99designs/gqlgen/commit/ab19907d005e437f4d6365529363741f8b993afd"><tt>[`ab19907`](https://github.com/99designs/gqlgen/commit/ab19907d)</tt></a> refactor: UnmarshalID implementation (<a href="https://github.com/99designs/gqlgen/pull/3093">[#&#8203;3093](https://github.com/99designs/gqlgen/issues/3093)</a>) - <a href="https://github.com/99designs/gqlgen/commit/a9965fbd85f0f5aff1aebf2652d40fcd1ce6eb4f"><tt>[`a9965fb`](https://github.com/99designs/gqlgen/commit/a9965fbd)</tt></a> refactor: use 'any' instead of 'interface{}' for consistency (<a href="https://github.com/99designs/gqlgen/pull/3090">[#&#8203;3090](https://github.com/99designs/gqlgen/issues/3090)</a>) <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/d5c9f896419142f6378639b6eec93584fbf829ed"><tt>d5c9f896</tt></a> Embed extra fields config (<a href="https://github.com/99designs/gqlgen/pull/3088">#&#8203;3088</a>)</summary> *** </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/0b9e6f9c394f189f759c75755fb24371a4c77e46"><tt>0b9e6f9c</tt></a> chore(deps-dev): bump [@&#8203;apollo](https://github.com/apollo)/client in /integration (<a href="https://github.com/99designs/gqlgen/pull/3085">#&#8203;3085</a>)</summary> - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.10.3...v3.10.4) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> <dl><dd><details><summary><a href="https://github.com/99designs/gqlgen/commit/33aad657bf72c7fe710576026338b664015c0a7e"><tt>33aad657</tt></a> chore(deps-dev): bump [@&#8203;graphql](https://github.com/graphql)-codegen/client-preset in /integration (<a href="https://github.com/99designs/gqlgen/pull/3084">#&#8203;3084</a>)</summary> - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ... </details></dd></dl> - <a href="https://github.com/99designs/gqlgen/commit/58d6978ed7872bbbddff4a87d04368d537d1d52e"><tt>[`58d6978`](https://github.com/99designs/gqlgen/commit/58d6978e)</tt></a> v0.17.47 postrelease bump <!-- end of Commits --> <!-- end of Else --> <!-- end of If NoteGroups --> </details> <details> <summary>vektah/gqlparser (github.com/vektah/gqlparser/v2)</summary> ### [`v2.5.16`](https://github.com/vektah/gqlparser/releases/tag/v2.5.16) [Compare Source](https://github.com/vektah/gqlparser/compare/v2.5.15...v2.5.16) - Token limit fix CVE-2023-49559 by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/vektah/gqlparser/pull/306 - Only updated go.mod to retract buggy v2.15.13 and v2.15.14 releases **Full Changelog**: https://github.com/vektah/gqlparser/compare/v2.5.15...v2.5.16 ### [`v2.5.15`](https://github.com/vektah/gqlparser/releases/tag/v2.5.15) [Compare Source](https://github.com/vektah/gqlparser/compare/v2.5.14...v2.5.15) #### What's Changed - Revert ParseSchema default token limit of 1500, add ParseSchemaWithLimit, ParseSchemasWithLimit by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/vektah/gqlparser/pull/306 **Full Changelog**: https://github.com/vektah/gqlparser/compare/v2.5.14...v2.5.15 ### [`v2.5.14`](https://github.com/vektah/gqlparser/releases/tag/v2.5.14) [Compare Source](https://github.com/vektah/gqlparser/compare/v2.5.13...v2.5.14) #### What's Changed - Add ParseQueryWithLimit by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/vektah/gqlparser/pull/304 **Full Changelog**: https://github.com/vektah/gqlparser/compare/v2.5.13...v2.5.14 ### [`v2.5.13`](https://github.com/vektah/gqlparser/releases/tag/v2.5.13) [Compare Source](https://github.com/vektah/gqlparser/compare/v2.5.12...v2.5.13) #### What's Changed - Bump the actions-deps group in /validator/imported with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vektah/gqlparser/pull/298 - Bump prettier from 3.2.5 to 3.3.0 in /validator/imported in the actions-deps group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vektah/gqlparser/pull/299 - Bump the actions-deps group in /validator/imported with 7 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vektah/gqlparser/pull/301 - Bump braces from 3.0.2 to 3.0.3 in /validator/imported by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/vektah/gqlparser/pull/302 - Token limit fix CVE-2023-49559 by [@&#8203;uvzz](https://github.com/uvzz) in https://github.com/vektah/gqlparser/pull/291 #### New Contributors - [@&#8203;uvzz](https://github.com/uvzz) made their first contribution in https://github.com/vektah/gqlparser/pull/291 **Full Changelog**: https://github.com/vektah/gqlparser/compare/v2.5.12...v2.5.13 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-07-06 14:55:50 +02:00
Update all dependencies
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
1942bdc85a
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-07-06 14:55:50 +02:00
kjuulh force-pushed renovate/all from 1942bdc85a to 2e11a03e65 2024-09-14 02:00:39 +02:00 Compare
Author
Owner

ℹ Artifact update notice

File name: 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):

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

Details:

Package Change
go 1.19 -> 1.23.1
github.com/matryer/moq v0.3.4 -> v0.4.0
github.com/urfave/cli/v2 v2.27.2 -> v2.27.4
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 -> v0.0.0-20240521201337-686a1a2994c1
golang.org/x/mod v0.17.0 -> v0.20.0
golang.org/x/sys v0.20.0 -> v0.25.0
golang.org/x/tools v0.21.0 -> v0.24.0
### ℹ Artifact update notice ##### File name: 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): - 6 additional dependencies were updated - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :-------------------------- | :--------------------------------------------------------------------------- | | `go` | `1.19` -> `1.23.1` | | `github.com/matryer/moq` | `v0.3.4` -> `v0.4.0` | | `github.com/urfave/cli/v2` | `v2.27.2` -> `v2.27.4` | | `github.com/xrash/smetrics` | `v0.0.0-20240312152122-5f08fbb34913` -> `v0.0.0-20240521201337-686a1a2994c1` | | `golang.org/x/mod` | `v0.17.0` -> `v0.20.0` | | `golang.org/x/sys` | `v0.20.0` -> `v0.25.0` | | `golang.org/x/tools` | `v0.21.0` -> `v0.24.0` |
kjuulh force-pushed renovate/all from 2e11a03e65 to f0cde2d8fa 2024-09-15 02:00:42 +02:00 Compare
kjuulh force-pushed renovate/all from f0cde2d8fa to ce8d94f412 2024-09-17 02:00:39 +02:00 Compare
kjuulh force-pushed renovate/all from ce8d94f412 to 321f6aa468 2024-09-18 02:00:43 +02:00 Compare
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/acc-server#32
No description provided.