Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Jun 9, 2017

Version 2.0.0 of eslint-find-rules just got published.

Dependency eslint-find-rules
Current Version 1.14.3
Type devDependency

The version 2.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-find-rules.
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.


Commits

The new version differs by 8 commits.

  • 6fc178a 2.0.0
  • f53c9c5 chore(release): releasing manually to npm
  • 7a4de6c refactor(find): Use new eslint getRules() api (#237)
  • dd2b370 Merge pull request #200 from sarbbottam/es-next
  • da11db6 refactor(review): address review comments
  • ebeec17 docs(readme): typo for Acknowledgment (#204)
  • 75b3986 refactor(convention): using es-next conventions (cont.) (#201)
  • 7924a1b refactor(convention): using es-next conventions

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Jun 9, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 9, 2017

Version 2.0.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jun 14, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 14, 2017

Version 2.1.0 just got published.

Update to this version instead 🚀

Release Notes v2.1.0

2.1.0 (2017-06-13)

Features

  • releases again contain source and test files

Miscellaneous

  • dependencies updated and normalized regarding their semver policy
Commits

The new version differs by commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 14, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 14, 2017

Version 3.0.0 just got published.

Update to this version instead 🚀

Release Notes v3.0.0

3.0.0 (2017-06-14)

Features

  • By default, deprecated rules will be omitted from the output of -a|--all-available, -p|--plugin and -u|--unused. If you want to report on deprecated rules as well, use the --include=deprecated or -i deprecated flag.
Commits

The new version differs by 5 commits.

  • 171774c 3.0.0
  • a3ccdc9 revert: feat(rule-finder): Switch up where the default options are specified
  • 2e68098 feat(rule-finder): Switch up where the default options are specified
  • 435470b feat(rule-finder): Remove default parameter value from RuleFinder
  • f5e185b feat(rule-finder): Omit deprecated rules

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 18, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 18, 2017

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes v3.1.0

3.1.0 (2017-06-18)

Features

  • Support for ESLint 4.x

Bug Fixes

  • Fixes an issue when running eslint-find-rules is run in Travis CI jobs.
Commits

The new version differs by 8 commits.

  • 1cded88 3.1.0
  • 83a5e7f fix(package): revert dependency version due to incompatibilites when run on Travis CI
  • 518b2dc test(ci): extend CI build matrix to also test on ESLint 3.12+
  • 67e6df3 feat(dependency): enable support for ESLint 4.x
  • 80e1271 chore(ci): fix build matrix for Travis CI
  • 4eb5eb3 chore(tests): specify mocha compiler options in separate mocha.opts file
  • dc1236f chore(lint): perform linting only once, on latest Node version
  • 8db1029 chore(tests): also run tests on Node 4.x

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 19, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 19, 2017

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1

3.1.1 (2017-06-19)

Bug Fixes

  • Fixes an issue listing duplicate plugin rules when using ESLint < 4.0.
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 15, 2018

Version 3.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 8217203 3.2.0
  • 31b7448 feat(rule-finder): Report any deprecated rules in use

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 23, 2018

Version 3.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • e11e72a 3.2.1
  • 98782f4 fix(exit-code): Exit with code 1 when deprecated rules

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 15, 2018

Version 3.2.2 just got published.

Update to this version instead 🚀

Release Notes v3.2.2

3.2.2 (2018-03-15)

Bug Fixes

  • Output is now properly collected before printed on screen, preventing duplication when multiple options (like --plugin, --unused) are specified.
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 16, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 16, 2018

Version 3.2.3 just got published.

Update to this version instead 🚀

Release Notes v3.2.3

3.2.3 (2018-04-16)

Bug Fixes

  • Prevent empty output for option --unused when there are no unused rules.
Commits

The new version differs by 3 commits.

  • 8da4dcc 3.2.3
  • 42f876c Merge pull request #294 from evocateur/prevent-empty-output
  • 92a568d fix(cli): Prevent empty output

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 25, 2018

Version 3.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • a95b95b 3.3.0
  • 7d816d6 chore: add myself as a contributor
  • 4aa5160 Merge pull request #296 from ljharb/eslint_5
  • 8066cc2 chore(test): add missing ajv peer dep, transitively required by inquirer
  • cd5fedb feat: add eslint v5 support
  • fc9dfeb chore: Only apps should have lockfiles
  • 17c10a4 test: clean up test matrix

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 25, 2018

Version 3.3.1 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 9, 2019

Update to this version instead 🚀

Release Notes for v3.4.0

3.4.0 (2019-08-09)

Features

  • add eslint v6 support (#331)
Commits

The new version differs by 15 commits.

  • fd0273f v3.4.0
  • 4f71be5 Merge pull request #311 from ljharb/eslint_6
  • 57951cf test: override the module resolver in eslint 6 so that tests pass
  • eeae519 chore: use eslint rather than xo
  • 07515aa feat: first attempt to support eslint 6
  • 671cb42 Merge pull request #302 from bradzacher/patch-1
  • 8d6cff4 fix: before_install not before_script...
  • 3d92a00 fix: use latest npm to ensure package algorithm is correct
  • edda618 fix: remove npm ls from ci as it breaks node v4 tests
  • 2f23294 fix: lock all-contributors-cli version to fix node v4 CI test
  • 5c192eb test: exclude the v5 only testable if from coverage
  • 0420ad9 test: add separate test fixtures for v5+ and <v5
  • 9e5ed99 test: correct scoped plugin handling
  • 494e2b5 Add tests
  • 48a8af7 fix(rule-finder): Support for unnamed scoped pkgs

See the full diff

greenkeeper bot added a commit that referenced this pull request May 9, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 9, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

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.

1 participant