Skip to content

Commit 7ea8afc

Browse files
fix(deps): update module github.com/99designs/gqlgen to v0.17.49 (#241)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/99designs/gqlgen](https://togithub.com/99designs/gqlgen) | `v0.17.45` -> `v0.17.49` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2f99designs%2fgqlgen/v0.17.49?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2f99designs%2fgqlgen/v0.17.49?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2f99designs%2fgqlgen/v0.17.45/v0.17.49?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2f99designs%2fgqlgen/v0.17.45/v0.17.49?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>99designs/gqlgen (github.com/99designs/gqlgen)</summary> ### [`v0.17.49`](https://togithub.com/99designs/gqlgen/releases/tag/v0.17.49) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.48...v0.17.49) #### What's Changed - chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 in /\_examples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3123](https://togithub.com/99designs/gqlgen/pull/3123) - chore(deps-dev): bump vite from 5.2.12 to 5.2.13 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3126](https://togithub.com/99designs/gqlgen/pull/3126) - chore(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3124](https://togithub.com/99designs/gqlgen/pull/3124) - chore(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3125](https://togithub.com/99designs/gqlgen/pull/3125) - Linter update + add revive rules by [@&#8203;StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/3127](https://togithub.com/99designs/gqlgen/pull/3127) - chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.12 to 2.5.14 in the go_modules group by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3133](https://togithub.com/99designs/gqlgen/pull/3133) - chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /integration in the npm_and_yarn group by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3134](https://togithub.com/99designs/gqlgen/pull/3134) - [#&#8203;3118](https://togithub.com/99designs/gqlgen/issues/3118) Add token limit option to fix CVE-2023-49559 by [@&#8203;xaviergodart](https://togithub.com/xaviergodart) in [https://github.com/99designs/gqlgen/pull/3136](https://togithub.com/99designs/gqlgen/pull/3136) - refactor: add missed file.Close() and use t.TempDir() by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3137](https://togithub.com/99designs/gqlgen/pull/3137) #### New Contributors - [@&#8203;xaviergodart](https://togithub.com/xaviergodart) made their first contribution in [https://github.com/99designs/gqlgen/pull/3136](https://togithub.com/99designs/gqlgen/pull/3136) **Full Changelog**: 99designs/gqlgen@v0.17.48...v0.17.49 ### [`v0.17.48`](https://togithub.com/99designs/gqlgen/releases/tag/v0.17.48) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.47...v0.17.48) #### What's Changed - chore(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://togithub.com/graphql-codegen/client-preset) from 4.2.5 to 4.2.6 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3084](https://togithub.com/99designs/gqlgen/pull/3084) - chore(deps-dev): bump [@&#8203;apollo/client](https://togithub.com/apollo/client) from 3.10.3 to 3.10.4 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3085](https://togithub.com/99designs/gqlgen/pull/3085) - Embed extra fields config by [@&#8203;atzedus](https://togithub.com/atzedus) in [https://github.com/99designs/gqlgen/pull/3088](https://togithub.com/99designs/gqlgen/pull/3088) - refactor: use 'any' instead of 'interface{}' for consistency by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3090](https://togithub.com/99designs/gqlgen/pull/3090) - refactor: UnmarshalID implementation by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3093](https://togithub.com/99designs/gqlgen/pull/3093) - refactor: simplify with strconv.FormatBool by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3094](https://togithub.com/99designs/gqlgen/pull/3094) - Fix go install gqlgen binary by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3095](https://togithub.com/99designs/gqlgen/pull/3095) - Ignore gorilla/websocket 1.5.1 in dependabot by [@&#8203;StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/3097](https://togithub.com/99designs/gqlgen/pull/3097) - refactor: avoid panic in tests by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3098](https://togithub.com/99designs/gqlgen/pull/3098) - refactor: rename local variables to match Go codestyle by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3100](https://togithub.com/99designs/gqlgen/pull/3100) - refactor: use t.Log instead of fmt.Print by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3099](https://togithub.com/99designs/gqlgen/pull/3099) - Some minor test lint by [@&#8203;StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/3102](https://togithub.com/99designs/gqlgen/pull/3102) - ignore websocket v1.5.1 release for dependabot updates to the \_examples module by [@&#8203;StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/3101](https://togithub.com/99designs/gqlgen/pull/3101) - fix: tests failure, testifylint issues, pin golangci-lint version by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3105](https://togithub.com/99designs/gqlgen/pull/3105) - testifylint v1.3.0 fixes by [@&#8203;StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/3103](https://togithub.com/99designs/gqlgen/pull/3103) - refactor: fix testifylint lint issues in examples by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3107](https://togithub.com/99designs/gqlgen/pull/3107) - Remove duplicated return_pointers_in_unmarshalinput explanation by [@&#8203;cirelli94](https://togithub.com/cirelli94) in [https://github.com/99designs/gqlgen/pull/3109](https://togithub.com/99designs/gqlgen/pull/3109) - Go template function to split string into array of strings. by [@&#8203;khudayberdiyev25](https://togithub.com/khudayberdiyev25) in [https://github.com/99designs/gqlgen/pull/3108](https://togithub.com/99designs/gqlgen/pull/3108) - Correct dataloader example by [@&#8203;mpldr](https://togithub.com/mpldr) in [https://github.com/99designs/gqlgen/pull/3110](https://togithub.com/99designs/gqlgen/pull/3110) - Omit gqlgen version in config files used for tests by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3111](https://togithub.com/99designs/gqlgen/pull/3111) - refactor: use errors.New instead of fmt.Errorf where possible by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3112](https://togithub.com/99designs/gqlgen/pull/3112) - refactor: fix gocritic lint issues by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3113](https://togithub.com/99designs/gqlgen/pull/3113) - add option to omit panic handlers during development by [@&#8203;mpldr](https://togithub.com/mpldr) in [https://github.com/99designs/gqlgen/pull/3114](https://togithub.com/99designs/gqlgen/pull/3114) - chore(deps-dev): bump vite from 5.2.11 to 5.2.12 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3117](https://togithub.com/99designs/gqlgen/pull/3117) #### New Contributors - [@&#8203;cirelli94](https://togithub.com/cirelli94) made their first contribution in [https://github.com/99designs/gqlgen/pull/3109](https://togithub.com/99designs/gqlgen/pull/3109) - [@&#8203;khudayberdiyev25](https://togithub.com/khudayberdiyev25) made their first contribution in [https://github.com/99designs/gqlgen/pull/3108](https://togithub.com/99designs/gqlgen/pull/3108) - [@&#8203;mpldr](https://togithub.com/mpldr) made their first contribution in [https://github.com/99designs/gqlgen/pull/3110](https://togithub.com/99designs/gqlgen/pull/3110) **Full Changelog**: 99designs/gqlgen@v0.17.47...v0.17.48 ### [`v0.17.47`](https://togithub.com/99designs/gqlgen/releases/tag/v0.17.47) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.46...v0.17.47) ##### What's Changed - chore: simplify generating examples in release script by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3064](https://togithub.com/99designs/gqlgen/pull/3064) - refactor: compile regex only once by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3063](https://togithub.com/99designs/gqlgen/pull/3063) - refactor: simplify test asserts by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3061](https://togithub.com/99designs/gqlgen/pull/3061) - Fix typo in error message by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3065](https://togithub.com/99designs/gqlgen/pull/3065) - chore: remove deprecated errcheck.ignore lint option by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3062](https://togithub.com/99designs/gqlgen/pull/3062) - chore(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3069](https://togithub.com/99designs/gqlgen/pull/3069) - chore(deps): bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3071](https://togithub.com/99designs/gqlgen/pull/3071) - chore(deps-dev): bump [@&#8203;apollo/client](https://togithub.com/apollo/client) from 3.10.2 to 3.10.3 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3073](https://togithub.com/99designs/gqlgen/pull/3073) - chore(deps-dev): bump urql from 4.0.7 to 4.1.0 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3074](https://togithub.com/99designs/gqlgen/pull/3074) - chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3072](https://togithub.com/99designs/gqlgen/pull/3072) - chore(deps): bump github.com/sosodev/duration from 1.3.0 to 1.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3070](https://togithub.com/99designs/gqlgen/pull/3070) - Fix go mod tidy by [@&#8203;StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/3075](https://togithub.com/99designs/gqlgen/pull/3075) - Ability to inline extraFields configuration. New [@&#8203;goExtraField](https://togithub.com/goExtraField) directive. by [@&#8203;atzedus](https://togithub.com/atzedus) in [https://github.com/99designs/gqlgen/pull/3076](https://togithub.com/99designs/gqlgen/pull/3076) - Federation: Update docs to use IntrospectAndCompose by [@&#8203;frankywahl](https://togithub.com/frankywahl) in [https://github.com/99designs/gqlgen/pull/3077](https://togithub.com/99designs/gqlgen/pull/3077) - bugfix for [@&#8203;goField](https://togithub.com/goField) + [@&#8203;goExtraField](https://togithub.com/goExtraField) combination by [@&#8203;atzedus](https://togithub.com/atzedus) in [https://github.com/99designs/gqlgen/pull/3078](https://togithub.com/99designs/gqlgen/pull/3078) - Fix [#&#8203;2856](https://togithub.com/99designs/gqlgen/issues/2856): resolver receive previous implementation on render by [@&#8203;roneli](https://togithub.com/roneli) in [https://github.com/99designs/gqlgen/pull/2886](https://togithub.com/99designs/gqlgen/pull/2886) - Update gqlparser to v2.5.12 by [@&#8203;StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/3080](https://togithub.com/99designs/gqlgen/pull/3080) **Full Changelog**: 99designs/gqlgen@v0.17.46...v0.17.47 ### [`v0.17.46`](https://togithub.com/99designs/gqlgen/releases/tag/v0.17.46) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.45...v0.17.46) #### What's Changed - Bump [@&#8203;apollo/client](https://togithub.com/apollo/client) from 3.9.6 to 3.9.7 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2970](https://togithub.com/99designs/gqlgen/pull/2970) - Bump vitest from 1.3.1 to 1.4.0 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2972](https://togithub.com/99designs/gqlgen/pull/2972) - Bump vite from 5.1.5 to 5.1.6 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2971](https://togithub.com/99designs/gqlgen/pull/2971) - chore: remove repetitive words by [@&#8203;deterclosed](https://togithub.com/deterclosed) in [https://github.com/99designs/gqlgen/pull/2976](https://togithub.com/99designs/gqlgen/pull/2976) - Bump typescript from 5.4.2 to 5.4.3 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2979](https://togithub.com/99designs/gqlgen/pull/2979) - Bump vite from 5.1.6 to 5.2.6 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2978](https://togithub.com/99designs/gqlgen/pull/2978) - Bump [@&#8203;apollo/client](https://togithub.com/apollo/client) from 3.9.7 to 3.9.9 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2977](https://togithub.com/99designs/gqlgen/pull/2977) - Add UintID type binding by [@&#8203;nawivee](https://togithub.com/nawivee) in [https://github.com/99designs/gqlgen/pull/2980](https://togithub.com/99designs/gqlgen/pull/2980) - Bump [@&#8203;graphql-codegen/client-preset](https://togithub.com/graphql-codegen/client-preset) from 4.2.4 to 4.2.5 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2983](https://togithub.com/99designs/gqlgen/pull/2983) - Bump graphql-sse from 2.5.2 to 2.5.3 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2985](https://togithub.com/99designs/gqlgen/pull/2985) - Bump vite from 5.2.6 to 5.2.7 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2984](https://togithub.com/99designs/gqlgen/pull/2984) - enum values binding by [@&#8203;nikitacrit](https://togithub.com/nikitacrit) in [https://github.com/99designs/gqlgen/pull/2982](https://togithub.com/99designs/gqlgen/pull/2982) - fix: stop loading package dependencies by [@&#8203;agratta-silo](https://togithub.com/agratta-silo) in [https://github.com/99designs/gqlgen/pull/2988](https://togithub.com/99designs/gqlgen/pull/2988) - Bump typescript from 5.4.3 to 5.4.4 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2993](https://togithub.com/99designs/gqlgen/pull/2993) - Bump [@&#8203;apollo/client](https://togithub.com/apollo/client) from 3.9.9 to 3.9.10 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2994](https://togithub.com/99designs/gqlgen/pull/2994) - Update `tools.go` url by [@&#8203;38elements](https://togithub.com/38elements) in [https://github.com/99designs/gqlgen/pull/2987](https://togithub.com/99designs/gqlgen/pull/2987) - Bump vite from 5.2.7 to 5.2.8 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2992](https://togithub.com/99designs/gqlgen/pull/2992) - Bump golang.org/x/tools from 0.19.0 to 0.20.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2996](https://togithub.com/99designs/gqlgen/pull/2996) - Bump graphql-ws from 5.15.0 to 5.16.0 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2986](https://togithub.com/99designs/gqlgen/pull/2986) - Bump urql from 4.0.6 to 4.0.7 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2995](https://togithub.com/99designs/gqlgen/pull/2995) - Mark ctx as unused when no arguments for FieldContextFunc by [@&#8203;halkeye](https://togithub.com/halkeye) in [https://github.com/99designs/gqlgen/pull/2999](https://togithub.com/99designs/gqlgen/pull/2999) - chore: update Automatic Persisted Queries Link by [@&#8203;38elements](https://togithub.com/38elements) in [https://github.com/99designs/gqlgen/pull/3005](https://togithub.com/99designs/gqlgen/pull/3005) - fix: codegen will \_ the fieldset parameter if its not needed by [@&#8203;halkeye](https://togithub.com/halkeye) in [https://github.com/99designs/gqlgen/pull/3006](https://togithub.com/99designs/gqlgen/pull/3006) - Bump vitest from 1.4.0 to 1.5.0 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3012](https://togithub.com/99designs/gqlgen/pull/3012) - Bump typescript from 5.4.4 to 5.4.5 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3010](https://togithub.com/99designs/gqlgen/pull/3010) - Bump [@&#8203;apollo/client](https://togithub.com/apollo/client) from 3.9.10 to 3.9.11 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3011](https://togithub.com/99designs/gqlgen/pull/3011) - Bump vite from 5.2.8 to 5.2.10 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3015](https://togithub.com/99designs/gqlgen/pull/3015) - chore: fix some typos in comments by [@&#8203;knowmost](https://togithub.com/knowmost) in [https://github.com/99designs/gqlgen/pull/3020](https://togithub.com/99designs/gqlgen/pull/3020) - chore: remove unused lint.txt by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3017](https://togithub.com/99designs/gqlgen/pull/3017) - Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3026](https://togithub.com/99designs/gqlgen/pull/3026) - Bump github.com/rs/cors from 1.10.1 to 1.11.0 in /\_examples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3025](https://togithub.com/99designs/gqlgen/pull/3025) - Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3023](https://togithub.com/99designs/gqlgen/pull/3023) - Bump [@&#8203;apollo/client](https://togithub.com/apollo/client) from 3.9.11 to 3.10.1 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3022](https://togithub.com/99designs/gqlgen/pull/3022) - Bump vitest from 1.5.0 to 1.5.2 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3021](https://togithub.com/99designs/gqlgen/pull/3021) - Bump github.com/sosodev/duration from 1.2.0 to 1.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3024](https://togithub.com/99designs/gqlgen/pull/3024) - Fix test asserts: reverse expected and actual params by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3027](https://togithub.com/99designs/gqlgen/pull/3027) - refactor: simplify tests for `api.Generate` by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3031](https://togithub.com/99designs/gqlgen/pull/3031) - Improve federation resolver selection by [@&#8203;clayne11](https://togithub.com/clayne11) in [https://github.com/99designs/gqlgen/pull/3029](https://togithub.com/99designs/gqlgen/pull/3029) - chore: `run.skip-dirs` is deprecated in golangci-lint v1.57 by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3034](https://togithub.com/99designs/gqlgen/pull/3034) - chore: remove redundant empty lines by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3035](https://togithub.com/99designs/gqlgen/pull/3035) - refactor: change test asserts to be more idiomatic by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3036](https://togithub.com/99designs/gqlgen/pull/3036) - docs: fix links to the docs latest version by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3038](https://togithub.com/99designs/gqlgen/pull/3038) - Fix codegen config tests: add file closing by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3037](https://togithub.com/99designs/gqlgen/pull/3037) - chore: remove deprecated build constraint by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3041](https://togithub.com/99designs/gqlgen/pull/3041) - chore: lint \_examples directory by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3042](https://togithub.com/99designs/gqlgen/pull/3042) - Add initial cache tests for MapCache and NoCache by [@&#8203;shion0625](https://togithub.com/shion0625) in [https://github.com/99designs/gqlgen/pull/3040](https://togithub.com/99designs/gqlgen/pull/3040) - enum values binding v2 by [@&#8203;nikitacrit](https://togithub.com/nikitacrit) in [https://github.com/99designs/gqlgen/pull/3014](https://togithub.com/99designs/gqlgen/pull/3014) - chore: simplify go generate in examples by [@&#8203;alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3033](https://togithub.com/99designs/gqlgen/pull/3033) - chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3054](https://togithub.com/99designs/gqlgen/pull/3054) - chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 in /\_examples by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3053](https://togithub.com/99designs/gqlgen/pull/3053) - chore(deps): bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3050](https://togithub.com/99designs/gqlgen/pull/3050) - chore(deps-dev): bump [@&#8203;apollo/client](https://togithub.com/apollo/client) from 3.10.1 to 3.10.2 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3049](https://togithub.com/99designs/gqlgen/pull/3049) - chore(deps-dev): bump vitest from 1.5.2 to 1.6.0 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3048](https://togithub.com/99designs/gqlgen/pull/3048) - chore(deps): bump github.com/PuerkitoBio/goquery from 1.9.1 to 1.9.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3051](https://togithub.com/99designs/gqlgen/pull/3051) - chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3052](https://togithub.com/99designs/gqlgen/pull/3052) - chore(deps-dev): bump vite from 5.2.10 to 5.2.11 in /integration by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3047](https://togithub.com/99designs/gqlgen/pull/3047) - fix: failed to build \_examples/websocket-initfunc/server/server.go ([#&#8203;3055](https://togithub.com/99designs/gqlgen/issues/3055)) by [@&#8203;Reimei1213](https://togithub.com/Reimei1213) in [https://github.com/99designs/gqlgen/pull/3058](https://togithub.com/99designs/gqlgen/pull/3058) #### New Contributors - [@&#8203;deterclosed](https://togithub.com/deterclosed) made their first contribution in [https://github.com/99designs/gqlgen/pull/2976](https://togithub.com/99designs/gqlgen/pull/2976) - [@&#8203;nawivee](https://togithub.com/nawivee) made their first contribution in [https://github.com/99designs/gqlgen/pull/2980](https://togithub.com/99designs/gqlgen/pull/2980) - [@&#8203;nikitacrit](https://togithub.com/nikitacrit) made their first contribution in [https://github.com/99designs/gqlgen/pull/2982](https://togithub.com/99designs/gqlgen/pull/2982) - [@&#8203;agratta-silo](https://togithub.com/agratta-silo) made their first contribution in [https://github.com/99designs/gqlgen/pull/2988](https://togithub.com/99designs/gqlgen/pull/2988) - [@&#8203;38elements](https://togithub.com/38elements) made their first contribution in [https://github.com/99designs/gqlgen/pull/2987](https://togithub.com/99designs/gqlgen/pull/2987) - [@&#8203;halkeye](https://togithub.com/halkeye) made their first contribution in [https://github.com/99designs/gqlgen/pull/2999](https://togithub.com/99designs/gqlgen/pull/2999) - [@&#8203;knowmost](https://togithub.com/knowmost) made their first contribution in [https://github.com/99designs/gqlgen/pull/3020](https://togithub.com/99designs/gqlgen/pull/3020) - [@&#8203;alexandear](https://togithub.com/alexandear) made their first contribution in [https://github.com/99designs/gqlgen/pull/3017](https://togithub.com/99designs/gqlgen/pull/3017) - [@&#8203;shion0625](https://togithub.com/shion0625) made their first contribution in [https://github.com/99designs/gqlgen/pull/3040](https://togithub.com/99designs/gqlgen/pull/3040) - [@&#8203;Reimei1213](https://togithub.com/Reimei1213) made their first contribution in [https://github.com/99designs/gqlgen/pull/3058](https://togithub.com/99designs/gqlgen/pull/3058) **Full Changelog**: 99designs/gqlgen@v0.17.45...v0.17.46 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/infratographer/x). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9424fbf commit 7ea8afc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.22.1
77
require (
88
entgo.io/contrib v0.4.5
99
entgo.io/ent v0.13.1
10-
github.com/99designs/gqlgen v0.17.45
10+
github.com/99designs/gqlgen v0.17.49
1111
github.com/MicahParks/jwkset v0.5.17
1212
github.com/MicahParks/keyfunc/v3 v3.3.2
1313
github.com/XSAM/otelsql v0.32.0
@@ -35,7 +35,7 @@ require (
3535
github.com/spf13/viper v1.18.2
3636
github.com/testcontainers/testcontainers-go v0.29.1
3737
github.com/testcontainers/testcontainers-go/modules/postgres v0.29.1
38-
github.com/vektah/gqlparser/v2 v2.5.14
38+
github.com/vektah/gqlparser/v2 v2.5.16
3939
github.com/zsais/go-gin-prometheus v0.1.0
4040
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.53.0
4141
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.53.0
@@ -109,7 +109,7 @@ require (
109109
github.com/sethvargo/go-retry v0.2.4 // indirect
110110
github.com/shirou/gopsutil/v3 v3.23.12 // indirect
111111
github.com/shoenig/go-m1cpu v0.1.6 // indirect
112-
github.com/sosodev/duration v1.2.0 // indirect
112+
github.com/sosodev/duration v1.3.1 // indirect
113113
github.com/sourcegraph/conc v0.3.0 // indirect
114114
github.com/stretchr/objx v0.5.2 // indirect
115115
github.com/tklauser/go-sysconf v0.3.12 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ entgo.io/ent v0.13.1 h1:uD8QwN1h6SNphdCCzmkMN3feSUzNnVvV/WIkHKMbzOE=
88
entgo.io/ent v0.13.1/go.mod h1:qCEmo+biw3ccBn9OyL4ZK5dfpwg++l1Gxwac5B1206A=
99
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
1010
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
11-
github.com/99designs/gqlgen v0.17.45 h1:bH0AH67vIJo8JKNKPJP+pOPpQhZeuVRQLf53dKIpDik=
12-
github.com/99designs/gqlgen v0.17.45/go.mod h1:Bas0XQ+Jiu/Xm5E33jC8sES3G+iC2esHBMXcq0fUPs0=
11+
github.com/99designs/gqlgen v0.17.49 h1:b3hNGexHd33fBSAd4NDT/c3NCcQzcAVkknhN9ym36YQ=
12+
github.com/99designs/gqlgen v0.17.49/go.mod h1:tC8YFVZMed81x7UJ7ORUwXF4Kn6SXuucFqQBhN8+BU0=
1313
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 h1:bvDV9vkmnHYOMsOr4WLk+Vo07yKIzd94sVoIqshQ4bU=
1414
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24/go.mod h1:8o94RPi1/7XTJvwPpRSzSUedZrtlirdB3r9Z20bi2f8=
1515
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25UVaW/CKtUDjefjrs0SPonmDGUVOYP0=
@@ -337,8 +337,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
337337
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
338338
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262 h1:unQFBIznI+VYD1/1fApl1A+9VcBk+9dcqGfnePY87LY=
339339
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262/go.mod h1:MyOHs9Po2fbM1LHej6sBUT8ozbxmMOFG+E+rx/GSGuc=
340-
github.com/sosodev/duration v1.2.0 h1:pqK/FLSjsAADWY74SyWDCjOcd5l7H8GSnnOGEB9A1Us=
341-
github.com/sosodev/duration v1.2.0/go.mod h1:RQIBBX0+fMLc/D9+Jb/fwvVmo0eZvDDEERAikUR6SDg=
340+
github.com/sosodev/duration v1.3.1 h1:qtHBDMQ6lvMQsL15g4aopM4HEfOaYuhWBw3NPTtlqq4=
341+
github.com/sosodev/duration v1.3.1/go.mod h1:RQIBBX0+fMLc/D9+Jb/fwvVmo0eZvDDEERAikUR6SDg=
342342
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
343343
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
344344
github.com/spf13/afero v1.11.0 h1:WJQKhtpdm3v2IzqG8VMqrr6Rf3UYpEF239Jy9wNepM8=
@@ -385,8 +385,8 @@ github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6Kllzaw
385385
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
386386
github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=
387387
github.com/valyala/fasttemplate v1.2.2/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ=
388-
github.com/vektah/gqlparser/v2 v2.5.14 h1:dzLq75BJe03jjQm6n56PdH1oweB8ana42wj7E4jRy70=
389-
github.com/vektah/gqlparser/v2 v2.5.14/go.mod h1:WQQjFc+I1YIzoPvZBhUQX7waZgg3pMLi0r8KymvAE2w=
388+
github.com/vektah/gqlparser/v2 v2.5.16 h1:1gcmLTvs3JLKXckwCwlUagVn/IlV2bwqle0vJ0vy5p8=
389+
github.com/vektah/gqlparser/v2 v2.5.16/go.mod h1:1lz1OeCqgQbQepsGxPVywrjdBHW2T08PUS3pJqepRww=
390390
github.com/vertica/vertica-sql-go v1.3.3 h1:fL+FKEAEy5ONmsvya2WH5T8bhkvY27y/Ik3ReR2T+Qw=
391391
github.com/vertica/vertica-sql-go v1.3.3/go.mod h1:jnn2GFuv+O2Jcjktb7zyc4Utlbu9YVqpHH/lx63+1M4=
392392
github.com/vmihailenco/msgpack/v4 v4.3.12/go.mod h1:gborTTJjAo/GWTqqRjrLCn9pgNN+NXzzngzBKDPIqw4=

0 commit comments

Comments
 (0)