Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#4813)
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] committed Nov 2, 2022
1 parent 79bd4f7 commit 7d657f8
Show file tree
Hide file tree
Showing 22 changed files with 101 additions and 36 deletions.
7 changes: 0 additions & 7 deletions .changeset/@graphql-tools_executor-4814-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-cups-kneel.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.59

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.18
- @graphql-tools/stitching-directives@2.3.16

## 0.0.58

### 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.58",
"version": "0.0.59",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.1.4",
"@apollo/federation": "0.37.1",
"@graphql-tools/stitch": "8.7.17",
"@graphql-tools/stitching-directives": "2.3.15",
"@graphql-tools/stitch": "8.7.18",
"@graphql-tools/stitching-directives": "2.3.16",
"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.6

### Patch Changes

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

## 8.4.5

### 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.5",
"version": "8.4.6",
"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.12",
"@graphql-tools/delegate": "9.0.13",
"@graphql-tools/utils": "9.0.0",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/stitch": "8.7.17"
"@graphql-tools/stitch": "8.7.18"
},
"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.13

### Patch Changes

- Updated dependencies [[`79e5554b`](https://github.com/ardatan/graphql-tools/commit/79e5554b524d1404f70c932cb43bdd55869ddfff), [`185f1e97`](https://github.com/ardatan/graphql-tools/commit/185f1e9738fbd53a894948d769e827a6e9e0ff60)]:
- @graphql-tools/executor@0.0.5

## 9.0.12

### 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.12",
"version": "9.0.13",
"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.9",
"@graphql-tools/executor": "0.0.4",
"@graphql-tools/executor": "0.0.5",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/utils": "9.0.0",
"dataloader": "2.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/executor

## 0.0.5

### Patch Changes

- [#4814](https://github.com/ardatan/graphql-tools/pull/4814) [`79e5554b`](https://github.com/ardatan/graphql-tools/commit/79e5554b524d1404f70c932cb43bdd55869ddfff) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`value-or-promise@1.0.11` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.11) (from `1.0.1`, in `dependencies`)

- [#4811](https://github.com/ardatan/graphql-tools/pull/4811) [`185f1e97`](https://github.com/ardatan/graphql-tools/commit/185f1e9738fbd53a894948d769e827a6e9e0ff60) Thanks [@owenallenaz](https://github.com/owenallenaz)! - add `tslib` as a dependency

## 0.0.4

### 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.4",
"version": "0.0.5",
"author": "Saihajpreet Singh <saihajpreet.singh@gmail.com>",
"license": "MIT",
"sideEffects": false,
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.17

### Patch Changes

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

## 8.3.16

### 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.16",
"version": "8.3.17",
"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.12",
"@graphql-tools/delegate": "9.0.13",
"@graphql-tools/utils": "9.0.0",
"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.29

### Patch Changes

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

## 7.2.28

### 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.28",
"version": "7.2.29",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/url-loader": "7.16.8",
"@graphql-tools/url-loader": "7.16.9",
"@graphql-tools/utils": "9.0.0",
"@types/js-yaml": "^4.0.0",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
8 changes: 8 additions & 0 deletions packages/loaders/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/url-loader

## 7.16.9

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.13
- @graphql-tools/wrap@9.2.8

## 7.16.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.16.8",
"version": "7.16.9",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -65,9 +65,9 @@
"webpack": "5.74.0"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/delegate": "9.0.13",
"@graphql-tools/utils": "9.0.0",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/wrap": "9.2.8",
"@ardatan/sync-fetch": "0.0.1",
"@types/ws": "^8.0.0",
"@whatwg-node/fetch": "^0.5.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.18

### Patch Changes

- Updated dependencies []:
- @graphql-tools/delegate@9.0.13
- @graphql-tools/batch-delegate@8.4.6
- @graphql-tools/wrap@9.2.8

## 8.7.17

### 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.17",
"version": "8.7.18",
"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.11"
},
"dependencies": {
"@graphql-tools/batch-delegate": "8.4.5",
"@graphql-tools/delegate": "9.0.12",
"@graphql-tools/batch-delegate": "8.4.6",
"@graphql-tools/delegate": "9.0.13",
"@graphql-tools/merge": "8.3.9",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/utils": "9.0.0",
"@graphql-tools/wrap": "9.2.7",
"@graphql-tools/wrap": "9.2.8",
"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.16

### Patch Changes

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

## 2.3.15

### 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.15",
"version": "2.3.16",
"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.12",
"@graphql-tools/delegate": "9.0.13",
"@graphql-tools/utils": "9.0.0",
"tslib": "^2.4.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/wrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/wrap

## 9.2.8

### Patch Changes

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

## 9.2.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/wrap",
"version": "9.2.7",
"version": "9.2.8",
"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.12",
"@graphql-tools/delegate": "9.0.13",
"@graphql-tools/schema": "9.0.7",
"@graphql-tools/utils": "9.0.0",
"tslib": "^2.4.0",
Expand Down

0 comments on commit 7d657f8

Please sign in to comment.