flamingo-commerce
flamingo-commerce copied to clipboard
chore(deps): update module github.com/99designs/gqlgen to v0.17.55
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
github.com/99designs/gqlgen | v0.17.49 -> v0.17.55 |
Release Notes
99designs/gqlgen (github.com/99designs/gqlgen)
v0.17.55
v0.17.54
What's Changed
- chore(deps-dev): bump vite from 5.4.5 to 5.4.6 in /integration in the npm_and_yarn group by @dependabot in https://github.com/99designs/gqlgen/pull/3291
- feat: Federation - create @requires integration that functions like a normal resolver by @clayne11 in https://github.com/99designs/gqlgen/pull/3292
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.53...v0.17.54
v0.17.53
What's Changed
- Revert "Fix marshaling interfaces and union types (#3211)" by @StevenACoffman in https://github.com/99designs/gqlgen/pull/3289
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.52...v0.17.53
v0.17.52
What's Changed
- chore(deps-dev): bump vite from 5.4.3 to 5.4.5 in /integration by @dependabot in https://github.com/99designs/gqlgen/pull/3280
- chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /integration by @dependabot in https://github.com/99designs/gqlgen/pull/3281
- chore(deps-dev): bump vitest from 2.0.5 to 2.1.1 in /integration by @dependabot in https://github.com/99designs/gqlgen/pull/3282
- Revert #3203 change that added Concurrent directive for resolvers by @StevenACoffman in https://github.com/99designs/gqlgen/pull/3287
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.51...v0.17.52
v0.17.51
What's Changed
- Accept event-stream for POST for urql-graphql by @StevenACoffman in https://github.com/99designs/gqlgen/pull/3276
Full Changelog: https://github.com/99designs/gqlgen/compare/v0.17.50...v0.17.51
v0.17.50
cf42b253 chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 (#3259)
Bumps golang.org/x/text from 0.17.0 to 0.18.0.
updated-dependencies:
- dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ...
b728c12f chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 in /_examples (#3256)
Bumps golang.org/x/text from 0.17.0 to 0.18.0.
updated-dependencies:
- dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ...
81ac627d chore(deps): bump robherley/go-test-action from 0.4.1 to 0.5.0 (#3255)
Bumps robherley/go-test-action from 0.4.1 to 0.5.0.
updated-dependencies:
- dependency-name: robherley/go-test-action dependency-type: direct:production update-type: version-update:semver-minor ...
814f7c71 chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#3235)
Bumps actions/upload-artifact from 4.3.6 to 4.4.0.
updated-dependencies:
- dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ...
1cbbc120 chore(deps): bump github.com/rs/cors from 1.11.0 to 1.11.1 in /_examples (#3236)
Bumps github.com/rs/cors from 1.11.0 to 1.11.1.
updated-dependencies:
- dependency-name: github.com/rs/cors dependency-type: direct:production update-type: version-update:semver-patch ...
0b9bd5ee refactor: don't extract [@goField](https://redirect.github.com/goField) twice (#3234)
We already extract the values in config.Init(). Remove the duplicate logic in the modelgen plugin.
We leave the reference to GoFieldHook even though it's a noop since it's public. This makes this a non-breaking change. We will remove this during the next breaking release.
18378f90 feat: allow argument directives to be called even if the argument is null (#3233) (closes #3188)
The existing implementation assumes that if an input argument is null, you don't want to call the directive. This is a very constraining assumption — directives may want to not just mutate an argument but to actually outright set it.
This is a breaking change as argument directives now need to handle null input values. Added a new config switch:
call_argument_directives_with_nulls: bool
to control this new behavior.
- Run go generate ./...
f6a82204 chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 (#3219)
- chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0
Bumps golang.org/x/tools from 0.23.0 to 0.24.0.
updated-dependencies:
- dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ...
- _examples fixup
1849e124 chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (#3218)
Bumps golang.org/x/text from 0.16.0 to 0.17.0.
updated-dependencies:
- dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ...
23abdc56 chore(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 (#3217)
Bumps github.com/urfave/cli/v2 from 2.27.3 to 2.27.4.
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-patch ...
f0b7ee3f chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#3220)
Bumps actions/upload-artifact from 4.3.5 to 4.3.6.
updated-dependencies:
- dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ...
719b7af3 chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 in /_examples (#3221)
Bumps golang.org/x/text from 0.16.0 to 0.17.0.
updated-dependencies:
- dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ...
d14fd791 chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 (#3208)
Bumps actions/upload-artifact from 4.3.4 to 4.3.5.
updated-dependencies:
- dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ...
564e2dc5 chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#3207)
Bumps golangci/golangci-lint-action from 6.0.1 to 6.1.0.
updated-dependencies:
- dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ...
d3d147e6 chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0 (#3172)
- chore(deps): bump golang.org/x/tools from 0.22.0 to 0.23.0
Bumps golang.org/x/tools from 0.22.0 to 0.23.0.
updated-dependencies:
- dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ...
2d7e00b5 chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 in /integration (#3196)
Bumps typescript from 5.5.3 to 5.5.4.
updated-dependencies:
- dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ...
45a29fe0 chore(deps): bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.3 (#3200)
Bumps github.com/urfave/cli/v2 from 2.27.2 to 2.27.3.
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2 dependency-type: direct:production update-type: version-update:semver-patch ...
3c2443e4 chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 in /_examples (#3206)
Bumps golang.org/x/sync from 0.7.0 to 0.8.0.
updated-dependencies:
- dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ...
-
9b031e4
chore: fix typos in comments, tests and unexported vars (#3193) -
892c484
refactor: decrease indentation in api.ReplacePlugin (#3194)
0fb31a3e feat: allow argument directives to be called even if the argument is null (#3188)
The existing implementation assumes that if an input argument is null, you don't want to call the directive. This is a very constraining assumption — directives may want to not just mutate an argument but to actually outright set it.
This is a breaking change as argument directives now need to handle null input values. Added a new config switch:
call_argument_directives_with_nulls: bool
to control this new behavior.
cd82be01 refactor: significantly clean up the federation.gotpl template (#3187) (closes #2991)
- fix: fix Federation example
Some configurations weren't working due to a missing resolver.
- chore: Introduce mechanism for running all example Federation subgraphs
This enables engineers to more easily run the debugger on the Federation example. Updated README to show how to use it.
- refactor: significantly clean up the federation.gotpl template
There were a number of inline structs and inline functions that made it extremely hard to reason about what the code is doing. Split these out into smaller functions with less closures and mutation.
fc150db0 chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 in /integration (#3175)
Bumps typescript from 5.5.2 to 5.5.3.
updated-dependencies:
- dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ...
60c9f671 chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (#3176)
Bumps actions/upload-artifact from 4.3.3 to 4.3.4.
updated-dependencies:
- dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ...
0ca3b19e chore(deps): bump github.com/rs/cors (#3171)
Bumps the go_modules group with 1 update in the /_examples/websocket-initfunc/server directory: github.com/rs/cors.
Updates
github.com/rs/cors
from 1.9.0 to 1.11.0
updated-dependencies:
- dependency-name: github.com/rs/cors dependency-type: direct:production dependency-group: go_modules ...
dce2e353 chore(deps): bump test-summary/action from 2.3 to 2.4 (#3163)
Bumps test-summary/action from 2.3 to 2.4.
updated-dependencies:
- dependency-name: test-summary/action dependency-type: direct:production update-type: version-update:semver-minor ...
dd37ea00 chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 in /integration (#3157)
Bumps typescript from 5.4.5 to 5.5.2.
updated-dependencies:
- dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ...
b822c2c0 chore(deps): bump mikepenz/action-junit-report from 4.3.0 to 4.3.1 (#3159)
Bumps mikepenz/action-junit-report from 4.3.0 to 4.3.1.
updated-dependencies:
- dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-patch ...
-
e724bde
docs: missing 'repeatable' in @goExtraField directive (#3150)
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 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 was generated by Mend Renovate. View the repository job log.