Skip to content

Commit e51f479

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

File tree

103 files changed

+450
-237
lines changed

Some content is hidden

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

103 files changed

+450
-237
lines changed

.changeset/@graphql-yoga_plugin-prometheus-2985-dependencies.md

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

.changeset/@graphql-yoga_plugin-prometheus-3026-dependencies.md

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

.changeset/@graphql-yoga_plugin-response-cache-2993-dependencies.md

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

.changeset/@graphql-yoga_plugin-response-cache-3006-dependencies.md

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

.changeset/curly-walls-pretend.md

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

.changeset/fifty-drinks-judge.md

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

.changeset/hungry-numbers-burn.md

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

.changeset/olive-hairs-unite.md

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

.changeset/wicked-feet-drop.md

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

.changeset/wise-goats-promise.md

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

benchmark/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`0c6625ad`](https://github.com/dotansimha/graphql-yoga/commit/0c6625ad362db284e26b526e508d8506e1aa3a10),
9+
[`2a122360`](https://github.com/dotansimha/graphql-yoga/commit/2a1223601d24d8f5589a0a7be639a5ff2929d7f0),
10+
[`0c6625ad`](https://github.com/dotansimha/graphql-yoga/commit/0c6625ad362db284e26b526e508d8506e1aa3a10),
11+
[`0c6625ad`](https://github.com/dotansimha/graphql-yoga/commit/0c6625ad362db284e26b526e508d8506e1aa3a10),
12+
[`caf75884`](https://github.com/dotansimha/graphql-yoga/commit/caf758844064ddcbbb1becfd1ff444b639c2fa13),
13+
[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
14+
- @graphql-yoga/plugin-response-cache@2.2.0
15+
- graphql-yoga@4.0.5
16+
317
## 2.1.1
418

519
### Patch Changes

benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-world-benchmark",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"type": "module",
55
"private": true,
66
"scripts": {
@@ -14,9 +14,9 @@
1414
"dependencies": {
1515
"@envelop/graphql-jit": "6.0.5",
1616
"@faker-js/faker": "8.0.2",
17-
"@graphql-yoga/plugin-response-cache": "2.1.1",
17+
"@graphql-yoga/plugin-response-cache": "2.2.0",
1818
"graphql": "16.6.0",
19-
"graphql-yoga": "4.0.4"
19+
"graphql-yoga": "4.0.5"
2020
},
2121
"devDependencies": {
2222
"start-server-and-test": "2.0.0"

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
},
1515
"dependencies": {
1616
"@apollo/subgraph": "^2.4.0",
17-
"@graphql-yoga/plugin-apollo-inline-trace": "2.0.4",
17+
"@graphql-yoga/plugin-apollo-inline-trace": "2.0.5",
1818
"graphql": "16.6.0",
1919
"graphql-tag": "2.12.6",
20-
"graphql-yoga": "4.0.4"
20+
"graphql-yoga": "4.0.5"
2121
},
2222
"devDependencies": {
2323
"@graphql-codegen/cli": "5.0.0",

examples/apollo-federation/gateway/CHANGELOG.md

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

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
9+
- graphql-yoga@4.0.5
10+
311
## 2.0.4
412

513
### 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.4",
3+
"version": "2.0.5",
44
"private": true,
55
"scripts": {
66
"check": "exit 0",
@@ -10,6 +10,6 @@
1010
"@apollo/gateway": "2.4.7",
1111
"@envelop/apollo-federation": "4.0.3",
1212
"graphql": "16.6.0",
13-
"graphql-yoga": "4.0.4"
13+
"graphql-yoga": "4.0.5"
1414
}
1515
}

examples/apollo-federation/service/CHANGELOG.md

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

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
9+
- graphql-yoga@4.0.5
10+
311
## 2.0.4
412

513
### Patch Changes
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-subgraph-with-yoga",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"private": true,
55
"scripts": {
66
"check": "exit 0",
@@ -9,6 +9,6 @@
99
"dependencies": {
1010
"@apollo/subgraph": "^2.4.0",
1111
"graphql": "16.6.0",
12-
"graphql-yoga": "4.0.4"
12+
"graphql-yoga": "4.0.5"
1313
}
1414
}

examples/aws-lambda/lambda/CHANGELOG.md

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

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
9+
- graphql-yoga@4.0.5
10+
311
## 2.0.4
412

513
### Patch Changes

examples/aws-lambda/lambda/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-lambda",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "",
55
"author": "",
66
"license": "ISC",
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"graphql": "^16.3.0",
16-
"graphql-yoga": "4.0.4"
16+
"graphql-yoga": "4.0.5"
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.4"
10+
"graphql-yoga": "4.0.5"
1111
},
1212
"devDependencies": {
1313
"@azure/functions": "4.0.0",

examples/bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"bun-types": "^1.0.0",
1111
"graphql": "^16.6.0",
12-
"graphql-yoga": "4.0.4"
12+
"graphql-yoga": "4.0.5"
1313
},
1414
"devDependencies": {
1515
"@whatwg-node/fetch": "^0.9.0"

examples/cloudflare-advanced/CHANGELOG.md

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

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
9+
- graphql-yoga@4.0.5
10+
311
## 2.0.4
412

513
### Patch Changes

examples/cloudflare-advanced/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare-advanced",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"private": true,
55
"scripts": {
66
"check": "tsc --pretty --noEmit",
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@cloudflare/workers-types": "^4.0.0",
1111
"graphql": "16.6.0",
12-
"graphql-yoga": "4.0.4"
12+
"graphql-yoga": "4.0.5"
1313
},
1414
"devDependencies": {
1515
"ts-loader": "9.4.3",

examples/cloudflare-modules/CHANGELOG.md

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

3+
## 2.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
9+
- graphql-yoga@4.0.5
10+
311
## 2.0.4
412

513
### 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.4",
3+
"version": "2.0.5",
44
"type": "module",
55
"private": true,
66
"module": "./dist/index.mjs",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"graphql": "16.6.0",
14-
"graphql-yoga": "4.0.4"
14+
"graphql-yoga": "4.0.5"
1515
},
1616
"devDependencies": {
1717
"@cloudflare/workers-types": "4.20230518.0",

examples/cookies/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@whatwg-node/server-plugin-cookies": "^1.0.0",
1111
"graphql": "16.6.0",
12-
"graphql-yoga": "4.0.4"
12+
"graphql-yoga": "4.0.5"
1313
},
1414
"devDependencies": {
1515
"@types/node": "18.16.16",

examples/defer-stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"start": "ts-node src/index.ts"
88
},
99
"dependencies": {
10-
"@graphql-yoga/plugin-defer-stream": "2.0.4",
11-
"@graphql-yoga/render-graphiql": "4.0.4",
10+
"@graphql-yoga/plugin-defer-stream": "2.0.5",
11+
"@graphql-yoga/render-graphiql": "4.0.5",
1212
"graphql": "16.6.0",
13-
"graphql-yoga": "4.0.4"
13+
"graphql-yoga": "4.0.5"
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
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@whatwg-node/fetch": "^0.9.7",
1111
"graphql": "^16.1.0",
12-
"graphql-yoga": "4.0.4"
12+
"graphql-yoga": "4.0.5"
1313
},
1414
"devDependencies": {
1515
"ts-node": "10.9.1",

examples/express-helmet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@types/express": "^4.17.13",
1111
"express": "^4.17.1",
12-
"graphql-yoga": "4.0.4",
12+
"graphql-yoga": "4.0.5",
1313
"helmet": "^7.0.0",
1414
"supertest": "^6.1.6"
1515
},

examples/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@types/express": "^4.17.13",
1111
"express": "^4.17.1",
12-
"graphql-yoga": "4.0.4",
12+
"graphql-yoga": "4.0.5",
1313
"supertest": "^6.1.6"
1414
},
1515
"devDependencies": {

examples/fastify-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@graphql-tools/load-files": "7.0.0",
1212
"fastify": "4.17.0",
1313
"graphql-modules": "2.1.2",
14-
"graphql-yoga": "4.0.4",
14+
"graphql-yoga": "4.0.5",
1515
"reflect-metadata": "0.1.13"
1616
},
1717
"devDependencies": {

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"fastify": "4.17.0",
11-
"graphql-yoga": "4.0.4",
11+
"graphql-yoga": "4.0.5",
1212
"pino-pretty": "10.0.0"
1313
},
1414
"devDependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@pothos/core": "3.30.0",
1414
"graphql": "16.6.0",
15-
"graphql-yoga": "4.0.4",
15+
"graphql-yoga": "4.0.5",
1616
"next": "13.4.12",
1717
"react": "18.2.0",
1818
"react-dom": "18.2.0"

examples/file-upload-nexus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"graphql": "16.6.0",
11-
"graphql-yoga": "4.0.4",
11+
"graphql-yoga": "4.0.5",
1212
"nexus": "^1.3.0"
1313
},
1414
"devDependencies": {

examples/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"graphql": "16.6.0",
11-
"graphql-yoga": "4.0.4",
11+
"graphql-yoga": "4.0.5",
1212
"ts-node": "10.9.1"
1313
},
1414
"devDependencies": {

examples/firebase/functions/CHANGELOG.md

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

55
### Patch Changes
66

7+
- Updated dependencies
8+
[[`bf602edf`](https://github.com/dotansimha/graphql-yoga/commit/bf602edf790590de1db26b5f3fc39f895104055c)]:
9+
- graphql-yoga@4.0.5
10+
11+
## null
12+
13+
### Patch Changes
14+
715
- Updated dependencies
816
[[`5f182006`](https://github.com/dotansimha/graphql-yoga/commit/5f1820066e8a340ad214b55232fcf439793f91bf)]:
917
- graphql-yoga@4.0.4

0 commit comments

Comments
 (0)