fix(deps): update module github.com/99designs/gqlgen to v0.17.48 #196

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/github.com-99designs-gqlgen-0.x into main 2024-06-07 07:26:31 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-06-07 04:53:44 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Type Update Change
github.com/99designs/gqlgen require patch v0.17.47 -> v0.17.48

Release Notes

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

v0.17.48

Compare Source

What's Changed

New Contributors

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: Disabled by config. Please merge this manually once you are satisfied.

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

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


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

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | require | patch | `v0.17.47` -> `v0.17.48` | --- ### Release Notes <details> <summary>99designs/gqlgen (github.com/99designs/gqlgen)</summary> ### [`v0.17.48`](https://github.com/99designs/gqlgen/releases/tag/v0.17.48) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.47...v0.17.48) #### What's Changed - chore(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 4.2.5 to 4.2.6 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3084 - chore(deps-dev): bump [@&#8203;apollo/client](https://github.com/apollo/client) from 3.10.3 to 3.10.4 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3085 - Embed extra fields config by [@&#8203;atzedus](https://github.com/atzedus) in https://github.com/99designs/gqlgen/pull/3088 - refactor: use 'any' instead of 'interface{}' for consistency by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3090 - refactor: UnmarshalID implementation by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3093 - refactor: simplify with strconv.FormatBool by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3094 - Fix go install gqlgen binary by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3095 - Ignore gorilla/websocket 1.5.1 in dependabot by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3097 - refactor: avoid panic in tests by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3098 - refactor: rename local variables to match Go codestyle by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3100 - refactor: use t.Log instead of fmt.Print by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3099 - Some minor test lint by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3102 - ignore websocket v1.5.1 release for dependabot updates to the \_examples module by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3101 - fix: tests failure, testifylint issues, pin golangci-lint version by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3105 - testifylint v1.3.0 fixes by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3103 - refactor: fix testifylint lint issues in examples by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3107 - Remove duplicated return_pointers_in_unmarshalinput explanation by [@&#8203;cirelli94](https://github.com/cirelli94) in https://github.com/99designs/gqlgen/pull/3109 - Go template function to split string into array of strings. by [@&#8203;khudayberdiyev25](https://github.com/khudayberdiyev25) in https://github.com/99designs/gqlgen/pull/3108 - Correct dataloader example by [@&#8203;mpldr](https://github.com/mpldr) in https://github.com/99designs/gqlgen/pull/3110 - Omit gqlgen version in config files used for tests by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3111 - refactor: use errors.New instead of fmt.Errorf where possible by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3112 - refactor: fix gocritic lint issues by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3113 - add option to omit panic handlers during development by [@&#8203;mpldr](https://github.com/mpldr) in https://github.com/99designs/gqlgen/pull/3114 - chore(deps-dev): bump vite from 5.2.11 to 5.2.12 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3117 #### New Contributors - [@&#8203;cirelli94](https://github.com/cirelli94) made their first contribution in https://github.com/99designs/gqlgen/pull/3109 - [@&#8203;khudayberdiyev25](https://github.com/khudayberdiyev25) made their first contribution in https://github.com/99designs/gqlgen/pull/3108 - [@&#8203;mpldr](https://github.com/mpldr) made their first contribution in https://github.com/99designs/gqlgen/pull/3110 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.47...v0.17.48 </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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2024-06-07 04:53:45 +00:00 (Migrated from gitlab.com)

mentioned in issue #4

mentioned in issue #4
argoyle (Migrated from gitlab.com) merged commit into main 2024-06-07 07:26:32 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#196