xplorfin / gql-bigint

A BigInt scalar implementation for gqlgen-based GraphQL projects
MIT License
2 stars 0 forks source link

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

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

99designs/gqlgen (github.com/99designs/gqlgen) ### [`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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3134](https://togithub.com/99designs/gqlgen/pull/3134) - [#​3118](https://togithub.com/99designs/gqlgen/issues/3118) Add token limit option to fix CVE-2023-49559 by [@​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 [@​alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3137](https://togithub.com/99designs/gqlgen/pull/3137) #### New Contributors - [@​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**: https://github.com/99designs/gqlgen/compare/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 [@​graphql-codegen/client-preset](https://togithub.com/graphql-codegen/client-preset) from 4.2.5 to 4.2.6 in /integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3084](https://togithub.com/99designs/gqlgen/pull/3084) - chore(deps-dev): bump [@​apollo/client](https://togithub.com/apollo/client) from 3.10.3 to 3.10.4 in /integration by [@​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 [@​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 [@​alexandear](https://togithub.com/alexandear) in [https://github.com/99designs/gqlgen/pull/3090](https://togithub.com/99designs/gqlgen/pull/3090) - refactor: UnmarshalID implementation by [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​khudayberdiyev25](https://togithub.com/khudayberdiyev25) in [https://github.com/99designs/gqlgen/pull/3108](https://togithub.com/99designs/gqlgen/pull/3108) - Correct dataloader example by [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3117](https://togithub.com/99designs/gqlgen/pull/3117) #### New Contributors - [@​cirelli94](https://togithub.com/cirelli94) made their first contribution in [https://github.com/99designs/gqlgen/pull/3109](https://togithub.com/99designs/gqlgen/pull/3109) - [@​khudayberdiyev25](https://togithub.com/khudayberdiyev25) made their first contribution in [https://github.com/99designs/gqlgen/pull/3108](https://togithub.com/99designs/gqlgen/pull/3108) - [@​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**: https://github.com/99designs/gqlgen/compare/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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3071](https://togithub.com/99designs/gqlgen/pull/3071) - chore(deps-dev): bump [@​apollo/client](https://togithub.com/apollo/client) from 3.10.2 to 3.10.3 in /integration by [@​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 [@​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 [@​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 [@​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 [@​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 [@​goExtraField](https://togithub.com/goExtraField) directive. by [@​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 [@​frankywahl](https://togithub.com/frankywahl) in [https://github.com/99designs/gqlgen/pull/3077](https://togithub.com/99designs/gqlgen/pull/3077) - bugfix for [@​goField](https://togithub.com/goField) + [@​goExtraField](https://togithub.com/goExtraField) combination by [@​atzedus](https://togithub.com/atzedus) in [https://github.com/99designs/gqlgen/pull/3078](https://togithub.com/99designs/gqlgen/pull/3078) - Fix [#​2856](https://togithub.com/99designs/gqlgen/issues/2856): resolver receive previous implementation on render by [@​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 [@​StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/3080](https://togithub.com/99designs/gqlgen/pull/3080) **Full Changelog**: https://github.com/99designs/gqlgen/compare/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 [@​apollo/client](https://togithub.com/apollo/client) from 3.9.6 to 3.9.7 in /integration by [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2978](https://togithub.com/99designs/gqlgen/pull/2978) - Bump [@​apollo/client](https://togithub.com/apollo/client) from 3.9.7 to 3.9.9 in /integration by [@​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 [@​nawivee](https://togithub.com/nawivee) in [https://github.com/99designs/gqlgen/pull/2980](https://togithub.com/99designs/gqlgen/pull/2980) - Bump [@​graphql-codegen/client-preset](https://togithub.com/graphql-codegen/client-preset) from 4.2.4 to 4.2.5 in /integration by [@​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 [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2984](https://togithub.com/99designs/gqlgen/pull/2984) - enum values binding by [@​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 [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2993](https://togithub.com/99designs/gqlgen/pull/2993) - Bump [@​apollo/client](https://togithub.com/apollo/client) from 3.9.9 to 3.9.10 in /integration by [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3010](https://togithub.com/99designs/gqlgen/pull/3010) - Bump [@​apollo/client](https://togithub.com/apollo/client) from 3.9.10 to 3.9.11 in /integration by [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3023](https://togithub.com/99designs/gqlgen/pull/3023) - Bump [@​apollo/client](https://togithub.com/apollo/client) from 3.9.11 to 3.10.1 in /integration by [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/3050](https://togithub.com/99designs/gqlgen/pull/3050) - chore(deps-dev): bump [@​apollo/client](https://togithub.com/apollo/client) from 3.10.1 to 3.10.2 in /integration by [@​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 [@​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 [@​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 [@​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 [@​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 ([#​3055](https://togithub.com/99designs/gqlgen/issues/3055)) by [@​Reimei1213](https://togithub.com/Reimei1213) in [https://github.com/99designs/gqlgen/pull/3058](https://togithub.com/99designs/gqlgen/pull/3058) #### New Contributors - [@​deterclosed](https://togithub.com/deterclosed) made their first contribution in [https://github.com/99designs/gqlgen/pull/2976](https://togithub.com/99designs/gqlgen/pull/2976) - [@​nawivee](https://togithub.com/nawivee) made their first contribution in [https://github.com/99designs/gqlgen/pull/2980](https://togithub.com/99designs/gqlgen/pull/2980) - [@​nikitacrit](https://togithub.com/nikitacrit) made their first contribution in [https://github.com/99designs/gqlgen/pull/2982](https://togithub.com/99designs/gqlgen/pull/2982) - [@​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) - [@​38elements](https://togithub.com/38elements) made their first contribution in [https://github.com/99designs/gqlgen/pull/2987](https://togithub.com/99designs/gqlgen/pull/2987) - [@​halkeye](https://togithub.com/halkeye) made their first contribution in [https://github.com/99designs/gqlgen/pull/2999](https://togithub.com/99designs/gqlgen/pull/2999) - [@​knowmost](https://togithub.com/knowmost) made their first contribution in [https://github.com/99designs/gqlgen/pull/3020](https://togithub.com/99designs/gqlgen/pull/3020) - [@​alexandear](https://togithub.com/alexandear) made their first contribution in [https://github.com/99designs/gqlgen/pull/3017](https://togithub.com/99designs/gqlgen/pull/3017) - [@​shion0625](https://togithub.com/shion0625) made their first contribution in [https://github.com/99designs/gqlgen/pull/3040](https://togithub.com/99designs/gqlgen/pull/3040) - [@​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**: https://github.com/99designs/gqlgen/compare/v0.17.45...v0.17.46 ### [`v0.17.45`](https://togithub.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01745---2024-03-11) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.44...v0.17.45) - [`b6d1a8b`](https://togithub.com/99designs/gqlgen/commit/b6d1a8b9) release v0.17.45
a854eb65 Bump golang.org/x/tools from 0.18.0 to 0.19.0 (#​2963) - Bump golang.org/x/tools from 0.18.0 to 0.19.0 Bumps [golang.org/x/tools](https://togithub.com/golang/tools) from 0.18.0 to 0.19.0. - [Release notes](https://togithub.com/golang/tools/releases) - [Commits](https://togithub.com/golang/tools/compare/v0.18.0...v0.19.0) *** updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... - Go mod tidy examples and websocket ***
908498e3 Bump typescript from 5.3.3 to 5.4.2 in /integration (#​2960) Bumps [typescript](https://togithub.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2. - [Release notes](https://togithub.com/Microsoft/TypeScript/releases) - [Changelog](https://togithub.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://togithub.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2) *** updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ...
6e77359b Bump vite from 5.1.4 to 5.1.5 in /integration (#​2961) Bumps [vite](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.1.5. - [Release notes](https://togithub.com/vitejs/vite/releases) - [Changelog](https://togithub.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://togithub.com/vitejs/vite/commits/v5.1.5/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ...
361cb189 Bump [@​apollo](https://togithub.com/apollo)/client from 3.9.5 to 3.9.6 in /integration (#​2962) - [Release notes](https://togithub.com/apollographql/apollo-client/releases) - [Changelog](https://togithub.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://togithub.com/apollographql/apollo-client/compare/v3.9.5...v3.9.6) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ...
d2271d8f Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#​2964) Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. *** updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ...
- [`caf1faa`](https://togithub.com/99designs/gqlgen/commit/caf1faa7) Add case for resolvers_always_return_pointers:false ([#​2966](https://togithub.com/99designs/gqlgen/issues/2966)) - [`0d24aa9`](https://togithub.com/99designs/gqlgen/commit/0d24aa9b) handle models in federation pkg ([#​2965](https://togithub.com/99designs/gqlgen/issues/2965)) - [`2aa9bbb`](https://togithub.com/99designs/gqlgen/commit/2aa9bbb4) fix(docs): convert an unnecessarily capitalized word in the middle of sentences to lowercase ([#​2959](https://togithub.com/99designs/gqlgen/issues/2959)) - [`bc72cd8`](https://togithub.com/99designs/gqlgen/commit/bc72cd8c) Add option to omit resolver fields from models ([#​2957](https://togithub.com/99designs/gqlgen/issues/2957))
95f9dc79 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#​2953) Bumps [github.com/stretchr/testify](https://togithub.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://togithub.com/stretchr/testify/releases) - [Commits](https://togithub.com/stretchr/testify/compare/v1.8.4...v1.9.0) *** updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ...
fbcceec2 Bump github.com/PuerkitoBio/goquery from 1.9.0 to 1.9.1 (#​2954) - Bump github.com/PuerkitoBio/goquery from 1.9.0 to 1.9.1 Bumps [github.com/PuerkitoBio/goquery](https://togithub.com/PuerkitoBio/goquery) from 1.9.0 to 1.9.1. - [Release notes](https://togithub.com/PuerkitoBio/goquery/releases) - [Commits](https://togithub.com/PuerkitoBio/goquery/compare/v1.9.0...v1.9.1) *** updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-patch ... - mod tidy examples ***
c15af8ce Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /_examples (#​2955) Bumps [github.com/stretchr/testify](https://togithub.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://togithub.com/stretchr/testify/releases) - [Commits](https://togithub.com/stretchr/testify/compare/v1.8.4...v1.9.0) *** updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ...
1993b3aa Bump vitest from 1.3.0 to 1.3.1 in /integration (#​2946) Bumps [vitest](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.3.0 to 1.3.1. - [Release notes](https://togithub.com/vitest-dev/vitest/releases) - [Commits](https://togithub.com/vitest-dev/vitest/commits/v1.3.1/packages/vitest) *** updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch ...
d16c6adc Bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.0 (#​2943) - Bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.0 Bumps [github.com/PuerkitoBio/goquery](https://togithub.com/PuerkitoBio/goquery) from 1.8.1 to 1.9.0. - [Release notes](https://togithub.com/PuerkitoBio/goquery/releases) - [Commits](https://togithub.com/PuerkitoBio/goquery/compare/v1.8.1...v1.9.0) *** updated-dependencies: - dependency-name: github.com/PuerkitoBio/goquery dependency-type: direct:production update-type: version-update:semver-minor ... - Tidy examples ***
be74b6a0 Bump [@​graphql](https://togithub.com/graphql)-codegen/client-preset from 4.2.2 to 4.2.4 in /integration (#​2945) - [Release notes](https://togithub.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://togithub.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ...
90aa9243 Bump [@​graphql](https://togithub.com/graphql)-codegen/introspection from 4.0.2 to 4.0.3 in /integration (#​2944) - [Release notes](https://togithub.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://togithub.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/other/introspection/CHANGELOG.md) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ...
137ddbd3 Bump vite from 5.1.3 to 5.1.4 in /integration (#​2947) Bumps [vite](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.3 to 5.1.4. - [Release notes](https://togithub.com/vitejs/vite/releases) - [Changelog](https://togithub.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://togithub.com/vitejs/vite/commits/v5.1.4/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ...
15cef76f Optionally render entity requires populator function for advanced [@​requires](https://togithub.com/requires) use cases (#​2884) (closes #​1) - Adding generation of new functions to populate requires representations. WIP. - Something. - Adding config option for Package to allow for enabling flags. Added flag to render explicit requires function. - Adding explicit requires testsing and make requires follow federation package. - Fix test failure. - Using embeded template like federation gotpl. Fix rewriter not using correct dir. - Update generated code. - Adding initial docs for explicit requires - Add example docs for explicit requires - Adding ordering fix. - Regenerate. ***
e186813e Bump golang.org/x/tools from 0.17.0 to 0.18.0 (#​2940) - Bump golang.org/x/tools from 0.17.0 to 0.18.0 Bumps [golang.org/x/tools](https://togithub.com/golang/tools) from 0.17.0 to 0.18.0. - [Release notes](https://togithub.com/golang/tools/releases) - [Commits](https://togithub.com/golang/tools/compare/v0.17.0...v0.18.0) *** updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... - Update example module ***
e1fb6c03 Bump vite from 5.1.1 to 5.1.3 in /integration (#​2936) Bumps [vite](https://togithub.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.1 to 5.1.3. - [Release notes](https://togithub.com/vitejs/vite/releases) - [Changelog](https://togithub.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://togithub.com/vitejs/vite/commits/v5.1.3/packages/vite) *** updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ...
1ff1107e Bump graphql-ws from 5.14.3 to 5.15.0 in /integration (#​2935) Bumps [graphql-ws](https://togithub.com/enisdenjo/graphql-ws) from 5.14.3 to 5.15.0. - [Release notes](https://togithub.com/enisdenjo/graphql-ws/releases) - [Changelog](https://togithub.com/enisdenjo/graphql-ws/blob/master/CHANGELOG.md) - [Commits](https://togithub.com/enisdenjo/graphql-ws/compare/v5.14.3...v5.15.0) *** updated-dependencies: - dependency-name: graphql-ws dependency-type: direct:development update-type: version-update:semver-minor ...
d4696f88 Bump vitest from 1.2.2 to 1.3.0 in /integration (#​2937) Bumps [vitest](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 1.2.2 to 1.3.0. - [Release notes](https://togithub.com/vitest-dev/vitest/releases) - [Commits](https://togithub.com/vitest-dev/vitest/commits/v1.3.0/packages/vitest) *** updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-minor ...
4808f0db Bump [@​apollo](https://togithub.com/apollo)/client from 3.9.4 to 3.9.5 in /integration (#​2938) - [Release notes](https://togithub.com/apollographql/apollo-client/releases) - [Changelog](https://togithub.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://togithub.com/apollographql/apollo-client/compare/v3.9.4...v3.9.5) *** updated-dependencies: dependency-type: direct:development update-type: version-update:semver-patch ...
a96e3395 Bump github.com/matryer/moq from 0.3.3 to 0.3.4 (#​2939) Bumps [github.com/matryer/moq](https://togithub.com/matryer/moq) from 0.3.3 to 0.3.4. - [Release notes](https://togithub.com/matryer/moq/releases) - [Changelog](https://togithub.com/matryer/moq/blob/main/.goreleaser.yml) - [Commits](https://togithub.com/matryer/moq/compare/v0.3.3...v0.3.4) *** updated-dependencies: - dependency-name: github.com/matryer/moq dependency-type: direct:production update-type: version-update:semver-patch ...
- [`7ca35b1`](https://togithub.com/99designs/gqlgen/commit/7ca35b11) v0.17.44 postrelease bump ### [`v0.17.44`](https://togithub.com/99designs/gqlgen/releases/tag/v0.17.44) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.43...v0.17.44) #### What's Changed - Bump vite from 4.3.9 to 4.5.2 in /integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2885](https://togithub.com/99designs/gqlgen/pull/2885) - Update federation plugin by [@​trevor-scheer](https://togithub.com/trevor-scheer) in [https://github.com/99designs/gqlgen/pull/2876](https://togithub.com/99designs/gqlgen/pull/2876) - Work with https://specs.apollo.dev/federation/v2.x by [@​StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/2891](https://togithub.com/99designs/gqlgen/pull/2891) - Update x/tools and add go v1.21,v1.22 in CI workflows by [@​ryicoh](https://togithub.com/ryicoh) in [https://github.com/99designs/gqlgen/pull/2894](https://togithub.com/99designs/gqlgen/pull/2894) - Bump actions/setup-go from 3 to 5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2900](https://togithub.com/99designs/gqlgen/pull/2900) - Bump actions/checkout from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2903](https://togithub.com/99designs/gqlgen/pull/2903) - Bump actions/setup-node from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2910](https://togithub.com/99designs/gqlgen/pull/2910) - Bump nick-fields/retry from 2 to 3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2907](https://togithub.com/99designs/gqlgen/pull/2907) - Bump golangci/golangci-lint-action from 3.5.0 to 3.7.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2896](https://togithub.com/99designs/gqlgen/pull/2896) - Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 in /\_examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2897](https://togithub.com/99designs/gqlgen/pull/2897) - Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 in /\_examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2901](https://togithub.com/99designs/gqlgen/pull/2901) - Bump github.com/matryer/moq from 0.2.7 to 0.3.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2902](https://togithub.com/99designs/gqlgen/pull/2902) - Bump vitest from 0.32.0 to 1.2.2 in /integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2919](https://togithub.com/99designs/gqlgen/pull/2919) - Bump styled-components from 5.3.11 to 6.1.8 in /\_examples/chat by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2905](https://togithub.com/99designs/gqlgen/pull/2905) - Bump graphql-sse from 2.1.4 to 2.5.2 in /integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2913](https://togithub.com/99designs/gqlgen/pull/2913) - Bump typescript from 4.9.5 to 5.3.3 in /\_examples/chat by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2917](https://togithub.com/99designs/gqlgen/pull/2917) - Bump react-scripts from 2.1.8 to 5.0.1 in /\_examples/chat by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2914](https://togithub.com/99designs/gqlgen/pull/2914) - Bump github.com/urfave/cli/v2 from 2.25.5 to 2.27.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2912](https://togithub.com/99designs/gqlgen/pull/2912) - Bump subscriptions-transport-ws from 0.9.19 to 0.11.0 in /\_examples/chat by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2911](https://togithub.com/99designs/gqlgen/pull/2911) - Bump github.com/google/uuid from 1.3.0 to 1.6.0 in /\_examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2909](https://togithub.com/99designs/gqlgen/pull/2909) - Bump github.com/rs/cors from 1.9.0 to 1.10.1 in /\_examples by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2904](https://togithub.com/99designs/gqlgen/pull/2904) - Bump graphql from 14.7.0 to 16.8.1 in /\_examples/chat by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2899](https://togithub.com/99designs/gqlgen/pull/2899) - Bump jest from 25.5.4 to 29.7.0 in /\_examples/federation by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2920](https://togithub.com/99designs/gqlgen/pull/2920) - Bump typescript from 5.1.3 to 5.3.3 in /integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2921](https://togithub.com/99designs/gqlgen/pull/2921) - Bump [@​graphql-codegen/schema-ast](https://togithub.com/graphql-codegen/schema-ast) from 4.0.0 to 4.0.2 in /integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2918](https://togithub.com/99designs/gqlgen/pull/2918) - Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2908](https://togithub.com/99designs/gqlgen/pull/2908) - Bump urql from 4.0.4 to 4.0.6 in /integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2906](https://togithub.com/99designs/gqlgen/pull/2906) - Bump github.com/hashicorp/golang-lru/v2 from 2.0.3 to 2.0.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2915](https://togithub.com/99designs/gqlgen/pull/2915) - Bump node-fetch from 2.7.0 to 3.3.2 in /\_examples/federation by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2916](https://togithub.com/99designs/gqlgen/pull/2916) - graphql/uint: Fix unmarshalling of negative numbers by [@​mnPanic](https://togithub.com/mnPanic) in [https://github.com/99designs/gqlgen/pull/2922](https://togithub.com/99designs/gqlgen/pull/2922) - Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2928](https://togithub.com/99designs/gqlgen/pull/2928) - Bump github.com/google/uuid from 1.3.0 to 1.6.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2924](https://togithub.com/99designs/gqlgen/pull/2924) - Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2925](https://togithub.com/99designs/gqlgen/pull/2925) - Bump google.golang.org/protobuf from 1.30.0 to 1.32.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2926](https://togithub.com/99designs/gqlgen/pull/2926) - Bump react from 16.14.0 to 18.2.0 in /\_examples/chat by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2929](https://togithub.com/99designs/gqlgen/pull/2929) - Bump vite from 4.5.2 to 5.1.1 in /integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2931](https://togithub.com/99designs/gqlgen/pull/2931) - Bump [@​graphql-codegen/cli](https://togithub.com/graphql-codegen/cli) from 4.0.1 to 5.0.2 in /integration by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2932](https://togithub.com/99designs/gqlgen/pull/2932) - Bump github.com/sosodev/duration from 1.1.0 to 1.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2927](https://togithub.com/99designs/gqlgen/pull/2927) - Bump react-dom from 16.14.0 to 18.2.0 in /\_examples/chat by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/99designs/gqlgen/pull/2930](https://togithub.com/99designs/gqlgen/pull/2930) #### New Contributors - [@​trevor-scheer](https://togithub.com/trevor-scheer) made their first contribution in [https://github.com/99designs/gqlgen/pull/2876](https://togithub.com/99designs/gqlgen/pull/2876) - [@​ryicoh](https://togithub.com/ryicoh) made their first contribution in [https://github.com/99designs/gqlgen/pull/2894](https://togithub.com/99designs/gqlgen/pull/2894) - [@​mnPanic](https://togithub.com/mnPanic) made their first contribution in [https://github.com/99designs/gqlgen/pull/2922](https://togithub.com/99designs/gqlgen/pull/2922) **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.43...v0.17.44 ### [`v0.17.43`](https://togithub.com/99designs/gqlgen/releases/tag/v0.17.43) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.42...v0.17.43) #### What's Changed - Fix code generation for federated multi-key, multi-entity types by [@​bpeters-cmu](https://togithub.com/bpeters-cmu) in [https://github.com/99designs/gqlgen/pull/2877](https://togithub.com/99designs/gqlgen/pull/2877) - Add config option to omit root objects from models by [@​ghjm](https://togithub.com/ghjm) in [https://github.com/99designs/gqlgen/pull/2878](https://togithub.com/99designs/gqlgen/pull/2878) - add omitempty config to example gqlgen.yml by [@​PaulVasilenko](https://togithub.com/PaulVasilenko) in [https://github.com/99designs/gqlgen/pull/2880](https://togithub.com/99designs/gqlgen/pull/2880) - Update gqlparser to v2.5.11 by [@​StevenACoffman](https://togithub.com/StevenACoffman) in [https://github.com/99designs/gqlgen/pull/2882](https://togithub.com/99designs/gqlgen/pull/2882) #### New Contributors - [@​bpeters-cmu](https://togithub.com/bpeters-cmu) made their first contribution in [https://github.com/99designs/gqlgen/pull/2877](https://togithub.com/99designs/gqlgen/pull/2877) - [@​ghjm](https://togithub.com/ghjm) made their first contribution in [https://github.com/99designs/gqlgen/pull/2878](https://togithub.com/99designs/gqlgen/pull/2878) - [@​PaulVasilenko](https://togithub.com/PaulVasilenko) made their first contribution in [https://github.com/99designs/gqlgen/pull/2880](https://togithub.com/99designs/gqlgen/pull/2880) **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.42...v0.17.43 ### [`v0.17.42`](https://togithub.com/99designs/gqlgen/blob/HEAD/CHANGELOG.md#v01742---2023-12-29) [Compare Source](https://togithub.com/99designs/gqlgen/compare/v0.17.41...v0.17.42) - [`7bf0c22`](https://togithub.com/99designs/gqlgen/commit/7bf0c223) release v0.17.42
c811d47e fix: avoid panic from tracing on bad request (#​2871) This fixes a panic which arises from the tracing components when a request has some defect which results in an error when creating the operation context. The transports consistently handle this by calling `DispatchError(graphql.WithOperationContext(ctx, rc), err)` where `rc` is the OperationContext which was not correctly constructed. This seems dangerous, because middleware may assume that if there in an `OperationContext` in the `context.Context` than they are being invoked on a normal codepath and can assume their other interceptors have been invoked in the normal order. Also, using a value returned by a function which also returned a non-nil error is very unusual. However, I have no idea what the impact of changing that dangerous behavior in the transports would be, so I opted to make the tracing component more resilient instead.
- [`13bb415`](https://togithub.com/99designs/gqlgen/commit/13bb4152) fix for entity interfce code gen with related test ([#​2868](https://togithub.com/99designs/gqlgen/issues/2868)) - [`0354649`](https://togithub.com/99designs/gqlgen/commit/0354649c) Remove archived dependency appdash ([#​2866](https://togithub.com/99designs/gqlgen/issues/2866)) - [`0d43599`](https://togithub.com/99designs/gqlgen/commit/0d43599c) Update examples go.mod with appdash replacements ([#​2863](https://togithub

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

stale[bot] commented 2 years ago

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

renovate[bot] commented 1 month ago

ℹ Artifact update notice

File name: gql-test/go.mod

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

Details: Package Change
github.com/stretchr/testify v1.7.0 -> v1.9.0
github.com/vektah/gqlparser/v2 v2.2.0 -> v2.5.16