Skip to content

Commit

Permalink
fix(deps): update envelop (major) (#3070)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Oct 16, 2023
1 parent c65cea2 commit 5b61547
Show file tree
Hide file tree
Showing 17 changed files with 154 additions and 141 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@graphql-yoga/nestjs-federation': patch
---
dependencies updates:
- Updated dependency [`@envelop/apollo-federation@^5.0.0`
↗︎](https://www.npmjs.com/package/@envelop/apollo-federation/v/5.0.0) (from `^4.0.0`, in
`dependencies`)
- Updated dependency [`@envelop/core@^5.0.0`
↗︎](https://www.npmjs.com/package/@envelop/core/v/5.0.0) (from `^4.0.0`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-yoga/plugin-apollo-inline-trace': patch
---
dependencies updates:
- Updated dependency [`@envelop/on-resolve@^4.0.0`
↗︎](https://www.npmjs.com/package/@envelop/on-resolve/v/4.0.0) (from `^3.0.0`, in
`dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-yoga/plugin-prometheus': patch
---
dependencies updates:
- Updated dependency [`@envelop/[email protected]`
↗︎](https://www.npmjs.com/package/@envelop/prometheus/v/9.0.0) (from `8.0.3`, in `dependencies`)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-yoga/plugin-response-cache': patch
---
dependencies updates:
- Updated dependency [`@envelop/response-cache@^6.0.0`
↗︎](https://www.npmjs.com/package/@envelop/response-cache/v/6.0.0) (from `^5.3.2`, in
`dependencies`)
6 changes: 6 additions & 0 deletions .changeset/graphql-yoga-3070-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'graphql-yoga': patch
---
dependencies updates:
- Updated dependency [`@envelop/core@^5.0.0`
↗︎](https://www.npmjs.com/package/@envelop/core/v/5.0.0) (from `^4.0.0`, in `dependencies`)
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
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"vite": "4.3.9"
},
"dependencies": {
"@envelop/graphql-jit": "7.0.0",
"@envelop/graphql-jit": "8.0.0",
"graphql-yoga": "4.0.5",
"@graphql-yoga/render-graphiql": "4.0.5",
"graphql": "16.6.0"
Expand Down
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
4 changes: 2 additions & 2 deletions packages/plugins/apollo-inline-trace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"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"
},
"devDependencies": {
"@envelop/on-resolve": "^3.0.0",
"@envelop/on-resolve": "^4.0.0",
"@whatwg-node/fetch": "^0.9.7",
"graphql": "^16.6.0",
"graphql-yoga": "4.0.5"
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 5b61547

Please sign in to comment.