An in-range update of eslint is breaking the build ๐จ
Closed this issue ยท 1 comments
greenkeeper commented
Version 4.5.0 of eslint just got published.
Branch | Build failing ๐จ |
---|---|
Dependency | eslint |
Current Version | 4.4.1 |
Type | devDependency |
This version is covered by your current version range and after updating it in your project the build failed.
As eslint 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
Release Notes
v4.5.0- decdd2c Update: allow arbitrary nodes to be ignored in
indent
(fixes #8594) (#9105) (Teddy Katz) - 79062f3 Update: fix indentation of multiline
new.target
expressions (#9116) (Teddy Katz) - d00e24f Upgrade:
chalk
to 2.x release (#9115) (Stephen Edgar) - 6ef734a Docs: add missing word in processor documentation (#9106) (Teddy Katz)
- a4f53ba Fix: Include files with no messages in junit results (#9093) (#9094) (Sean DuBois)
- 1d6a9c0 Chore: enable eslint-plugin/test-case-shorthand-strings (#9067) (่ๅฎ่ฐ็็ซ)
- f8add8f Fix: don't autofix with linter.verifyAndFix when
fix: false
is used (#9098) (Teddy Katz) - 77bcee4 Docs: update instructions for adding TSC members (#9086) (Teddy Katz)
- bd09cd5 Update: avoid requiring NaN spaces of indentation (fixes #9083) (#9085) (Teddy Katz)
- c93a853 Chore: Remove extra space in blogpost template (#9088) (Kai Cataldo)
Commits
The new version differs by 12 commits.
ff8c4bb
4.5.0
480bbee
Build: changelog update for 4.5.0
decdd2c
Update: allow arbitrary nodes to be ignored in
indent
(fixes #8594) (#9105)79062f3
Update: fix indentation of multiline
new.target
expressions (#9116)d00e24f
Upgrade:
chalk
to 2.x release (#9115)6ef734a
Docs: add missing word in processor documentation (#9106)
a4f53ba
Fix: Include files with no messages in junit results (#9093) (#9094)
1d6a9c0
Chore: enable eslint-plugin/test-case-shorthand-strings (#9067)
f8add8f
Fix: don't autofix with linter.verifyAndFix when
fix: false
is used (#9098)77bcee4
Docs: update instructions for adding TSC members (#9086)
bd09cd5
Update: avoid requiring NaN spaces of indentation (fixes #9083) (#9085)
c93a853
Chore: Remove extra space in blogpost template (#9088)
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 ๐ด
greenkeeper commented
After pinning to 4.4.1 your tests are passing again. Downgrade this dependency ๐.