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

Update eslint to version 2.9.0 πŸš€ #9

Merged
merged 1 commit into from
May 2, 2016

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello πŸ‘‹

πŸš€πŸš€πŸš€

eslint just published its new version 2.9.0, which is not covered by your current version range.

If this pull request passes your tests you can publish your software with the latest version of eslint – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging 🌴


GitHub Release

  • a8a2cd8 Fix: Avoid autoconfig crashes from inline comments (fixes #5992) (#5999) (Ian VanSchooten)
  • 23b00e0 Upgrade: npm-license to 0.3.2 (fixes #5996) (#5998) (alberto)
  • 377167d Upgrade: ignore to 3.1.2 (fixes #5979) (#5988) (alberto)
  • 141b778 Fix: no-control-regex literal handling fixed. (fixes #5737) (#5943) (Efe GΓΌrkan YALAMAN)
  • 577757d Fix: Clarify color option (fixes #5928) (#5974) (Grant Snodgrass)
  • e7e6581 Docs: Update CLA link (#5980) (Gustav Nikolaj)
  • 0be26bc Build: Add nodejs 6 to travis (fixes #5971) (#5973) (Gyandeep Singh)
  • e606523 New: Rule no-unsafe-finally (fixes #5808) (#5932) (Onur Temizkan)
  • 42d1ecc Chore: Add metadata to existing rules - Batch 7 (refs #5417) (#5969) (Vitor Balocco)
  • e2ad1ec Update: object-shorthand lints computed methods (fixes #5871) (#5963) (Chris SauvΓ©)
  • d24516a Chore: Add metadata to existing rules - Batch 6 (refs #5417) (#5966) (Vitor Balocco)
  • 1e7a3ef Fix: id-match false positive in property values (fixes #5885) (#5960) (Mike Sherov)
  • 51ddd4b Update: Use process @abstract when processing @return (fixes #5941) (#5945) (Simon Schick)
  • 52a4bea Update: Add autofix for no-whitespace-before-property (fixes #5927) (#5951) (alberto)
  • 46e058d Docs: Correct typo in configuring.md (#5957) (Nick S. Plekhanov)
  • 5f8abab Chore: Add metadata to existing rules - Batch 5 (refs #5417) (#5944) (Vitor Balocco)
  • 0562f77 Chore: Add missing newlines to test cases (fixes #5947) (Rich Trott)
  • fc78e78 Chore: Enable quote-props rule in eslint-config-eslint (refs #5188) (#5938) (Gyandeep Singh)
  • 43f6d05 Docs: Update docs to refer to column (#5937) (Sashko Stubailo)
  • 586478e Update: Add autofix for comma-dangle (fixes #3805) (#5925) (alberto)
  • a4f9c5a Docs: Distinguish examples in rules under Stylistic Issues part 3 (Kenneth Williams)
  • e7c0737 Chore: Enable no-console rule in eslint-config-eslint (refs #5188) (Kevin Partington)
  • 0023fe6 Build: Add β€œchore” to commit tags (fixes #5880) (#5929) (Mike Sherov)
  • 25d626a Upgrade: espree 3.1.4 (fixes #5923, fixes #5756) (Kai Cataldo)
  • a01b412 New: Add no-useless-computed-key rule (fixes #5402) (Burak Yigit Kaya)
  • 9afb9cb Chore: Remove workaround for espree and escope bugs (fixes #5852) (alberto)
  • 3ffc582 Chore: Update copyright and license info (alberto)
  • 249eb40 Docs: Clarify init sets up local installation (fixes #5874) (Kai Cataldo)
  • 6cd8c86 Docs: Describe options in rules under Possible Errors part 1 (Mark Pedrotti)
  • f842d18 Fix: no-this-before-super crash on unreachable paths (fixes #5894) (Toru Nagashima)
  • a02960b Docs: Fix missing delimiter in README links (Kevin Partington)
  • 3a9e72c Docs: Update developer guide with new standards (Nicholas C. Zakas)
  • cb78585 Update: Add allowUnboundThis to prefer-arrow-callback (fixes #4668) (Burak Yigit Kaya)
  • 02be29f Chore: Remove CLA check from bot (Nicholas C. Zakas)
  • 220713e Chore: Add metadata to existing rules - Batch 4 (refs #5417) (Vitor Balocco)
  • df53414 Chore: Include jQuery Foundation info (Nicholas C. Zakas)
  • f1b2992 Fix: no-useless-escape false positive in JSXAttribute (fixes #5882) (Toru Nagashima)
  • 74674ad Docs: Move sort-imports to 'ECMAScript 6' (Kenneth Williams)
  • ae69ddb Docs: Fix severity type in example (Kenneth Williams)
  • 19f6fff Update: Autofixing does multiple passes (refs #5329) (Nicholas C. Zakas)
  • 1e4b0ca Docs: Reduce length of paragraphs in rules index (Mark Pedrotti)
  • 8cfe1eb Docs: Fix a wrong option (Zach Orlovsky)
  • 8f6739f Docs: Add alberto as reviewer (alberto)
  • 2ae4938 Docs: Fix message for inline-config option (alberto)
  • 089900b Docs: Fix a wrong rule name in an example (Toru Nagashima)
  • c032b41 Docs: Fix emphasis (Toru Nagashima)
  • ae606f0 Docs: Update JSCS info in README (alberto)
  • a9c5323 Fix: Install ESLint on init if not installed (fixes #5833) (Kai Cataldo)
  • ed38358 Docs: Removed incorrect example (James M. Greene)
  • af3113c Docs: Fix config comments in indent docs (Brandon Mills)
  • 2b39461 Update: commentPattern option for default-case rule (fixes #5803) (Artyom Lvov)

The new version differs by 81 commits .

  • d888763 2.9.0
  • c87b1c4 Build: package.json and changelog update for 2.9.0
  • a8a2cd8 Fix: Avoid autoconfig crashes from inline comments (fixes #5992) (#5999)
  • 23b00e0 Upgrade: npm-license to 0.3.2 (fixes #5996) (#5998)
  • 377167d Upgrade: ignore to 3.1.2 (fixes #5979) (#5988)
  • 141b778 Fix: no-control-regex literal handling fixed. (fixes #5737) (#5943)
  • 577757d Fix: Clarify color option (fixes #5928) (#5974)
  • e7e6581 Docs: Update CLA link (#5980)
  • 0be26bc Build: Add nodejs 6 to travis (fixes #5971) (#5973)
  • e606523 New: Ruleno-unsafe-finally(fixes #5808) (#5932)
  • 42d1ecc Chore: Add metadata to existing rules - Batch 7 (refs #5417) (#5969)
  • e2ad1ec Update: object-shorthand lints computed methods (fixes #5871) (#5963)
  • d24516a Chore: Add metadata to existing rules - Batch 6 (refs #5417) (#5966)
  • 1e7a3ef Fix:id-matchfalse positive in property values (fixes #5885) (#5960)
  • 51ddd4b Update: Use process @abstract when processing @return (fixes #5941) (#5945)

There are 81 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 ⚑

@coveralls
Copy link

coveralls commented Apr 29, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 306cd56 on greenkeeper-eslint-2.9.0 into 18dafc3 on master.

@DavidTPate DavidTPate self-assigned this May 2, 2016
@DavidTPate DavidTPate merged commit e4d8cf8 into master May 2, 2016
@DavidTPate DavidTPate deleted the greenkeeper-eslint-2.9.0 branch May 2, 2016 13:15
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

3 participants