An in-range update of eslint-plugin-jest is breaking the build π¨
Opened this issue Β· 4 comments
The devDependency eslint-plugin-jest was updated from 22.17.0
to 22.18.0
.
π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-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
Commits
The new version differs by 8 commits.
ad3fc06
feat(rules): prefer-hooks-on-top (#425)
7017fc7
Enable
noImplicitReturns
(#427)e4275c5
chore(no-commented-out-tests): remove unneeded escape and improve regex (#421)
6606018
Improve prefer strict equal (#423)
c1c696f
chore: use
includes
instead ofreduce
(#424)2ef1615
chore: use enum values instead of string literals (#422)
ac7d826
chore(docs): add style to rules table in readme (#417)
7fca846
chore(docs): fix typing error in function name (#413)
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 π΄
After pinning to 22.17.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency
eslint-plugin-jest was updated from22.18.0
to22.19.0
.
Your tests are still failing with this version. Compare changes
- The
devDependency
eslint-plugin-jest was updated from22.20.0
to22.20.1
.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependency
eslint-plugin-jest was updated from22.20.1
to22.21.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 12 commits.
8c850ff
feat(valid-title): support detecting & fixing trailing spaces in titles (#449)
a3c2ce3
Add fixers for valid title (#448)
3f95e2e
Improve error locs for title based rules (#447)
e9f0503
Cherry pick from next 1 (#446)
f07a10f
Improve types (#420)
c571112
Always check if template literal is complex (#444)
43c1d20
chore(readme): add link to
valid-title
(#441)540e54b
chore(ci): add GH Actions CI (#439)
cd9cd44
chore: refresh lockfile (#438)
e961e21
fix(valid-title): check if node has arguments first (#436)
7eae625
docs: fix
valid-title
documentation (#434)1b2d24b
feat(rules): prefer valid-title (#273) (#433)
See the full diff