Skip to content

Commit 7e52c18

Browse files
chore(release): update monorepo packages versions (#2867)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8f7d7ab commit 7e52c18

File tree

92 files changed

+353
-186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+353
-186
lines changed

.changeset/graphql-yoga-2866-dependencies.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-pens-lick.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

benchmark/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# hello-world-benchmark
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb739b05`](https://github.com/dotansimha/graphql-yoga/commit/bb739b0555e67a9ee40da9343cec323463a0f568), [`8f7d7abc`](https://github.com/dotansimha/graphql-yoga/commit/8f7d7abc7f71de33e428ea74f2903290f2b4ed70)]:
8+
- graphql-yoga@4.0.1
9+
- @graphql-yoga/plugin-response-cache@2.0.1
10+
311
## 2.0.0
412

513
### Patch Changes

benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hello-world-benchmark",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"private": true,
66
"scripts": {
77
"build": "tsc",
@@ -14,8 +14,8 @@
1414
"dependencies": {
1515
"@envelop/graphql-jit": "6.0.0",
1616
"@faker-js/faker": "8.0.2",
17-
"@graphql-yoga/plugin-response-cache": "2.0.0",
18-
"graphql-yoga": "4.0.0",
17+
"@graphql-yoga/plugin-response-cache": "2.0.1",
18+
"graphql-yoga": "4.0.1",
1919
"graphql": "16.6.0"
2020
},
2121
"devDependencies": {

examples/apollo-federation-compatibility/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"license": "ISC",
1515
"dependencies": {
1616
"@apollo/subgraph": "^2.4.0",
17-
"@graphql-yoga/plugin-apollo-inline-trace": "2.0.0",
17+
"@graphql-yoga/plugin-apollo-inline-trace": "2.0.1",
1818
"graphql": "16.6.0",
1919
"graphql-tag": "2.12.6",
20-
"graphql-yoga": "4.0.0"
20+
"graphql-yoga": "4.0.1"
2121
},
2222
"devDependencies": {
2323
"@graphql-codegen/cli": "4.0.1",

examples/apollo-federation/gateway/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# apollo-federation-gateway-with-yoga
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb739b05`](https://github.com/dotansimha/graphql-yoga/commit/bb739b0555e67a9ee40da9343cec323463a0f568), [`8f7d7abc`](https://github.com/dotansimha/graphql-yoga/commit/8f7d7abc7f71de33e428ea74f2903290f2b4ed70)]:
8+
- graphql-yoga@4.0.1
9+
310
## 2.0.0
411

512
### Patch Changes
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-federation-gateway-with-yoga",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"scripts": {
66
"start": "node index.js",
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@apollo/gateway": "2.4.7",
1111
"@envelop/apollo-federation": "4.0.0",
12-
"graphql-yoga": "4.0.0",
12+
"graphql-yoga": "4.0.1",
1313
"graphql": "16.6.0"
1414
}
1515
}

