Skip to content

Commit 9557c69

Browse files
chore(release): update monorepo packages versions (#3534)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 05fe345 commit 9557c69

File tree

70 files changed

+354
-94
lines changed

Some content is hidden

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

70 files changed

+354
-94
lines changed

.changeset/@graphql-yoga_apollo-managed-federation-3532-dependencies.md

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

.changeset/@graphql-yoga_graphiql-3526-dependencies.md

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

.changeset/@graphql-yoga_plugin-apollo-usage-report-3549-dependencies.md

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

.changeset/@graphql-yoga_plugin-apq-3549-dependencies.md

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

.changeset/@graphql-yoga_plugin-jwt-3532-dependencies.md

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

.changeset/@graphql-yoga_plugin-persisted-operations-3549-dependencies.md

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

.changeset/curvy-impalas-sell.md

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

.changeset/eleven-crews-applaud.md

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

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

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

.changeset/late-monkeys-tease.md

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

benchmark/CHANGELOG.md

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

3+
## 3.12.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`eca7cd1`](https://github.com/dotansimha/graphql-yoga/commit/eca7cd1163c58a5505ea371f745cb196f8bb20df),
9+
[`05fe345`](https://github.com/dotansimha/graphql-yoga/commit/05fe34588fbeb28de847db9d7d58c5a6ae90e36b)]:
10+
- graphql-yoga@5.10.5
11+
- @graphql-yoga/plugin-response-cache@3.12.5
12+
313
## 3.12.4
414

515
### Patch Changes

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hello-world-benchmark",
3-
"version": "3.12.4",
3+
"version": "3.12.5",
44
"type": "module",
55
"private": true,
66
"scripts": {

examples/apollo-federation/gateway/CHANGELOG.md

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

3+
## 3.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`eca7cd1`](https://github.com/dotansimha/graphql-yoga/commit/eca7cd1163c58a5505ea371f745cb196f8bb20df),
9+
[`05fe345`](https://github.com/dotansimha/graphql-yoga/commit/05fe34588fbeb28de847db9d7d58c5a6ae90e36b)]:
10+
- graphql-yoga@5.10.5
11+
312
## 3.10.4
413

514
### Patch Changes

examples/apollo-federation/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-federation-gateway-with-yoga",
3-
"version": "3.10.4",
3+
"version": "3.10.5",
44
"private": true,
55
"scripts": {
66
"check": "exit 0",

examples/apollo-federation/service/CHANGELOG.md

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

3+
## 3.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`eca7cd1`](https://github.com/dotansimha/graphql-yoga/commit/eca7cd1163c58a5505ea371f745cb196f8bb20df),
9+
[`05fe345`](https://github.com/dotansimha/graphql-yoga/commit/05fe34588fbeb28de847db9d7d58c5a6ae90e36b)]:
10+
- graphql-yoga@5.10.5
11+
312
## 3.10.4
413

514
### Patch Changes

examples/apollo-federation/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-subgraph-with-yoga",
3-
"version": "3.10.4",
3+
"version": "3.10.5",
44
"private": true,
55
"scripts": {
66
"check": "exit 0",

examples/aws-lambda/lambda/CHANGELOG.md

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

3+
## 3.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`eca7cd1`](https://github.com/dotansimha/graphql-yoga/commit/eca7cd1163c58a5505ea371f745cb196f8bb20df),
9+
[`05fe345`](https://github.com/dotansimha/graphql-yoga/commit/05fe34588fbeb28de847db9d7d58c5a6ae90e36b)]:
10+
- graphql-yoga@5.10.5
11+
312
## 3.10.4
413

514
### Patch Changes

examples/aws-lambda/lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-lambda",
3-
"version": "3.10.4",
3+
"version": "3.10.5",
44
"description": "",
55
"author": "",
66
"license": "ISC",

examples/cloudflare-advanced/CHANGELOG.md

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

3+
## 3.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`eca7cd1`](https://github.com/dotansimha/graphql-yoga/commit/eca7cd1163c58a5505ea371f745cb196f8bb20df),
9+
[`05fe345`](https://github.com/dotansimha/graphql-yoga/commit/05fe34588fbeb28de847db9d7d58c5a6ae90e36b)]:
10+
- graphql-yoga@5.10.5
11+
312
## 3.10.4
413

514
### Patch Changes

examples/cloudflare-advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare-advanced",
3-
"version": "3.10.4",
3+
"version": "3.10.5",
44
"private": true,
55
"scripts": {
66
"check": "tsc --pretty --noEmit",

examples/cloudflare-modules/CHANGELOG.md

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

3+
## 3.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`eca7cd1`](https://github.com/dotansimha/graphql-yoga/commit/eca7cd1163c58a5505ea371f745cb196f8bb20df),
9+
[`05fe345`](https://github.com/dotansimha/graphql-yoga/commit/05fe34588fbeb28de847db9d7d58c5a6ae90e36b)]:
10+
- graphql-yoga@5.10.5
11+
312
## 3.10.4
413

514
### Patch Changes

examples/cloudflare-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudflare",
3-
"version": "3.10.4",
3+
"version": "3.10.5",
44
"type": "module",
55
"private": true,
66
"module": "./dist/index.mjs",

examples/nextjs-app/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# nextjs-app
22

3+
## 2.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`eca7cd1`](https://github.com/dotansimha/graphql-yoga/commit/eca7cd1163c58a5505ea371f745cb196f8bb20df),
9+
[`05fe345`](https://github.com/dotansimha/graphql-yoga/commit/05fe34588fbeb28de847db9d7d58c5a6ae90e36b)]:
10+
- graphql-yoga@5.10.5
11+
312
## 2.10.4
413

514
### Patch Changes

examples/nextjs-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-app",
3-
"version": "2.10.4",
3+
"version": "2.10.5",
44
"private": true,
55
"scripts": {
66
"build": "next build",

packages/client/apollo-link/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @graphql-yoga/apollo-link
22

3+
## 3.10.4
4+
35
## 3.10.3
46

57
### Patch Changes

packages/client/apollo-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/apollo-link",
3-
"version": "3.10.3",
3+
"version": "3.10.4",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/client/urql-exchange/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @graphql-yoga/urql-exchange
22

3+
## 3.10.5
4+
35
## 3.10.4
46

57
## 3.10.3

packages/client/urql-exchange/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/urql-exchange",
3-
"version": "3.10.4",
3+
"version": "3.10.5",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/event-target/redis-event-target/CHANGELOG.md

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

3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`57e7701`](https://github.com/dotansimha/graphql-yoga/commit/57e7701dd62495cee224d71ad55f726740a38cdd)]:
9+
- @graphql-yoga/typed-event-target@3.0.1
10+
311
## 3.0.1
412

513
### Patch Changes

packages/event-target/redis-event-target/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/redis-event-target",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/event-target/typed-event-target/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-yoga/typed-event-target
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#3532](https://github.com/dotansimha/graphql-yoga/pull/3532)
8+
[`57e7701`](https://github.com/dotansimha/graphql-yoga/commit/57e7701dd62495cee224d71ad55f726740a38cdd)
9+
Thanks [@ardatan](https://github.com/ardatan)! - Improve typings for `TypedEventTarget<TEvent>`,
10+
so `addEventListener` and `removeEventListener` methods now expect `type` to be the `type`
11+
property of `TEvent`, and `dispatchEvent` expects to get `TEvent`.
12+
313
## 3.0.0
414

515
### Major Changes

packages/event-target/typed-event-target/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/typed-event-target",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/graphiql/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @graphql-yoga/graphiql
22

3+
## 4.3.3
4+
5+
### Patch Changes
6+
7+
- [#3526](https://github.com/dotansimha/graphql-yoga/pull/3526)
8+
[`ccaaf95`](https://github.com/dotansimha/graphql-yoga/commit/ccaaf9576b498a96e3314da61e7f7d96cdb666d7)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency [`react@19.0.0` ↗︎](https://www.npmjs.com/package/react/v/19.0.0) (from
11+
`18.2.0`, in `dependencies`)
12+
- Updated dependency [`react-dom@19.0.0` ↗︎](https://www.npmjs.com/package/react-dom/v/19.0.0)
13+
(from `18.2.0`, in `dependencies`)
14+
315
## 4.3.2
416

517
### Patch Changes

packages/graphiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/graphiql",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/graphql-yoga/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# graphql-yoga
22

3+
## 5.10.5
4+
5+
### Patch Changes
6+
7+
- [#3546](https://github.com/dotansimha/graphql-yoga/pull/3546)
8+
[`eca7cd1`](https://github.com/dotansimha/graphql-yoga/commit/eca7cd1163c58a5505ea371f745cb196f8bb20df)
9+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Add documentation for Plugin hooks
10+
11+
- [#3549](https://github.com/dotansimha/graphql-yoga/pull/3549)
12+
[`05fe345`](https://github.com/dotansimha/graphql-yoga/commit/05fe34588fbeb28de847db9d7d58c5a6ae90e36b)
13+
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
14+
- Updated dependency
15+
[`@graphql-tools/executor@^1.3.7` ↗︎](https://www.npmjs.com/package/@graphql-tools/executor/v/1.3.7)
16+
(from `^1.3.5`, in `dependencies`)
17+
- Updated dependency
18+
[`@graphql-tools/schema@^10.0.11` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/10.0.11)
19+
(from `^10.0.10`, in `dependencies`)
20+
- Updated dependency
21+
[`@graphql-tools/utils@^10.6.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.2)
22+
(from `^10.6.1`, in `dependencies`)
23+
- Updated dependency
24+
[`@whatwg-node/server@^0.9.63` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.9.63)
25+
(from `^0.9.60`, in `dependencies`)
26+
- Updated dependencies []:
27+
- @graphql-yoga/subscription@5.0.2
28+
329
## 5.10.4
430

531
### Patch Changes

packages/graphql-yoga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-yoga",
3-
"version": "5.10.4",
3+
"version": "5.10.5",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/nestjs-federation/CHANGELOG.md

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

3+
## 3.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-yoga/nestjs@3.10.5
9+
- @graphql-yoga/plugin-apollo-inline-trace@3.10.5
10+
311
## 3.10.4
412

513
### Patch Changes

0 commit comments

Comments
 (0)