Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Renovate eslint packages #308

Merged
merged 8 commits into from Jun 24, 2017
Merged

Renovate eslint packages #308

merged 8 commits into from Jun 24, 2017

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 2, 2017

This Pull Request renovates the package group "eslint".

Commits


amilajack/eslint-plugin-compat

1.0.4



google/eslint-config-google

0.8.0



yannickcr/eslint-plugin-react

7.1.0

  • 7e5863efix flow nested object type spread
  • cdfa56fUpdate CHANGELOG and bump version
  • 8bdb6a4Update dependencies
  • 5be0be3Remove re-added require-extension rule documentation
  • e7836b5Add ESLint 4.0.0 to peerDependencies
  • 7cc380aFix indent errors
  • 32bcb48Merge pull request #1177 from fatfisz/curly-spacing-for-children
  • d57c115Update the docs
  • 6903f18Add back the support for the previous config
  • 5515130Add more mixed tests
  • 408e1b1Add the "children" property of the config
  • 65135b8Fix the behavior of the boolean "attributes"
  • 7b9d9adChange "spaces" to "when"
  • c9e9dedAllow attributes to have their own config
  • 9a8f800Add a test case for a fixed bug
  • 0f0ab21Move the first option into the config object
  • 8e547ea[Deps] update `jsx-ast-utils`
  • 8abf832[Dev Deps] update `babel-eslint`, `coveralls`, `mocha`
  • 0c36380Only apps should have lockfiles.
  • 8ff5b94Fix .eslintrc env settings.
  • 81c8e35Merge pull request #1215 from rsolomon/jsx-closing-tag-location
  • 52f54beMerge pull request #1236 from gpeal/gpeal--prop-types
  • d77a205Merge pull request #1244 from jseminck/no-array-index-key-bug
  • a9d2cf7Treat key without value as a valid case instead of crashing
  • e28b9d2Merge pull request #1241 from 102/patch-1
  • ae7d5f5Update README.md
  • 3e52091Merge pull request #1239 from webOS101/default-props-match-readme
  • 708b961Update README to include default-props-match-prop-types rule
  • 11117a4Merge pull request #1232 from jseminck/no-unused-props-scu-2
  • ee66c3bRegister prop-types when set through SuperTypeParameters
  • 309d37cReplace .includes with .indexOf
  • dda84f4Fix the line number and column on which the error appears in the invalid test cases
  • 2748421Merge pull request #1231 from vonovak/patch-1
  • 8983d64Duplicate the test cases with the default parser.
  • ebc6778Fix typos (linting error)
  • e7a838eUpdate jsx-no-bind.md
  • 36c7adeAllow this.state assignment on constructor
  • 6f2dbb7Fix the invalid test cases added in the previous commit by:
  • e672e0fAdd a bunch of failing tests.
  • fa51017Merge pull request #1227 from jseminck/dead-code-removal
  • 3ad837fRename function and remove no-op if statement
  • dc03975Merge pull request #1112 from ethanjgoldberg/method-annotations-are-not-prop-types
  • 6e8f543Fix required prop types for classes with annotated methods.
  • ccb213dMerge pull request #1132 from ethanjgoldberg/fix-quoted-type-annotations
  • ec94608review changes
  • 6fe0e10remove quotes when considering the name of a proptype
  • 7ebcd48Merge pull request #1084 from jomasti/no-useless-scu
  • a80cf0cMerge pull request #1222 from alexilyaev/patch-1
  • 5aa4470Merge pull request #1216 from gfx/no-target-blank/only-for-external-links
  • 089beecMerge pull request #1218 from jseminck/no-unused-prop-types-bug
  • d414bb7Fix wrong method name in examples for no-will-update-set-state
  • b74a693Merge pull request #1221 from jseminck/sort-props-regression
  • bf69820Replace var with const for the new code that was added
  • 12067dbPerform callback detection before toLowerCase()
  • b66268bAdd failing test case
  • 89c33b6refactor jsx-no-target-blank.js with ES2015 features
  • 664e5dfdeeals protocol-relative URLs are external
  • f85ff44Fix issue with overriding component usedPropTypes if the component already existed in the map
  • 7c45509Don't issue errors for `<a/>` with target=_blank and non-external URLs
  • ba0b25bAdd link to new rule in readme
  • fbacf4dActually remove experimental rest spread flag
  • f01b82dAdd documentation
  • 29c659e* Remove ecmaScript rule
  • b863f9fAdd indentation rule for closing tag of multi-line jsx
  • a8d4c9bFix tests for ESLint 4.0.0 new Linter API
  • 0083670Update default-props-match-prop-types tests for ESLint 4.0.0
  • 2d8d619Fix indent errors
  • cea8591Add failing and working tests that were raised in the issue
  • f0dcacaMerge pull request #949 from snowypowers/max-props-per-line-fix
  • 0fb170bautofix for max-props-per-line
  • 45e3b9fFix require-default-props quoted defaultProps detection (fix #1201)
  • 62daf82Merge pull request #1087 from webOS101/no-invalid-default-props
  • 2d17b7fMerge pull request #1199 from preco21/docs-improvement
  • 859d12aImprove documents
  • ecc327aMerge pull request #1071 from adnasa/typo-prefer-es6-class
  • 6185e72docs(rules): prefix rule names in title
  • 5a02508add missing prefix on option examples
  • 647bcd4Merge pull request #1195 from oliviertassinari/fix
  • 0dd4685Merge pull request #1122 from dreid/allow-wrapped-pure-components
  • 03a8066fix: fix the previous failing test
  • 385afe2test: add a failing test



benmosher/eslint-plugin-import

2.6.0

  • 8101d39bump to 2.6.0, node/0.3.1, webpack/0.8.3, memo-parser/0.2.0
  • 7f055ecchore(eslint): upgrade to eslint@4
  • 0263be4memo-parser: require eslint >= 3.5.0 (need file path always)
  • b1eeadebuild on node v4, again (#855)
  • 14c501eMerge pull request #865 from sompylasar/eslint-module-utils_tests

2.5.0

  • c41ed06bump to v2.5.0
  • 94187a3bump `debug` version everywhere
  • 54687d1resolvers/webpack: v0.8.2
  • dac23a1eslint-module-utils: v2.1.1 (bumping to re-publish to npm)
  • d92ef43Merge pull request #696 from eelyafi/new_line_fixer
  • 3f9e4bf[Tests] comment out failing (and probably invalid) test
  • 4067495Only apps should have lockfiles.
  • ebaa8e3Merge pull request #873 from lukeapage/patch-3
  • 3268cb1Fix documentation of newline-after-import example
  • 117717feslint-module-utils: Fix resolver tests for Windows paths
  • 314ead8eslint-module-utils: Fix test coding style
  • 2bc4f7feslint-module-utils: Add test for ignore
  • 3b4cb47eslint-module-utils: Add test for import/resolver config checks
  • 06695c4eslint-module-utils: Add test for when resolver version is not specified
  • f65c263eslint-module-utils: Unified test specs names to not use 'should' word
  • a0012f8eslint-module-utils: Add tests for resolver versions
  • 17d2ee9eslint-module-utils: Add tests for hash utils
  • 60b524bMerge commit '3c46d308ccb462a52554257c49c374045d1a6cf7' into file_path_in_parser_options
  • 3c46d30rollback utils dependency to 2.0.0
  • e3a32adadd yank note to utils change log
  • 089f7f1add yanking note to root change log
  • dfbe0e7Upgrade debug version of eslint-module-utils (#844)
  • 3d9c642Merge branch 'release'

2.4.0

  • b8e9a0bMerge pull request #861 from benmosher/release-2.4.0
  • 36c0a04remove obsolete dad joke
  • 44ca158update utils changelog
  • a3728d7bump eslint-module-utils to v2.1.0
  • 3e29169bump v2.4.0
  • ea9c92cMerge pull request #737 from kevin940726/master
  • 8f9b403fix typos, enforce type of array of strings in allow option
  • 95315e0update CHANGELOG.md
  • 28e1623eslint-module-utils: filePath in parserOptions (#840)
  • 5732742eslint-module-utils: In tests move require stub parser to the top.
  • d397b9beslint-module-utils: Add more tests for parse (coverage 100%)
  • 7ac5e8fFix CHANGELOG merge error
  • d0007f2Add sinon, replace eslint-module-utils test spy with sinon.spy
  • d4246fbMerge branch 'benmosher/master' into patch-2
  • 2f690b4update CI to build on Node 6+7 (#846)



eslint/eslint

4.1.0

  • 7d9e3be4.1.0
  • e727b7bBuild: changelog update for 4.1.0
  • e8f1362Docs: Remove wrong descriptions in `padded-block` rule (#8783)
  • 291a783Update: `enforceForArrowConditionals` to `no-extra-parens` (fixes #6196) (#8439)
  • a21dd32New: Add `overrides`/`files` options for glob-based config (fixes #3611) (#8081)
  • 879688cUpdate: Add ignoreComments option to no-trailing-spaces (#8061)
  • b58ae2eChore: Only instantiate fileEntryCache when cache flage set (perf) (#8763)
  • 9851288Update: fix indent errors on multiline destructure (fixes #8729) (#8756)
  • 3608f06Docs: Increase visibility of code of conduct (fixes #8758) (#8764)
  • 673a58bUpdate: support multiple fixes in a report (fixes #7348) (#8101)
  • 7a1bc38Fix: don't pass default parserOptions to custom parsers (fixes #8744) (#8745)
  • c5b4052Chore: enable computed-property-spacing on ESLint codebase (#8760)
  • 3419f64Docs: describe how to use formatters on the formatter demo page (#8754)
  • a3ff8f2Chore: combine tests in tests/lib/eslint.js and tests/lib/linter.js (#8746)
  • b7cc1e6Fix: Space-infix-ops should ignore type annotations in TypeScript (#8341)
  • 46e73eeFix: eslint --init installs wrong dependencies of popular styles (fixes #7338) (#8713)
  • a82361bChore: Prevent package-lock.json files from being created (fixes #8742) (#8747)
  • 5f81a68New: Add eslintIgnore support to package.json (fixes #8458) (#8690)
  • b5a70b4Update: fix multiline binary operator/parentheses indentation (#8719)
  • ab8b016Update: fix MemberExpression indentation with "off" option (fixes #8721) (#8724)
  • eb5d12cUpdate: Add Fixer method to Linter API (#8631)
  • 26a2daaChore: Cache fs reads in ignored-paths (fixes #8363) (#8706)

4.0.0


This PR has been generated by Renovate Bot.

@renovate renovate bot merged commit c94e45d into master Jun 24, 2017
@renovate renovate bot deleted the renovate/eslint branch June 24, 2017 02:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.