Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5145)
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
github-actions[bot] and github-actions[bot] authored Apr 6, 2023
1 parent 37aa622 commit e41513a
Show file tree
Hide file tree
Showing 31 changed files with 128 additions and 55 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_executor-5112-dependencies.md

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-beds-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-pans-end.md

This file was deleted.

8 changes: 8 additions & 0 deletions benchmark/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# federation-benchmark

## 0.0.88

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.47
- @graphql-tools/stitching-directives@2.3.33

## 0.0.87

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions benchmark/federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "federation-benchmark",
"version": "0.0.87",
"version": "0.0.88",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.4.1",
"@apollo/federation": "0.38.1",
"@graphql-tools/stitch": "8.7.46",
"@graphql-tools/stitching-directives": "2.3.32",
"@graphql-tools/stitch": "8.7.47",
"@graphql-tools/stitching-directives": "2.3.33",
"express": "4.18.2",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
Expand Down
7 changes: 7 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/batch-delegate

## 8.4.24

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.30

## 8.4.23

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-delegate",
"version": "8.4.23",
"version": "8.4.24",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,14 +53,14 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.29",
"@graphql-tools/delegate": "9.0.30",
"@graphql-tools/utils": "9.2.1",
"dataloader": "2.2.2",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.17",
"@graphql-tools/stitch": "8.7.46"
"@graphql-tools/stitch": "8.7.47"
},
"publishConfig": {
"directory": "dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/delegate

## 9.0.30

### Patch Changes

- Updated dependencies [[`828fbf93`](https://github.com/ardatan/graphql-tools/commit/828fbf93ff317d00577c9a94402736bac5f4be39)]:
- @graphql-tools/executor@0.0.16

## 9.0.29

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/delegate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/delegate",
"version": "9.0.29",
"version": "9.0.30",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@graphql-tools/batch-execute": "^8.5.18",
"@graphql-tools/executor": "^0.0.15",
"@graphql-tools/executor": "^0.0.16",
"@graphql-tools/schema": "^9.0.16",
"@graphql-tools/utils": "^9.2.1",
"dataloader": "^2.2.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor

## 0.0.16

### Patch Changes

- [#5112](https://github.com/ardatan/graphql-tools/pull/5112) [`828fbf93`](https://github.com/ardatan/graphql-tools/commit/828fbf93ff317d00577c9a94402736bac5f4be39) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`@graphql-typed-document-node/core@3.2.0` ↗︎](https://www.npmjs.com/package/@graphql-typed-document-node/core/v/3.2.0) (from `3.1.2`, in `dependencies`)

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor",
"version": "0.0.15",
"version": "0.0.16",
"author": "Saihajpreet Singh <saihajpreet.singh@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/executors/graphql-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/executor-graphql-ws

## 0.0.13

### Patch Changes

- [#5112](https://github.com/ardatan/graphql-tools/pull/5112) [`828fbf93`](https://github.com/ardatan/graphql-tools/commit/828fbf93ff317d00577c9a94402736bac5f4be39) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`ws@8.13.0` ↗︎](https://www.npmjs.com/package/ws/v/8.13.0) (from `8.12.1`, in `dependencies`)
- Updated dependency [`graphql-ws@5.12.1` ↗︎](https://www.npmjs.com/package/graphql-ws/v/5.12.1) (from `5.12.0`, in `dependencies`)

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/graphql-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-graphql-ws",
"version": "0.0.12",
"version": "0.0.13",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/legacy-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-legacy-ws

## 0.0.10

### Patch Changes

- [#5112](https://github.com/ardatan/graphql-tools/pull/5112) [`828fbf93`](https://github.com/ardatan/graphql-tools/commit/828fbf93ff317d00577c9a94402736bac5f4be39) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`ws@8.13.0` ↗︎](https://www.npmjs.com/package/ws/v/8.13.0) (from `8.12.1`, in `dependencies`)

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/legacy-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-legacy-ws",
"version": "0.0.9",
"version": "0.0.10",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/executors/urql-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/executor-urql-exchange

## 0.0.9

### Patch Changes

- [`61f040c8`](https://github.com/ardatan/graphql-tools/commit/61f040c8098deb0145d46dc8a2d5a6c8d99215fe) Thanks [@ardatan](https://github.com/ardatan)! - Support urql v4

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/executors/urql-exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-urql-exchange",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/links

## 8.3.34

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.30

## 8.3.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/links",
"version": "8.3.33",
"version": "8.3.34",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,7 +64,7 @@
"graphql-upload": "16.0.2"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.29",
"@graphql-tools/delegate": "9.0.30",
"@graphql-tools/utils": "9.2.1",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/loaders/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/prisma-loader

## 7.2.67

### Patch Changes

- Updated dependencies []:
- @graphql-tools/url-loader@7.17.15

## 7.2.66

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/prisma-loader",
"version": "7.2.66",
"version": "7.2.67",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@whatwg-node/fetch": "^0.8.2",
"@graphql-tools/url-loader": "7.17.14",
"@graphql-tools/url-loader": "7.17.15",
"@graphql-tools/utils": "9.2.1",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
10 changes: 10 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/url-loader

## 7.17.15

### Patch Changes

- Updated dependencies [[`828fbf93`](https://github.com/ardatan/graphql-tools/commit/828fbf93ff317d00577c9a94402736bac5f4be39), [`828fbf93`](https://github.com/ardatan/graphql-tools/commit/828fbf93ff317d00577c9a94402736bac5f4be39), [`c8d5e0df`](https://github.com/ardatan/graphql-tools/commit/c8d5e0dfccdfc40d2a586650b56c124f3e4c5d42)]:
- @graphql-tools/executor-graphql-ws@0.0.13
- @graphql-tools/executor-legacy-ws@0.0.10
- @graphql-tools/wrap@9.4.1
- @graphql-tools/delegate@9.0.30

## 7.17.14

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/loaders/url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/url-loader",
"version": "7.17.14",
"version": "7.17.15",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,12 +66,12 @@
"webpack": "5.78.0"
},
"dependencies": {
"@graphql-tools/delegate": "^9.0.27",
"@graphql-tools/delegate": "^9.0.30",
"@graphql-tools/executor-http": "^0.1.7",
"@graphql-tools/executor-graphql-ws": "^0.0.12",
"@graphql-tools/executor-legacy-ws": "^0.0.9",
"@graphql-tools/executor-graphql-ws": "^0.0.13",
"@graphql-tools/executor-legacy-ws": "^0.0.10",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/wrap": "^9.3.8",
"@graphql-tools/wrap": "^9.4.1",
"@ardatan/sync-fetch": "^0.0.1",
"@whatwg-node/fetch": "^0.8.0",
"@types/ws": "^8.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/stitch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/stitch

## 8.7.47

### Patch Changes

- Updated dependencies [[`c8d5e0df`](https://github.com/ardatan/graphql-tools/commit/c8d5e0dfccdfc40d2a586650b56c124f3e4c5d42)]:
- @graphql-tools/wrap@9.4.1
- @graphql-tools/delegate@9.0.30
- @graphql-tools/batch-delegate@8.4.24

## 8.7.46

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/stitch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitch",
"version": "8.7.46",
"version": "8.7.47",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,12 +57,12 @@
"value-or-promise": "1.0.12"
},
"dependencies": {
"@graphql-tools/batch-delegate": "8.4.23",
"@graphql-tools/delegate": "9.0.29",
"@graphql-tools/batch-delegate": "8.4.24",
"@graphql-tools/delegate": "9.0.30",
"@graphql-tools/merge": "8.4.0",
"@graphql-tools/schema": "9.0.17",
"@graphql-tools/utils": "9.2.1",
"@graphql-tools/wrap": "9.4.0",
"@graphql-tools/wrap": "9.4.1",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.11"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/stitching-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/stitching-directives

## 2.3.33

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.30

## 2.3.32

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stitching-directives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/stitching-directives",
"version": "2.3.32",
"version": "2.3.33",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.29",
"@graphql-tools/delegate": "9.0.30",
"@graphql-tools/utils": "9.2.1",
"tslib": "^2.4.0"
},
Expand Down
Loading

0 comments on commit e41513a

Please sign in to comment.