paramount
paramount copied to clipboard
chore(deps): update dependency ts-jest to v25.5.1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
ts-jest (source) | 25.2.1 -> 25.5.1 |
Release Notes
kulshekhar/ts-jest
v25.5.1
Bug Fixes
-
compiler: don't resolve files from build folder for
projectReferences
(#1614) (74b92d3) -
config: don't set
include
value oftsconfig
to empty array (#1606) (8a29aaa)
v25.5.0
Bug Fixes
-
compiler: make
projectReferences
work withisolatedModules: false
(#1541) (3e8efbe) -
compiler: allow using
files
provided bytsconfig
(#1562) (a9f02bd) -
config: verify
testMatchPatterns
contain RegExp instance or string type values (#1569) (7f85bab)
Features
-
config: add
tsconfig
alias totsConfig
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 infiles
option oftsconfig
.
For example:
// tsconfig.json
{
// ...other configs
"files": [
"my-custom-typings.d.ts",
"my-global-module.ts"
]
}
-
compiler:
incremental
andcompilerHost
options are no longer available. Please remove it from yourts-jest
config.
v25.4.0
Bug Fixes
-
compiler: make
projectReferences
work withisolatedModules: true
(#1527) (aa6b74c) -
compiler: make sure
LanguageService
updated with test file information before getting diagnostics for test file (#1507) (311eaeb) -
config: set default
outDir
whenallowJs
is true and nooutDir
intsconfig
(#1502) (1a287ad) - config: use original jest config object instead of stringified config (#1511) (4f0bb33)
25.3.1 (2020-04-03)
Bug Fixes
- only do type checking while compiling file (#1483) (dbc0a08)
- config: set default outDir for enabled allowJs without outDir (#1472) (57c7af0)
v25.3.1
Bug Fixes
- only do type checking while compiling file (#1483) (dbc0a08)
- config: set default outDir for enabled allowJs without outDir (#1472) (57c7af0)
v25.3.0
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
-
compiler: expose internal ts
Program
via ConfigSetTsCompiler
(#1433) (7153246) - config: add incremental option (#1418) (5a69bce)
BREAKING CHANGES
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 Mend Renovate. View repository job log here.