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.5.0 breaks build 🚨 #2

Merged
merged 2 commits into from Mar 27, 2016

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello πŸ‘‹

🚨🚨🚨

eslint just published its new version 2.5.0, 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

  • 7021aa9 Fix: lines-around-comment in ESLint repo, part 2 (refs #5188) (Kevin Partington)
  • 095c435 Docs: Remove ES2016 from experimental section of README (Kevin Partington)
  • 646f863 Build: Bundle dependencies in package.json (fixes #5013) (Nicholas C. Zakas)
  • ea06868 Docs: Clarify --ext does not apply to globs (fixes #5452) (Ian VanSchooten)
  • 569c478 Build: Fix phantomjs CI problems (fixes #5666) (alberto)
  • 6022426 Docs: Add link to chat room in README primary links (alberto)
  • 2fbb530 Docs: Add link to "Proposing a Rule Change" in README (alberto)
  • 25bf491 Upgrade: globals 9.x (fixes #5668) (Toru Nagashima)
  • d6f8409 New: Rule - No useless escape (fixes #5460) (Onur Temizkan)
  • 12a43f1 Docs: remove brace expansion from configuring.md (refs #5314) (Jonathan Haines)
  • 92d1749 New: max-statements-per-line (fixes #5424) (Kenneth Williams)
  • aaf324a Fix: missing support for json sub configs (fixes #5413) (Noam Okman)
  • 48ad5fe Update: Add 'caughtErrors' to rule no-unused-vars (fixes #3837) (vamshi)
  • ad90c2b Fix: incorrect config message (fixes #5653) (s0ph1e)
  • a551831 Docs: Distinguish examples in rules under Node.js and CommonJS (Mark Pedrotti)
  • 83cd651 Upgrade: chai to 3.5.0 (fixes #5647) (alberto)
  • 32748dc Fix: radix rule false positive at shadowed variables (fixes #5639) (Toru Nagashima)
  • 66db38d Fix: --no-ignore should not un-ignore default ignores (fixes #5547) (alberto)
  • e3e06f3 Docs: Distinguish examples in rules under Best Practices part 4 (Mark Pedrotti)
  • a9f0865 Docs: Update no-sequences rule docs for clarity (fixes #5536) (Kai Cataldo)
  • bae7b30 Docs: Add michaelficarra as committer (alberto)
  • e2990e7 Docs: Consistent wording in rules README (alberto)
  • 49b4d2a Docs: Update team list with new members (Ilya Volodin)
  • d0ae66c Update: Allow autoconfiguration for JSX code (fixes #5511) (Ian VanSchooten)
  • 38a0a64 Docs: Clarify linebreak-style docs (fixes #5628) (alberto)
  • 4b7305e Fix: Allow default ignored files to be unignored (fixes #5410) (Ian VanSchooten)
  • 4b05ce6 Update: Enforce repo coding conventions via ESLint (refs #5188) (Kevin Partington)
  • 051b255 Docs: Remove or rewrite references to former ecmaFeatures (Mark Pedrotti)
  • 9a22625 Fix: prefer-const false positive at non-blocked if (fixes #5610) (Toru Nagashima)
  • b1fd482 Fix: leading comments added from previous node (fixes #5531) (Kai Cataldo)
  • c335650 Docs: correct the no-confusing-arrow docs (Daniel Norman)
  • e94b77d Fix: Respect 'ignoreTrailingComments' in max-len rule (fixes #5563) (Vamshi Krishna)
  • 9289ef8 Fix: handle personal package.json without config (fixes #5496) (Denny Christochowitz)
  • 87d74b2 Fix: prefer-const got to not change scopes (refs #5284) (Toru Nagashima)
  • 5a881e7 Docs: Fix typo in code snippet for no-unmodified-loop-condition rule (Chris Rebert)
  • 03037c2 Update: Overrides for space-unary-ops (fixes #5060) (Afnan Fahim)
  • 24d986a Update: replace MD5 hashing of cache files with MurmurHash (fixes #5522) (Michael Ficarra)
  • f405030 Fix: Ensure allowing await as a property name (fixes #5564) (Toru Nagashima)
  • aefc90c Fix: no-useless-constructor clash (fixes #5573) (Toru Nagashima)
  • 9eaa20d Docs: Fix typo in CLI help message (ryym)
  • a7c3e67 Docs: Invalid json in configuring.md (alberto)
  • 4e50332 Docs: Make prefer-template examples consistent. (alberto)
  • cfc14a9 Fix: valid-jsdoc correctly checks type union (fixes #5260) (Kai Cataldo)
  • 689cb7d Fix: quote-props false positive on certain keys (fixes #5532) (Burak Yigit Kaya)
  • 167a03a Fix: brace-style erroneously ignoring certain errors (fixes #5197) (Burak Yigit Kaya)
  • 3133f28 Fix: object-curly-spacing doesn't know types (fixes #5537) (fixes #5538) (Burak Yigit Kaya)
  • d0ca171 Docs: Separate parser and config questions in issue template (Kevin Partington)
  • bc769ca Fix: Improve file path resolution (fixes #5314) (Ian VanSchooten)
  • 9ca8567 Docs: Distinguish examples in rules under Best Practices part 3 (Mark Pedrotti)
  • b9c69f1 Docs: Distinguish examples in rules under Variables part 2 (Mark Pedrotti)
  • c289414 New: no-duplicate-imports rule (fixes #3478) (Simen Bekkhus)

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 ⚑

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 1632085 on greenkeeper-eslint-2.5.0 into * on master*.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 8fe93d3 on greenkeeper-eslint-2.5.0 into * on master*.

@robertrossmann robertrossmann merged commit 8fe93d3 into master Mar 27, 2016
@robertrossmann robertrossmann deleted the greenkeeper-eslint-2.5.0 branch March 27, 2016 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants