Socket
Socket
Sign inDemoInstall

ts-jest

Package Overview
Dependencies
Maintainers
2
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-jest - npm Package Versions

1
20

28.0.8

Diff

Changelog

Source

28.0.8 (2022-08-14)

Bug Fixes

  • allow .mts to be processed (#3713) (effae71), closes #3702
anhpnnd
published 28.0.7 •

Changelog

Source

28.0.7 (2022-07-15)

Bug Fixes

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
kul
published 28.0.4 •

Changelog

Source

28.0.4 (2022-06-02)

Bug Fixes

kul
published 28.0.3 •

Changelog

Source

28.0.3 (2022-05-23)

Bug Fixes

kul
published 27.1.5 •

Changelog

Source

27.1.5 (2022-05-17)

Bug Fixes

kul
published 28.0.2 •

Changelog

Source

28.0.2 (2022-05-07)

Bug Fixes

kul
published 28.0.1 •

Changelog

Source

28.0.1 (2022-05-03)

Bug Fixes

kul
published 28.0.0 •

Changelog

Source

28.0.0 (2022-05-02)

Bug Fixes

  • legacy invoke Babel processAsync for babel-jest in ESM mode instead of process (#3430) (0d7356c)

Features

BREAKING CHANGES

  • path-mapping AST transformer is no longer shipped in ts-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 to ts-jest/dist/legacy/compiler/ts-compiler
  • Any imports ts-jest/dist/compiler/ts-jest-compiler should change to ts-jest/dist/legacy/compiler/ts-jest-compiler
  • Any imports ts-jest/dist/config/config-set should change to ts-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 with ts-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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc