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-plugin-babel to version 4.0.0 🚀 #33

Closed

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello lovely humans,

eslint-plugin-babel just published its new version 4.0.0.

State Update 🚀
Dependency eslint-plugin-babel
New version 4.0.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-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.

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 ✨

You rock!

🌴


GitHub Release

Breaking Change

  • Drop node < 4 #113

New Feature

  • babel/no-invalid-this: doesn't fail when inside class properties #101
class A {
  a = this.b;
}

Deprecated Rules #115

Many rules are built-in now since ESLint supports es2017, etc


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.


This pull request was created by greenkeeper.io.

Tired of seeing this sponsor message? ⚡ greenkeeper upgrade

@coveralls
Copy link

coveralls commented Nov 17, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling af76111 on greenkeeper-eslint-plugin-babel-4.0.0 into e85ffb5 on master.

@ben-eb ben-eb force-pushed the greenkeeper-eslint-plugin-babel-4.0.0 branch from af76111 to bd4924c Compare December 8, 2016 05:19
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling bd4924c on greenkeeper-eslint-plugin-babel-4.0.0 into c9a1b42 on master.

1 similar comment
@coveralls
Copy link

coveralls commented Dec 8, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling bd4924c on greenkeeper-eslint-plugin-babel-4.0.0 into c9a1b42 on master.

@ben-eb ben-eb closed this May 17, 2017
@ben-eb ben-eb deleted the greenkeeper-eslint-plugin-babel-4.0.0 branch May 17, 2017 23:12
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.

3 participants