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.16.10 -> 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
    [[9118cf4]

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-openapi-0.x branch from 755b494 to 2f9d347 Compare February 28, 2024 16:48
@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 2f9d347 to 68b2064 Compare March 11, 2024 23:28
@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 68b2064 to 540c9ae Compare March 13, 2024 20:28
@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 540c9ae to d63a17a Compare March 14, 2024 15:00
@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 d63a17a to ab76a76 Compare March 22, 2024 17:32
@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 ab76a76 to 2c49d8b Compare April 26, 2024 22:00
@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 2c49d8b to 21135ef Compare April 29, 2024 11:47
@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 21135ef to 656e2d4 Compare April 29, 2024 14:22
@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 656e2d4 to e506101 Compare April 30, 2024 00:21
@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 e506101 to ea55da5 Compare April 30, 2024 14:48
@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 ea55da5 to 7370aca Compare April 30, 2024 19:11
@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 7370aca to a8a94e7 Compare May 8, 2024 14:53
@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 a8a94e7 to 0f47b85 Compare May 14, 2024 01:01
@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 0f47b85 to 9d879bf Compare May 22, 2024 12:00
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.100.8 fix(deps): update dependency @graphql-mesh/openapi to v0.100.9 May 22, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 9d879bf to 1a797f4 Compare May 27, 2024 12:47
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.108.11 fix(deps): update dependency @graphql-mesh/openapi to v0.108.12 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from e410870 to 1f3dce4 Compare January 9, 2025 23:41
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.108.12 fix(deps): update dependency @graphql-mesh/openapi to v0.108.13 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 1f3dce4 to f414ffc Compare January 17, 2025 04:06
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.108.13 fix(deps): update dependency @graphql-mesh/openapi to v0.108.14 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from f414ffc to 0f04bb3 Compare January 25, 2025 11:54
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.108.14 fix(deps): update dependency @graphql-mesh/openapi to v0.108.15 Jan 25, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 0f04bb3 to 6eda0e0 Compare February 1, 2025 03:30
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.108.15 fix(deps): update dependency @graphql-mesh/openapi to v0.108.16 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 6eda0e0 to 7cbb685 Compare February 16, 2025 13:57
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.108.16 fix(deps): update dependency @graphql-mesh/openapi to v0.108.21 Feb 16, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 7cbb685 to a44e500 Compare February 23, 2025 19:52
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.108.21 fix(deps): update dependency @graphql-mesh/openapi to v0.108.23 Feb 23, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from a44e500 to f17bc29 Compare March 8, 2025 11:42
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/openapi to v0.108.23 fix(deps): update dependency @graphql-mesh/openapi to v0.109.2 Mar 8, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from f17bc29 to 30fb98f Compare April 20, 2025 00:29
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 30fb98f to bfa1be6 Compare May 19, 2025 00:13
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from bfa1be6 to ebde020 Compare June 1, 2025 20:00
@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.9 Jun 1, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from ebde020 to 3b36677 Compare August 5, 2025 19:50
@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.13 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 3b36677 to d76f79d Compare August 10, 2025 08:09
@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 d76f79d to 32c5fd1 Compare September 6, 2025 18:52
@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.19 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-openapi-0.x branch from 32c5fd1 to a638487 Compare September 19, 2025 19:42
@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 a638487 to 4980c1f Compare November 20, 2025 16:31
@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 23, 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