graphql-portal icon indicating copy to clipboard operation
graphql-portal copied to clipboard

fix(deps): update dependency @graphql-mesh/config to v8

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-mesh/config 0.17.0 -> 8.0.13 age adoption passing confidence

Release Notes

Urigo/graphql-mesh

v8.0.13

Compare Source

Patch Changes

v8.0.12

Compare Source

Patch Changes

v8.0.11

Compare Source

Patch Changes

v8.0.10

Compare Source

Patch Changes

v8.0.9

Compare Source

Patch Changes

v8.0.8

Compare Source

Patch Changes

v8.0.7

Compare Source

Patch Changes

v8.0.6

Compare Source

Patch Changes

v8.0.5

Compare Source

Patch Changes

v8.0.4

Compare Source

Patch Changes

v8.0.3

Compare Source

Patch Changes

v8.0.2

Compare Source

Patch Changes

v8.0.1

Compare Source

Patch Changes

v8.0.0

Compare Source

Patch Changes

v7.1.4

Compare Source

Patch Changes

v7.1.3

Compare Source

Patch Changes

v7.1.2

Compare Source

Patch Changes

v7.1.1

Compare Source

Patch Changes

v7.1.0

Compare Source

Minor Changes
Patch Changes

v7.0.0

Compare Source

Minor Changes
Patch Changes

v6.2.0

Compare Source

Minor Changes
  • #​4356 b5c59ffce Thanks @​ardatan! - ## Improvements on outgoing HTTP calls

    • Now Mesh's default fetch implementation deduplicates the same GET JSON requests in the same execution context
    • You should pass Accept: application/json to make this work.
    • JSON Schema, new OpenAPI and RAML handlers now take GraphQL context as 3rd parameter. If you use customFetch, you can use that value to access Mesh internals such as the incoming Request object.

v6.1.0

Compare Source

Minor Changes
  • #​4353 f23e14eba Thanks @​ardatan! - New flag for mesh build. You can set mesh build --throwOnInvalidConfig=true to make the CLI throw an exception if the configuration file is invalid per Mesh's configuration schema
Patch Changes

v6.0.1

Compare Source

Patch Changes

v6.0.0

Compare Source

Patch Changes

v5.1.8

Compare Source

Patch Changes

v5.1.7

Compare Source

Patch Changes

v5.1.6

Compare Source

Patch Changes

v5.1.5

Compare Source

Patch Changes

v5.1.4

Compare Source

Patch Changes

v5.1.3

Compare Source

Patch Changes
  • a0adc23: Fix a bug that is causing the additional resolvers to be ignored when there is a single source with an executor(GraphQL handler e.g.) because resolvers are added to the schema while the execution should respect those.
  • Updated dependencies [a0adc23]

v5.1.2

Compare Source

Patch Changes

v5.1.1

Compare Source

Patch Changes

v5.1.0

Compare Source

Minor Changes
  • be1f8e9: Prioritize user port configuration over environment variable
Patch Changes
  • a2ef35c: ** Use the new @whatwg-node/fetch package instead of cross-undici-fetch**

    cross-undici-fetch has been renamed to @whatwg-node-fetch. Now Mesh uses this new package.

    ** BREAKING: Drop serve.handlers in favor of the new plugin system **

    Now Mesh uses the new plugin system of GraphQL Yoga that uses WHATWG Fetch API instead of Node specific serve.handlers. That means you can use those plugins with any environment even if you are not using Node.js with mesh start.

    Please check our docs to see how you can migrate to the new usage. https://www.graphql-mesh.com/docs/guides/subscriptions-webhooks#handle-webhook-http-requests

  • Updated dependencies [a2ef35c]

    • [@​graphql-mesh/types](https://

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jun 18 '22 14:06 renovate[bot]