Open
Conversation
35c749d to
d4623f6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
26.4.4→26.5.6Release Notes
kulshekhar/ts-jest (ts-jest)
v26.5.6Compare Source
Bug Fixes
.ts/.tsx/.d.tsfiles only (#2458) (a89f0e2), closes #2445undefined(#2433) (c6d6e4c), closes #2085@types/jestfrom direct dep (#2409) (8913120), closes #2406 #2411outDirfrom compiler source files (#2375) (ec68c74), closes #2350 #2374tsconfigoption (#2383) (584324a), closes #2368astTransformersvalue changes (#2345) (d726016)node_moduleswhen addingts-jest(#2263) (8e0675c)Features
TsCompileras public api (#2344) (871cd6a)presetsentry point (#2337) (1a3058f)Program(#2299) (387964f)pathRegexwithexclude(#2295) (f2f99c3)jsfiles based oncheckJs(#2283) (1e04433)isolatedModules: false(#2269) (9bb0c05), closes #1709isolatedModule: true(#2219) (e101db0), closes #1709TsJestTransformerto have version checking (#2176) (ca8d7c4)Performance Improvements
isolatedModules: false(#2189) (68f446b)Code Refactoring
astTransformersstring array (#2129) (1e0b2ce)packageJsonoption (#2128) (05916b9)tsConfigoption (#2127) (3cc9b80)BREAKING CHANGES
ts-jestwill usesourceMapoption from yourtsconfig. If users want to have sourcemap on, they need to setsourceMap: trueintsconfig.exportsfield topackage.json, see https://nodejs.org/api/packages.html#packages_package_entry_points (#2467) (d3aba3e)ts-jestcustom AST transformer function signature has changed topathRegexshould useexcludewithglobpatterns.jsfiles, please setcheckJs: truein your tsconfig.isolatedModules: trueandisolatedModule: falsecodes are in one single classTsCompilerwhich is an instance created inTsJestCompilerbased on config optioncompilerwith valuetypescriptorttypescript.packageJsonconfig option is not used in internalts-jestso this option is now removed.jest.config.js/package.jsonshould change toor
jest.config.jsshould change to
mocked,createJestPreset,pathsToModuleNameMapperfrom package entry. One should change totsConfigshould change totsconfigin yourjest.config.jsorpackage.json.26.5.6 (2021-05-05)
Code Refactoring
sourceMap: false(#2557) (cf60990).v26.5.5Compare Source
Bug Fixes
.ts/.tsx/.d.tsfiles only (#2458) (a89f0e2), closes #2445undefined(#2433) (c6d6e4c), closes #2085@types/jestfrom direct dep (#2409) (8913120), closes #2406 #2411outDirfrom compiler source files (#2375) (ec68c74), closes #2350 #2374tsconfigoption (#2383) (584324a), closes #2368astTransformersvalue changes (#2345) (d726016)node_moduleswhen addingts-jest(#2263) (8e0675c)Features
TsCompileras public api (#2344) (871cd6a)presetsentry point (#2337) (1a3058f)Program(#2299) (387964f)pathRegexwithexclude(#2295) (f2f99c3)jsfiles based oncheckJs(#2283) (1e04433)isolatedModules: false(#2269) (9bb0c05), closes #1709isolatedModule: true(#2219) (e101db0), closes #1709TsJestTransformerto have version checking (#2176) (ca8d7c4)Performance Improvements
isolatedModules: false(#2189) (68f446b)Code Refactoring
astTransformersstring array (#2129) (1e0b2ce)packageJsonoption (#2128) (05916b9)tsConfigoption (#2127) (3cc9b80)BREAKING CHANGES
ts-jestwill usesourceMapoption from yourtsconfig. If users want to have sourcemap on, they need to setsourceMap: trueintsconfig.exportsfield topackage.json, see https://nodejs.org/api/packages.html#packages_package_entry_points (#2467) (d3aba3e)ts-jestcustom AST transformer function signature has changed topathRegexshould useexcludewithglobpatterns.jsfiles, please setcheckJs: truein your tsconfig.isolatedModules: trueandisolatedModule: falsecodes are in one single classTsCompilerwhich is an instance created inTsJestCompilerbased on config optioncompilerwith valuetypescriptorttypescript.packageJsonconfig option is not used in internalts-jestso this option is now removed.jest.config.js/package.jsonshould change toor
jest.config.jsshould change to
mocked,createJestPreset,pathsToModuleNameMapperfrom package entry. One should change totsConfigshould change totsconfigin yourjest.config.jsorpackage.json.26.5.6 (2021-05-05)
Code Refactoring
sourceMap: false(#2557) (cf60990).v26.5.4Compare Source
Features
BREAKING CHANGES
ts-jestwill usesourceMapoption from yourtsconfig. If users want to have sourcemap on, they need to either removesourceMapor setsourceMap: trueintsconfig26.5.5 (2021-04-15)
Bug Fixes
v26.5.3Compare Source
Bug Fixes
.ts/.tsx/.d.tsfiles only (#2458) (a89f0e2), closes #244526.5.4 (2021-03-17)
Bug Fixes
.ts/.tsx/.d.tsfiles only (#2457) (1dc731a), closes #2445v26.5.2Compare Source
Bug Fixes
undefined(#2433) (c6d6e4c), closes #2085@types/jestfrom direct dep (#2409) (8913120), closes #2406 #241126.5.3 (2021-03-03)
Bug Fixes
@types/jestfrom direct dep (#2416) (060302e), closes #2406 #2411v26.5.1Compare Source
Bug Fixes
outDirfrom compiler source files (#2375) (ec68c74), closes #2350 #2374tsconfigoption (#2383) (584324a), closes #236826.5.2 (2021-02-21)
Bug Fixes
outDirfrom compiler source files (#2376) (9034677), closes #2350 #2374matchTestFilePathbeforesetupTsJestCfg(#2373) (c427fea), closes #2371tsconfig/tsConfigoption (#2377) (d4f6aff), closes #2368v26.5.0Compare Source
Bug Fixes
astTransformersvalue changes (#2345) (d726016)Features
TsCompileras public api (#2344) (871cd6a)presetsentry point (#2337) (1a3058f)26.5.1 (2021-02-09)
Features
presetsentry point (#2341) (e12b004), closes #2325Configuration
📅 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 was generated by Mend Renovate. View the repository job log.