puzzle / dagger-module-helm

Dagger Module providing Helm functionality
Apache License 2.0
1 stars 1 forks source link

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

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/99designs/gqlgen v0.17.47 -> 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

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.

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



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