AtomLinter / linter-reek

An Atom Linter package for Reek, the Ruby code smell detector.
https://atom.io/packages/linter-reek
MIT License
7 stars 5 forks source link

Update eslint to version 3.4.0 ๐Ÿš€ #80

Closed greenkeeperio-bot closed 8 years ago

greenkeeperio-bot commented 8 years ago

Hello lovely humans,

eslint just published its new version 3.4.0.

State Update :rocket:
Dependency eslint
New version 3.4.0
Type devDependency

This version is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of eslint. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.

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 :sparkles:

You rock!

:palm_tree:


GitHub Release


The new version differs by 368 commits .

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


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? :zap: greenkeeper upgrade

Arcanemagus commented 8 years ago

Things to handle when updating:

dathagerty commented 8 years ago

@Arcanemagus, what would be the best way to ensure the proper Node is being used?

dathagerty commented 8 years ago

@Arcanemagus Never mind, I think I got it.

Arcanemagus commented 8 years ago

Actually the problem is mainly in the CI scripts, I'll send in a PR updating them.

Arcanemagus commented 8 years ago

Blocked on #83.

Arcanemagus commented 8 years ago

Of course when Atom v1.10.0 releases the CI updates will be irrelevant as the apm bundled with that version updates to Node.js v4.4.5 ๐Ÿ˜.

Arcanemagus commented 8 years ago

Rebased on master, updated the remaining dependencies. No lint issues so it's just a matter of waiting on CI ๐Ÿ˜.

Arcanemagus commented 8 years ago

The CI build status is all green, merging!

Arcanemagus commented 8 years ago

Huh, GitHub changed the squash and merge commit format.