Sourced from ts-jest's changelog.
27.1.2 (2021-12-15)
Bug Fixes
- stimulate
esbuildtype to avoid importingesbuilddirectly (https://github.com/facebook/flipper/issues/3147) (9ace0a9)27.1.1 (2021-12-07)
Bug Fixes
- bring back
afterProcesshook (https://github.com/facebook/flipper/issues/3132) (2b6b86e)- make
esbuildas optional peer dependency (https://github.com/facebook/flipper/issues/3129) (20258de)27.1.0 (2021-11-30)
Features
- allow subclasses to extend
processAsyncandgetCacheKeyAsync(https://github.com/facebook/flipper/issues/3047) (571a880)- config: support custom AST transformers written in TypeScript (https://github.com/facebook/flipper/issues/3063) (340a305), closes #2831
- export
ts-jestpublic apis fromindex.js(https://github.com/facebook/flipper/issues/3080) (53175dd), closes https://github.com/facebook/flipper/issues/3045Code Refactoring
- utils: deprecate
mockedutil function (https://github.com/facebook/flipper/issues/3102) (55e69f1)- define clear type for
compileroption (https://github.com/facebook/flipper/issues/3087) (cc42daf)- transformers: deprecate
path-mappingAST transformer (https://github.com/facebook/flipper/issues/3088) (d8f6b96)- transformers: use ts
factoryAPI forhoistingAST transformer (https://github.com/facebook/flipper/issues/3058) (a72f51d)DEPRECATIONS
- transformers:
path-mappingAST 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:
mockedfunction is deprecated and will be removed in v28.0.0. The function has been integrated intojest-mockpackage as a part of Jest 27.4.0, see facebook/jest#12089. One should use the one from Jest instead
b39673f chore(release): 27.1.2 (https://github.com/facebook/flipper/issues/3148)b818e00 build(deps-dev): bump @typescript-eslint/eslint-plugin (https://github.com/facebook/flipper/issues/3153)bb51a78 build(deps-dev): bump @types/node from 16.11.12 to 16.11.13 (https://github.com/facebook/flipper/issues/3156)1934d48 build(deps-dev): bump @typescript-eslint/parser from 5.6.0 to 5.7.0 (https://github.com/facebook/flipper/issues/3154)9ace0a9 fix: stimulate esbuild type to avoid importing esbuild directly (https://github.com/facebook/flipper/issues/3147)0e8f829 build(deps-dev): bump eslint-plugin-jsdoc from 37.1.0 to 37.2.0 (https://github.com/facebook/flipper/issues/3143)3b1424b build(deps-dev): bump typescript from 4.5.2 to 4.5.3 (https://github.com/facebook/flipper/issues/3144)201ef78 chore(release): 27.1.1 (https://github.com/facebook/flipper/issues/3136)bae293a build(deps-dev): bump @types/node from 16.11.11 to 16.11.12 (https://github.com/facebook/flipper/issues/3140)fe0c63b build(deps-dev): bump @types/babel__core from 7.1.16 to 7.1.17 (https://github.com/facebook/flipper/issues/3139)