Skip to content

fix(deps): update dependency graphql-yoga to v5.18.1#108

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/graphql-yoga-5.x
Open

fix(deps): update dependency graphql-yoga to v5.18.1#108
renovate[bot] wants to merge 1 commit intomainfrom
renovate/graphql-yoga-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2026

This PR contains the following updates:

Package Change Age Confidence
graphql-yoga (source) 5.16.05.18.1 age confidence

Release Notes

graphql-hive/graphql-yoga (graphql-yoga)

v5.18.1

Compare Source

Patch Changes
  • #​4345
    9a221c3
    Thanks @​ardatan! - Fix error isolation in batched GraphQL operations

    When processing batched GraphQL requests, an error in one operation would previously cause the
    entire batch to fail. This change wraps each batched operation in error handling so that
    individual operation errors are caught and returned as GraphQL errors for that specific operation,
    while other operations in the batch continue to execute successfully.

  • #​4346
    f98149a
    Thanks @​ardatan! - dependencies updates:

v5.18.0

Compare Source

Minor Changes
  • #​4312
    3eabd17
    Thanks @​ardatan! - Export GraphiQLRenderer type which is the
    signature for renderGraphiQL option of Yoga configuration

v5.17.1

Compare Source

Patch Changes

v5.17.0

Compare Source

Minor Changes
  • #​4288
    66c370c
    Thanks @​EmrysMyrddin! - Add experimental support for
    coordinate error attribute proposal.

    The coordinate attribute indicates the coordinate in the schema of the resolver which
    experienced the errors. It allows for an easier error source identification than with the path
    which can be difficult to walk, or even lead to unsolvable ambiguities when using Union or
    Interface types.

v5.16.2

Compare Source

Patch Changes
  • #​4270
    ba38629
    Thanks @​ardatan! - Fixes the bug where the error masking incorrectly
    sets http.unexpected instead of just unexpected.

    {
      "extensions": {
    -    "http": {
          "unexpected": true
    -    }
      }
    }

v5.16.1

Compare Source

Patch Changes

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 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 was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Mar 15, 2026

⚠️ No Changeset found

Latest commit: ddc5848

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants