Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#6823)
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
theguild-bot and github-actions[bot] authored Jan 6, 2025
1 parent 2542868 commit b7ad4c5
Show file tree
Hide file tree
Showing 54 changed files with 314 additions and 74 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-tools_utils-6822-dependencies.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/new-squids-cheat.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/executor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/executor

## 1.3.12

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2

## 1.3.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor",
"version": "1.3.11",
"version": "1.3.12",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -55,7 +55,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.7.1",
"@graphql-tools/utils": "^10.7.2",
"@graphql-typed-document-node/core": "^3.2.0",
"@repeaterjs/repeater": "^3.0.4",
"@whatwg-node/disposablestack": "^0.0.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/executors/apollo-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/executor-apollo-link

## 1.0.12

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2

## 1.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/apollo-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-apollo-link",
"version": "1.0.11",
"version": "1.0.12",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.7.1",
"@graphql-tools/utils": "^10.7.2",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/executors/envelop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/executor-envelop

## 3.0.19

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2

## 3.0.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/executors/envelop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-envelop",
"version": "3.0.18",
"version": "3.0.19",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"@envelop/core": "^3.0.4 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.7.1",
"@graphql-tools/utils": "^10.7.2",
"@graphql-tools/wrap": "^10.0.16",
"tslib": "^2.3.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/executors/legacy-ws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/executor-legacy-ws

## 1.1.10

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2

## 1.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.1.9",
"version": "1.1.10",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.7.1",
"@graphql-tools/utils": "^10.7.2",
"@types/ws": "^8.0.0",
"isomorphic-ws": "^5.0.0",
"tslib": "^2.4.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/executors/urql-exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/executor-urql-exchange

## 1.0.12

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2

## 1.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.11",
"version": "1.0.12",
"type": "module",
"description": "",
"repository": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"wonka": "^6.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.7.1",
"@graphql-tools/utils": "^10.7.2",
"tslib": "^2.4.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/executors/yoga/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/executor-yoga

## 3.0.19

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2
- @graphql-tools/executor-envelop@3.0.19

## 3.0.18

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/executors/yoga/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-tools/executor-yoga",
"version": "3.0.18",
"version": "3.0.19",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -52,8 +52,8 @@
"graphql-yoga": "^3.5.1 || ^4.0.0 || ^5.0.0"
},
"dependencies": {
"@graphql-tools/executor-envelop": "^3.0.18",
"@graphql-tools/utils": "^10.7.1",
"@graphql-tools/executor-envelop": "^3.0.19",
"@graphql-tools/utils": "^10.7.2",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-tag-pluck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/graphql-tag-pluck

## 8.3.12

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2

## 8.3.11

### 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": "8.3.11",
"version": "8.3.12",
"type": "module",
"description": "Pluck graphql-tag template literals",
"repository": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/traverse": "^7.16.8",
"@babel/types": "^7.16.8",
"@graphql-tools/utils": "^10.7.1",
"@graphql-tools/utils": "^10.7.2",
"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

## 9.0.11

### Patch Changes

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

## 9.0.10

### 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": "9.0.10",
"version": "9.0.11",
"type": "module",
"description": "Useful tools to create and manipulate GraphQL schemas.",
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.15",
"@graphql-tools/schema": "^10.0.16",
"tslib": "^2.4.0"
},
"optionalDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/import

## 7.0.11

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2

## 7.0.10

### 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": "7.0.10",
"version": "7.0.11",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/utils": "^10.7.1",
"@graphql-tools/utils": "^10.7.2",
"resolve-from": "5.0.0",
"tslib": "^2.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/links

## 9.0.20

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2

## 9.0.19

### 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": "9.0.19",
"version": "9.0.20",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@graphql-tools/delegate": "^10.1.2",
"@graphql-tools/utils": "^10.7.1",
"@graphql-tools/utils": "^10.7.2",
"apollo-upload-client": "17.0.0",
"form-data": "^4.0.0",
"node-fetch": "^2.6.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/load/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-tools/load

## 8.0.12

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2
- @graphql-tools/schema@10.0.16

## 8.0.11

### 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": "8.0.11",
"version": "8.0.12",
"type": "module",
"description": "A set of utils for faster development of GraphQL tools",
"repository": {
Expand Down Expand Up @@ -51,8 +51,8 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/schema": "^10.0.15",
"@graphql-tools/utils": "^10.7.1",
"@graphql-tools/schema": "^10.0.16",
"@graphql-tools/utils": "^10.7.2",
"p-limit": "3.1.0",
"tslib": "^2.4.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/loaders/apollo-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-tools/apollo-engine-loader

## 8.0.12

### Patch Changes

- Updated dependencies
[[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537),
[`53bb601`](https://github.com/ardatan/graphql-tools/commit/53bb60104782738f51a2c2de42d6da7aba191537)]:
- @graphql-tools/utils@10.7.2

## 8.0.11

### Patch Changes
Expand Down
Loading

0 comments on commit b7ad4c5

Please sign in to comment.