Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 1, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ts-jest (source) 24.0.2 -> 26.5.6 age adoption passing confidence

Release Notes

kulshekhar/ts-jest

v26.5.6

Compare Source

Code Refactoring
  • refactor(config): show warning message for sourceMap: false (#​2557) (cf60990).

v26.5.5

Compare Source

Bug Fixes

v26.5.4

Compare Source

Bug Fixes

v26.5.3

Compare Source

Bug Fixes

v26.5.2

Compare Source

Bug Fixes

v26.5.1

Compare Source

Features

v26.5.0

Compare Source

Bug Fixes
Features
DEPRECATIONS

v26.4.4

Compare Source

Bug Fixes
Features

v26.4.3

Compare Source

Bug Fixes
Features

v26.4.2

Compare Source

Features
Performance Improvements
  • compiler: speed up bootstrap time for isolatedModules:false (#​2055) (230b5dd)
DEPRECATIONS
  • config: deprecate tsConfig in favor of tsconfig (#​1997)
  • config: deprecate packageJson since internal codes don't use it anymore (#​2034)

v26.4.1

Compare Source

Bug Fixes

v26.4.0

Compare Source

Bug Fixes
Features
Performance Improvements
  • compiler: remove createProgram for isolatedModules: true to boost startup speed (#​1941) (dd84534)

v26.3.0

Compare Source

Bug Fixes
Features

v26.2.0

Compare Source

Bug Fixes
Features
  • config: support after and afterDeclarations AST transformers (#​1831) (be20a7c)
  • allow opt-out version warning message by environment variable TS_JEST_DISABLE_VER_CHECKER (#​1821) (e6b42fc), closes #​1774

26.1.4 (2020-07-28)

Bug Fixes

26.1.3 (2020-07-16)

Bug Fixes

26.1.2 (2020-07-13)

Bug Fixes
  • compiler: use resolveModuleNames TypeScript API to get resolved modules for test files (#​1784) (5f26054), closes #​1747
  • config: invalidate cache when other options in tsconfig change (#​1788) (6948855)
Performance Improvements

26.1.1 (2020-06-21)

Bug Fixes

v26.1.4

Compare Source

Bug Fixes

v26.1.3

Compare Source

Bug Fixes

v26.1.2

Compare Source

Bug Fixes
  • compiler: use resolveModuleNames TypeScript API to get resolved modules for test files (#​1784) (5f26054), closes #​1747
  • config: invalidate cache when other options in tsconfig change (#​1788) (6948855)
Performance Improvements

v26.1.1

Compare Source

Bug Fixes

v26.1.0

Compare Source

Bug Fixes
Features
  • config: show a warning message when TypeScript target version doesn't match with recommended NodeJs version (#​1678) (085bdf5)
  • config: support multiple paths for pathsToModuleNameMapper (#​1690) (a727bd5)
  • support TypeScript 3.9 (#​1653) (fc3d5ad)

v26.0.0

Compare Source

Bug Fixes
  • compiler: return undefined for getScriptVersion when a file doesn't exist in memory cache (#​1641) (6851b8e)
Features
BREAKING CHANGES
  • Requires a minimum of TypeScript v3.8
  • Drop support for Node 8

25.5.1 (2020-05-09)

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

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, 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 renovate bot force-pushed the renovate/ts-jest-26.x branch from 103362f to 53b55bf Compare May 9, 2021 22:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant