Update module github.com/99designs/gqlgen to v0.17.56 #37

Merged
kjuulh merged 1 commits from renovate/all into main 2024-11-09 02:00:53 +01:00
Owner

This PR contains the following updates:

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

Release Notes

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

v0.17.56

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.55...v0.17.56


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.55` -> `v0.17.56` | --- ### Release Notes <details> <summary>99designs/gqlgen (github.com/99designs/gqlgen)</summary> ### [`v0.17.56`](https://github.com/99designs/gqlgen/releases/tag/v0.17.56) [Compare Source](https://github.com/99designs/gqlgen/compare/v0.17.55...v0.17.56) #### What's Changed - Add Preserve rewrite Config to Opt-out of breaking change to single-file resolver always rewriting by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3359 - chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3318 - chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 in /\_examples by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3314 - chore(deps-dev): bump vitest from 2.1.1 to 2.1.2 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3315 - chore(deps): bump golang.org/x/text from 0.18.0 to 0.19.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3317 - feat: Embed template for root file generation by [@&#8203;barr-code](https://github.com/barr-code) in https://github.com/99designs/gqlgen/pull/3319 - chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3323 - chore(deps): bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3322 - chore(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3324 - chore(deps-dev): bump [@&#8203;graphql-codegen/cli](https://github.com/graphql-codegen/cli) from 5.0.2 to 5.0.3 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3326 - chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3325 - fix: Ensure that nil http responses don't cause issues by [@&#8203;df-wg](https://github.com/df-wg) in https://github.com/99designs/gqlgen/pull/3329 - refactor graphql.NoCache. use string type keys by [@&#8203;adomaskizogian](https://github.com/adomaskizogian) in https://github.com/99designs/gqlgen/pull/3332 - chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.17 to 2.5.18 in /\_examples by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3336 - chore(deps-dev): bump urql from 4.1.0 to 4.2.0 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3338 - chore(deps-dev): bump vitest from 2.1.2 to 2.1.3 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3337 - chore(deps-dev): bump vite from 5.4.8 to 5.4.9 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3339 - chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.17 to 2.5.18 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3340 - `multipart/mixed` transport support for deferred queries by [@&#8203;giulio-opal](https://github.com/giulio-opal) in https://github.com/99designs/gqlgen/pull/3341 - print response.Data before panicking when invalid by [@&#8203;vbmithr](https://github.com/vbmithr) in https://github.com/99designs/gqlgen/pull/3334 - Migrate mapstructure package to maintained fork by [@&#8203;utgwkk](https://github.com/utgwkk) in https://github.com/99designs/gqlgen/pull/3343 - refactor: simplify the Packages.Errors implementation by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3344 - refactor: use fmt.Sprintf for better readability by [@&#8203;alexandear](https://github.com/alexandear) in https://github.com/99designs/gqlgen/pull/3345 - Fix union queries not working in [@&#8203;requires](https://github.com/requires) by [@&#8203;rickbijkerk](https://github.com/rickbijkerk) in https://github.com/99designs/gqlgen/pull/3347 - chore(deps-dev): bump vite from 5.4.9 to 5.4.10 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3346 - feat: add possibility to configure client target by [@&#8203;taraktikos](https://github.com/taraktikos) in https://github.com/99designs/gqlgen/pull/3349 - chore: add test for client with custom target by [@&#8203;taraktikos](https://github.com/taraktikos) in https://github.com/99designs/gqlgen/pull/3350 - fix op to rc in comment of FieldContext.Child by [@&#8203;s-ichikawa](https://github.com/s-ichikawa) in https://github.com/99designs/gqlgen/pull/3333 - chore(deps-dev): bump [@&#8203;graphql-codegen/client-preset](https://github.com/graphql-codegen/client-preset) from 4.4.0 to 4.5.0 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3352 - chore(deps): bump mikepenz/action-junit-report from 4.3.1 to 5 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3354 - chore(deps-dev): bump vitest from 2.1.3 to 2.1.4 in /integration by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/99designs/gqlgen/pull/3353 - Bump graphiql to 3.7.0 to add support for multipart/mixed incremental field by [@&#8203;giulio-opal](https://github.com/giulio-opal) in https://github.com/99designs/gqlgen/pull/3356 - Batch `incremental` deferred responses. Fix hanging behavior on last response by [@&#8203;giulio-opal](https://github.com/giulio-opal) in https://github.com/99designs/gqlgen/pull/3357 - Update to gqlparser v2.5.19 by [@&#8203;StevenACoffman](https://github.com/StevenACoffman) in https://github.com/99designs/gqlgen/pull/3358 #### New Contributors - [@&#8203;barr-code](https://github.com/barr-code) made their first contribution in https://github.com/99designs/gqlgen/pull/3319 - [@&#8203;df-wg](https://github.com/df-wg) made their first contribution in https://github.com/99designs/gqlgen/pull/3329 - [@&#8203;adomaskizogian](https://github.com/adomaskizogian) made their first contribution in https://github.com/99designs/gqlgen/pull/3332 - [@&#8203;giulio-opal](https://github.com/giulio-opal) made their first contribution in https://github.com/99designs/gqlgen/pull/3341 - [@&#8203;vbmithr](https://github.com/vbmithr) made their first contribution in https://github.com/99designs/gqlgen/pull/3334 - [@&#8203;utgwkk](https://github.com/utgwkk) made their first contribution in https://github.com/99designs/gqlgen/pull/3343 - [@&#8203;rickbijkerk](https://github.com/rickbijkerk) made their first contribution in https://github.com/99designs/gqlgen/pull/3347 - [@&#8203;taraktikos](https://github.com/taraktikos) made their first contribution in https://github.com/99designs/gqlgen/pull/3349 **Full Changelog**: https://github.com/99designs/gqlgen/compare/v0.17.55...v0.17.56 </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-11-09 02:00:43 +01:00
Update module github.com/99designs/gqlgen to v0.17.56
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2c4557bc1e
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-11-09 02:00:43 +01:00
Author
Owner

ℹ Artifact update notice

File name: 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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
github.com/urfave/cli/v2 v2.27.4 -> v2.27.5
### ℹ Artifact update notice ##### File name: 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): - 2 additional dependencies were updated Details: | **Package** | **Change** | | :--------------------------------- | :--------------------- | | `github.com/cpuguy83/go-md2man/v2` | `v2.0.4` -> `v2.0.5` | | `github.com/urfave/cli/v2` | `v2.27.4` -> `v2.27.5` |
kjuulh merged commit 2c4557bc1e into main 2024-11-09 02:00:53 +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#37
No description provided.