chore(deps): update jest monorepo (major)
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.2.5
v29.2.4
v29.2.3
v29.2.2
v29.2.1
v29.2.0
Bug Fixes
Features
- feat(cli): allow migrating cjs
presets
totransform
config (22fb027) - feat(presets): add util functions to create ESM presets (06f78ed), close #4200
- feat(presets): add util functions to create CJS presets (f9cc3c0), close #4200
Code refactoring
- refactor: replace lodash deps with native js implementation (40f1708)
- refactor: use
TsJestTransformerOptions
type everywhere possibly (7d001be) - refactor(cli): use new preset util functions to initialize test config (c2b56ca)
- refactor(presets): use create preset util functions for cjs presets (922d6d0)
- test: switch
react-app
to use Vite (827c8ad)
v29.1.5
v29.1.4
v29.1.3
v29.1.2
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.1 (2022-09-13)
Bug Fixes
Features
v29.0.5
v29.0.4
v29.0.3
v29.0.2
v29.0.1
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.
Edited by Renovate-Bot