The version 4.0.0 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-plugin-babel.
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.
Release Notesv4.0.0
drop node < 4
Add babel/no-invalid-this: doesn't fail when inside class properties (class A { a = this.b; })
Deprecated:
babel/generator-star-spacing: Use generator-star-spacing.
babel/object-shorthand: Use object-shorthand.
babel/arrow-parens: Use arrow-parens.
babel/func-params-comma-dangle: Use comma-dangle.
babel/array-bracket-spacing: Use array-bracket-spacing.
babel/flow-object-type: Use flowtype/object-type-delimiter.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Coverage remained the same at 94.643% when pulling 65a9abdce5062513a4e5e1035425e17206c2111c on greenkeeper/eslint-plugin-babel-4.0.0 into 6d89781fc9d62f97f5415d6633cefcd041374ffe on master.
Version 4.0.0 of eslint-plugin-babel just got published.
The version 4.0.0 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-plugin-babel. 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.
Release Notes
v4.0.0babel/no-invalid-this
: doesn't fail when inside class properties (class A { a = this.b; })Deprecated:
babel/generator-star-spacing: Use generator-star-spacing.
babel/object-shorthand: Use object-shorthand.
babel/arrow-parens: Use arrow-parens.
babel/func-params-comma-dangle: Use comma-dangle.
babel/array-bracket-spacing: Use array-bracket-spacing.
babel/flow-object-type: Use flowtype/object-type-delimiter.
Commits
The new version differs by 14 commits .
be8d95c
4.0.0
483586f
readme: drop node < 4 [skip ci]
8073c22
Breaking: Deprecate built-in rules (#115)
ac482de
chore(package): update dependencies (#109)
aa69a6f
Updated Node versions to test against in the Travis configuration. (#110)
fc11860
Drop support of Node < 4 (#113)
026eab8
Merge pull request #101 from mathieumg/no-invalid-this
7e00840
Added
babel/no-invalid-this
rule. (Closes #12)80d66bc
Imported and adapted
no-invalid-this
rule from ESLint.c0a49d2
chore(package): update mocha to version 3.0.0 (#79)
8cf55d4
chore(package): update eslint to version 3.0.0 (#70)
078258a
Update Dependencies (#67)
4995439
--save-dev
instead of-D
[skip ci]27a7360
Run Travis CI in same Node versions as babel-eslint (#68)
See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: