Update dependency ts-jest to v27.1.5
This MR contains the following updates:
Package | Change | Age | Confidence |
---|---|---|---|
ts-jest (source) | 27.1.3 -> 27.1.5 |
Release Notes
kulshekhar/ts-jest (ts-jest)
v27.1.5
Bug Fixes
Features
- presets: add presets for legacy mode (#3465) (543b4ad)
- mark
ConfigSet
as legacy (#3456) (a986729) - mark
TsCompiler
andTsJestCompiler
as legacy (#3457) (0f2fe30) - remove
path-mapping
AST transformer (#3455) (f566869) - set Jest peer dependencies to v28 (#3454) (1e880ff)
- core: drop support for Node.js 10 (#3332) (7a9aa61)
-
core: remove
mocked
testing util (#3333) (2d9017d) -
core: remove
ts-jest/utils
sub path export (#3334) (9f253d3) - mark
TsJestTransformer
as legacy (#3451) (b090179)
BREAKING CHANGES
-
path-mapping
AST transformer is no longer shipped ints-jest
v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead. - Any imports
ts-jest/dist/compiler/ts-compiler
should change tots-jest/dist/legacy/compiler/ts-compiler
- Any imports
ts-jest/dist/compiler/ts-jest-compiler
should change tots-jest/dist/legacy/compiler/ts-jest-compiler
- Any imports
ts-jest/dist/config/config-set
should change tots-jest/dist/legacy/config/config-set
- Minimum support
TypeScript
version is now 4.3 since Jest 28 requires it. - Jest 28 is required.
-
core: Any imports
ts-jest/utils
should be replaced withts-jest
. -
core: Starting from Jest 27.4,
mocked
has been integrated into Jest repo. - core: Support for Node.js v10 has been removed as Jest drops support for it.
27.1.5 (2022-05-17)
Bug Fixes
27.1.4 (2022-03-24)
Bug Fixes
- compiler: revert #3194 (#3362) (2b7dffe), closes #3272
- remove
esbuild
from peer dependency (#3360) (8c8c1ca), closes #3346 - support Babel config file with
.cjs
extension (#3361) (5e5ac4a), closes #3335
27.1.3 (2022-01-14)
Bug Fixes
27.1.2 (2021-12-15)
Bug Fixes
27.1.1 (2021-12-07)
Bug Fixes
- bring back
afterProcess
hook (#3132) (2b6b86e) - make
esbuild
as optional peer dependency (#3129) (20258de)
v27.1.4
Bug Fixes
Features
- presets: add presets for legacy mode (#3465) (543b4ad)
- mark
ConfigSet
as legacy (#3456) (a986729) - mark
TsCompiler
andTsJestCompiler
as legacy (#3457) (0f2fe30) - remove
path-mapping
AST transformer (#3455) (f566869) - set Jest peer dependencies to v28 (#3454) (1e880ff)
- core: drop support for Node.js 10 (#3332) (7a9aa61)
-
core: remove
mocked
testing util (#3333) (2d9017d) -
core: remove
ts-jest/utils
sub path export (#3334) (9f253d3) - mark
TsJestTransformer
as legacy (#3451) (b090179)
BREAKING CHANGES
-
path-mapping
AST transformer is no longer shipped ints-jest
v28. Please use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead. - Any imports
ts-jest/dist/compiler/ts-compiler
should change tots-jest/dist/legacy/compiler/ts-compiler
- Any imports
ts-jest/dist/compiler/ts-jest-compiler
should change tots-jest/dist/legacy/compiler/ts-jest-compiler
- Any imports
ts-jest/dist/config/config-set
should change tots-jest/dist/legacy/config/config-set
- Minimum support
TypeScript
version is now 4.3 since Jest 28 requires it. - Jest 28 is required.
-
core: Any imports
ts-jest/utils
should be replaced withts-jest
. -
core: Starting from Jest 27.4,
mocked
has been integrated into Jest repo. - core: Support for Node.js v10 has been removed as Jest drops support for it.
27.1.5 (2022-05-17)
Bug Fixes
27.1.4 (2022-03-24)
Bug Fixes
- compiler: revert #3194 (#3362) (2b7dffe), closes #3272
- remove
esbuild
from peer dependency (#3360) (8c8c1ca), closes #3346 - support Babel config file with
.cjs
extension (#3361) (5e5ac4a), closes #3335
27.1.3 (2022-01-14)
Bug Fixes
27.1.2 (2021-12-15)
Bug Fixes
27.1.1 (2021-12-07)
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.