-
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update dependency @graphql-tools/delegate to ^10.2.23 #511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/graphql-hive-gateway-monorepo
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20bb9fa to
d8915a2
Compare
d8915a2 to
a3d63a8
Compare
a3d63a8 to
dfc950c
Compare
dfc950c to
83a04e6
Compare
83a04e6 to
27093ea
Compare
27093ea to
ae30906
Compare
ae30906 to
00f907b
Compare
00f907b to
fc1b4d0
Compare
fc1b4d0 to
f4ee933
Compare
f4ee933 to
800d43b
Compare
800d43b to
05d4166
Compare
05d4166 to
25ff507
Compare
25ff507 to
1843692
Compare
1843692 to
57d3cc4
Compare
57d3cc4 to
af1d2bc
Compare
972fa71 to
e39e38f
Compare
e39e38f to
14ac454
Compare
14ac454 to
279e822
Compare
279e822 to
3b68ac9
Compare
3b68ac9 to
035e993
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^10.0.21→^10.2.23Release Notes
graphql-hive/gateway (@graphql-tools/delegate)
v10.2.23Compare Source
Patch Changes
#1358
8e37851Thanks @dependabot! - dependencies updates:@graphql-tools/executor@^1.4.9↗︎ (from^1.4.8, independencies)@graphql-tools/schema@^10.0.25↗︎ (from^10.0.24, independencies)@graphql-tools/utils@^10.9.1↗︎ (from^10.9.0, independencies)Updated dependencies [
8e37851]:v10.2.22Compare Source
Patch Changes
#1344
a71236dThanks @dependabot! - dependencies updates:@graphql-tools/executor@^1.4.8↗︎ (from^1.4.7, independencies)@graphql-tools/schema@^10.0.24↗︎ (from^10.0.11, independencies)@graphql-tools/utils@^10.9.0↗︎ (from^10.8.1, independencies)Updated dependencies [
a71236d]:v10.2.21Compare Source
Patch Changes
#1301
b69c80bThanks @enisdenjo! - Filter selection sets recursively when finalizing gateway requestsBecause abstract types can be nested.
v10.2.20Compare Source
Patch Changes
#1280
0655d1fThanks @enisdenjo! - Relocate each error in multi-error ExecutionResultHandling errors now works the same for both single-error and multi-error ExecutionResults.
#1280
0655d1fThanks @enisdenjo! - Remove trailing spaces when merging multi-error responses#1280
0655d1fThanks @enisdenjo! - Call onLocatedError hook from delegation context for each error in multi-error ExecutionResultv10.2.19Compare Source
Patch Changes
dca6529]:v10.2.18Compare Source
Patch Changes
0512be3Thanks @ardatan! - Optimizes@provideshandling by avoiding the generation of new query plans when a parent subgraph already supplies the requested fields.subtractSelectionSetsto compute leftover selections.providedSelectionNodethrough planning to subtract out provided fields early.faffc17]:v10.2.17Compare Source
Patch Changes
#950
c7ea2c5Thanks @kroupacz! - Errors should not be swallowed when it is thrown from the shared root#994
0af3485Thanks @ardatan! - Do not use the global `PromiseWithResolvers`v10.2.16Compare Source
Patch Changes
#532
4e33933Thanks @EmrysMyrddin! - dependencies updates:@whatwg-node/promise-helpers@^1.3.0↗︎ (from^1.2.5, independencies)Updated dependencies [
4e33933]:v10.2.15Compare Source
Patch Changes
#862
278618aThanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.2.5↗︎ (from^1.0.0, independencies)Updated dependencies [
278618a]:v10.2.14Compare Source
Patch Changes
#726
6334b2eThanks @ardatan! - dependencies updates:@whatwg-node/promise-helpers@^1.0.0↗︎ (todependencies)#742
2a54e85Thanks @kathrynkodama! - Remove the index from the batched error;In case of batched delegation (for example multiple book entitites fetched from different places from a field), remove the index from the error message, as it is not relevant in this case.
See the test
Updated dependencies [
6334b2e]:v10.2.13Compare Source
Patch Changes
#662
2318393Thanks @ardatan! - When a field with@skipand@includedirectives in a selection set throws, show the correct errorv10.2.12Compare Source
Patch Changes
#620
d72209aThanks @renovate! - dependencies updates:@graphql-tools/utils@^10.8.1↗︎ (from^10.7.0, independencies)Updated dependencies [
d72209a]:v10.2.11Compare Source
Patch Changes
#506
9144222Thanks @ardatan! - AddisPrototypePollutingKeyto prevent accidential prototype pollution, whenever object manipulation happens with the keys based on the user input, it is validated to prevent prototype pollution.For example,
WrapQuerytakespathwhich is used to manipulate the object returned to the client. If the user input is__proto__, it will throw an error from now on but previously it would have polluted the prototype.v10.2.10Compare Source
Patch Changes
#471
18682e6Thanks @ardatan! - While creating a delegation request for the subschema, an selection set should be spreaded on the union type field correctly.In case of the following schema;
If the operation is generated as following;
It should be spreaded on the union type field correctly as following;
v10.2.9Compare Source
Patch Changes
#373
e606975Thanks @ardatan! - dependencies updates:@graphql-tools/executor@^1.3.10↗︎ (from^1.3.8, independencies)@graphql-tools/utils@^10.7.0↗︎ (from^10.6.2, independencies)Updated dependencies [
e606975]:v10.2.8Compare Source
Patch Changes
23b8987Thanks @ardatan! - dependencies updates:@graphql-tools/executor@^1.3.8↗︎ (from^1.3.6, independencies)v10.2.7Compare Source
Patch Changes
#291
34d1224Thanks @ardatan! - dependencies updates:tslib@^2.8.1↗︎ (from^2.5.0, independencies)Updated dependencies [
34d1224]:v10.2.6Compare Source
Patch Changes
#268
7df2215Thanks @ardatan! - dependencies updates:dataloader@^2.2.3↗︎ (from^2.2.2, independencies)#269
cdca511Thanks @ardatan! - dependencies updates:@graphql-tools/executor@^1.3.6↗︎ (from^1.3.3, independencies)@graphql-tools/schema@^10.0.11↗︎ (from^10.0.8, independencies)@graphql-tools/utils@^10.6.2↗︎ (from^10.6.0, independencies)Updated dependencies [
7df2215,cdca511]:v10.2.5Compare Source
Patch Changes
9ce705cThanks @ardatan! - Do not show internal non-nullability errors in the gatewayv10.2.4Compare Source
Patch Changes
e53d4af]:v10.2.3Compare Source
Patch Changes
7ca0ff3Thanks @ardatan! - Avoid extensions and use `stitchingInfo` for provided fieldsv10.2.2Compare Source
Patch Changes
#1358
8e37851Thanks @dependabot! - dependencies updates:@graphql-tools/executor@^1.4.9↗︎ (from^1.4.8, independencies)@graphql-tools/schema@^10.0.25↗︎ (from^10.0.24, independencies)@graphql-tools/utils@^10.9.1↗︎ (from^10.9.0, independencies)Updated dependencies [
8e37851]:v10.2.1Compare Source
Patch Changes
dca6529]:v10.2.0Compare Source
Minor Changes
f32cb2aThanks @ardatan! - Introduce `onDelegationPlan` and `onDelegationStageExecuteDone` hooksv10.1.3Compare Source
Patch Changes
#118
73c621dThanks @{! - Do not ignore request selection set when overriding the fieldsv10.1.2Compare Source
v10.1.1Compare Source
Patch Changes
342e044Thanks @ardatan! - Prevent extra queries to the same subgraph
multiple times on the same plan, and merge iterables correctly
v10.1.0Compare Source
Minor Changes
e9906ebThanks @kroupacz! - Handle shared root field queries with aliases
v10.0.29Compare Source
Patch Changes
da1de08Thanks @kroupacz! - - fix
subtractSelectionSets()method - findfield by its path correctly
v10.0.28Compare Source
Patch Changes
f470f49Thanks @ardatan! - Support original format of "@stream"
v10.0.27Compare Source
Patch Changes
180f3f0Thanks @ardatan! - Avoid extra calls if the keys are already
resolved
v10.0.26Compare Source
Patch Changes
8effad4Thanks @ardatan! - Performance improvements on upstream request
execution
v10.0.25Compare Source
Patch Changes
8a16b01Thanks @ardatan! - Performance improvements on upstream request
execution
v10.0.24Compare Source
Patch Changes
4cdb462Thanks @ardatan! - Performance improvements on upstream request
execution
v10.0.23Compare Source
Patch Changes
#6573
7e2938dThanks @ardatan! - When there are two services like below then the
following query senty, the gateway tries to fetch
idas an extra field because it considersidmight be needed while this is not correct. This patch avoids any extra calls, and forwards the
query as is to the 2nd service.
v10.0.22Compare Source
Patch Changes
[
cf2ce5e]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR was generated by Mend Renovate. View the repository job log.