Skip to content

Commit 6fe27dd

Browse files
chore(release): update monorepo packages versions (#6853)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5a4d9e0 commit 6fe27dd

File tree

11 files changed

+50
-22
lines changed

11 files changed

+50
-22
lines changed

.changeset/@graphql-tools_load-files-6846-dependencies.md

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

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

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

.changeset/twelve-points-tap.md

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

packages/load-files/CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
# @graphql-tools/load-files
22

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- [#6846](https://github.com/ardatan/graphql-tools/pull/6846)
8+
[`72dc6a5`](https://github.com/ardatan/graphql-tools/commit/72dc6a527a14dc04f4590e88c6af7dfb63fa6663)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency [`unixify@^1.0.0` ↗︎](https://www.npmjs.com/package/unixify/v/1.0.0) (from
11+
`1.0.0`, in `dependencies`)
12+
313
## 7.0.0
414

515
### Major Changes
616

7-
- [#5274](https://github.com/ardatan/graphql-tools/pull/5274) [`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955) Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`
17+
- [#5274](https://github.com/ardatan/graphql-tools/pull/5274)
18+
[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)
19+
Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`
820

921
## 6.6.1
1022

1123
### Patch Changes
1224

13-
- [#4624](https://github.com/ardatan/graphql-tools/pull/4624) [`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
25+
- [#4624](https://github.com/ardatan/graphql-tools/pull/4624)
26+
[`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67)
27+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with
28+
`moduleResolution` `node16` or `nodenext`
1429

1530
## 6.6.0
1631

packages/load-files/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/load-files",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/loaders/graphql-file/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-tools/graphql-file-loader
22

3+
## 8.0.12
4+
5+
### Patch Changes
6+
7+
- [#6846](https://github.com/ardatan/graphql-tools/pull/6846)
8+
[`72dc6a5`](https://github.com/ardatan/graphql-tools/commit/72dc6a527a14dc04f4590e88c6af7dfb63fa6663)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - Fix on Windows and new version of
10+
`fast-glob`
11+
312
## 8.0.11
413

514
### Patch Changes

packages/loaders/graphql-file/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-file-loader",
3-
"version": "8.0.11",
3+
"version": "8.0.12",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/node-require/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-tools/node-require
22

3+
## 7.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`72dc6a5`](https://github.com/ardatan/graphql-tools/commit/72dc6a527a14dc04f4590e88c6af7dfb63fa6663)]:
9+
- @graphql-tools/graphql-file-loader@8.0.12
10+
311
## 7.0.12
412

513
### Patch Changes

packages/node-require/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/node-require",
3-
"version": "7.0.12",
3+
"version": "7.0.13",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {
@@ -50,7 +50,7 @@
5050
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5151
},
5252
"dependencies": {
53-
"@graphql-tools/graphql-file-loader": "8.0.11",
53+
"@graphql-tools/graphql-file-loader": "8.0.12",
5454
"@graphql-tools/load": "8.0.12",
5555
"@graphql-tools/utils": "^10.7.2",
5656
"tslib": "^2.4.0"

packages/relay-operation-optimizer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-tools/relay-operation-optimizer
22

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

516
### Patch Changes

0 commit comments

Comments
 (0)