This repository was archived by the owner on May 20, 2021. It is now read-only.
chore(deps): update dependency ts-jest to v26 #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
24.0.2->26.5.6Release Notes
kulshekhar/ts-jest
v26.5.6Compare Source
Code Refactoring
sourceMap: false(#2557) (cf60990).v26.5.5Compare Source
Bug Fixes
v26.5.4Compare Source
Bug Fixes
.ts/.tsx/.d.tsfiles only (#2457) (1dc731a), closes #2445v26.5.3Compare Source
Bug Fixes
@types/jestfrom direct dep (#2416) (060302e), closes #2406 #2411v26.5.2Compare Source
Bug Fixes
outDirfrom compiler source files (#2376) (9034677), closes #2350 #2374matchTestFilePathbeforesetupTsJestCfg(#2373) (c427fea), closes #2371tsconfig/tsConfigoption (#2377) (d4f6aff), closes #2368v26.5.1Compare Source
Features
presetsentry point (#2341) (e12b004), closes #2325v26.5.0Compare Source
Bug Fixes
node_moduleswhen addingts-jest(#2309) (6bf2e8a)Features
excludeto exclude files from diagnostics (#2308) (cd82fd3)DEPRECATIONS
pathRegexin favor ofexclude(#2308) (cd82fd3)v26.4.4Compare Source
Bug Fixes
@jest/create-cache-key-function(#2108) (dee8231), closes #2080 #2090 #2104Features
mocked(#2096) (b1d072b), closes #2086v26.4.3Compare Source
Bug Fixes
.babelrcfile path before attempting to read it (#2071) (681bfef), closes #2064Features
v26.4.2Compare Source
Features
Performance Improvements
isolatedModules:false(#2055) (230b5dd)DEPRECATIONS
tsConfigin favor oftsconfig(#1997)packageJsonsince internal codes don't use it anymore (#2034)v26.4.1Compare Source
Bug Fixes
MaybeMockedConstructorreturns T (#1976) (b7712b2)path.joinand add check on prefix ends with/(#1989) (3d9035b), closes #1982v26.4.0Compare Source
Bug Fixes
pathsToModuleNameMapperresolve path mapping withpath.join(#1969) (81fce4c), closes #1968jest-utilversion at 26.1.0 (#1914) (f00414c), closes #1913Features
@jest/globals(#1937) (0e5be15), closes #1593path-mappingcustom AST transformer (#1927) (3325186)Performance Improvements
createProgramforisolatedModules: trueto boost startup speed (#1941) (dd84534)v26.3.0Compare Source
Bug Fixes
package.json(#1893) (4875a58), closes #1892Features
v26.2.0Compare Source
Bug Fixes
@types/jestto dependencies to work well with yarn 2 (#1859) (5eb1389), closes #1857Features
afterandafterDeclarationsAST transformers (#1831) (be20a7c)TS_JEST_DISABLE_VER_CHECKER(#1821) (e6b42fc), closes #177426.1.4 (2020-07-28)
Bug Fixes
26.1.3 (2020-07-16)
Bug Fixes
26.1.2 (2020-07-13)
Bug Fixes
resolveModuleNamesTypeScript API to get resolved modules for test files (#1784) (5f26054), closes #1747tsconfigchange (#1788) (6948855)Performance Improvements
isolatedModules: false(#1786) (7f731ed)globsToMatcherfromjest-util(#1754) (44f3913)26.1.1 (2020-06-21)
Bug Fixes
mapRootis set (#1741) (01ac417), closes #1718v26.1.4Compare Source
Bug Fixes
v26.1.3Compare Source
Bug Fixes
v26.1.2Compare Source
Bug Fixes
resolveModuleNamesTypeScript API to get resolved modules for test files (#1784) (5f26054), closes #1747tsconfigchange (#1788) (6948855)Performance Improvements
isolatedModules: false(#1786) (7f731ed)globsToMatcherfromjest-util(#1754) (44f3913)v26.1.1Compare Source
Bug Fixes
mapRootis set (#1741) (01ac417), closes #1718v26.1.0Compare Source
Bug Fixes
BabelConfigas internal type (#1667) (558c307), closes #1666Features
targetversion doesn't match with recommended NodeJs version (#1678) (085bdf5)pathsToModuleNameMapper(#1690) (a727bd5)v26.0.0Compare Source
Bug Fixes
undefinedforgetScriptVersionwhen a file doesn't exist in memory cache (#1641) (6851b8e)Features
BREAKING CHANGES
25.5.1 (2020-05-09)
Bug Fixes
projectReferences(#1614) (74b92d3)includevalue oftsconfigto empty array (#1606) (8a29aaa)v25.5.1Compare Source
Bug Fixes
projectReferences(#1614) (74b92d3)includevalue oftsconfigto empty array (#1606) (8a29aaa)v25.5.0Compare Source
Bug Fixes
projectReferenceswork withisolatedModules: false(#1541) (3e8efbe)filesprovided bytsconfig(#1562) (a9f02bd)testMatchPatternscontain RegExp instance or string type values (#1569) (7f85bab)Features
tsconfigalias totsConfigoption (#1565) (c10eb6d)ConfigGlobalsinterface of@jest/types(#1592) (4526392)Performance Improvements
isolatedModules: false(#1558) (85c09e3)BREAKING CHANGES
jestneed to be defined infilesoption oftsconfig.For example:
incrementalandcompilerHostoptions are no longer available. Please remove it from yourts-jestconfig.v25.4.0Compare Source
Bug Fixes
projectReferenceswork withisolatedModules: true(#1527) (aa6b74c)LanguageServiceupdated with test file information before getting diagnostics for test file (#1507) (311eaeb)outDirwhenallowJsis true and nooutDirintsconfig(#1502) (1a287ad)25.3.1 (2020-04-03)
Bug Fixes
v25.3.1Compare Source
Bug Fixes
v25.3.0Compare Source
Bug Fixes
jest-configto dependencies list (6d9e0d8)Chores
TROUBLESHOOTING(96cd9b3)Features
Programvia ConfigSetTsCompiler(#1433) (7153246)BREAKING CHANGES
v25.2.1Compare Source
Bug Fixes
v25.2.0Compare Source
Bug Fixes
v25.1.0Compare Source
Bug Fixes
v25.0.0Compare Source
Features
v24.3.0Compare Source
Bug Fixes
v24.2.0Compare Source
Bug Fixes
v24.1.0Compare 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.