Update module github.com/99designs/gqlgen to v0.17.58 #41

Merged
kjuulh merged 1 commits from renovate/all into main 2024-12-10 02:01:06 +01:00
Owner

This PR contains the following updates:

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

Release Notes

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

v0.17.58

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.57...v0.17.58


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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) | require | patch | `v0.17.57` -> `v0.17.58` | --- ### Release Notes <details> <summary>99designs/gqlgen (github.com/99designs/gqlgen)</summary> ### [`v0.17.58`](https://github.com/99designs/gqlgen/releases/tag/v0.17.58) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.57...v0.17.58) #### What's Changed - Deprecate NewDefaultServer by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3404 - added support for use_function_syntax_for_execution_context by [@&#8203;kanodia-parag](https://github.com/kanodia-parag) in https://github.com/99designs/gqlgen/pull/3407 - Update gqlgen init template to default to spec-compliant Int by [@&#8203;phughes-scwx](https://github.com/phughes-scwx) in https://github.com/99designs/gqlgen/pull/3409 - Update gqlparser by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3397 - Expand defer tests by [@&#8203;phughes-scwx](https://github.com/phughes-scwx) in https://github.com/99designs/gqlgen/pull/3399 - \[SECURITY] Implement a feature to disable the suggestion when a GraphQL query fails by [@&#8203;tomoikey](https://github.com/tomoikey) in https://github.com/99designs/gqlgen/pull/3411 - chore: update golangci-lint to v1.62.0 by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3386 - refactor: fix copyloopvar, dupword lint issues by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3387 - chore: enable nolintlint to lint `//nolint` directives by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3391 - chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in /\_examples by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3392 - chore(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 4.5.0 to 4.5.1 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3393 - refactor: remove unneeded check by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3394 - chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3395 - chore(deps-dev): bump vitest from 2.1.5 to 2.1.7 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3401 - chore(deps): bump dawidd6/action-download-artifact from 6 to 7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3402 - chore(deps-dev): bump vite from 5.4.11 to 6.0.2 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3400 - doc: Update README.md by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3408 - chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 in /\_examples by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3423 - chore(deps-dev): bump [@&#8203;apollo/client](https://github.com/apollo/client) from 3.11.10 to 3.12.2 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3418 - chore(deps-dev): bump vite from 6.0.2 to 6.0.3 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3420 - chore(deps): bump react from 18.3.1 to 19.0.0 in /\_examples/chat by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3417 - chore(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 in /\_examples by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3424 - chore(deps): bump react-dom from 18.3.1 to 19.0.0 in /\_examples/chat by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3416 - chore(deps-dev): bump vitest from 2.1.7 to 2.1.8 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3419 #### New Contributors - [@&#8203;tomoikey](https://github.com/tomoikey) made their first contribution in https://github.com/99designs/gqlgen/pull/3411 - [@&#8203;kanodia-parag](https://github.com/kanodia-parag) made their first contribution in https://github.com/99designs/gqlgen/pull/3407 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.57...v0.17.58 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-12-10 02:00:55 +01:00
Update module github.com/99designs/gqlgen to v0.17.58
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
19fdef7050
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-12-10 02:00:55 +01:00
kjuulh merged commit 19fdef7050 into main 2024-12-10 02:01:06 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

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