Skip to content

Commit

Permalink
Update transport executors containing improvements and fixes (#3501)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
enisdenjo and github-actions[bot] authored Nov 20, 2024
1 parent ccd512e commit c93366d
Show file tree
Hide file tree
Showing 11 changed files with 222 additions and 55 deletions.
10 changes: 10 additions & 0 deletions .changeset/@graphql-yoga_apollo-link-3501-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@graphql-yoga/apollo-link': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/executor-apollo-link@^1.0.3`
↗︎](https://www.npmjs.com/package/@graphql-tools/executor-apollo-link/v/1.0.3) (from `^1.0.0`,
in `dependencies`)
- Updated dependency [`@graphql-tools/executor-http@^1.1.9`
↗︎](https://www.npmjs.com/package/@graphql-tools/executor-http/v/1.1.9) (from `^1.0.4`, in
`dependencies`)
7 changes: 7 additions & 0 deletions .changeset/@graphql-yoga_graphiql-3501-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@graphql-yoga/graphiql': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/url-loader@^8.0.15`
↗︎](https://www.npmjs.com/package/@graphql-tools/url-loader/v/8.0.15) (from `8.0.2`, in
`dependencies`)
10 changes: 10 additions & 0 deletions .changeset/@graphql-yoga_urql-exchange-3501-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@graphql-yoga/urql-exchange': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/executor-http@^1.1.9`
↗︎](https://www.npmjs.com/package/@graphql-tools/executor-http/v/1.1.9) (from `^1.0.4`, in
`dependencies`)
- Updated dependency [`@graphql-tools/executor-urql-exchange@^1.0.4`
↗︎](https://www.npmjs.com/package/@graphql-tools/executor-urql-exchange/v/1.0.4) (from `^1.0.0`,
in `dependencies`)
7 changes: 7 additions & 0 deletions .changeset/graphql-yoga-3501-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'graphql-yoga': patch
---
dependencies updates:
- Updated dependency [`@graphql-tools/executor@^1.3.3`
↗︎](https://www.npmjs.com/package/@graphql-tools/executor/v/1.3.3) (from `^1.3.0`, in
`dependencies`)
9 changes: 9 additions & 0 deletions .changeset/purple-lizards-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@graphql-yoga/urql-exchange': patch
'@graphql-yoga/plugin-defer-stream': patch
'@graphql-yoga/apollo-link': patch
'graphql-yoga': patch
'@graphql-yoga/graphiql': patch
---

Update transport executors containing improvements and fixes
6 changes: 3 additions & 3 deletions packages/client/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/apollo-link",
"version": "3.10.2",
"version": "3.10.1",
"type": "module",
"description": "",
"repository": {
Expand Down Expand Up @@ -47,8 +47,8 @@
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/executor-apollo-link": "^1.0.0",
"@graphql-tools/executor-http": "^1.0.4",
"@graphql-tools/executor-apollo-link": "^1.0.3",
"@graphql-tools/executor-http": "^1.1.9",
"tslib": "^2.5.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/urql-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"wonka": "^6.0.0"
},
"dependencies": {
"@graphql-tools/executor-http": "^1.0.4",
"@graphql-tools/executor-urql-exchange": "^1.0.0",
"@graphql-tools/executor-http": "^1.1.9",
"@graphql-tools/executor-urql-exchange": "^1.0.4",
"tslib": "^2.5.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@graphiql/plugin-explorer": "^3.0.0",
"@graphiql/toolkit": "0.9.1",
"@graphql-tools/url-loader": "8.0.2",
"@graphql-tools/url-loader": "^8.0.15",
"graphiql": "3.1.1",
"graphql": "16.8.1",
"json-bigint-patch": "0.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@envelop/core": "^5.0.1",
"@graphql-tools/executor": "^1.3.0",
"@graphql-tools/executor": "^1.3.3",
"@graphql-tools/schema": "^10.0.4",
"@graphql-tools/utils": "^10.3.2",
"@graphql-yoga/logger": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@graphql-tools/utils": "^10.0.0"
},
"devDependencies": {
"@graphql-tools/executor-http": "^1.0.4",
"@graphql-tools/executor-http": "^1.1.9",
"@whatwg-node/fetch": "^0.10.1",
"fetch-multipart-graphql": "3.2.1",
"graphql": "^16.6.0",
Expand Down
Loading

0 comments on commit c93366d

Please sign in to comment.