Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2022
1 parent 84050d2 commit 767af55
Show file tree
Hide file tree
Showing 64 changed files with 329 additions and 124 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphql-tools_github-loader-4665-dependencies.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/@graphql-tools_jest-transform-4671-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/@graphql-tools_url-loader-4665-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-owls-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-kiwis-doubt.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.48

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.7
- @graphql-tools/stitching-directives@2.3.7

## 0.0.47

### 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.47",
"version": "0.0.48",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,8 +11,8 @@
"dependencies": {
"@apollo/gateway": "2.0.5",
"@apollo/federation": "0.36.1",
"@graphql-tools/stitch": "8.7.6",
"@graphql-tools/stitching-directives": "2.3.6",
"@graphql-tools/stitch": "8.7.7",
"@graphql-tools/stitching-directives": "2.3.7",
"express": "4.18.1",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/batch-delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/batch-delegate

## 8.3.7

### Patch Changes

- Updated dependencies [[`4fe3d9c0`](https://github.com/ardatan/graphql-tools/commit/4fe3d9c037e9c138bd8a9b04b3977d74eba32c97)]:
- @graphql-tools/utils@8.10.1
- @graphql-tools/delegate@9.0.4

## 8.3.6

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.3.6",
"version": "8.3.7",
"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.3",
"@graphql-tools/utils": "8.10.0",
"@graphql-tools/delegate": "9.0.4",
"@graphql-tools/utils": "8.10.1",
"dataloader": "2.1.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.1",
"@graphql-tools/stitch": "8.7.6"
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/stitch": "8.7.7"
},
"publishConfig": {
"directory": "dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/batch-execute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/batch-execute

## 8.5.4

### Patch Changes

- Updated dependencies [[`4fe3d9c0`](https://github.com/ardatan/graphql-tools/commit/4fe3d9c037e9c138bd8a9b04b3977d74eba32c97)]:
- @graphql-tools/utils@8.10.1

## 8.5.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/batch-execute/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/batch-execute",
"version": "8.5.3",
"version": "8.5.4",
"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/utils": "8.10.0",
"@graphql-tools/utils": "8.10.1",
"dataloader": "2.1.0",
"tslib": "^2.4.0",
"value-or-promise": "1.0.11"
Expand Down
9 changes: 9 additions & 0 deletions packages/delegate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/delegate

## 9.0.4

### Patch Changes

- Updated dependencies [[`4fe3d9c0`](https://github.com/ardatan/graphql-tools/commit/4fe3d9c037e9c138bd8a9b04b3977d74eba32c97)]:
- @graphql-tools/utils@8.10.1
- @graphql-tools/batch-execute@8.5.4
- @graphql-tools/schema@9.0.2

## 9.0.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "9.0.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,9 +53,9 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/batch-execute": "8.5.3",
"@graphql-tools/schema": "9.0.1",
"@graphql-tools/utils": "8.10.0",
"@graphql-tools/batch-execute": "8.5.4",
"@graphql-tools/schema": "9.0.2",
"@graphql-tools/utils": "8.10.1",
"dataloader": "2.1.0",
"tslib": "~2.4.0",
"value-or-promise": "1.0.11"
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/graphql-tag-pluck

## 7.3.4

### Patch Changes

- Updated dependencies [[`4fe3d9c0`](https://github.com/ardatan/graphql-tools/commit/4fe3d9c037e9c138bd8a9b04b3977d74eba32c97)]:
- @graphql-tools/utils@8.10.1

## 7.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tag-pluck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/graphql-tag-pluck",
"version": "7.3.3",
"version": "7.3.4",
"description": "Pluck graphql-tag template literals",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"@babel/parser": "^7.16.8",
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8",
"@graphql-tools/utils": "8.10.0",
"@graphql-tools/utils": "8.10.1",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-tools

## 8.3.4

### Patch Changes

- Updated dependencies []:
- @graphql-tools/schema@9.0.2

## 8.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-tools",
"version": "8.3.3",
"version": "8.3.4",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,7 +57,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/schema": "9.0.1",
"@graphql-tools/schema": "9.0.2",
"tslib": "^2.4.0"
},
"type": "module"
Expand Down
7 changes: 7 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/import

## 6.7.4

### Patch Changes

- Updated dependencies [[`4fe3d9c0`](https://github.com/ardatan/graphql-tools/commit/4fe3d9c037e9c138bd8a9b04b3977d74eba32c97)]:
- @graphql-tools/utils@8.10.1

## 6.7.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/import",
"version": "6.7.3",
"version": "6.7.4",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/utils": "8.10.0",
"@graphql-tools/utils": "8.10.1",
"resolve-from": "5.0.0",
"tslib": "^2.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/jest-transform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/jest-transform

## 1.2.2

### Patch Changes

- [#4671](https://github.com/ardatan/graphql-tools/pull/4671) [`96c9e4df`](https://github.com/ardatan/graphql-tools/commit/96c9e4dff2866776661b992b9e481c4eabfcf2a0) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@jest/transform@^29.0.0` ↗︎](https://www.npmjs.com/package/@jest/transform/v/null) (from `^28.0.0`, in `dependencies`)
- Updated dependency [`@jest/types@^29.0.0` ↗︎](https://www.npmjs.com/package/@jest/types/v/null) (from `^28.0.0`, in `dependencies`)

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/jest-transform",
"version": "1.2.1",
"version": "1.2.2",
"description": "Jest Plugin to load and parse imported GraphQL files",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/links

## 8.3.7

### Patch Changes

- Updated dependencies [[`4fe3d9c0`](https://github.com/ardatan/graphql-tools/commit/4fe3d9c037e9c138bd8a9b04b3977d74eba32c97)]:
- @graphql-tools/utils@8.10.1
- @graphql-tools/delegate@9.0.4

## 8.3.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.6",
"version": "8.3.7",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,8 +64,8 @@
"graphql-upload": "16.0.1"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.3",
"@graphql-tools/utils": "8.10.0",
"@graphql-tools/delegate": "9.0.4",
"@graphql-tools/utils": "8.10.1",
"apollo-upload-client": "17.0.0",
"node-fetch": "^2.6.5",
"form-data": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/load/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-tools/load

## 7.7.5

### Patch Changes

- Updated dependencies [[`4fe3d9c0`](https://github.com/ardatan/graphql-tools/commit/4fe3d9c037e9c138bd8a9b04b3977d74eba32c97)]:
- @graphql-tools/utils@8.10.1
- @graphql-tools/schema@9.0.2

## 7.7.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/load/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/load",
"version": "7.7.4",
"version": "7.7.5",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,8 +55,8 @@
"graphql-type-json": "0.3.2"
},
"dependencies": {
"@graphql-tools/utils": "8.10.0",
"@graphql-tools/schema": "9.0.1",
"@graphql-tools/utils": "8.10.1",
"@graphql-tools/schema": "9.0.2",
"p-limit": "3.1.0",
"tslib": "^2.4.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-tools/apollo-engine-loader

## 7.3.10

### Patch Changes

- [#4665](https://github.com/ardatan/graphql-tools/pull/4665) [`5e9b1c06`](https://github.com/ardatan/graphql-tools/commit/5e9b1c066ed02fcac54cd79080c89e327d8d2f53) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@whatwg-node/fetch@^0.3.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/null) (from `^0.2.9`, in `dependencies`)

- Updated dependencies [[`4fe3d9c0`](https://github.com/ardatan/graphql-tools/commit/4fe3d9c037e9c138bd8a9b04b3977d74eba32c97)]:
- @graphql-tools/utils@8.10.1

## 7.3.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/apollo-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/apollo-engine-loader",
"version": "7.3.9",
"version": "7.3.10",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@ardatan/sync-fetch": "0.0.1",
"@graphql-tools/utils": "8.10.0",
"@graphql-tools/utils": "8.10.1",
"@whatwg-node/fetch": "^0.3.0",
"tslib": "^2.4.0"
},
Expand Down
Loading

0 comments on commit 767af55

Please sign in to comment.