Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#5086)
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 Mar 6, 2023
1 parent 3bfd9d2 commit caf632b
Show file tree
Hide file tree
Showing 28 changed files with 114 additions and 38 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-icons-wink.md

This file was deleted.

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

## 0.0.84

### Patch Changes

- Updated dependencies []:
- @graphql-tools/stitch@8.7.43

## 0.0.83

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.83",
"version": "0.0.84",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@apollo/gateway": "2.3.2",
"@apollo/federation": "0.38.1",
"@graphql-tools/stitch": "8.7.42",
"@graphql-tools/stitch": "8.7.43",
"@graphql-tools/stitching-directives": "2.3.31",
"express": "4.18.2",
"graphql": "16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/batch-delegate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.16",
"@graphql-tools/stitch": "8.7.42"
"@graphql-tools/schema": "9.0.17",
"@graphql-tools/stitch": "8.7.43"
},
"publishConfig": {
"directory": "dist",
Expand Down
7 changes: 7 additions & 0 deletions packages/executors/graphql-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/executor-graphql-ws

## 0.0.12

### Patch Changes

- [#5096](https://github.com/ardatan/graphql-tools/pull/5096) [`a5073e85`](https://github.com/ardatan/graphql-tools/commit/a5073e85124fa90db9dda606ed70a4a560d95737) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`graphql-ws@5.12.0` ↗︎](https://www.npmjs.com/package/graphql-ws/v/5.12.0) (from `5.11.3`, in `dependencies`)

## 0.0.11

### 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.11",
"version": "0.0.12",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
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.19

### Patch Changes

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

## 8.3.18

### 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.18",
"version": "8.3.19",
"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.16",
"@graphql-tools/schema": "9.0.17",
"tslib": "^2.4.0"
},
"type": "module"
Expand Down
7 changes: 7 additions & 0 deletions packages/load/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/load

## 7.8.13

### Patch Changes

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

## 7.8.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.8.12",
"version": "7.8.13",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@graphql-tools/utils": "9.2.1",
"@graphql-tools/schema": "9.0.16",
"@graphql-tools/schema": "9.0.17",
"p-limit": "3.1.0",
"tslib": "^2.4.0"
},
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.65

### Patch Changes

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

## 7.2.64

### 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.64",
"version": "7.2.65",
"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.17.13",
"@graphql-tools/url-loader": "7.17.14",
"@graphql-tools/utils": "9.2.1",
"@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.17.14

### Patch Changes

- Updated dependencies [[`a5073e85`](https://github.com/ardatan/graphql-tools/commit/a5073e85124fa90db9dda606ed70a4a560d95737)]:
- @graphql-tools/executor-graphql-ws@0.0.12
- @graphql-tools/wrap@9.3.8

## 7.17.13

### 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.17.13",
"version": "7.17.14",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,10 +68,10 @@
"dependencies": {
"@graphql-tools/delegate": "^9.0.27",
"@graphql-tools/executor-http": "^0.1.7",
"@graphql-tools/executor-graphql-ws": "^0.0.11",
"@graphql-tools/executor-graphql-ws": "^0.0.12",
"@graphql-tools/executor-legacy-ws": "^0.0.9",
"@graphql-tools/utils": "^9.2.1",
"@graphql-tools/wrap": "^9.3.6",
"@graphql-tools/wrap": "^9.3.8",
"@ardatan/sync-fetch": "^0.0.1",
"@whatwg-node/fetch": "^0.8.0",
"@types/ws": "^8.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/merge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-tools/merge

## 8.4.0

### Minor Changes

- [#5075](https://github.com/ardatan/graphql-tools/pull/5075) [`04e3ecb9`](https://github.com/ardatan/graphql-tools/commit/04e3ecb9c377834984ab0a272add29a1709e305d) Thanks [@simplecommerce](https://github.com/simplecommerce)! - Added onFieldTypeConflict option to handle manual conflicts for mergeTypeDef and reverseArguments option to select left side arguments if specified.

## 8.3.18

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

## 8.7.19

### Patch Changes

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

## 8.7.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/mock",
"version": "8.7.18",
"version": "8.7.19",
"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/schema": "9.0.16",
"@graphql-tools/schema": "9.0.17",
"@graphql-tools/utils": "9.2.1",
"fast-json-stable-stringify": "^2.1.0",
"tslib": "^2.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/node-require/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/node-require

## 6.4.21

### Patch Changes

- Updated dependencies []:
- @graphql-tools/load@7.8.13

## 6.4.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/node-require/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/node-require",
"version": "6.4.20",
"version": "6.4.21",
"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/load": "7.8.12",
"@graphql-tools/load": "7.8.13",
"@graphql-tools/graphql-file-loader": "7.5.16",
"@graphql-tools/utils": "9.2.1",
"tslib": "^2.4.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-tools/schema

## 9.0.17

### Patch Changes

- Updated dependencies [[`04e3ecb9`](https://github.com/ardatan/graphql-tools/commit/04e3ecb9c377834984ab0a272add29a1709e305d)]:
- @graphql-tools/merge@8.4.0

## 9.0.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/schema",
"version": "9.0.16",
"version": "9.0.17",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,7 +56,7 @@
"input": "./src/index.ts"
},
"dependencies": {
"@graphql-tools/merge": "8.3.18",
"@graphql-tools/merge": "8.4.0",
"@graphql-tools/utils": "9.2.1",
"tslib": "^2.4.0",
"value-or-promise": "1.0.12"
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.43

### Patch Changes

- Updated dependencies [[`04e3ecb9`](https://github.com/ardatan/graphql-tools/commit/04e3ecb9c377834984ab0a272add29a1709e305d)]:
- @graphql-tools/merge@8.4.0
- @graphql-tools/schema@9.0.17
- @graphql-tools/wrap@9.3.8

## 8.7.42

### 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.42",
"version": "8.7.43",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -59,10 +59,10 @@
"dependencies": {
"@graphql-tools/batch-delegate": "8.4.21",
"@graphql-tools/delegate": "9.0.28",
"@graphql-tools/merge": "8.3.18",
"@graphql-tools/schema": "9.0.16",
"@graphql-tools/merge": "8.4.0",
"@graphql-tools/schema": "9.0.17",
"@graphql-tools/utils": "9.2.1",
"@graphql-tools/wrap": "9.3.7",
"@graphql-tools/wrap": "9.3.8",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.11"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/stitching-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"tslib": "^2.4.0"
},
"devDependencies": {
"@graphql-tools/schema": "9.0.16"
"@graphql-tools/schema": "9.0.17"
},
"publishConfig": {
"directory": "dist",
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.3.8

### Patch Changes

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

## 9.3.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.3.7",
"version": "9.3.8",
"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/delegate": "9.0.28",
"@graphql-tools/schema": "9.0.16",
"@graphql-tools/schema": "9.0.17",
"@graphql-tools/utils": "9.2.1",
"tslib": "^2.4.0",
"value-or-promise": "1.0.12"
Expand Down

0 comments on commit caf632b

Please sign in to comment.