ammobinDOTca/ammobin-classifer

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.12

Support 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.13

Always set inlineSources and inlineSourceMap to true. This should make debugging in editors a bit simpler

Commits

The new version differs by 1 commits.

  • a67fa3e Always set inlineSources and inlineSourceMap to true (#306)

See the full diff

Version 20.0.14 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 20.0.14

Always 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