Skip to content

Commit cde3cb8

Browse files
committed
Merge branch 'main' of github.com:graphql-hive/console into feat/lab-query-plan
2 parents bc6a84f + 90d4b4b commit cde3cb8

17 files changed

Lines changed: 865 additions & 545 deletions

File tree

.changeset/true-foxes-happen.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-hive/laboratory': patch
3+
'@graphql-hive/render-laboratory': patch
4+
---
5+
6+
Hive Laboratory renders Hive Router query plan if included in response extensions

docker/configs/otel-collector/extension-hiveauth/go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ require (
4646
go.opentelemetry.io/otel/trace v1.40.0 // indirect
4747
go.uber.org/multierr v1.11.0 // indirect
4848
go.yaml.in/yaml/v3 v3.0.4 // indirect
49+
golang.org/x/net v0.51.0 // indirect
4950
golang.org/x/sys v0.41.0 // indirect
50-
google.golang.org/grpc v1.79.1 // indirect
51+
golang.org/x/text v0.34.0 // indirect
52+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
53+
google.golang.org/grpc v1.79.3 // indirect
5154
google.golang.org/protobuf v1.36.11 // indirect
5255
gopkg.in/yaml.v3 v3.0.1 // indirect
5356
)

docker/configs/otel-collector/extension-hiveauth/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b h1:
113113
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b/go.mod h1:j9x/tPzZkyxcgEFkiKEEGxfvyumM01BEtsW8xzOahRQ=
114114
google.golang.org/grpc v1.79.1 h1:zGhSi45ODB9/p3VAawt9a+O/MULLl9dpizzNNpq7flY=
115115
google.golang.org/grpc v1.79.1/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
116+
google.golang.org/grpc v1.79.3 h1:sybAEdRIEtvcD68Gx7dmnwjZKlyfuc61Dyo9pGXXkKE=
117+
google.golang.org/grpc v1.79.3/go.mod h1:KmT0Kjez+0dde/v2j9vzwoAScgEPx/Bw1CYChhHLrHQ=
116118
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
117119
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
118120
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"lodash-es@4.x.x": "^4.17.23",
155155
"lodash@4.x.x": "^4.17.23",
156156
"seroval@<1.4.1": "^1.4.1",
157-
"fast-xml-parser@<5.5.6": "^5.5.6",
157+
"fast-xml-parser@<5.5.7": "^5.5.7",
158158
"minimatch@10.x.x": "^10.2.2",
159159
"amqplib": "^0.8.0",
160160
"minimatch@9.x.x": "^9.0.6",

packages/libraries/laboratory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@base-ui/react": "^1.1.0",
42-
"dagrejs": "^0.2.1",
4342
"radix-ui": "^1.4.3",
43+
"react-zoom-pan-pinch": "^3.7.0",
4444
"uuid": "^13.0.0"
4545
},
4646
"devDependencies": {

0 commit comments

Comments
 (0)