mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
fix: bump @theguild/federation-composition to 0.21.3 (#7508)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
parent
2f18f46106
commit
8e111ac428
9 changed files with 32 additions and 25 deletions
7
.changeset/true-pumas-write.md
Normal file
7
.changeset/true-pumas-write.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
'hive': patch
|
||||
---
|
||||
|
||||
Fix federation composition access validation on union members when selecting `__typename` in `@requires` directives.
|
||||
|
||||
The `@requires` directive validation rule (`AuthOnRequiresRule`) was not checking authorization requirements for `__typename` selections on union types. When `__typename` on a union type was selected, code would throw an unexpected error.
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
"@hive/schema": "workspace:*",
|
||||
"@hive/server": "workspace:*",
|
||||
"@hive/storage": "workspace:*",
|
||||
"@theguild/federation-composition": "0.21.2",
|
||||
"@theguild/federation-composition": "0.21.3",
|
||||
"@trpc/client": "10.45.3",
|
||||
"@trpc/server": "10.45.3",
|
||||
"@types/async-retry": "1.4.8",
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
"@sentry/cli": "2.40.0",
|
||||
"@swc/core": "1.13.5",
|
||||
"@theguild/eslint-config": "0.12.1",
|
||||
"@theguild/federation-composition": "0.21.2",
|
||||
"@theguild/federation-composition": "0.21.3",
|
||||
"@theguild/prettier-config": "2.0.7",
|
||||
"@types/node": "22.10.5",
|
||||
"bob-the-bundler": "7.0.1",
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
"@oclif/core": "3.26.6",
|
||||
"@oclif/plugin-help": "6.2.36",
|
||||
"@oclif/plugin-update": "4.7.16",
|
||||
"@theguild/federation-composition": "0.21.2",
|
||||
"@theguild/federation-composition": "0.21.3",
|
||||
"cli-table3": "0.6.5",
|
||||
"colors": "1.4.0",
|
||||
"env-ci": "7.3.0",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"@sentry/node": "7.120.2",
|
||||
"@sentry/types": "7.120.2",
|
||||
"@slack/web-api": "7.10.0",
|
||||
"@theguild/federation-composition": "0.21.2",
|
||||
"@theguild/federation-composition": "0.21.3",
|
||||
"@trpc/client": "10.45.3",
|
||||
"@trpc/server": "10.45.3",
|
||||
"@types/bcryptjs": "2.4.6",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@apollo/subgraph": "2.9.3",
|
||||
"@theguild/federation-composition": "0.21.2",
|
||||
"@theguild/federation-composition": "0.21.3",
|
||||
"graphql": "16.9.0",
|
||||
"graphql-yoga": "5.13.3"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
"@graphql-tools/stitching-directives": "3.1.38",
|
||||
"@hive/service-common": "workspace:*",
|
||||
"@sentry/node": "7.120.2",
|
||||
"@theguild/federation-composition": "0.21.2",
|
||||
"@theguild/federation-composition": "0.21.3",
|
||||
"@trpc/server": "10.45.3",
|
||||
"@types/async-retry": "1.4.8",
|
||||
"@types/ioredis-mock": "8.2.5",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"@sentry/integrations": "7.114.0",
|
||||
"@sentry/node": "7.120.2",
|
||||
"@swc/core": "1.13.5",
|
||||
"@theguild/federation-composition": "0.21.2",
|
||||
"@theguild/federation-composition": "0.21.3",
|
||||
"@trpc/client": "10.45.3",
|
||||
"@trpc/server": "10.45.3",
|
||||
"@whatwg-node/server": "0.10.17",
|
||||
|
|
|
|||
|
|
@ -154,8 +154,8 @@ importers:
|
|||
specifier: 0.12.1
|
||||
version: 0.12.1(eslint@8.57.1(patch_hash=08d9d41d21638cb74d0f9f34877a8839601a4e5a8263066ff23e7032addbcba0))(typescript@5.7.3)
|
||||
'@theguild/federation-composition':
|
||||
specifier: 0.21.2
|
||||
version: 0.21.2(graphql@16.9.0)
|
||||
specifier: 0.21.3
|
||||
version: 0.21.3(graphql@16.9.0)
|
||||
'@theguild/prettier-config':
|
||||
specifier: 2.0.7
|
||||
version: 2.0.7(prettier@3.4.2)
|
||||
|
|
@ -341,8 +341,8 @@ importers:
|
|||
specifier: workspace:*
|
||||
version: link:../packages/services/storage
|
||||
'@theguild/federation-composition':
|
||||
specifier: 0.21.2
|
||||
version: 0.21.2(graphql@16.9.0)
|
||||
specifier: 0.21.3
|
||||
version: 0.21.3(graphql@16.9.0)
|
||||
'@trpc/client':
|
||||
specifier: 10.45.3
|
||||
version: 10.45.3(@trpc/server@10.45.3)
|
||||
|
|
@ -487,8 +487,8 @@ importers:
|
|||
specifier: 4.7.16
|
||||
version: 4.7.16
|
||||
'@theguild/federation-composition':
|
||||
specifier: 0.21.2
|
||||
version: 0.21.2(graphql@16.9.0)
|
||||
specifier: 0.21.3
|
||||
version: 0.21.3(graphql@16.9.0)
|
||||
cli-table3:
|
||||
specifier: 0.6.5
|
||||
version: 0.6.5
|
||||
|
|
@ -810,8 +810,8 @@ importers:
|
|||
specifier: 7.10.0
|
||||
version: 7.10.0
|
||||
'@theguild/federation-composition':
|
||||
specifier: 0.21.2
|
||||
version: 0.21.2(graphql@16.9.0)
|
||||
specifier: 0.21.3
|
||||
version: 0.21.3(graphql@16.9.0)
|
||||
'@trpc/client':
|
||||
specifier: 10.45.3
|
||||
version: 10.45.3(@trpc/server@10.45.3)
|
||||
|
|
@ -1050,8 +1050,8 @@ importers:
|
|||
specifier: 2.9.3
|
||||
version: 2.9.3(graphql@16.9.0)
|
||||
'@theguild/federation-composition':
|
||||
specifier: 0.21.2
|
||||
version: 0.21.2(graphql@16.9.0)
|
||||
specifier: 0.21.3
|
||||
version: 0.21.3(graphql@16.9.0)
|
||||
graphql:
|
||||
specifier: 16.9.0
|
||||
version: 16.9.0
|
||||
|
|
@ -1156,8 +1156,8 @@ importers:
|
|||
specifier: 7.120.2
|
||||
version: 7.120.2
|
||||
'@theguild/federation-composition':
|
||||
specifier: 0.21.2
|
||||
version: 0.21.2(graphql@16.9.0)
|
||||
specifier: 0.21.3
|
||||
version: 0.21.3(graphql@16.9.0)
|
||||
'@trpc/server':
|
||||
specifier: 10.45.3
|
||||
version: 10.45.3
|
||||
|
|
@ -1285,8 +1285,8 @@ importers:
|
|||
specifier: 1.13.5
|
||||
version: 1.13.5
|
||||
'@theguild/federation-composition':
|
||||
specifier: 0.21.2
|
||||
version: 0.21.2(graphql@16.9.0)
|
||||
specifier: 0.21.3
|
||||
version: 0.21.3(graphql@16.9.0)
|
||||
'@trpc/client':
|
||||
specifier: 10.45.3
|
||||
version: 10.45.3(@trpc/server@10.45.3)
|
||||
|
|
@ -9500,8 +9500,8 @@ packages:
|
|||
peerDependencies:
|
||||
graphql: ^16.0.0
|
||||
|
||||
'@theguild/federation-composition@0.21.2':
|
||||
resolution: {integrity: sha512-vkaJrMaG5TXtEzdrbfTZ5IhOot/Ct2aZHEgG4fYmzZa037DpLaic6W1l1NIlFZ7c/gHZS3Wz4Wt3ZTvsDgOAOQ==}
|
||||
'@theguild/federation-composition@0.21.3':
|
||||
resolution: {integrity: sha512-+LlHTa4UbRpZBog3ggAxjYIFvdfH3UMvvBUptur19TMWkqU4+n3GmN+mDjejU+dyBXIG27c25RsiQP1HyvM99g==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
graphql: ^16.0.0
|
||||
|
|
@ -30942,7 +30942,7 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@theguild/federation-composition@0.21.2(graphql@16.9.0)':
|
||||
'@theguild/federation-composition@0.21.3(graphql@16.9.0)':
|
||||
dependencies:
|
||||
constant-case: 3.0.4
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
|
|
@ -33602,7 +33602,7 @@ snapshots:
|
|||
|
||||
docker-modem@5.0.6:
|
||||
dependencies:
|
||||
debug: 4.4.1(supports-color@8.1.1)
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
readable-stream: 3.6.0
|
||||
split-ca: 1.0.1
|
||||
ssh2: 1.15.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue