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-no-use-extend-native to version 0.2.0 πŸš€ #1

Merged

Conversation

greenkeeperio-bot
Copy link
Contributor

Hello πŸ‘‹

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

eslint-plugin-no-use-extend-native just published its new version 0.2.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-plugin-no-use-extend-native – otherwise use this branch to work on adaptions and fixes.

Happy fixing and merging 🌴


GitHub Release

  1. feat(rules): lint getter/setter vs. prototype method
    • If a getter/setter is called as a function, this plugin returns an error
    • Prototype methods can still be called as a function or expression (var fn = new Object().toString;)

This shouldn't be a breaking change because calling a getter/setter as a function throws JS errors anyways; it's really a fix. The version bump is a precaution in case there are false positives that arise from this change.


The new version differs by 25 commits .

  • 2fca2d7 chore(release): bump version to 0.2.0
  • 32752e2 chore(travis): use Node stable instead of 4 and iojs
  • 8c56e5c refactor(rules): remove error flag
  • b9cb4a9 refactor(rules): collapse ifs
  • 444c838 refactor(rules): move logic to separate node modules
  • 479cf9d refactor(rules): collapse if/else if
  • 02df97d refactor(rules): use error flag to remove duplicate context reports
  • 4b02d90 feat(rules): lint getter/setter vs. prototype method
  • 29eb8ed refactor(rules): use get-set-props package
  • 1eddf9d chore(deps): update Babel
  • a7e03a6 chore(gulp): update jscs usage
  • 3b0644d chore(release): bump version to 0.1.8
  • ffbf0b5 fix(rules): add support for map syntax
  • de53c17 chore(release): bump version to 0.1.7
  • 0750aff chore(deps): update proto-props

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

dustinspecker added a commit that referenced this pull request Nov 1, 2015
…-use-extend-native-0.2.0

Update eslint-plugin-no-use-extend-native to version 0.2.0 πŸš€
@dustinspecker dustinspecker merged commit 0b0af41 into master Nov 1, 2015
@dustinspecker dustinspecker deleted the greenkeeper-eslint-plugin-no-use-extend-native-0.2.0 branch November 1, 2015 17:10
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

2 participants