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

changeset-bot bot commented Feb 24, 2024

⚠️ No Changeset found

Latest commit: b1eec6f

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-soap-0.x branch from efccf3d to 6c84c90 Compare February 28, 2024 16:28
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.96.7 fix(deps): update dependency @graphql-mesh/soap to v0.97.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 6c84c90 to 5451f35 Compare March 13, 2024 20:15
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.97.0 fix(deps): update dependency @graphql-mesh/soap to v0.97.3 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 5451f35 to 8827bd6 Compare March 14, 2024 17:43
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.97.3 fix(deps): update dependency @graphql-mesh/soap to v0.97.4 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 8827bd6 to 53f164d Compare March 22, 2024 21:23
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.97.4 fix(deps): update dependency @graphql-mesh/soap to v0.97.5 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 53f164d to fd9a927 Compare April 26, 2024 18:52
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.97.5 fix(deps): update dependency @graphql-mesh/soap to v0.98.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from fd9a927 to b7e0e7d Compare April 29, 2024 11:48
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.98.0 fix(deps): update dependency @graphql-mesh/soap to v0.98.1 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from b7e0e7d to d9e49dd Compare April 29, 2024 16:32
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.98.1 fix(deps): update dependency @graphql-mesh/soap to v0.98.2 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from d9e49dd to cf162e1 Compare April 30, 2024 20:14
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.98.2 fix(deps): update dependency @graphql-mesh/soap to v0.98.3 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from cf162e1 to 0f5ebb5 Compare May 8, 2024 14:58
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.98.3 fix(deps): update dependency @graphql-mesh/soap to v0.98.4 May 8, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 0f5ebb5 to 13b0f93 Compare May 21, 2024 21:50
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.98.4 fix(deps): update dependency @graphql-mesh/soap to v0.99.0 May 21, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 13b0f93 to ec2439e Compare May 22, 2024 11:05
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.99.0 fix(deps): update dependency @graphql-mesh/soap to v0.99.1 May 22, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from ec2439e to 557e3fe Compare May 27, 2024 14:27
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.99.1 fix(deps): update dependency @graphql-mesh/soap to v0.99.2 May 27, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 557e3fe to ee26501 Compare June 6, 2024 16:05
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.99.2 fix(deps): update dependency @graphql-mesh/soap to v0.99.3 Jun 6, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from ee26501 to 1a2d0b0 Compare June 20, 2024 15:41
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 79a0351 to 4439efe Compare February 23, 2025 14:35
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.105.18 fix(deps): update dependency @graphql-mesh/soap to v0.106.0 Feb 23, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 4439efe to cce888f Compare February 25, 2025 17:18
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.106.0 fix(deps): update dependency @graphql-mesh/soap to v0.106.1 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from cce888f to 4fec31b Compare February 25, 2025 21:43
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.106.1 fix(deps): update dependency @graphql-mesh/soap to v0.106.2 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 4fec31b to 6e0a57d Compare March 6, 2025 07:48
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.106.2 fix(deps): update dependency @graphql-mesh/soap to v0.107.0 Mar 6, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 6e0a57d to 31c1548 Compare March 9, 2025 19:09
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.107.0 fix(deps): update dependency @graphql-mesh/soap to v0.107.2 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 31c1548 to 06a9007 Compare March 26, 2025 15:20
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.107.2 fix(deps): update dependency @graphql-mesh/soap to v0.107.3 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 06a9007 to d7f25c6 Compare April 18, 2025 00:24
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.107.3 fix(deps): update dependency @graphql-mesh/soap to v0.107.4 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from d7f25c6 to f60c4d5 Compare June 5, 2025 04:26
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.107.4 fix(deps): update dependency @graphql-mesh/soap to v0.107.5 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from f60c4d5 to 8acdfc9 Compare August 5, 2025 19:26
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.107.5 fix(deps): update dependency @graphql-mesh/soap to v0.107.7 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 8acdfc9 to f24ba3f Compare August 10, 2025 07:44
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.107.7 fix(deps): update dependency @graphql-mesh/soap to v0.107.8 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from f24ba3f to 479d464 Compare September 2, 2025 23:58
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.107.8 fix(deps): update dependency @graphql-mesh/soap to v0.107.12 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 479d464 to 95c6520 Compare September 7, 2025 23:06
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.107.12 fix(deps): update dependency @graphql-mesh/soap to v0.107.13 Sep 7, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 95c6520 to 07b8ad8 Compare September 19, 2025 16:10
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.107.13 fix(deps): update dependency @graphql-mesh/soap to v0.107.14 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from 07b8ad8 to f3114dc Compare October 21, 2025 11:24
@renovate renovate bot force-pushed the renovate/graphql-mesh-soap-0.x branch from f3114dc to b1eec6f Compare November 20, 2025 00:04
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/soap to v0.107.14 fix(deps): update dependency @graphql-mesh/soap to v0.107.18 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