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/openapi (source) 0.24.3 -> 0.109.24 age confidence

Release Notes

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

v0.109.24

Compare Source

Patch Changes

v0.109.23

Compare Source

Patch Changes

v0.109.22

Compare Source

Patch Changes

v0.109.21

Compare Source

Patch Changes

v0.109.20

Compare Source

Patch Changes

v0.109.19

Compare Source

Patch Changes

v0.109.18

Compare Source

Patch Changes

v0.109.17

Compare Source

Patch Changes

v0.109.16

Compare Source

Patch Changes

v0.109.15

Compare Source

Patch Changes

v0.109.14

Compare Source

Patch Changes

v0.109.13

Compare Source

Patch Changes

v0.109.12

Compare Source

Patch Changes

v0.109.11

Compare Source

Patch Changes

v0.109.10

Compare Source

Patch Changes

v0.109.9

Compare Source

Patch Changes

v0.109.8

Compare Source

Patch Changes

v0.109.7

Compare Source

Patch Changes

v0.109.6

Compare Source

Patch Changes

v0.109.5

Compare Source

Patch Changes

v0.109.4

Compare Source

Patch Changes

v0.109.3

Compare Source

Patch Changes

v0.109.2

Compare Source

Patch Changes

v0.109.1

Compare Source

Patch Changes

v0.109.0

Compare Source

Patch Changes

v0.108.25

Compare Source

Patch Changes

v0.108.24

Compare Source

Patch Changes

v0.108.23

Compare Source

Patch Changes

v0.108.22

Compare Source

Patch Changes

v0.108.21

Compare Source

Patch Changes

v0.108.20

Compare Source

Patch Changes

v0.108.19

Compare Source

Patch Changes

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
  • #​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,
    78c202e]:

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.2

Compare Source

Patch Changes

v0.108.1

Compare Source

Patch Changes

v0.108.0

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

v0.107.2

Compare Source

Patch Changes

v0.107.1

Compare Source

Patch Changes

v0.107.0

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.3

Compare Source

Patch Changes
  • Updated dependencies
    [[`91

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:05
@changeset-bot
Copy link

changeset-bot bot commented Feb 24, 2024

⚠️ No Changeset found

Latest commit: 64862c1

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-openapi-0.x branch from 72e4af8 to 8f9625d Compare February 28, 2024 16:27
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.98.2 fix(deps): update dependency @graphql-mesh/openapi to v0.99.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 8f9625d to 56fd033 Compare March 11, 2024 22:15
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.99.0 fix(deps): update dependency @graphql-mesh/openapi to v0.99.2 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 56fd033 to 82550de Compare March 13, 2024 20:14
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.99.2 fix(deps): update dependency @graphql-mesh/openapi to v0.99.4 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 82550de to d6ffed1 Compare March 14, 2024 17:42
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.99.4 fix(deps): update dependency @graphql-mesh/openapi to v0.99.5 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from d6ffed1 to 3ab0484 Compare March 22, 2024 21:22
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.99.5 fix(deps): update dependency @graphql-mesh/openapi to v0.99.6 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 3ab0484 to 229f5d9 Compare April 26, 2024 18:50
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.99.6 fix(deps): update dependency @graphql-mesh/openapi to v0.100.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 229f5d9 to dff01cb Compare April 29, 2024 11:46
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.100.0 fix(deps): update dependency @graphql-mesh/openapi to v0.100.1 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from dff01cb to 5639a53 Compare April 29, 2024 16:31
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.100.1 fix(deps): update dependency @graphql-mesh/openapi to v0.100.2 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 5639a53 to e801f39 Compare April 30, 2024 00:50
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.100.2 fix(deps): update dependency @graphql-mesh/openapi to v0.100.3 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from e801f39 to 98a1a97 Compare April 30, 2024 17:25
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.100.3 fix(deps): update dependency @graphql-mesh/openapi to v0.100.4 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 98a1a97 to 31afc44 Compare April 30, 2024 20:12
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.100.4 fix(deps): update dependency @graphql-mesh/openapi to v0.100.5 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 31afc44 to 3271973 Compare May 8, 2024 14:56
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.100.5 fix(deps): update dependency @graphql-mesh/openapi to v0.100.7 May 8, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 3271973 to 152abea Compare May 14, 2024 02:00
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.100.7 fix(deps): update dependency @graphql-mesh/openapi to v0.100.8 May 14, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 152abea to a26ac08 Compare May 22, 2024 11:03
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from af03441 to a1a9a1a Compare March 26, 2025 15:17
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.2 fix(deps): update dependency @graphql-mesh/openapi to v0.109.3 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from a1a9a1a to e3205ea Compare March 28, 2025 15:57
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.3 fix(deps): update dependency @graphql-mesh/openapi to v0.109.4 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from e3205ea to 02dade0 Compare March 29, 2025 02:13
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.4 fix(deps): update dependency @graphql-mesh/openapi to v0.109.5 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 02dade0 to 92df3c2 Compare April 2, 2025 00:05
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.5 fix(deps): update dependency @graphql-mesh/openapi to v0.109.6 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 92df3c2 to 7911a3e Compare April 18, 2025 00:21
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.6 fix(deps): update dependency @graphql-mesh/openapi to v0.109.7 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 7911a3e to d527690 Compare May 13, 2025 12:56
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.7 fix(deps): update dependency @graphql-mesh/openapi to v0.109.8 May 13, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from d527690 to c6eaf9f Compare May 31, 2025 15:52
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.8 fix(deps): update dependency @graphql-mesh/openapi to v0.109.9 May 31, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from c6eaf9f to 147f84b Compare June 5, 2025 04:23
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.9 fix(deps): update dependency @graphql-mesh/openapi to v0.109.10 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 147f84b to 06e222e Compare August 5, 2025 19:24
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.10 fix(deps): update dependency @graphql-mesh/openapi to v0.109.13 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 06e222e to 55b9119 Compare August 10, 2025 07:42
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.13 fix(deps): update dependency @graphql-mesh/openapi to v0.109.14 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 55b9119 to ac16e92 Compare September 2, 2025 23:56
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.14 fix(deps): update dependency @graphql-mesh/openapi to v0.109.18 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from ac16e92 to ee704b5 Compare September 7, 2025 23:04
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.18 fix(deps): update dependency @graphql-mesh/openapi to v0.109.19 Sep 7, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from ee704b5 to 99223fc Compare September 19, 2025 16:07
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.19 fix(deps): update dependency @graphql-mesh/openapi to v0.109.20 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 99223fc to 570e02f Compare October 21, 2025 11:21
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 570e02f to 64862c1 Compare November 20, 2025 00:02
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.109.20 fix(deps): update dependency @graphql-mesh/openapi to v0.109.24 Nov 20, 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