Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2025

Removes aws-lambda. It's no longer used after updating ancestor dependency graphql-yoga. These dependencies need to be updated together.

Removes aws-lambda

Updates graphql-yoga from 1.18.3 to 5.17.1

Changelog

Sourced from graphql-yoga's changelog.

5.17.1

Patch Changes

5.17.0

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.

    Usage

    Since this is experimental, it has to be explicitly enabled by adding the appropriate plugin to the Yoga instance:

    import { createYoga, useErrorCoordinate } from 'graphql-yoga'
    import { schema } from './schema'
    export const yoga = createYoga({
    schema,
    plugins: [useErrorCoordinate()]
    })

    Once enabled, located errors will gain the coordinate attribute:

    const myPlugin = {
      onExecutionResult({ result }) {
        if (result.errors) {
          for (const error of result.errors) {
            console.log('Error at', error.coordinate, ':', error.message)
          }
        }
      }
    }

... (truncated)

Commits
  • c801618 chore(release): update monorepo packages versions (#4304)
  • c27f550 Bump @​whatwg-node/promise-helpers (#4302)
  • e1079f6 chore(release): update monorepo packages versions (#4300)
  • 66c370c feat(graphql-yoga): add support for experimental error coordinate (#4288)
  • 0517886 chore(deps): update dependency globby to v16 (#4289)
  • 8d7e5f0 chore(release): update monorepo packages versions (#4268)
  • b8d2f70 fix(deps): update envelop (major) (#4278)
  • ba38629 fix: handleError sets unexpected flag correctly in the error extensions (...
  • 654365a chore(release): update monorepo packages versions (#4204)
  • e1f52b6 chore(deps): update typescript-eslint monorepo to v8.46.3 (#4264)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by theguild-bot, a new releaser for graphql-yoga since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [aws-lambda](https://github.com/awspilot/cli-lambda-deploy). It's no longer used after updating ancestor dependency [graphql-yoga](https://github.com/graphql-hive/graphql-yoga/tree/HEAD/packages/graphql-yoga). These dependencies need to be updated together.


Removes `aws-lambda`

Updates `graphql-yoga` from 1.18.3 to 5.17.1
- [Release notes](https://github.com/graphql-hive/graphql-yoga/releases)
- [Changelog](https://github.com/graphql-hive/graphql-yoga/blob/main/packages/graphql-yoga/CHANGELOG.md)
- [Commits](https://github.com/graphql-hive/graphql-yoga/commits/graphql-yoga@5.17.1/packages/graphql-yoga)

---
updated-dependencies:
- dependency-name: aws-lambda
  dependency-version: 
  dependency-type: indirect
- dependency-name: graphql-yoga
  dependency-version: 5.17.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant