Skip to content

Commit e3bd9c1

Browse files
chore(release): update monorepo packages versions
1 parent 4493db5 commit e3bd9c1

13 files changed

+89
-43
lines changed

.changeset/@graphql-tools_import-7229-dependencies.md

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

.changeset/@graphql-tools_import-7260-dependencies.md

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

.changeset/@graphql-tools_jest-transform-7243-dependencies.md

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

.changeset/@graphql-tools_jest-transform-7246-dependencies.md

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

.changeset/strong-melons-cry.md

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

packages/import/CHANGELOG.md

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

3+
## 7.0.20
4+
5+
### Patch Changes
6+
7+
- [#7229](https://github.com/ardatan/graphql-tools/pull/7229)
8+
[`a824120`](https://github.com/ardatan/graphql-tools/commit/a8241205862ebcf294a835da6eb782f777e9fdfb)
9+
Thanks [@jdolle](https://github.com/jdolle)! - dependencies updates:
10+
- Added dependency
11+
[`@theguild/federation-composition@^0.18.3` ↗︎](https://www.npmjs.com/package/@theguild/federation-composition/v/0.18.3)
12+
(to `dependencies`)
13+
14+
- [#7260](https://github.com/ardatan/graphql-tools/pull/7260)
15+
[`d15c850`](https://github.com/ardatan/graphql-tools/commit/d15c850d69c3b7d034828f397c8fa59ca30e9b98)
16+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
17+
- Updated dependency
18+
[`@theguild/federation-composition@^0.19.0` ↗︎](https://www.npmjs.com/package/@theguild/federation-composition/v/0.19.0)
19+
(from `^0.18.3`, in `dependencies`)
20+
21+
- [#7229](https://github.com/ardatan/graphql-tools/pull/7229)
22+
[`a824120`](https://github.com/ardatan/graphql-tools/commit/a8241205862ebcf294a835da6eb782f777e9fdfb)
23+
Thanks [@jdolle](https://github.com/jdolle)! - Adjust dependency and definition logic to include
24+
federated links
25+
326
## 7.0.19
427

528
### Patch Changes

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

packages/jest-transform/CHANGELOG.md

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,41 @@
11
# @graphql-tools/jest-transform
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#7243](https://github.com/ardatan/graphql-tools/pull/7243)
8+
[`7dcd7a2`](https://github.com/ardatan/graphql-tools/commit/7dcd7a2053c4cc0cf825030b04ba8c3b56f3588d)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency
11+
[`@jest/transform@^30.0.0` ↗︎](https://www.npmjs.com/package/@jest/transform/v/30.0.0) (from
12+
`^29.0.0`, in `dependencies`)
13+
- Updated dependency
14+
[`@jest/types@^30.0.0` ↗︎](https://www.npmjs.com/package/@jest/types/v/30.0.0) (from `^29.0.0`,
15+
in `dependencies`)
16+
17+
- [#7246](https://github.com/ardatan/graphql-tools/pull/7246)
18+
[`76aa1b1`](https://github.com/ardatan/graphql-tools/commit/76aa1b191f6bfef7507ac326cbfcfe5cbb822922)
19+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
20+
- Updated dependency
21+
[`@jest/transform@^30.0.0` ↗︎](https://www.npmjs.com/package/@jest/transform/v/30.0.0) (from
22+
`^29.0.0`, in `dependencies`)
23+
- Updated dependency
24+
[`@jest/types@^30.0.0` ↗︎](https://www.npmjs.com/package/@jest/types/v/30.0.0) (from `^29.0.0`,
25+
in `dependencies`)
26+
327
## 2.0.0
428

529
### Major Changes
630

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`
31+
- [#5274](https://github.com/ardatan/graphql-tools/pull/5274)
32+
[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)
33+
Thanks [@ardatan](https://github.com/ardatan)! - Drop Node 14 support. Require Node.js `>= 16`
834

935
### Patch Changes
1036

11-
- Updated dependencies [[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
37+
- Updated dependencies
38+
[[`944a68e8`](https://github.com/ardatan/graphql-tools/commit/944a68e8becf9c86b4c97fd17c372d98a285b955)]:
1239
- @graphql-tools/webpack-loader@7.0.0
1340

1441
## 1.2.3
@@ -22,18 +49,26 @@
2249

2350
### Patch Changes
2451

25-
- [#4671](https://github.com/ardatan/graphql-tools/pull/4671) [`96c9e4df`](https://github.com/ardatan/graphql-tools/commit/96c9e4dff2866776661b992b9e481c4eabfcf2a0) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
26-
27-
- Updated dependency [`@jest/transform@^29.0.0` ↗︎](https://www.npmjs.com/package/@jest/transform/v/null) (from `^28.0.0`, in `dependencies`)
28-
- Updated dependency [`@jest/types@^29.0.0` ↗︎](https://www.npmjs.com/package/@jest/types/v/null) (from `^28.0.0`, in `dependencies`)
52+
- [#4671](https://github.com/ardatan/graphql-tools/pull/4671)
53+
[`96c9e4df`](https://github.com/ardatan/graphql-tools/commit/96c9e4dff2866776661b992b9e481c4eabfcf2a0)
54+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
55+
- Updated dependency
56+
[`@jest/transform@^29.0.0` ↗︎](https://www.npmjs.com/package/@jest/transform/v/null) (from
57+
`^28.0.0`, in `dependencies`)
58+
- Updated dependency [`@jest/types@^29.0.0` ↗︎](https://www.npmjs.com/package/@jest/types/v/null)
59+
(from `^28.0.0`, in `dependencies`)
2960

3061
## 1.2.1
3162

3263
### Patch Changes
3364

34-
- [#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`
65+
- [#4624](https://github.com/ardatan/graphql-tools/pull/4624)
66+
[`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67)
67+
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with
68+
`moduleResolution` `node16` or `nodenext`
3569

36-
- Updated dependencies [[`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67)]:
70+
- Updated dependencies
71+
[[`e3167edc`](https://github.com/ardatan/graphql-tools/commit/e3167edc98172fda88ce2306c10c7d4a23d91d67)]:
3772
- @graphql-tools/webpack-loader@6.7.1
3873

3974
## 1.2.0

packages/jest-transform/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/jest-transform",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"type": "module",
55
"description": "Jest Plugin to load and parse imported GraphQL files",
66
"repository": {

packages/loaders/graphql-file/CHANGELOG.md

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

3+
## 8.0.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`a824120`](https://github.com/ardatan/graphql-tools/commit/a8241205862ebcf294a835da6eb782f777e9fdfb),
9+
[`d15c850`](https://github.com/ardatan/graphql-tools/commit/d15c850d69c3b7d034828f397c8fa59ca30e9b98),
10+
[`a824120`](https://github.com/ardatan/graphql-tools/commit/a8241205862ebcf294a835da6eb782f777e9fdfb)]:
11+
- @graphql-tools/import@7.0.20
12+
313
## 8.0.20
414

515
### Patch Changes
@@ -550,7 +560,6 @@
550560
This change was made because the pkg snapshot file system does not support use of globbing.
551561

552562
If you want to use the snapshot facilty with pkg for schema files then:
553-
554563
1. Access your snapshot schema file or files through a \_\_dirname join
555564
2. Your file or files must be accessed by name without the glob '\*' character.
556565
3. Do not add ignore files with ! (with or without a glob)
@@ -633,7 +642,6 @@
633642
### Major Changes
634643

635644
- af9a78de: BREAKING CHANGE
636-
637645
- Now each loader handles glob patterns internally and returns an array of `Source` object instead
638646
of single `Source`
639647

0 commit comments

Comments
 (0)