Skip to content

Commit

Permalink
update envelop to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
EmrysMyrddin committed Oct 16, 2023
1 parent ed02d4f commit 0ba0275
Show file tree
Hide file tree
Showing 13 changed files with 416 additions and 199 deletions.
11 changes: 11 additions & 0 deletions .changeset/dirty-carpets-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@graphql-yoga/plugin-apollo-inline-trace': major
'apollo-federation-gateway-with-yoga': major
'@graphql-yoga/plugin-response-cache': major
'@graphql-yoga/plugin-prometheus': major
'@graphql-yoga/nestjs-federation': major
'graphql-yoga': major
'hello-world-benchmark': major
---

**Breaking Change:** Bump envelop related packages to new major v4
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "start-server-and-test start http://127.0.0.1:4000/ping loadtest"
},
"dependencies": {
"@envelop/graphql-jit": "7.0.0",
"@envelop/graphql-jit": "8.0.0",
"@faker-js/faker": "8.0.2",
"@graphql-yoga/plugin-response-cache": "2.2.0",
"graphql": "16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/apollo-federation/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo/gateway": "2.4.7",
"@envelop/apollo-federation": "4.0.3",
"@envelop/apollo-federation": "5.0.0",
"graphql": "16.6.0",
"graphql-yoga": "4.0.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node --transpile-only src/index.ts"
},
"dependencies": {
"@envelop/graphql-modules": "5.0.3",
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/load-files": "7.0.0",
"fastify": "4.17.0",
"graphql-modules": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"start": "ts-node src/main.ts"
},
"dependencies": {
"@envelop/generic-auth": "6.1.1",
"@envelop/generic-auth": "7.0.0",
"graphql": "16.6.0",
"graphql-yoga": "4.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ts-node src/main.ts"
},
"dependencies": {
"@envelop/live-query": "6.0.3",
"@envelop/live-query": "7.0.0",
"@graphql-tools/utils": "10.0.1",
"@n1ru4l/graphql-live-query": "0.10.0",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"vite": "4.3.9"
},
"dependencies": {
"@envelop/graphql-jit": "7.0.0",
"graphql-yoga": "4.0.5",
"@envelop/graphql-jit": "8.0.0",
"@graphql-yoga/render-graphiql": "4.0.5",
"graphql": "16.6.0"
"graphql": "16.6.0",
"graphql-yoga": "4.0.5"
},
"type": "module"
}
8 changes: 4 additions & 4 deletions packages/graphql-yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "5.0.0",
"@graphql-tools/executor": "^1.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
Expand All @@ -62,9 +62,9 @@
"tslib": "^2.5.2"
},
"devDependencies": {
"@envelop/disable-introspection": "5.0.3",
"@envelop/graphql-jit": "7.0.0",
"@envelop/live-query": "6.0.3",
"@envelop/disable-introspection": "6.0.0",
"@envelop/graphql-jit": "8.0.0",
"@envelop/live-query": "7.0.0",
"@graphql-yoga/render-graphiql": "4.0.5",
"@jest/globals": "^29.2.1",
"@n1ru4l/in-memory-live-query-store": "0.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nestjs-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"dependencies": {
"@apollo/gateway": "^2.4.0",
"@apollo/subgraph": "^2.4.0",
"@envelop/apollo-federation": "^4.0.0",
"@envelop/core": "^4.0.0",
"@envelop/apollo-federation": "^5.0.0",
"@envelop/core": "5.0.0",
"@graphql-yoga/nestjs": "2.1.1",
"@graphql-yoga/plugin-apollo-inline-trace": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/apollo-inline-trace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"graphql-yoga": "^4.0.5"
},
"dependencies": {
"@envelop/on-resolve": "^3.0.0",
"@envelop/on-resolve": "^4.0.0",
"apollo-reporting-protobuf": "^3.3.2",
"tslib": "^2.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prom-client": "^15.0.0"
},
"dependencies": {
"@envelop/prometheus": "8.0.3"
"@envelop/prometheus": "9.0.0"
},
"devDependencies": {
"prom-client": "15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"graphql-yoga": "^4.0.5"
},
"dependencies": {
"@envelop/response-cache": "^5.3.2"
"@envelop/response-cache": "^6.0.0"
},
"devDependencies": {
"graphql": "^16.6.0",
Expand Down
Loading

0 comments on commit 0ba0275

Please sign in to comment.