Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eslint@2.12.0 breaks build 🚨 #68

Closed
wants to merge 1 commit into from

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

eslint just published its new version 2.12.0.

State Failing tests 🚨
Dependency eslint
New version 2.12.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build went from success to failure.

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 💪

Of course this could just be a false positive, caused by a flaky test suite, or third parties that are currently broken or unavailable, but that would be another problem I’d recommend working on.

Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?

There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.

Good luck with your project ✨

You rock!

🌴


GitHub Release

  • 54c30fb Update: Add explicit default option always for eqeqeq (refs #6144) (#6342) (alberto)
  • 2d63370 Update: max-len will warn indented comment lines (fixes #6322) (#6324) (Kai Cataldo)
  • dcd4ad7 Docs: clarify usage of inline disable comments (fixes #6335) (#6347) (Kai Cataldo)
  • c03300b Docs: Clarified how plugin rules look in plugin configs (fixes #6346) (#6351) (Kevin Partington)
  • 9c87709 Docs: Add semantic versioning policy (fixes #6244) (#6343) (Nicholas C. Zakas)
  • 5affab1 Docs: Describe values under Extending Configuration Files (refs #6240) (#6336) (Mark Pedrotti)
  • 2520f5a New: max-lines rule (fixes #6078) (#6321) (alberto)
  • 9bfbc64 Update: Option for object literals in arrow-body-style (fixes #5936) (#6216) (alberto)
  • 977cdd5 Chore: remove unused method from FileFinder (fixes #6344) (#6345) (alberto)
  • 477fbc1 Docs: Add section about customizing RuleTester (fixes #6227) (#6331) (Jeroen Engels)
  • 0e14016 New: no-mixed-operators rule (fixes #6023) (#6241) (Toru Nagashima)
  • 6e03c4b Update: Add never option to arrow-body-style (fixes #6317) (#6318) (Andrew Hyndman)
  • f804397 New: Add eslint:all option (fixes #6240) (#6248) (Robert Fletcher)
  • dfe05bf Docs: Link JSCS rules to their corresponding page. (#6334) (alberto)
  • 1cc4356 Docs: Remove reference to numeric config (fixes #6309) (#6327) (Kevin Partington)
  • 2d4efbe Docs: Describe options in rule under Strict Mode (#6312) (Mark Pedrotti)
  • c1953fa Docs: Typo fix 'and' -> 'any' (#6326) (Stephen Edgar)
  • d49ab4b Docs: Code conventions improvements (#6313) (Kevin Partington)
  • 316a507 Fix: one-var allows uninitialized vars in ForIn/ForOf (fixes #5744) (#6272) (Kai Cataldo)
  • 6cbee31 Docs: Typo fix 'colum' -> 'column' (#6306) (Andrew Cobby)
  • 2663569 New: object-curly-newline (fixes #6072) (#6223) (Toru Nagashima)
  • 72c2ea5 Update: callback-return allows for object methods (fixes #4711) (#6277) (Kai Cataldo)
  • 89580a4 Docs: Distinguish examples in rules under Stylistic Issues part 5 (#6291) (Kenneth Williams)
  • 1313804 New: rest-spread-spacing rule (fixes #5391) (#6278) (Kai Cataldo)
  • 61dfe68 Fix: no-useless-rename false positive in babel-eslint (fixes #6266) (#6290) (alberto)
  • c78c8cb Build: Remove commit check from appveyor (fixes #6292) (#6294) (alberto)
  • 3e38fc1 Chore: more tests for comments at the end of blocks (refs #6090) (#6273) (Kai Cataldo)
  • 38dccdd Docs: --no-ignore disables all forms of ignore (fixes #6260) (#6304) (alberto)
  • bb69380 Fix: no-useless-rename handles ExperimentalRestProperty (fixes #6284) (#6288) (Kevin Partington)
  • fca0679 Update: Improve perf not traversing default ignored dirs (fixes #5679) (#6276) (alberto)
  • 320e8b0 Docs: Describe options in rules under Possible Errors part 4 (#6270) (Mark Pedrotti)
  • 3e052c1 Docs: Mark no-useless-rename as fixable in rules index (#6297) (Dalton Santos)

The new version differs by 133 commits .

  • d8d6d29 2.12.0
  • 2813c7c Build: package.json and changelog update for 2.12.0
  • 54c30fb Update: Add explicit default option always for eqeqeq (refs #6144) (#6342)
  • 2d63370 Update: max-len will warn indented comment lines (fixes #6322) (#6324)
  • dcd4ad7 Docs: clarify usage of inline disable comments (fixes #6335) (#6347)
  • c03300b Docs: Clarified how plugin rules look in plugin configs (fixes #6346) (#6351)
  • 9c87709 Docs: Add semantic versioning policy (fixes #6244) (#6343)
  • 5affab1 Docs: Describe values under Extending Configuration Files (refs #6240) (#6336)
  • 2520f5a New: max-lines rule (fixes #6078) (#6321)
  • 9bfbc64 Update: Option for object literals in arrow-body-style (fixes #5936) (#6216)
  • 977cdd5 Chore: remove unused method from FileFinder (fixes #6344) (#6345)
  • 477fbc1 Docs: Add section about customizing RuleTester (fixes #6227) (#6331)
  • 0e14016 New: no-mixed-operators rule (fixes #6023) (#6241)
  • 6e03c4b Update: Add never option to arrow-body-style (fixes #6317) (#6318)
  • f804397 New: Add eslint:all option (fixes #6240) (#6248)

There are 133 commits in total. See the full diff.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? ⚡ greenkeeper upgrade

@blond blond closed this Jul 9, 2016
@blond blond deleted the greenkeeper-eslint-2.12.0 branch July 9, 2016 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants