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/soap (source) ^0.7.0 -> ^0.107.0 age confidence

Release Notes

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

v0.107.18

Compare Source

Patch Changes

v0.107.17

Compare Source

Patch Changes

v0.107.16

Compare Source

Patch Changes

v0.107.15

Compare Source

Patch Changes

v0.107.14

Compare Source

Patch Changes

v0.107.13

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

v0.107.2

Compare Source

Patch Changes

v0.107.1

Compare Source

Patch Changes

v0.107.0

Compare Source

Patch Changes

v0.106.2

Compare Source

Patch Changes

v0.106.1

Compare Source

Patch Changes

v0.106.0

Compare Source

Minor Changes
  • #​8414
    d9cf1d3
    Thanks @​ardatan! - Auto detection of SOAP version to decide SOAP
    namespace; For SOAP 1.1, it is set to http://schemas.xmlsoap.org/soap/envelope/ and for SOAP
    1.2, it is set to http://www.w3.org/2003/05/soap-envelope.

    If you want to use a custom namespace, you can set it like below;

    import { defineConfig } from '@​graphql-mesh/compose-cli'
    import { loadSOAPSubgraph } from '@​omnigraph/soap'
    
    export const composeConfig = defineConfig({
      subgraphs: [
        {
          sourceHandler: loadSOAPSubgraph('CountryInfo', {
            source:
              'http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL',
            soapNamespace: 'http://foo.com/schemas/soap/envelope'
          })
        }
      ]
    })
Patch Changes

v0.105.18

Compare Source

Patch Changes

v0.105.17

Compare Source

Patch Changes

v0.105.16

Compare Source

Patch Changes

v0.105.15

Compare Source

Patch Changes

v0.105.14

Compare Source

Patch Changes

v0.105.13

Compare Source

Patch Changes

v0.105.12

Compare Source

Patch Changes

v0.105.11

Compare Source

Patch Changes

v0.105.10

Compare Source

Patch Changes

v0.105.9

Compare Source

Patch Changes

v0.105.8

Compare Source

Patch Changes

v0.105.7

Compare Source

Patch Changes

v0.105.6

Compare Source

Patch Changes

v0.105.5

Compare Source

Patch Changes

v0.105.4

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

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

v0.104.2

Compare Source

Patch Changes

v0.104.1

Compare Source

Patch Changes

v0.104.0

Compare Source

Patch Changes

v0.103.2

Compare Source

Patch Changes

v0.103.1

Compare Source

Patch Changes

v0.103.0

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-soap-0.x branch from b386e6b to 300d361 Compare February 28, 2024 16:52
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to ^0.96.0 fix(deps): update dependency @graphql-mesh/soap to ^0.97.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 300d361 to 1bdb3bd Compare April 26, 2024 22:06
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to ^0.97.0 fix(deps): update dependency @graphql-mesh/soap to ^0.98.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 1bdb3bd to f4d99f0 Compare May 21, 2024 12:11
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to ^0.98.0 fix(deps): update dependency @graphql-mesh/soap to ^0.99.0 May 21, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from f4d99f0 to 116bfad Compare June 26, 2024 16:45
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to ^0.99.0 fix(deps): update dependency @graphql-mesh/soap to ^0.100.0 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 116bfad to 193f2f0 Compare July 10, 2024 19:02
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to ^0.100.0 fix(deps): update dependency @graphql-mesh/soap to ^0.101.0 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 193f2f0 to ad5b9c0 Compare August 18, 2024 18:05
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to ^0.101.0 fix(deps): update dependency @graphql-mesh/soap to ^0.103.0 Aug 18, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from ad5b9c0 to 65973f9 Compare September 8, 2024 11:41
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to ^0.103.0 fix(deps): update dependency @graphql-mesh/soap to ^0.104.0 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 65973f9 to feaa7ab Compare November 24, 2024 12:27
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to ^0.104.0 fix(deps): update dependency @graphql-mesh/soap to ^0.105.0 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from feaa7ab to c42c02a Compare February 23, 2025 20:07
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to ^0.105.0 fix(deps): update dependency @graphql-mesh/soap to ^0.106.0 Feb 23, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from c42c02a to ea0fc5c Compare March 8, 2025 11:57
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to ^0.106.0 fix(deps): update dependency @graphql-mesh/soap to ^0.107.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