This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@types/jest | devDependencies | major | ^26.0.15 -> ^29.0.0 |
ts-jest (source) | devDependencies | major | ^28.0.5 -> ^29.0.0 |
Release Notes
kulshekhar/ts-jest
v29.1.1
Security Fixes
- bump
semver
to7.5.3
v29.1.0
Features
29.0.5 (2023-01-13)
Reverts
- Revert "fix(transformer): don't use cache when
tsJestConfig
is different (#3966)" (185eb18), closes #3966
29.0.4 (2023-01-10)
Bug Fixes
-
transformer: don't use cache when
tsJestConfig
is different (#3966) (a445638) - bump
json5
to2.2.3
(#3976)(b9f7809)
29.0.3 (2022-09-28)
Bug Fixes
- merge config from
globals
with transformer config correctly (#3842) (9c9fd60), closes #3841 - presets: allow merging transform config when using presets (#3833) (afc6a94)
Features
29.0.2 (2022-09-23)
Bug Fixes
- mark
ts-jest
as optional inConfigGlobals
(#3816) (cbb88bb), closes #3815 - use correct typings for
config:init
command (#3825) (21b94db)
29.0.2 (2022-09-22)
Bug Fixes
29.0.1 (2022-09-13)
Bug Fixes
Features
v29.0.5
Reverts
- Revert "fix(transformer): don't use cache when
tsJestConfig
is different (#3966)" (185eb18), closes #3966
v29.0.4
Bug Fixes
-
transformer: don't use cache when
tsJestConfig
is different (#3966) (a445638) - bump
json5
to2.2.3
(#3976)(b9f7809)
v29.0.3
Bug Fixes
- merge config from
globals
with transformer config correctly (#3842) (9c9fd60), closes #3841 - presets: allow merging transform config when using presets (#3833) (afc6a94)
Features
v29.0.2
Bug Fixes
- mark
ts-jest
as optional inConfigGlobals
(#3816) (cbb88bb), closes #3815 - use correct typings for
config:init
command (#3825) (21b94db)
v29.0.1
Bug Fixes
Features
v29.0.0
Features
- drop Node 12 and Node 17 support (#3787) (0f1de16)
- migrate globals config to transformer config (#3780) (31e5843)
- support Jest 29 (#3767) (94b553b)
DEMRECATIONS
- Define
ts-jest
config underglobals
is now deprecated. Please define the config via transformer config instead.
BREAKING CHANGES
- Only Node 14, 16 and 18 are supported
- Jest 29 is required.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.