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.21.2 -> 0.108.18 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 enabled auto-merge (rebase) February 24, 2024 01:01
@changeset-bot
Copy link

changeset-bot bot commented Feb 24, 2024

⚠️ No Changeset found

Latest commit: cae181b

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 7984301 to db94029 Compare February 28, 2024 16:25
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.97.6 fix(deps): update dependency @graphql-mesh/grpc to v0.98.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from db94029 to a96348c Compare March 13, 2024 20:11
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.98.0 fix(deps): update dependency @graphql-mesh/grpc to v0.98.3 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from a96348c to 9ef311b Compare March 14, 2024 17:38
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.98.3 fix(deps): update dependency @graphql-mesh/grpc to v0.98.4 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 9ef311b to 0af7757 Compare March 22, 2024 21:18
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.98.4 fix(deps): update dependency @graphql-mesh/grpc to v0.98.5 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 0af7757 to 6868d33 Compare April 26, 2024 18:45
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.98.5 fix(deps): update dependency @graphql-mesh/grpc to v0.99.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 6868d33 to cc73399 Compare April 29, 2024 11:42
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.99.0 fix(deps): update dependency @graphql-mesh/grpc to v0.99.1 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from cc73399 to 20792f4 Compare April 29, 2024 16:27
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.99.1 fix(deps): update dependency @graphql-mesh/grpc to v0.99.2 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 20792f4 to 5923a6a Compare April 30, 2024 20:08
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.99.2 fix(deps): update dependency @graphql-mesh/grpc to v0.99.3 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 5923a6a to ebe4db6 Compare May 8, 2024 14:53
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.99.3 fix(deps): update dependency @graphql-mesh/grpc to v0.99.4 May 8, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from ebe4db6 to 545c1d0 Compare May 22, 2024 10:57
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.99.4 fix(deps): update dependency @graphql-mesh/grpc to v0.99.5 May 22, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 545c1d0 to 335d855 Compare May 27, 2024 14:21
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.99.5 fix(deps): update dependency @graphql-mesh/grpc to v0.99.6 May 27, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 335d855 to faab028 Compare June 6, 2024 15:55
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.99.6 fix(deps): update dependency @graphql-mesh/grpc to v0.99.7 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from faab028 to 1b7fffb Compare June 20, 2024 15:33
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.99.7 fix(deps): update dependency @graphql-mesh/grpc to v0.99.8 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 1b7fffb to 22b9957 Compare June 26, 2024 16:19
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from e6d3b6c to ef3da9d Compare February 25, 2025 17:09
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.107.10 fix(deps): update dependency @graphql-mesh/grpc to v0.107.11 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from ef3da9d to ecc611e Compare February 25, 2025 21:34
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.107.11 fix(deps): update dependency @graphql-mesh/grpc to v0.107.12 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from ecc611e to 46510e2 Compare March 6, 2025 07:38
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.107.12 fix(deps): update dependency @graphql-mesh/grpc to v0.108.0 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 46510e2 to 84b4dea Compare March 9, 2025 19:03
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.0 fix(deps): update dependency @graphql-mesh/grpc to v0.108.1 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 84b4dea to e9173a6 Compare March 16, 2025 02:12
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.1 fix(deps): update dependency @graphql-mesh/grpc to v0.108.2 Mar 16, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from e9173a6 to ddb2580 Compare March 26, 2025 15:10
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.2 fix(deps): update dependency @graphql-mesh/grpc to v0.108.3 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from ddb2580 to 3a4a37d Compare April 18, 2025 00:15
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.3 fix(deps): update dependency @graphql-mesh/grpc to v0.108.4 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 3a4a37d to bab8966 Compare June 5, 2025 04:16
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.4 fix(deps): update dependency @graphql-mesh/grpc to v0.108.5 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from bab8966 to 7b8c7d2 Compare August 5, 2025 19:18
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.5 fix(deps): update dependency @graphql-mesh/grpc to v0.108.7 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 7b8c7d2 to 0d650d7 Compare August 10, 2025 07:37
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.7 fix(deps): update dependency @graphql-mesh/grpc to v0.108.8 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 0d650d7 to 84b3839 Compare September 2, 2025 23:50
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.8 fix(deps): update dependency @graphql-mesh/grpc to v0.108.12 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from 84b3839 to d18c0a8 Compare September 7, 2025 22:58
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.12 fix(deps): update dependency @graphql-mesh/grpc to v0.108.13 Sep 7, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from d18c0a8 to e824eb9 Compare September 19, 2025 16:00
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.13 fix(deps): update dependency @graphql-mesh/grpc to v0.108.14 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from e824eb9 to e68914e Compare October 21, 2025 11:14
@renovate renovate bot force-pushed the renovate/graphql-mesh-grpc-0.x branch from e68914e to cae181b Compare November 19, 2025 23:54
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/grpc to v0.108.14 fix(deps): update dependency @graphql-mesh/grpc to v0.108.18 Nov 19, 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