Skip to content

Conversation

@greenkeeper
Copy link

@greenkeeper greenkeeper bot commented Apr 12, 2017

Version 3.1.0 of eslint-watch just got published.

Dependency eslint-watch
Current Version 2.1.14
Type devDependency

The version 3.1.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-watch.
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.


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 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.816% when pulling 40b2b8b on greenkeeper/eslint-watch-3.1.0 into 8dae63c on master.

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

greenkeeper bot commented Jun 15, 2017

Version 3.1.1 just got published.

Update to this version instead 🚀

Release Notes v3.1.1 - Misc Fixes Eslint 4.0.0 support

Fixes

  • Grey text fix (#118)
  • Key undefined fix (#116)

Misc

  • Dependencies Update (#117)
Commits

The new version differs by 4 commits.

  • 049a924 3.1.1
  • a36a1ed Check if key is defined (#116)
  • a8924bd Make gray text readable on Solarized Dark theme (#118)
  • 7f8a3f6 Updating dependencies and eslint restrictions (#117)

See the full diff

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

greenkeeper bot commented Jun 16, 2017

Version 3.1.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

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

greenkeeper bot commented Oct 13, 2017

Version 3.1.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • c2afaf3 3.1.3
  • 9907279 Upgrading dependencies and started to add coveralls (#132)
  • ee25d3e Fix: #130 (#131)
  • ceeef55 Fix various lint inconsistencies (#123)

See the full diff

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

greenkeeper bot commented May 23, 2018

Version 3.1.5 just got published.

Update to this version instead 🚀

Release Notes V3.1.5 - Fix clear screen

Fixes

  • Fixed characters from being printed on screen for some terminals (#140, Thanks @filipposarzana)
Commits

The new version differs by 4 commits.

See the full diff

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

greenkeeper bot commented Jun 27, 2018

Version 4.0.0 just got published.

Update to this version instead 🚀

Release Notes V4.0.0 - Update support for Eslint V5

Misc

  • Updated supported range for eslint to include V5. ( #141 , Thanks @filipposarzana )
  • Updated babel to latest namespace ( #142 )

Breaking

  • Updated readme to reflect the project is only going to be supported on node LTS versions. ( #142 )
Commits

The new version differs by 3 commits.

  • 622af5f 4.0.0
  • 69472b4 upgrading dependencies and babel to new scope (#142)
  • fd65b35 Upgrade Eslint (#141)

See the full diff

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

greenkeeper bot commented Jul 5, 2018

Version 4.0.1 just got published.

Update to this version instead 🚀

Release Notes V4.0.1 - Extension fix

Fixes

  • Extensions passed into esw will always pass a .{ext} to eslint if the user omits it. ( #138 )
Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented Jul 18, 2018

Version 4.0.2 just got published.

Update to this version instead 🚀

Release Notes V4.0.2 - Add --rule to cli options

Fixes

Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented Mar 5, 2019

  • The devDependency eslint-watch was updated from 2.1.14 to 5.0.0.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • a2e1cef 5.0.0
  • 4567fa3 upgrade dependencies
  • 7abbc8f Make clean message respect --quiet flag
  • 6efb453 update test coverage
  • 4b1391e update readme
  • 458a443 fix double colon headers
  • c17e59b add watcher tests
  • 33d760a add watch-ignore command and a bunch of tests
  • 9ffab43 got all integration tests working
  • 6669791 Got base integration and help parsing tests passing
  • c1f7b82 start of a rewrite to simplify logic and complexity
  • c7f8e9c start of the rewrite and restructure

See the full diff

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

greenkeeper bot commented Mar 5, 2019

  • The devDependency eslint-watch was updated from 2.1.14 to 5.0.1.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • abfcc95 5.0.1
  • c7a1ced add polyfill to mocha.opts files
  • 3e280ae fix the watcher from being printed
  • 07473a8 fix errors from pollyfill not being at the top of the stack.

See the full diff

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

greenkeeper bot commented Apr 26, 2019

  • The devDependency eslint-watch was updated from 2.1.14 to 5.1.0.

Update to this version instead 🚀

Release Notes for v5.1.0 - new flag and small fixes

Feature

  • Added --watch-delay flag for use cases where multiple files are changed at once. Defaulted to 300 ms (#156 #150)

Fixes

Misc

  • Updated dependencies to resolve security concerns (#153 #155)
Commits

The new version differs by 9 commits.

  • 335ed89 5.1.0
  • de0920f add test to prove rule fix integration level
  • e439e97 fix: tests
  • d88b16f fix: add delay on watcher and --watch-delay flag
  • 38f1334 chore: fix security issues
  • 722d438 test(cli/options): add testing
  • 7f4d2e2 fix(cli): fix flags error
  • bead744 fix(events/watch): fix cache trigger change event
  • a935b30 fix(cli): fix rules option error

See the full diff

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

greenkeeper bot commented Apr 26, 2019

  • The devDependency eslint-watch was updated from 2.1.14 to 5.1.1.

Update to this version instead 🚀

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

greenkeeper bot commented Apr 27, 2019

  • The devDependency eslint-watch was updated from 2.1.14 to 5.1.2.

Update to this version instead 🚀

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

greenkeeper bot commented Jul 17, 2019

  • The devDependency eslint-watch was updated from 2.1.14 to 6.0.0.

Update to this version instead 🚀

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

greenkeeper bot commented Sep 25, 2019

  • The devDependency eslint-watch was updated from 2.1.14 to 6.0.1.

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.

2 participants