ffalt / jamp3

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

chore(deps): update dependency ts-jest to v26 #292

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 major 25.4.0 -> 26.1.0

Release Notes

kulshekhar/ts-jest ### [`v26.1.0`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2610-httpsgithubcomkulshekharts-jestcomparev2600v2610-2020-05-30) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v26.0.0...v26.1.0) ##### Bug Fixes - **typing:** don't mark `BabelConfig` as internal type ([#​1667](https://togithub.com/kulshekhar/ts-jest/issues/1667)) ([558c307](https://togithub.com/kulshekhar/ts-jest/commit/558c307)), closes [#​1666](https://togithub.com/kulshekhar/ts-jest/issues/1666) ##### Features - **config:** show a warning message when TypeScript `target` version doesn't match with recommended NodeJs version ([#​1678](https://togithub.com/kulshekhar/ts-jest/issues/1678)) ([085bdf5](https://togithub.com/kulshekhar/ts-jest/commit/085bdf5)) - **config:** support multiple paths for `pathsToModuleNameMapper` ([#​1690](https://togithub.com/kulshekhar/ts-jest/issues/1690)) ([a727bd5](https://togithub.com/kulshekhar/ts-jest/commit/a727bd5)) - support TypeScript 3.9 ([#​1653](https://togithub.com/kulshekhar/ts-jest/issues/1653)) ([fc3d5ad](https://togithub.com/kulshekhar/ts-jest/commit/fc3d5ad)) ### [`v26.0.0`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2600-httpsgithubcomkulshekharts-jestcomparev2551v2600-2020-05-15) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v25.5.1...v26.0.0) ##### Bug Fixes - **compiler:** return `undefined` for `getScriptVersion` when a file doesn't exist in memory cache ([#​1641](https://togithub.com/kulshekhar/ts-jest/issues/1641)) ([6851b8e](https://togithub.com/kulshekhar/ts-jest/commit/6851b8e)) ##### Features - support Jest v26 ([#​1602](https://togithub.com/kulshekhar/ts-jest/issues/1602)) ([23b7741](https://togithub.com/kulshekhar/ts-jest/commit/23b7741)) ##### BREAKING CHANGES - Requires a minimum of TypeScript v3.8 - Drop support for Node 8 #### [25.5.1](https://togithub.com/kulshekhar/ts-jest/compare/v25.5.0...v25.5.1) (2020-05-09) ##### 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.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.