ardatan / graphql-import

Import & export definitions in GraphQL SDL
868 stars 56 forks source link

Update dependency ts-jest to v25.5.0 #586

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
ts-jest (source) devDependencies minor 25.4.0 -> 25.5.0

Release Notes

kulshekhar/ts-jest ### [`v25.5.0`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2550-httpsgithubcomkulshekharts-jestcomparev2540v2550-2020-05-05) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v25.4.0...v25.5.0) ##### Bug Fixes - **compiler:** make `projectReferences` work with `isolatedModules: false` ([#​1541](https://togithub.com/kulshekhar/ts-jest/issues/1541)) ([3e8efbe](https://togithub.com/kulshekhar/ts-jest/commit/3e8efbe)) - **compiler:** allow using `files` provided by `tsconfig` ([#​1562](https://togithub.com/kulshekhar/ts-jest/issues/1562)) ([a9f02bd](https://togithub.com/kulshekhar/ts-jest/commit/a9f02bd)) - **config:** verify `testMatchPatterns` contain RegExp instance or string type values ([#​1569](https://togithub.com/kulshekhar/ts-jest/issues/1569)) ([7f85bab](https://togithub.com/kulshekhar/ts-jest/commit/7f85bab)) ##### Features - **config:** add `tsconfig` alias to `tsConfig` option ([#​1565](https://togithub.com/kulshekhar/ts-jest/issues/1565)) ([c10eb6d](https://togithub.com/kulshekhar/ts-jest/commit/c10eb6d)) - **config:** define 'ts-jest' on `ConfigGlobals` interface of `@jest/types` ([#​1592](https://togithub.com/kulshekhar/ts-jest/issues/1592)) ([4526392](https://togithub.com/kulshekhar/ts-jest/commit/4526392)) ##### Performance Improvements - **compiler:** don’t write compile output to file system but rely on jest cache ([#​1561](https://togithub.com/kulshekhar/ts-jest/issues/1561)) ([d11a4ea](https://togithub.com/kulshekhar/ts-jest/commit/d11a4ea)) - **compiler:** improve performance for `isolatedModules: false` ([#​1558](https://togithub.com/kulshekhar/ts-jest/issues/1558)) ([85c09e3](https://togithub.com/kulshekhar/ts-jest/commit/85c09e3)) ##### BREAKING CHANGES - Any custom typing files or files which are needed to be compiled and intended to use with `jest` need to be defined in `files` option of `tsconfig`. For example: // tsconfig.json { // ...other configs "files": [ "my-custom-typings.d.ts". "my-global-module.ts" ] } - **compiler:** `incremental` and `compilerHost` options are no longer available. Please remove it from your `ts-jest` config.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.