fix(deps): update all non-major dependencies #140
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.74.0
->0.74.1
0.29.0
->0.29.1
0.11.55
->0.11.56
0.4.10
->0.4.11
^0.77.0
->^0.78.0
Release Notes
Urigo/graphql-mesh (@graphql-mesh/cli)
v0.74.1
Compare Source
Patch Changes
6e6fd4a
]ad22cbd
]bcd9355
]Urigo/graphql-mesh (@graphql-mesh/graphql)
v0.29.1
Compare Source
Patch Changes
6e6fd4a
]bcd9355
]Urigo/graphql-mesh (@graphql-mesh/transform-prefix)
v0.11.56
Compare Source
Patch Changes
6e6fd4a
]bcd9355
]Urigo/graphql-mesh (@graphql-mesh/transform-type-merging)
v0.4.11
Compare Source
Patch Changes
6e6fd4a
]bcd9355
]Urigo/graphql-mesh (@graphql-mesh/types)
v0.78.0
Compare Source
Minor Changes
bcd9355
: Breaking change in merger API;Before a merger should return a
GraphQLSchema
, not it needs to returnSubschemaConfig
from@graphql-tools/delegate
package.The idea is to prevent the schema from being wrap to reduce the execution complexity.
Now if merger returns an executor, it will be used directly as an executor inside Envelop's pipeline.
Also it can return
transforms
which will be applied during execution while schema transforms are applied on build time without any modification in the resolvers.If there are some root transforms, those are applied together with the source transforms on the execution level in case of a single source.
Patch Changes
Configuration
📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.