ffalt / jamp3

id3 & mp3 library
MIT License
9 stars 2 forks source link

chore(deps): update dependency ts-jest to v25.5.1 #287

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.1

Release Notes

kulshekhar/ts-jest ### [`v25.5.1`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2551-httpsgithubcomkulshekharts-jestcomparev2550v2551-2020-05-09) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v25.5.0...v25.5.1) ##### Bug Fixes - **compiler:** don't resolve files from build folder for `projectReferences` ([#​1614](https://togithub.com/kulshekhar/ts-jest/issues/1614)) ([74b92d3](https://togithub.com/kulshekhar/ts-jest/commit/74b92d3)) - **config:** don't set `include` value of `tsconfig` to empty array ([#​1606](https://togithub.com/kulshekhar/ts-jest/issues/1606)) ([8a29aaa](https://togithub.com/kulshekhar/ts-jest/commit/8a29aaa)) ### [`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: Disabled by config. Please merge this manually once you are satisfied.

: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.

renovate[bot] commented 4 years ago

PR has been edited

:construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help.