Update dependency ts-jest to v29 #244
No reviewers
Labels
No labels
blocked
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs testing
question
type
admin
type
bug
type
change
type
defect
type
dependencies
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
type
subtask
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
2 participants
Notifications
Total time spent: 15 minutes
Due date
Vylpes
15 minutes
No due date set.
Depends on
#241 Update dependency jest to v29
RabbitLabs/vylbot-app
Reference: RabbitLabs/vylbot-app#244
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/ts-jest-29.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^27.1.2
->^29.0.0
Release Notes
kulshekhar/ts-jest
v29.1.0
Compare Source
Features
29.0.5 (2023-01-13)
Reverts
tsJestConfig
is different (#3966)" (185eb18), closes #396629.0.4 (2023-01-10)
Bug Fixes
tsJestConfig
is different (#3966) (a445638)json5
to2.2.3
(#3976)(b9f7809)29.0.3 (2022-09-28)
Bug Fixes
globals
with transformer config correctly (#3842) (9c9fd60), closes #3841Features
useESM
option topathsToModuleNameMapper
options (#3792) (eabe906)29.0.2 (2022-09-23)
Bug Fixes
ts-jest
as optional inConfigGlobals
(#3816) (cbb88bb), closes #3815config:init
command (#3825) (21b94db)29.0.2 (2022-09-22)
Bug Fixes
ts-jest
as optional inConfigGlobals
(#3816) (cbb88bb), closes #381529.0.1 (2022-09-13)
Bug Fixes
Features
ts-jest
options viatransform
config (#3805) (664b0f2)v29.0.5
Compare Source
Reverts
tsJestConfig
is different (#3966)" (185eb18), closes #3966v29.0.4
Compare Source
Bug Fixes
tsJestConfig
is different (#3966) (a445638)json5
to2.2.3
(#3976)(b9f7809)v29.0.3
Compare Source
Bug Fixes
globals
with transformer config correctly (#3842) (9c9fd60), closes #3841Features
useESM
option topathsToModuleNameMapper
options (#3792) (eabe906)v29.0.2
Compare Source
Bug Fixes
ts-jest
as optional inConfigGlobals
(#3816) (cbb88bb), closes #3815config:init
command (#3825) (21b94db)v29.0.1
Compare Source
Bug Fixes
Features
ts-jest
options viatransform
config (#3805) (664b0f2)v29.0.0
Compare Source
Features
DEPRECATIONS
ts-jest
config underglobals
is now deprecated. Please define the config via transformer config instead.BREAKING CHANGES
v28.0.8
Compare Source
Bug Fixes
.mts
to be processed (#3713) (effae71), closes #3702v28.0.7
Compare Source
Bug Fixes
@jest/types
to be an optional peer dependency (#3690) (8a8c3fa), closes #3689v28.0.6
Compare Source
Bug Fixes
diagnostics: false
(#3647) (9a9bc02), closes #3638useCaseSensitiveFileNames
wherever needed (#3683) (c40bc34), closes #3665@jest/types
as peer dependency (#3633) (24567e1)v28.0.5
Compare Source
Bug Fixes
reject
(#3618) (7dd01ff), closes #3507v28.0.4
Compare Source
Bug Fixes
@types/jest
from peer deps (#3592) (b66b656)v28.0.3
Compare Source
Bug Fixes
json5
(#3528) (b31f5ba)v28.0.2
Compare Source
Bug Fixes
Array.sort
in hoisting transformer (#3498) (e400a6e), closes #3476v28.0.1
Compare Source
Bug Fixes
v28.0.0
Compare Source
Bug Fixes
processAsync
forbabel-jest
in ESM mode instead ofprocess
(#3430) (0d7356c)Features
ConfigSet
as legacy (#3456) (a986729)TsCompiler
andTsJestCompiler
as legacy (#3457) (0f2fe30)path-mapping
AST transformer (#3455) (f566869)mocked
testing util (#3333) (2d9017d)ts-jest/utils
sub path export (#3334) (9f253d3)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.ts-jest/dist/compiler/ts-compiler
should change tots-jest/dist/legacy/compiler/ts-compiler
ts-jest/dist/compiler/ts-jest-compiler
should change tots-jest/dist/legacy/compiler/ts-jest-compiler
ts-jest/dist/config/config-set
should change tots-jest/dist/legacy/config/config-set
TypeScript
version is now 4.3 since Jest 28 requires it.ts-jest/utils
should be replaced withts-jest
.mocked
has been integrated into Jest repo.27.1.5 (2022-05-17)
Bug Fixes
Array.sort
in hoisting transformer (#3498) (e400a6e), fixes #347627.1.4 (2022-03-24)
Bug Fixes
esbuild
from peer dependency (#3360) (8c8c1ca), closes #3346.cjs
extension (#3361) (5e5ac4a), closes #333527.1.3 (2022-01-14)
Bug Fixes
27.1.2 (2021-12-15)
Bug Fixes
esbuild
type to avoid importingesbuild
directly (#3147) (9ace0a9)27.1.1 (2021-12-07)
Bug Fixes
afterProcess
hook (#3132) (2b6b86e)esbuild
as optional peer dependency (#3129) (20258de)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.
This PR has been generated by Renovate Bot.
@ -37,3 +37,3 @@
"mysql": "^2.18.1",
"random-bunny": "^2.0.0",
"ts-jest": "^27.1.2",
"ts-jest": "^29.0.0",
warning " > ts-jest@29.0.3" has incorrect peer dependency "jest@^29.0.0".
c88127d3fb
toe3cdc2bc73
e3cdc2bc73
to08b08ea935
08b08ea935
to66257c5530
66257c5530
toe918a958cf
e918a958cf
to15fe2cdad6