Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2024

This PR contains the following updates:

Package Change Age Confidence
@graphql-mesh/grpc (source) ^0.12.0 -> ^0.108.0 age confidence

Release Notes

ardatan/graphql-mesh (@​graphql-mesh/grpc)

v0.108.18

Compare Source

Patch Changes

v0.108.17

Compare Source

Patch Changes

v0.108.16

Compare Source

Patch Changes

v0.108.15

Compare Source

Patch Changes

v0.108.14

Compare Source

Patch Changes

v0.108.13

Compare Source

Patch Changes

v0.108.12

Compare Source

Patch Changes

v0.108.11

Compare Source

Patch Changes

v0.108.10

Compare Source

Patch Changes

v0.108.9

Compare Source

Patch Changes

v0.108.8

Compare Source

Patch Changes

v0.108.7

Compare Source

Patch Changes

v0.108.6

Compare Source

Patch Changes

v0.108.5

Compare Source

Patch Changes

v0.108.4

Compare Source

Patch Changes

v0.108.3

Compare Source

Patch Changes

v0.108.2

Compare Source

Patch Changes

v0.108.1

Compare Source

Patch Changes

v0.108.0

Compare Source

Patch Changes

v0.107.12

Compare Source

Patch Changes

v0.107.11

Compare Source

Patch Changes

v0.107.10

Compare Source

Patch Changes

v0.107.9

Compare Source

Patch Changes

v0.107.8

Compare Source

Patch Changes

v0.107.7

Compare Source

Patch Changes

v0.107.6

Compare Source

Patch Changes

v0.107.5

Compare Source

Patch Changes

v0.107.4

Compare Source

Patch Changes

v0.107.3

Compare Source

Patch Changes
  • #​8289
    c54e361
    Thanks @​ardatan! - New option selectQueryOrMutationField to decide
    which field belongs to which root type explicitly.

    import { defineConfig } from '@​graphql-mesh/compose-cli'
    import loadGrpcSubgraph from '@​omnigraph/grpc'
    
    export const composeConfig = defineConfig({
      subgraphs: [
        {
          sourceHandler: loadGrpcSubgraph('MyGrpcApi', {
            /** .. **/
    
            // Prefix to collect Query method default: list, get
            prefixQueryMethod: ['list', 'get'],
    
            // Select certain fields as Query or Mutation
            // This overrides `prefixQueryMethod`
            selectQueryOrMutationField: [
              {
                // You can use a pattern matching with *
                fieldName: '*RetrieveMovies',
                type: 'Query'
              },
              // Or you can use a specific field name
              // This will make the field GetMovie available as a Mutation
              // Because it would be Query because of `prefixQueryMethod`
              {
                fieldName: 'GetMovie',
                type: 'Mutation'
              }
            ]
          })
        }
      ]
    })
  • Updated dependencies
    [5180b06,
    c54e361,
    c54e361]:

v0.107.2

Compare Source

Patch Changes

v0.107.1

Compare Source

Patch Changes

v0.107.0

Compare Source

Minor Changes
  • #​8203
    c541164
    Thanks @​ardatan! - Handle multiple gRPC services correctly in a
    supergraph

    Previously multiple directives on Query type conflicting, which needs to be fixed on Gateway
    runtime later, but for now, it should be already in the transport directive. And this change fixes
    the issue before the gateway runtime fix.

    Generated schema will be different so this can be considered a breaking change but it will be no
    functional change for the existing users.

Patch Changes

v0.106.10

Compare Source

Patch Changes

v0.106.9

Compare Source

Patch Changes

v0.106.8

Compare Source

Patch Changes

v0.106.7

Compare Source

Patch Changes

v0.106.6

Compare Source

Patch Changes

v0.106.5

Compare Source

Patch Changes

v0.106.4

Compare Source

Patch Changes

v0.106.2

Compare Source

Patch Changes

v0.106.1

Compare Source

Patch Changes

v0.106.0

Compare Source

Patch Changes

v0.105.2

Compare Source

Patch Changes

v0.105.1

Compare Source

Patch Changes

v0.105.0

Compare Source

Patch Changes

v0.104.13

Compare Source

Patch Changes

v0.104.12

Compare Source

Patch Changes

v0.104.11

Compare Source

Patch Changes

v0.104.10

Compare Source

Patch Changes

v0.104.9

Compare Source

Patch Changes

v0.104.8

Compare Source

Patch Changes

v0.104.7

Compare Source

Patch Changes

v0.104.6

Compare Source

Patch Changes

v0.104.5

Compare Source

Patch Changes

v0.104.4

Compare Source

Patch Changes

v0.104.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 5d25a9c to 04af838 Compare February 28, 2024 16:45
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to ^0.97.0 fix(deps): update dependency @graphql-mesh/grpc to ^0.98.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 04af838 to bb8f4ad Compare April 26, 2024 21:55
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to ^0.98.0 fix(deps): update dependency @graphql-mesh/grpc to ^0.99.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from bb8f4ad to 4bdd57b Compare June 26, 2024 16:40
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to ^0.99.0 fix(deps): update dependency @graphql-mesh/grpc to ^0.100.0 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 4bdd57b to 51083aa Compare July 10, 2024 18:42
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to ^0.100.0 fix(deps): update dependency @graphql-mesh/grpc to ^0.101.0 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 51083aa to 76827b2 Compare August 18, 2024 17:52
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to ^0.101.0 fix(deps): update dependency @graphql-mesh/grpc to ^0.103.0 Aug 18, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 76827b2 to 6b9673f Compare August 25, 2024 21:15
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to ^0.103.0 fix(deps): update dependency @graphql-mesh/grpc to ^0.104.0 Aug 25, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 6b9673f to 3b467cf Compare November 2, 2024 17:53
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to ^0.104.0 fix(deps): update dependency @graphql-mesh/grpc to ^0.105.0 Nov 2, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 3b467cf to b8e0bc2 Compare November 24, 2024 12:07
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to ^0.105.0 fix(deps): update dependency @graphql-mesh/grpc to ^0.106.0 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from b8e0bc2 to 576ed24 Compare January 5, 2025 17:22
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to ^0.106.0 fix(deps): update dependency @graphql-mesh/grpc to ^0.107.0 Jan 5, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 576ed24 to 665606b Compare March 8, 2025 11:35
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to ^0.107.0 fix(deps): update dependency @graphql-mesh/grpc to ^0.108.0 Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant