Skip to content

Commit 5f9ab33

Browse files
chore(release): update monorepo packages versions
1 parent fa8852e commit 5f9ab33

16 files changed

+83
-33
lines changed

.changeset/@graphql-tools_executor-urql-exchange-7020-dependencies.md

-5
This file was deleted.

.changeset/@graphql-tools_graphql-tag-pluck-7023-dependencies.md

-9
This file was deleted.

.changeset/@graphql-tools_relay-operation-optimizer-7023-dependencies.md

-5
This file was deleted.

.changeset/rotten-turtles-serve.md

-5
This file was deleted.

packages/executors/urql-exchange/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @graphql-tools/executor-urql-exchange
22

3+
## 1.0.18
4+
5+
### Patch Changes
6+
7+
- [#7020](https://github.com/ardatan/graphql-tools/pull/7020)
8+
[`1428da4`](https://github.com/ardatan/graphql-tools/commit/1428da4f494f2fb42ea45e95a25d7800fb183abb)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
11+
- Added dependency
12+
[`@whatwg-node/promise-helpers@^1.2.4` ↗︎](https://www.npmjs.com/package/@whatwg-node/promise-helpers/v/1.2.4)
13+
(to `dependencies`)
14+
15+
- [#7020](https://github.com/ardatan/graphql-tools/pull/7020)
16+
[`1428da4`](https://github.com/ardatan/graphql-tools/commit/1428da4f494f2fb42ea45e95a25d7800fb183abb)
17+
Thanks [@renovate](https://github.com/apps/renovate)! - Fix sync execution for urql exchange
18+
319
## 1.0.17
420

521
### Patch Changes

packages/executors/urql-exchange/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/executor-urql-exchange",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"type": "module",
55
"description": "",
66
"repository": {

packages/graphql-tag-pluck/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @graphql-tools/graphql-tag-pluck
22

3+
## 8.3.18
4+
5+
### Patch Changes
6+
7+
- [#7023](https://github.com/ardatan/graphql-tools/pull/7023)
8+
[`6bb35f4`](https://github.com/ardatan/graphql-tools/commit/6bb35f44d67638e222af9ec68f16a1762d373b0f)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency
11+
[`@babel/core@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.26.10) (from
12+
`^7.22.9`, in `dependencies`)
13+
- Updated dependency
14+
[`@babel/parser@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/parser/v/7.26.10) (from
15+
`^7.16.8`, in `dependencies`)
16+
- Updated dependency
17+
[`@babel/plugin-syntax-import-assertions@^7.26.0` ↗︎](https://www.npmjs.com/package/@babel/plugin-syntax-import-assertions/v/7.26.0)
18+
(from `^7.20.0`, in `dependencies`)
19+
- Updated dependency
20+
[`@babel/traverse@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/traverse/v/7.26.10) (from
21+
`^7.16.8`, in `dependencies`)
22+
- Updated dependency
23+
[`@babel/types@^7.26.10` ↗︎](https://www.npmjs.com/package/@babel/types/v/7.26.10) (from
24+
`^7.16.8`, in `dependencies`)
25+
326
## 8.3.17
427

528
### Patch Changes

packages/graphql-tag-pluck/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/graphql-tag-pluck",
3-
"version": "8.3.17",
3+
"version": "8.3.18",
44
"type": "module",
55
"description": "Pluck graphql-tag template literals",
66
"repository": {

packages/loaders/code-file/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-tools/code-file-loader
22

3+
## 8.1.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`6bb35f4`](https://github.com/ardatan/graphql-tools/commit/6bb35f44d67638e222af9ec68f16a1762d373b0f)]:
9+
- @graphql-tools/graphql-tag-pluck@8.3.18
10+
311
## 8.1.18
412

513
### Patch Changes

packages/loaders/code-file/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/code-file-loader",
3-
"version": "8.1.18",
3+
"version": "8.1.19",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/graphql-tag-pluck": "8.3.17",
54+
"@graphql-tools/graphql-tag-pluck": "8.3.18",
5555
"@graphql-tools/utils": "^10.8.4",
5656
"globby": "^11.0.3",
5757
"tslib": "^2.4.0",

packages/loaders/git/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-tools/git-loader
22

3+
## 8.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`6bb35f4`](https://github.com/ardatan/graphql-tools/commit/6bb35f44d67638e222af9ec68f16a1762d373b0f)]:
9+
- @graphql-tools/graphql-tag-pluck@8.3.18
10+
311
## 8.0.22
412

513
### Patch Changes

packages/loaders/git/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/git-loader",
3-
"version": "8.0.22",
3+
"version": "8.0.23",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -51,7 +51,7 @@
5151
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"dependencies": {
54-
"@graphql-tools/graphql-tag-pluck": "8.3.17",
54+
"@graphql-tools/graphql-tag-pluck": "8.3.18",
5555
"@graphql-tools/utils": "^10.8.4",
5656
"is-glob": "4.0.3",
5757
"micromatch": "^4.0.8",

packages/loaders/github/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-tools/github-loader
22

3+
## 8.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`6bb35f4`](https://github.com/ardatan/graphql-tools/commit/6bb35f44d67638e222af9ec68f16a1762d373b0f)]:
9+
- @graphql-tools/graphql-tag-pluck@8.3.18
10+
311
## 8.0.18
412

513
### Patch Changes

packages/loaders/github/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/github-loader",
3-
"version": "8.0.18",
3+
"version": "8.0.19",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@graphql-tools/executor-http": "^1.1.9",
55-
"@graphql-tools/graphql-tag-pluck": "^8.3.17",
55+
"@graphql-tools/graphql-tag-pluck": "^8.3.18",
5656
"@graphql-tools/utils": "^10.8.4",
5757
"@whatwg-node/fetch": "^0.10.0",
5858
"@whatwg-node/promise-helpers": "^1.0.0",

packages/relay-operation-optimizer/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-tools/relay-operation-optimizer
22

3+
## 7.0.18
4+
5+
### Patch Changes
6+
7+
- [#7023](https://github.com/ardatan/graphql-tools/pull/7023)
8+
[`6bb35f4`](https://github.com/ardatan/graphql-tools/commit/6bb35f44d67638e222af9ec68f16a1762d373b0f)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency
11+
[`@ardatan/relay-compiler@^12.0.3` ↗︎](https://www.npmjs.com/package/@ardatan/relay-compiler/v/12.0.3)
12+
(from `^12.0.1`, in `dependencies`)
13+
314
## 7.0.17
415

516
### Patch Changes

packages/relay-operation-optimizer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/relay-operation-optimizer",
3-
"version": "7.0.17",
3+
"version": "7.0.18",
44
"type": "module",
55
"description": "Package for optimizing your GraphQL operations relay style.",
66
"repository": {

0 commit comments

Comments
 (0)