An in-range update of ts-jest is breaking the build π¨
Closed this issue Β· 3 comments
Version 20.0.12 of ts-jest just got published.
Branch | Build failing π¨ |
---|---|
Dependency | ts-jest |
Current Version | 20.0.11 |
Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As ts-jest is βonlyβ a devDependency of this project it might not break production or downstream projects, but βonlyβ your build or test tools β preventing new deploys or publishes.
I recommend you give this issue a high priority. Iβm sure you can resolve this πͺ
Status Details
- β continuous-integration/travis-ci/push The Travis CI build failed Details
Release Notes
20.0.12Support prerelease version of Jest 21 (#304)
Commits
The new version differs by 1 commits.
8c437f4
Support prerelease version of Jest 21 (#304)
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot π΄
After pinning to 20.0.11 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
Version 20.0.13 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
20.0.13Always set inlineSources and inlineSourceMap to true. This should make debugging in editors a bit simpler
Version 20.0.14 just got published.
Your tests are still failing with this version. Compare the changes π¨
Release Notes
20.0.14Always remove outDir while computing TypeScript Config for transpiling. This was done to fix the behaviour of breakpoints in the project files when using VS Code (#309)
Commits
The new version differs by 4 commits.
27a205b
Always remove outDir while computing TypeScript Config for transpiling (#311)
64bbc6e
Add jsx to moduleFileExtensions in the documentation
0772e12
Add note re const enum to README (#308)
9cb6f86
docs: unify pkg name styling (#307) & rm VS Code limitation (#212)
See the full diff