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

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 0 additions & 9 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-turtles-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/executors/urql-exchange/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 23 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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",

0 commit comments

Comments
 (0)