Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump the graphql group across 1 directory with 9 updates #2415

Merged
merged 2 commits into from
Jun 3, 2024

Commits on Jun 2, 2024

  1. chore: bump the graphql group across 1 directory with 9 updates

    Bumps the graphql group with 9 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@apollo/client](https://github.com/apollographql/apollo-client) | `3.9.10` | `3.10.4` |
    | [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `4.10.2` | `4.10.4` |
    | [@graphql-tools/schema](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/schema) | `10.0.3` | `10.0.4` |
    | [@graphql-codegen/typed-document-node](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typed-document-node) | `5.0.6` | `5.0.7` |
    | [@graphql-codegen/typescript-operations](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations) | `4.2.0` | `4.2.1` |
    | [@graphql-inspector/cli](https://github.com/kamilkisiela/graphql-inspector/tree/HEAD/packages/cli) | `4.0.3` | `5.0.5` |
    | [@graphql-tools/merge](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/merge) | `9.0.3` | `9.0.4` |
    | [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) | `10.1.3` | `10.2.1` |
    | [graphql-codegen-typescript-validation-schema](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema) | `0.12.1` | `0.14.1` |
    
    
    
    Updates `@apollo/client` from 3.9.10 to 3.10.4
    - [Release notes](https://github.com/apollographql/apollo-client/releases)
    - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
    - [Commits](apollographql/apollo-client@v3.9.10...v3.10.4)
    
    Updates `@apollo/server` from 4.10.2 to 4.10.4
    - [Release notes](https://github.com/apollographql/apollo-server/releases)
    - [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
    - [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/server@4.10.4/packages/server)
    
    Updates `@graphql-tools/schema` from 10.0.3 to 10.0.4
    - [Release notes](https://github.com/ardatan/graphql-tools/releases)
    - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/schema/CHANGELOG.md)
    - [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/schema@10.0.4/packages/schema)
    
    Updates `@graphql-codegen/typed-document-node` from 5.0.6 to 5.0.7
    - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
    - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typed-document-node/CHANGELOG.md)
    - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typed-document-node@5.0.7/packages/plugins/typescript/typed-document-node)
    
    Updates `@graphql-codegen/typescript-operations` from 4.2.0 to 4.2.1
    - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
    - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/operations/CHANGELOG.md)
    - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-operations@4.2.1/packages/plugins/typescript/operations)
    
    Updates `@graphql-inspector/cli` from 4.0.3 to 5.0.5
    - [Release notes](https://github.com/kamilkisiela/graphql-inspector/releases)
    - [Changelog](https://github.com/kamilkisiela/graphql-inspector/blob/master/packages/cli/CHANGELOG.md)
    - [Commits](https://github.com/kamilkisiela/graphql-inspector/commits/@graphql-inspector/cli@5.0.5/packages/cli)
    
    Updates `@graphql-tools/merge` from 9.0.3 to 9.0.4
    - [Release notes](https://github.com/ardatan/graphql-tools/releases)
    - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/merge/CHANGELOG.md)
    - [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/merge@9.0.4/packages/merge)
    
    Updates `@graphql-tools/utils` from 10.1.3 to 10.2.1
    - [Release notes](https://github.com/ardatan/graphql-tools/releases)
    - [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/utils/CHANGELOG.md)
    - [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/utils@10.2.1/packages/utils)
    
    Updates `graphql-codegen-typescript-validation-schema` from 0.12.1 to 0.14.1
    - [Release notes](https://github.com/Code-Hex/graphql-codegen-typescript-validation-schema/releases)
    - [Commits](Code-Hex/graphql-codegen-typescript-validation-schema@v0.12.1...v0.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@apollo/client"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: graphql
    - dependency-name: "@apollo/server"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: graphql
    - dependency-name: "@graphql-tools/schema"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: graphql
    - dependency-name: "@graphql-codegen/typed-document-node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: graphql
    - dependency-name: "@graphql-codegen/typescript-operations"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: graphql
    - dependency-name: "@graphql-inspector/cli"
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: graphql
    - dependency-name: "@graphql-tools/merge"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: graphql
    - dependency-name: "@graphql-tools/utils"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: graphql
    - dependency-name: graphql-codegen-typescript-validation-schema
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: graphql
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2048268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d086ac5 View commit details
    Browse the repository at this point in the history