examples/apollo-federation/service/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# apollo-subgraph-with-yoga
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb739b05`](https://github.com/dotansimha/graphql-yoga/commit/bb739b0555e67a9ee40da9343cec323463a0f568), [`8f7d7abc`](https://github.com/dotansimha/graphql-yoga/commit/8f7d7abc7f71de33e428ea74f2903290f2b4ed70)]:
8+
- graphql-yoga@4.0.1
9+
310
## 2.0.0
411

512
### Patch Changes
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "apollo-subgraph-with-yoga",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"scripts": {
66
"start": "node index.js",
77
"check": "exit 0"
88
},
99
"dependencies": {
1010
"@apollo/subgraph": "^2.4.0",
11-
"graphql-yoga": "4.0.0",
11+
"graphql-yoga": "4.0.1",
1212
"graphql": "16.6.0"
1313
}
1414
}

examples/aws-lambda/lambda/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# graphql-lambda
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb739b05`](https://github.com/dotansimha/graphql-yoga/commit/bb739b0555e67a9ee40da9343cec323463a0f568), [`8f7d7abc`](https://github.com/dotansimha/graphql-yoga/commit/8f7d7abc7f71de33e428ea74f2903290f2b4ed70)]:
8+
- graphql-yoga@4.0.1
9+
310
## 2.0.0
411

512
### Patch Changes

examples/aws-lambda/lambda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-lambda",
33
"private": true,
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "",
66
"main": "graphql.js",
77
"scripts": {
@@ -12,7 +12,7 @@
1212
"author": "",
1313
"license": "ISC",
1414
"dependencies": {
15-
"graphql-yoga": "4.0.0",
15+
"graphql-yoga": "4.0.1",
1616
"graphql": "^16.3.0"
1717
}
1818
}

examples/azure-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "tsc --pretty --noEmit"
88
},
99
"dependencies": {
10-
"graphql-yoga": "4.0.0"
10+
"graphql-yoga": "4.0.1"
1111
},
1212
"devDependencies": {
1313
"@azure/functions": "3.5.1",

examples/bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"bun-types": "^0.6.0",
11-
"graphql-yoga": "4.0.0",
11+
"graphql-yoga": "4.0.1",
1212
"graphql": "^16.6.0"
1313
},
1414
"devDependencies": {

examples/cloudflare-advanced/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# cloudflare-advanced
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb739b05`](https://github.com/dotansimha/graphql-yoga/commit/bb739b0555e67a9ee40da9343cec323463a0f568), [`8f7d7abc`](https://github.com/dotansimha/graphql-yoga/commit/8f7d7abc7f71de33e428ea74f2903290f2b4ed70)]:
8+
- graphql-yoga@4.0.1
9+
310
## 2.0.0
411

512
### Patch Changes

examples/cloudflare-advanced/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "cloudflare-advanced",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"scripts": {
66
"start": "wrangler dev",
77
"check": "tsc --pretty --noEmit"
88
},
99
"dependencies": {
10-
"graphql-yoga": "4.0.0",
10+
"graphql-yoga": "4.0.1",
1111
"@cloudflare/workers-types": "^4.0.0",
1212
"graphql": "16.6.0"
1313
},

examples/cloudflare-modules/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# cloudflare
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb739b05`](https://github.com/dotansimha/graphql-yoga/commit/bb739b0555e67a9ee40da9343cec323463a0f568), [`8f7d7abc`](https://github.com/dotansimha/graphql-yoga/commit/8f7d7abc7f71de33e428ea74f2903290f2b4ed70)]:
8+
- graphql-yoga@4.0.1
9+
310
## 2.0.0
411

512
### Patch Changes

examples/cloudflare-modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"private": true,
55
"type": "module",
66
"module": "./dist/index.mjs",
@@ -10,7 +10,7 @@
1010
"check": "tsc --pretty --noEmit"
1111
},
1212
"dependencies": {
13-
"graphql-yoga": "4.0.0",
13+
"graphql-yoga": "4.0.1",
1414
"graphql": "16.6.0"
1515
},
1616
"devDependencies": {

examples/cookies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@whatwg-node/server-plugin-cookies": "^0.0.7",
11-
"graphql-yoga": "4.0.0",
11+
"graphql-yoga": "4.0.1",
1212
"graphql": "16.6.0"
1313
},
1414
"devDependencies": {

examples/defer-stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"check": "tsc --pretty --noEmit"
88
},
99
"dependencies": {
10-
"graphql-yoga": "4.0.0",
11-
"@graphql-yoga/render-graphiql": "4.0.0",
10+
"graphql-yoga": "4.0.1",
11+
"@graphql-yoga/render-graphiql": "4.0.1",
1212
"graphql": "16.6.0",
13-
"@graphql-yoga/plugin-defer-stream": "2.0.0"
13+
"@graphql-yoga/plugin-defer-stream": "2.0.1"
1414
},
1515
"devDependencies": {
1616
"ts-node": "10.9.1",

examples/error-handling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "tsc --pretty --noEmit"
88
},
99
"dependencies": {
10-
"graphql-yoga": "4.0.0",
10+
"graphql-yoga": "4.0.1",
1111
"@whatwg-node/fetch": "^0.9.0",
1212
"graphql": "^16.1.0"
1313
},

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "tsc --pretty --noEmit"
88
},
99
"dependencies": {
10-
"graphql-yoga": "4.0.0",
10+
"graphql-yoga": "4.0.1",
1111
"@types/express": "^4.17.13",
1212
"express": "^4.17.1",
1313
"supertest": "^6.1.6"

examples/fastify-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@envelop/graphql-modules": "5.0.0",
1111
"@graphql-tools/load-files": "7.0.0",
12-
"graphql-yoga": "4.0.0",
12+
"graphql-yoga": "4.0.1",
1313
"fastify": "4.17.0",
1414
"graphql-modules": "2.1.2",
1515
"reflect-metadata": "0.1.13"

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "tsc --pretty --noEmit"
88
},
99
"dependencies": {
10-
"graphql-yoga": "4.0.0",
10+
"graphql-yoga": "4.0.1",
1111
"fastify": "4.17.0",
1212
"pino-pretty": "10.0.0"
1313
},

examples/file-upload-nextjs-pothos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check": "tsc --pretty --noEmit"
1111
},
1212
"dependencies": {
13-
"graphql-yoga": "4.0.0",
13+
"graphql-yoga": "4.0.1",
1414
"@pothos/core": "3.30.0",
1515
"graphql": "16.6.0",
1616
"next": "13.4.5",

examples/file-upload-nexus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "tsc --pretty --noEmit"
88
},
99
"dependencies": {
10-
"graphql-yoga": "4.0.0",
10+
"graphql-yoga": "4.0.1",
1111
"graphql": "16.6.0",
1212
"nexus": "^1.3.0"
1313
},

examples/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"check": "tsc --pretty --noEmit"
88
},
99
"dependencies": {
10-
"graphql-yoga": "4.0.0",
10+
"graphql-yoga": "4.0.1",
1111
"graphql": "16.6.0",
1212
"ts-node": "10.9.1"
1313
},

examples/firebase/functions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [[`bb739b05`](https://github.com/dotansimha/graphql-yoga/commit/bb739b0555e67a9ee40da9343cec323463a0f568), [`8f7d7abc`](https://github.com/dotansimha/graphql-yoga/commit/8f7d7abc7f71de33e428ea74f2903290f2b4ed70)]:
8+
- graphql-yoga@4.0.1
9+
10+
## null
11+
12+
### Patch Changes
13+
714
- Updated dependencies [[`4228c1d5`](https://github.com/dotansimha/graphql-yoga/commit/4228c1d54ed785fac1fb9669d861ed46659872ca), [`34ecb4bb`](https://github.com/dotansimha/graphql-yoga/commit/34ecb4bbad3823f1bfde8aa7e1e92139481f9daf), [`ec318fe6`](https://github.com/dotansimha/graphql-yoga/commit/ec318fe6d3945190abbe8b643223268ff9a5e0e9), [`cc370691`](https://github.com/dotansimha/graphql-yoga/commit/cc370691cc525fe5b15cb846c60621d99d313310), [`b309ca0d`](https://github.com/dotansimha/graphql-yoga/commit/b309ca0db1c45264878c3cec0137c3fdbd22fc97), [`dd699c4b`](https://github.com/dotansimha/graphql-yoga/commit/dd699c4bcef24b373ee49237c187df3f093e1dfc), [`4228c1d5`](https://github.com/dotansimha/graphql-yoga/commit/4228c1d54ed785fac1fb9669d861ed46659872ca), [`0522c740`](https://github.com/dotansimha/graphql-yoga/commit/0522c7408c69a1b72af5c220411cf19d7fa859e9)]:
815
- graphql-yoga@4.0.0
916

examples/firebase/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"firebase-admin": "^11.5.0",
1414
"firebase-functions": "^4.2.0",
15-
"graphql-yoga": "4.0.0",
15+
"graphql-yoga": "4.0.1",
1616
"graphql": "16.6.0"
1717
},
1818
"devDependencies": {

examples/gcp-cloud-run/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# graphql-yoga-cloud-run-guide
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bb739b05`](https://github.com/dotansimha/graphql-yoga/commit/bb739b0555e67a9ee40da9343cec323463a0f568), [`8f7d7abc`](https://github.com/dotansimha/graphql-yoga/commit/8f7d7abc7f71de33e428ea74f2903290f2b4ed70)]:
8+
- graphql-yoga@4.0.1
9+
310
## 2.0.0
411

512
### Patch Changes

examples/gcp-cloud-run/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-yoga-cloud-run-guide",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "",
55
"type": "module",
66
"main": "src/index.js",
@@ -11,6 +11,6 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"graphql": "^16.6.0",
14-
"graphql-yoga": "^4.0.0"
14+
"graphql-yoga": "^4.0.1"
1515
}
1616
}

examples/gcp-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"check": "exit 0"
1212
},
1313
"dependencies": {
14-
"graphql-yoga": "4.0.0",
14+
"graphql-yoga": "4.0.1",
1515
"graphql": "16.6.0"
1616
},
1717
"devDependencies": {

examples/generic-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@envelop/generic-auth": "6.0.0",
24-
"graphql-yoga": "4.0.0",
24+
"graphql-yoga": "4.0.1",
2525
"graphql": "16.6.0"
2626
}
2727
}

examples/graphql-armor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@escape.tech/graphql-armor": "2.0.0",
23-
"graphql-yoga": "4.0.0",
23+
"graphql-yoga": "4.0.1",
2424
"graphql": "16.6.0"
2525
}
2626
}

0 commit comments

Comments
 (0)