An in-range update of ts-jest is breaking the build π¨
greenkeeper opened this issue Β· 1 comments
greenkeeper commented
The devDependency ts-jest was updated from 23.10.3
to 23.10.4
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
ts-jest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- β ci/circleci: Your tests failed on CircleCI (Details).
Release Notes for 23.10.4 (2018-10-06)
Bug Fixes
- cache: adds project's dep versions to cache key (6cacbea), closes #785
- cli: change options to better reflect the new presets (68abcfb)
- helpers: deprecate import from ts-jest, now ts-jest/utils (33ff29f), closes #782
- typings: typo in presets definition file (53767ab)
- typings: wrong import in preset typings + test (94dc4e7)
Commits
The new version differs by 22 commits.
ef89ee6
Merge pull request #795 from huafu/release/23.10.4
82a930b
chore(release): 23.10.4
69b80ad
Merge pull request #794 from huafu/fix-preset-typings
94dc4e7
fix(typings): wrong import in preset typings + test
53767ab
fix(typings): typo in presets definition file
90beca8
Merge pull request #787 from huafu/fix-testing-utils
89ad06a
style(cli): more readable code when setting defaults for init
b1eed98
docs(install): includes @types/jest in install script
b837acd
test(typings): repalce jest.SpyInstance with MockInstance
6cacbea
fix(cache): adds project's dep versions to cache key
7b2dd01
test(preset): fixes tests, doc and cli for presets
ec78757
docs(utils): updates docs related to moved helpers
8d5a60a
test(preset): updates tests related to presets
68abcfb
fix(cli): change options to better reflect the new presets
33ff29f
fix(helpers): deprecate import from ts-jest, now ts-jest/utils
There are 22 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
greenkeeper commented
After pinning to 23.10.3 your tests are passing again. Downgrade this dependency π.