Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

eslint@2.11.1 #593

Merged
merged 2 commits into from
Jun 9, 2016
Merged

eslint@2.11.1 #593

merged 2 commits into from
Jun 9, 2016

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello 👋

🚨🚨🚨

eslint just published its new version 2.11.1, which is covered by your current version range. After updating it in your project the build went from success to failure.

This means your software is now malfunctioning, because of this update. Use this branch to work on adaptions and fixes.

Happy fixing and merging 🌴


GitHub Release

  • 64b0d0c Fix: failed to parse /*eslint comments by colon (fixes #6224) (#6258) (Toru Nagashima)
  • c8936eb Build: Don't check commit count (fixes #5935) (#6263) (Nicholas C. Zakas)
  • 113c1a8 Fix: max-statements-per-line false positive at exports (fixes #6264) (#6268) (Toru Nagashima)
  • 03beb27 Fix: no-useless-rename false positives (fixes #6266) (#6267) (alberto)
  • fe89037 Docs: Fix rule name in example (#6279) (Kenneth Williams)

The new version differs by 99 commits .

  • c22cb29 2.11.1
  • f73931e Build: package.json and changelog update for 2.11.1
  • 64b0d0c Fix: failed to parse/*eslintcomments by colon (fixes #6224) (#6258)
  • c8936eb Build: Don't check commit count (fixes #5935) (#6263)
  • 113c1a8 Fix:max-statements-per-linefalse positive at exports (fixes #6264) (#6268)
  • 03beb27 Fix:no-useless-renamefalse positives (fixes #6266) (#6267)
  • fe89037 Docs: Fix rule name in example (#6279)
  • 0e4c9c8 2.11.0
  • 640a03d Build: package.json and changelog update for 2.11.0
  • 77dd2b4 Fix: On --init, print message when package.json is invalid (fixes #6257) (#6261)
  • 7f60186 Fix:--ignore-patterncan't uningnore files (fixes #6127) (#6253)
  • fea8fe6 New: no-useless-rename (fixes #6058) (#6249)
  • b4cff9d Fix: Incorrect object-property-newline behavior (fixes #6207) (#6213)
  • 35b4656 Docs: Edit arrow-parens.md to show correct output value (#6245)
  • ee0cd58 Fix:newline-before-returnshouldn't disallow newlines (fixes #6176) (#6217)

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


This pull request was created by greenkeeper.io.
It keeps your software up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡

@Arcanemagus
Copy link
Member

Looks like this version added " marks around the flag in the message, causing the ignoring of the "ignored file" message to break.

@Arcanemagus
Copy link
Member

Ha! Looks like you're the one that broke this @IanVS in eslint/eslint#5820 😛.

@Arcanemagus Arcanemagus changed the title eslint@2.11.1 breaks build 🚨 eslint@2.11.1 Jun 9, 2016
@Arcanemagus Arcanemagus merged commit 53b66b2 into master Jun 9, 2016
@Arcanemagus Arcanemagus deleted the greenkeeper-eslint-2.11.1 branch June 9, 2016 19:14
@IanVS
Copy link
Member

IanVS commented Jun 10, 2016

Hah, I didn't even realize we were ignoring those ignore warnings here.

@IanVS
Copy link
Member

IanVS commented Jun 10, 2016

We'll be able to avoid this hackiness once eslint/eslint#6305 is released (might be a while though, since it has to wait for a new major version).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants