ffalt / jamp3

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

chore(deps): update dependency ts-jest to v26.3.0 - autoclosed #311

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 26.1.3 -> 26.3.0

Release Notes

kulshekhar/ts-jest ### [`v26.3.0`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2630-httpsgithubcomkulshekharts-jestcomparev2620v2630-2020-08-25) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v26.2.0...v26.3.0) ##### Bug Fixes - **config:** compute cache key without reading `package.json` ([#​1893](https://togithub.com/kulshekhar/ts-jest/issues/1893)) ([4875a58](https://togithub.com/kulshekhar/ts-jest/commit/4875a58345666e0407f9f5b3f95049ae2c9d056d)), closes [#​1892](https://togithub.com/kulshekhar/ts-jest/issues/1892) ##### Features - support TypeScript 4.0 ([#​1889](https://togithub.com/kulshekhar/ts-jest/issues/1889)) ([f070e93](https://togithub.com/kulshekhar/ts-jest/commit/f070e9334a9cf31fa6f0d73b3f69d805be72601d)) ### [`v26.2.0`](https://togithub.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md#​2620-httpsgithubcomkulshekharts-jestcomparev2614v2620-2020-08-11) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/v26.1.4...v26.2.0) ##### Bug Fixes - move `@types/jest` to dependencies to work well with yarn 2 ([#​1859](https://togithub.com/kulshekhar/ts-jest/issues/1859)) ([5eb1389](https://togithub.com/kulshekhar/ts-jest/commit/5eb1389caaa0431e49ae6ca26b18e290208e0a0a)), closes [#​1857](https://togithub.com/kulshekhar/ts-jest/issues/1857) ##### Features - **config:** support `after` and `afterDeclarations` AST transformers ([#​1831](https://togithub.com/kulshekhar/ts-jest/issues/1831)) ([be20a7c](https://togithub.com/kulshekhar/ts-jest/commit/be20a7c78c97027b33aec178da0f533095790871)) - allow opt-out version warning message by environment variable `TS_JEST_DISABLE_VER_CHECKER` ([#​1821](https://togithub.com/kulshekhar/ts-jest/issues/1821)) ([e6b42fc](https://togithub.com/kulshekhar/ts-jest/commit/e6b42fcd7a75c7b14e636a45cda04de18a46908b)), closes [#​1774](https://togithub.com/kulshekhar/ts-jest/issues/1774) #### [26.1.4](https://togithub.com/kulshekhar/ts-jest/compare/v26.1.3...v26.1.4) (2020-07-28) ##### Bug Fixes - **compiler:** check if test file exists before doing type check ([#​1827](https://togithub.com/kulshekhar/ts-jest/issues/1827)) ([cc89d5b](https://togithub.com/kulshekhar/ts-jest/commit/cc89d5b1f912975cd29114c5b3b0bf18426816da)), closes [#​1506](https://togithub.com/kulshekhar/ts-jest/issues/1506) #### [26.1.3](https://togithub.com/kulshekhar/ts-jest/compare/v26.1.2...v26.1.3) (2020-07-16) ##### Bug Fixes - revert [#​1793](https://togithub.com/kulshekhar/ts-jest/issues/1793) ([#​1804](https://togithub.com/kulshekhar/ts-jest/issues/1804)) ([5095525](https://togithub.com/kulshekhar/ts-jest/commit/5095525333c8579c9c5e7f3149294b31f28d6774)) #### [26.1.2](https://togithub.com/kulshekhar/ts-jest/compare/v26.1.1...v26.1.2) (2020-07-13) ##### Bug Fixes - **compiler:** use `resolveModuleNames` TypeScript API to get resolved modules for test files ([#​1784](https://togithub.com/kulshekhar/ts-jest/issues/1784)) ([5f26054](https://togithub.com/kulshekhar/ts-jest/commit/5f2605457e94b548bd7b9b28fc968554f7eefa91)), closes [#​1747](https://togithub.com/kulshekhar/ts-jest/issues/1747) - **config:** invalidate cache when other options in `tsconfig` change ([#​1788](https://togithub.com/kulshekhar/ts-jest/issues/1788)) ([6948855](https://togithub.com/kulshekhar/ts-jest/commit/69488552eca2846f3fc6ba86ab49d7893caaf521)) ##### Performance Improvements - **compiler:** cache module resolution for `isolatedModules: false` ([#​1786](https://togithub.com/kulshekhar/ts-jest/issues/1786)) ([7f731ed](https://togithub.com/kulshekhar/ts-jest/commit/7f731ed8a02755aeb41ecb27df4eaf16db2ddd95)) - **compiler:** use `globsToMatcher` from `jest-util` ([#​1754](https://togithub.com/kulshekhar/ts-jest/issues/1754)) ([44f3913](https://togithub.com/kulshekhar/ts-jest/commit/44f3913c2a017734ed87346b1c5fbec639d02062)) #### [26.1.1](https://togithub.com/kulshekhar/ts-jest/compare/v26.1.0...v26.1.1) (2020-06-21) ##### Bug Fixes - **compiler:** generate source map correctly when tsconfig `mapRoot` is set ([#​1741](https://togithub.com/kulshekhar/ts-jest/issues/1741)) ([01ac417](https://togithub.com/kulshekhar/ts-jest/commit/01ac417)), closes [#​1718](https://togithub.com/kulshekhar/ts-jest/issues/1718) - **config:** show version warning when using ts-jest without babel ([#​1729](https://togithub.com/kulshekhar/ts-jest/issues/1729)) ([e512bc0](https://togithub.com/kulshekhar/ts-jest/commit/e512bc0)), fixes [#​1678-issuecomment-641930332](https://togithub.com//github.com/kulshekhar/ts-jest/pull/1678/issues/issuecomment-641930332), [#​1678-issuecomment-639528993](https://togithub.com//github.com/kulshekhar/ts-jest/pull/1678/issues/issuecomment-639528993) ### [`v26.1.4`](https://togithub.com/kulshekhar/ts-jest/compare/6706bd6808fa91059003ae559dcc93b372012ba5...220f4fbfd2544ad23af494c2d5acd53d28fdac74) [Compare Source](https://togithub.com/kulshekhar/ts-jest/compare/6706bd6808fa91059003ae559dcc93b372012ba5...220f4fbfd2544ad23af494c2d5acd53d28fdac74)

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.