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/odata (source) ^0.11.0 -> ^0.106.0 age confidence

Release Notes

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

v0.106.17

Compare Source

Patch Changes

v0.106.16

Compare Source

Patch Changes

v0.106.15

Compare Source

Patch Changes

v0.106.14

Compare Source

Patch Changes

v0.106.13

Compare Source

Patch Changes

v0.106.12

Compare Source

Patch Changes

v0.106.11

Compare Source

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

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

Compare Source

Patch Changes

v0.105.20

Compare Source

Patch Changes

v0.105.19

Compare Source

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

Compare Source

Patch Changes

v0.102.0

Compare Source

Patch Changes

v0.101.5

Compare Source

Patch Changes

v0.101.4

Compare Source

Patch Changes

v0.101.3

Compare Source

Patch Changes

v0.101.2

Compare Source

Patch Changes

v0.101.1

Compare Source

Patch Changes

v0.101.0

Compare Source

Minor Changes
Patch Changes

v0.100.1

Compare Source

Patch Changes

v0.100.0

Compare Source

Patch Changes

v0.99.1

Compare Source

Patch Changes

v0.99.0

Compare Source

Minor Changes
  • #​7145
    7544594
    Thanks @​ardatan! - POTENTIAL BREAKING CHANGE:

    Now @httpOperation and @transport directive serializes headers as [string, string][] instead
    of stringified JSON.

    @​httpOperation(
    -  operationSpecificHeaders: [["Authorization", "Bearer 123"], ["X-Api-Key", "123"]]
    +  operationSpecificHeaders: "{\"Authorization\": \"Bearer 123\", \"X-Api-Key\": \"123\"}"
    )
    @​transport(
    -  headers: [["Authorization, "Bearer 123"], ["X-Api-Key", "123"]]
    +  headers: "{\"Authorization, \"Bearer 123\", \"X-Api-Key\": \"123\"}"
    )

    Also incorrect placement of @transport has been fixed to SCHEMA

    directive @​transport on
    -  FIELD_DEFINITION
    +  SCHEMA

    There is still backwards compatibility but this might look like a breaking change for some users
    during schema validation.

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-odata-0.x branch from f763845 to 6cdcf19 Compare February 28, 2024 16:47
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/odata to ^0.96.0 fix(deps): update dependency @graphql-mesh/odata to ^0.97.0 Feb 28, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-odata-0.x branch from 6cdcf19 to 72782ab Compare April 26, 2024 21:59
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/odata to ^0.97.0 fix(deps): update dependency @graphql-mesh/odata to ^0.98.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-odata-0.x branch from 72782ab to 9b36900 Compare June 26, 2024 16:42
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/odata to ^0.98.0 fix(deps): update dependency @graphql-mesh/odata to ^0.99.0 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-odata-0.x branch from 9b36900 to a6483c6 Compare July 10, 2024 18:51
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/odata to ^0.99.0 fix(deps): update dependency @graphql-mesh/odata to ^0.100.0 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-odata-0.x branch from a6483c6 to 751f72e Compare July 26, 2024 17:54
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/odata to ^0.100.0 fix(deps): update dependency @graphql-mesh/odata to ^0.101.0 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-odata-0.x branch from 751f72e to ac1be04 Compare August 18, 2024 17:57
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/odata to ^0.101.0 fix(deps): update dependency @graphql-mesh/odata to ^0.103.0 Aug 18, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-odata-0.x branch from ac1be04 to 5ba755e Compare August 25, 2024 21:27
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/odata to ^0.103.0 fix(deps): update dependency @graphql-mesh/odata to ^0.104.0 Aug 25, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-odata-0.x branch from 5ba755e to 7ab6ea1 Compare November 24, 2024 12:14
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/odata to ^0.104.0 fix(deps): update dependency @graphql-mesh/odata to ^0.105.0 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/graphql-mesh-odata-0.x branch from 7ab6ea1 to c635fe9 Compare March 8, 2025 11:41
@renovate renovate bot changed the title fix(deps): update dependency @graphql-mesh/odata to ^0.105.0 fix(deps): update dependency @graphql-mesh/odata to ^0.106.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