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.0-next.3

Diff

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.
kul
published 28.0.0-next.2 •

kul
published 28.0.0-next.1 •

kul
published 28.0.0-next.0 •

kul
published 27.1.4 •

Changelog

Source

27.1.4 (2022-03-24)

Bug Fixes

kul
published 27.1.3 •

Changelog

Source

27.1.3 (2022-01-14)

Bug Fixes

  • compiler: update memory cache for compiler using received file content (#3194) (e4d9541)
kul
published 27.1.2 •

Changelog

Source

27.1.2 (2021-12-15)

Bug Fixes

  • stimulate esbuild type to avoid importing esbuild directly (#3147) (9ace0a9)
kul
published 27.1.1 •

Changelog

Source

27.1.1 (2021-12-07)

Bug Fixes

kul
published 27.1.0 •

Changelog

Source

27.1.0 (2021-11-30)

Features

  • allow subclasses to extend processAsync and getCacheKeyAsync (#3047) (571a880)
  • config: support custom AST transformers written in TypeScript (#3063) (340a305), closes #2831
  • export ts-jest public apis from index.js (#3080) (53175dd), closes #3045

Code Refactoring

  • utils: deprecate mocked util function (#3102) (55e69f1)
  • define clear type for compiler option (#3087) (cc42daf)
  • transformers: deprecate path-mapping AST transformer (#3088) (d8f6b96)
  • transformers: use ts factory API for hoisting AST transformer (#3058) (a72f51d)

DEPRECATIONS

  • transformers: path-mapping AST transformer is deprecated and will be removed in v28.0.0. One should use an alternative one like https://github.com/LeDDGroup/typescript-transform-paths instead.
  • utils: mocked function is deprecated and will be removed in v28.0.0. The function has been integrated into jest-mock package as a part of Jest 27.4.0, see https://github.com/facebook/jest/pull/12089. One should use the one from Jest instead
kul
published 27.0.7 •

Changelog

Source

27.0.7 (2021-10-16)

Bug Fixes

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc