🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ts-jest

Package Overview
Dependencies
Maintainers
0
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-jest - npm Package Versions

1245
21

29.0.3

Diff
kul
published 29.0.3 •

Changelog

Source

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

  • add useESM option to pathsToModuleNameMapper options (#3792) (eabe906)
kul
published 29.0.2 •

Changelog

Source

29.0.2 (2022-09-23)

Bug Fixes

kul
published 29.0.1 •

Changelog

Source

29.0.1 (2022-09-13)

Bug Fixes

  • legacy: include existing globals config in cached config (#3803) (e79be47)

Features

  • add typings for ts-jest options via transform config (#3805) (664b0f2)

Features

DEPRECATIONS

  • Define ts-jest config under globals 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.
kul
published 29.0.0 •

Changelog

Source

29.0.1 (2022-09-13)

Bug Fixes

  • legacy: include existing globals config in cached config (#3803) (e79be47)

Features

  • add typings for ts-jest options via transform config (#3805) (664b0f2)

Features

DEPRECATIONS

  • Define ts-jest config under globals 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.
kul
published 29.0.0-next.1 •

Changelog

Source

29.0.0-next.1 (2022-09-02)

Features

DEPRECATIONS

  • Define ts-jest config under globals is now deprecated. Please define the config via transformer config instead.

BREAKING CHANGES

  • Only Node 14, 16 and 18 are supported
kul
published 29.0.0-next.0 •

Changelog

Source

29.0.0-next.0 (2022-08-28)

Features

BREAKING CHANGES

  • Jest 29 is required.
kul
published 28.0.8 •

Changelog

Source

28.0.8 (2022-08-14)

Bug Fixes

anhpnnd
published 28.0.7 •

Changelog

Source

28.0.7 (2022-07-15)

Bug Fixes

  • update @jest/types to be an optional peer dependency (#3690) (8a8c3fa), closes #3689
anhpnnd
published 28.0.6 •

Changelog

Source

28.0.6 (2022-07-13)

Bug Fixes

  • config: don't show diagnostics warning with diagnostics: false (#3647) (9a9bc02), closes #3638
  • legacy: add useCaseSensitiveFileNames wherever needed (#3683) (c40bc34), closes #3665
  • set @jest/types as peer dependency (#3633) (24567e1)
kul
published 28.0.5 •

Changelog

Source

28.0.5 (2022-06-11)

Bug Fixes

  • legacy: throw type check error in ESM mode with reject (#3618) (7dd01ff), closes #3507