|
1 | 1 | # @graphql-tools/jest-transform
|
2 | 2 |
|
| 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 | + |
3 | 27 | ## 2.0.0
|
4 | 28 |
|
5 | 29 | ### Major Changes
|
6 | 30 |
|
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` |
8 | 34 |
|
9 | 35 | ### Patch Changes
|
10 | 36 |
|
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)]: |
12 | 39 | - @graphql-tools/webpack-loader@7.0.0
|
13 | 40 |
|
14 | 41 | ## 1.2.3
|
|
22 | 49 |
|
23 | 50 | ### Patch Changes
|
24 | 51 |
|
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`) |
29 | 60 |
|
30 | 61 | ## 1.2.1
|
31 | 62 |
|
32 | 63 | ### Patch Changes
|
33 | 64 |
|
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` |
35 | 69 |
|
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)]: |
37 | 72 | - @graphql-tools/webpack-loader@6.7.1
|
38 | 73 |
|
39 | 74 | ## 1.2.0
|
|
0 commit comments