Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2020

This PR contains the following updates:

Package Type Update Change
ts-jest (source) devDependencies major 23.1.4 -> 25.5.1

Release Notes

kulshekhar/ts-jest

v25.5.1

Compare Source

Bug Fixes
  • compiler: don't resolve files from build folder for projectReferences (#​1614) (74b92d3)
  • config: don't set include value of tsconfig to empty array (#​1606) (8a29aaa)

v25.5.0

Compare Source

Bug Fixes
  • compiler: make projectReferences work with isolatedModules: false (#​1541) (3e8efbe)
  • compiler: allow using files provided by tsconfig (#​1562) (a9f02bd)
  • config: verify testMatchPatterns contain RegExp instance or string type values (#​1569) (7f85bab)
Features
  • config: add tsconfig alias to tsConfig option (#​1565) (c10eb6d)
  • config: define 'ts-jest' on ConfigGlobals interface of @jest/types (#​1592) (4526392)
Performance Improvements
  • compiler: don’t write compile output to file system but rely on jest cache (#​1561) (d11a4ea)
  • compiler: improve performance for isolatedModules: false (#​1558) (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.

v25.4.0

Compare Source

Bug Fixes
  • compiler: make projectReferences work with isolatedModules: true (#​1527) (aa6b74c)
  • compiler: make sure LanguageService updated with test file information before getting diagnostics for test file (#​1507) (311eaeb)
  • config: set default outDir when allowJs is true and no outDir in tsconfig (#​1502) (1a287ad)
  • config: use original jest config object instead of stringified config (#​1511) (4f0bb33)

25.3.1 (2020-04-03)

Bug Fixes

v25.3.1

Compare Source

Bug Fixes

v25.3.0

Compare Source

Bug Fixes
  • add jest-config to dependencies list (6d9e0d8)
  • always do type check for all files provided to ts-jest transformer for non-watch mode (#​1450) (107e062)
Chores
  • docs: add TROUBLESHOOTING (96cd9b3)
Features
BREAKING CHANGES
  • config: improve diagnostics message (#​1444) (96cd9b3). This will affect to any snapshots or assertion against diagnostics messages

v25.2.1

Compare Source

Bug Fixes
  • compiler: allow transformation of typescript files in node_modules (#​1385) (814405e)
  • docs: fixing slack link and some minor typos in documenation (#​1404) (3e2e008)
  • transformer: add deepUnmock to hoist method list (#​1372) (0fbbc00)
  • util: use resolve package typescript package in yarn workspaces (#​1377) (a63808c)

v25.2.0

Compare Source

Bug Fixes
  • config: let babel-jest handle loading babel config (#​1370)

v25.1.0

Compare Source

Bug Fixes

v25.0.0

Compare Source

Features

v24.3.0

Compare Source

Bug Fixes

v24.2.0

Compare Source

Bug Fixes
  • compiler: pass filename to sha function instead of file extension (ac1ac97)
  • transformers: hoist jest.enableAutomock and jest.disableAutomock (ac50bc3)
  • typescript serviceHost cache miss on Windows operating systems (26ee731)

v24.1.0

Compare Source

Bug Fixes

24.0.2 (2019-04-05)

24.0.1 (2019-03-30)

Bug Fixes
Features

v24.0.2

Compare Source

24.0.2 (2019-04-05)

v24.0.1

Compare Source

Bug Fixes
Features

v24.0.0

Compare Source

Bug Fixes
Features

23.10.4 (2018-10-06)

Bug Fixes
  • cache: adds project's dep versions to cache key (6cacbea), closes #​785
  • cli: change options to better reflect the new presets (68abcfb)
  • helpers: deprecate import from ts-jest, now ts-jest/utils (33ff29f), closes #​782
  • typings: typo in presets definition file (53767ab)
  • typings: wrong import in preset typings + test (94dc4e7)

23.10.3 (2018-09-30)

Bug Fixes
  • compiler: do not force module kind if piping babel (acebc8c), closes #​767
Features
  • helpers: adds a mocked test helper for mock typings (f976135), closes #​576

23.10.2 (2018-09-26)

Bug Fixes
  • cache: resolved tsconfig in cache key + pkg digest (e891608), closes #​749
  • cli: resets testMatch if using testRegex option (31ad0aa), closes #​756
  • diagnostics: throws only for category warning and error (bb28849), closes #​748
  • import: wrong error message when a module exists but fails (e0d6c57)
  • preset: createJestPreset fails with base and no array (3c325e8)
Features
  • cli: CLI 'config:migrate' now detects best preset (febd8d3)
  • preset: adds 2 presets along the default one (9f3d759)
  • preset: adds presets typings and export all presets (f55d895)
  • typings: emit declaration files, filtering out internals (4f10f7e), closes #​745

23.10.1 (2018-09-20)

Bug Fixes
  • compile: js files were never transpiled thru TS (374dca1), closes #​740
  • config: warn instead of forcing ESM interoperability (a2a4be2)
  • windows: normalize paths (c12dfff)

v23.10.5

Compare Source

Bug Fixes

v23.10.4

Compare Source

Bug Fixes
  • cache: adds project's dep versions to cache key (6cacbea), closes #​785
  • cli: change options to better reflect the new presets (68abcfb)
  • helpers: deprecate import from ts-jest, now ts-jest/utils (33ff29f), closes #​782
  • typings: typo in presets definition file (53767ab)
  • typings: wrong import in preset typings + test (94dc4e7)

v23.10.3

Compare Source

Bug Fixes
  • compiler: do not force module kind if piping babel (acebc8c), closes #​767
Features
  • helpers: adds a mocked test helper for mock typings (f976135), closes #​576

v23.10.2

Compare Source

Bug Fixes
  • cache: resolved tsconfig in cache key + pkg digest (e891608), closes #​749
  • cli: resets testMatch if using testRegex option (31ad0aa), closes #​756
  • diagnostics: throws only for category warning and error (bb28849), closes #​748
  • import: wrong error message when a module exists but fails (e0d6c57)
  • preset: createJestPreset fails with base and no array (3c325e8)
Features
  • cli: CLI 'config:migrate' now detects best preset (febd8d3)
  • preset: adds 2 presets along the default one (9f3d759)
  • preset: adds presets typings and export all presets (f55d895)
  • typings: emit declaration files, filtering out internals (4f10f7e), closes #​745

v23.10.1

Compare Source

Bug Fixes
  • compile: js files were never transpiled thru TS (374dca1), closes #​740
  • config: warn instead of forcing ESM interoperability (a2a4be2)
  • windows: normalize paths (c12dfff)

v23.10.0

Compare Source

Bug Fixes
  • babel: fixes the babel 6 hack (c8d51cf)
  • config: jsx should also be considered as js files (6c32a93)
Features
  • hints: warns if transform matches js without allowJs (952cc87)

Renovate configuration

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

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate
Copy link
Contributor Author

renovate bot commented Jan 23, 2020

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@coveralls
Copy link

coveralls commented Jan 23, 2020

Coverage Status

Coverage decreased (-50.4%) to 48.725% when pulling d6abe25 on renovate/ts-jest-25.x into d7b86f3 on master.

@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 4 times, most recently from a1a518d to a2ecd1c Compare January 30, 2020 08:49
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 3 times, most recently from 4eebfab to cf5f238 Compare February 7, 2020 00:01
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 2 times, most recently from 8546460 to 01a4ce7 Compare February 19, 2020 21:59
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 5 times, most recently from b505de7 to 00c21b0 Compare March 7, 2020 04:33
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 3 times, most recently from 4afe82f to d7b23d1 Compare March 14, 2020 21:25
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 6 times, most recently from 70258ce to 66775b7 Compare March 23, 2020 00:02
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch 2 times, most recently from 7186a10 to effd31a Compare April 3, 2020 15:19
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch from effd31a to c11cf08 Compare April 17, 2020 06:14
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch from c11cf08 to d6abe25 Compare May 6, 2020 09:18
@renovate renovate bot force-pushed the renovate/ts-jest-25.x branch from d6abe25 to 37de825 Compare May 9, 2020 09:46
@renovate renovate bot changed the title build: update dependency ts-jest to v25 build: update dependency ts-jest to v25 - autoclosed May 15, 2020
@renovate renovate bot closed this May 15, 2020
@renovate renovate bot deleted the renovate/ts-jest-25.x branch May 15, 2020 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants