Skip to content

️ deps: Bump graphql-helix from 1.10.3 to 1.12.0

Yogi Bot requested to merge dependabot-npm_and_yarn-graphql-helix-1.12.0 into main

Bumps graphql-helix from 1.10.3 to 1.12.0.

Release notes

Sourced from graphql-helix's releases.

graphql-helix@1.12.0

Minor Changes

  • baf0b15: Enable to configure allowed HTTP methods for subscriptions.

graphql-helix@1.11.0

Minor Changes

  • f07a403: Adjust the handling of the accept header.

    • Clients accepting the application/graphql+json header (via the accept header) will receive responses that use Content-Type: application/graphql+json over application/json (which is only for supporting legacy clients). Clients that do not specify any accept headers will still receive content-type: application/json. This is not considered a breaking change as clients accepting the application/graphql+json header should also be able to process it. Note: When using the application/graphql+json content-type header you need to configure your HTTP server/framework to parse this content-type as JSON.
    • GET text/event-stream requests will now ALWAYS return a PushResponse instead of a MultipartResponse. Previously helix would send a MultipartResponse if the accept header was not a strict equal to accept: text/event-stream.
    • POST requests that try to execute Subscription operations will now receive an error and 405 status code. This is not considered a breaking change as SSE is not doable over POST by the specification and was never officially supported.
Commits
  • 1bbc714 chore(release): update monorepo packages versions (#242)
  • baf0b15 Enable to configure allowed HTTP methods for subscriptions (#225)
  • e534015 chore(deps): update dependency prettier to v2.5.1 (#209)
  • 5f9e52c Merge pull request #197 from contra/renovate/typescript-eslint-monorepo
  • 12984ad Merge pull request #180 from contra/renovate/graphql-tools-monorepo
  • e2e485f Merge pull request #241 from contra/renovate/npm-graphiql-vulnerability
  • 36c9790 Merge pull request #208 from contra/renovate/next-i18next-10.x
  • a62ee47 fix(deps): update dependency next-i18next to v10
  • f5cf418 chore(deps): update typescript-eslint monorepo to v5.12.1
  • ab796bf chore(deps): update graphql-tools monorepo
  • Additional commits viewable in compare view

Merge request reports