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 chokidar to the latest version 🚀 #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 29, 2017

Version 2.0.0 of chokidar was just published.

Dependency chokidar
Current Version 1.7.0
Type dependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of chokidar.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 15 commits.

  • 3409db8 Release 2.0.0
  • d5187a2 Merge pull request #660 from phated/docs
  • 77cf90f Merge pull request #659 from phated/ci-updates
  • 41021e8 Update changelog for 2.0
  • 4ec944e Update AppVeyor badge location
  • d2d8132 Add node 9 to both CI
  • febd028 Avoid flakey coveralls API from failing the tests
  • fe97886 Update Travis & AppVeyor to allow node 0.10 failures
  • 51ca0d5 Merge pull request #658 from phated/replace-syspath
  • 2f3112a Upgrade other deps
  • a92f089 Attempt to fix glob tests
  • cde757a Update globbing deps
  • cbdf255 fix for handling braces in path (#622)
  • 528826f Add node v8 to CI configs
  • 3d91781 print fsevents require error when env var set (#605)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov
Copy link

codecov bot commented Dec 29, 2017

Codecov Report

Merging #97 into master will decrease coverage by 0.49%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #97     +/-   ##
=========================================
- Coverage    12.8%   12.31%   -0.5%     
=========================================
  Files          40       40             
  Lines        1015     1015             
=========================================
- Hits          130      125      -5     
- Misses        885      890      +5
Impacted Files Coverage Δ
src/commands/index.js 75.75% <0%> (-15.16%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe5bfde...2055a7e. Read the comment docs.

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

greenkeeper bot commented Feb 8, 2018

Version 2.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 560cbb9 Release 2.0.1
  • 5e0710e Merge pull request #678 from Lambdac0re/patch-1
  • 0b661d0 Update README.md
  • d1bac5b Merge pull request #644 from dsagal/uncaught_fix
  • d26c6e0 Merge pull request #669 from remy/master
  • 966c300 Fix windows ignore when using anymatch@2
  • 075f13f Fix uncaught exception "Cannot read property 'lastChange' of undefined".

See the full diff

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

greenkeeper bot commented Feb 14, 2018

Version 2.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 4813aec Release 2.0.2
  • 34432b3 Merge pull request #679 from danthegoodman/patch-1
  • f8c85bf Accept upath minor and security patches

See the full diff

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

greenkeeper bot commented Mar 23, 2018

Version 2.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • 925b534 Release 2.0.3.
  • 545e16f Merge pull request #695 from clmystes/patch-1
  • 3fdb7bd chore: upgrade to fsevents: ^1.1.2
  • dac69b6 Merge pull request #687 from BridgeAR/fix-no-callback
  • df88ff0 Add callbacks to fs.close
  • a95a1f8 Merge pull request #682 from caseywebdev/unlink-and-readd
  • c821fab Add failing test case for unlink and re-add

See the full diff

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

greenkeeper bot commented Jun 18, 2018

Version 2.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 23 commits.

  • 3ad1ae8 Release 2.0.4.
  • 9ac1ffd Merge pull request #732 from srguiwiz/fix-issue-730-better
  • 2a2bcf2 Use rimraf in test to remove nested directories
  • 607ab31 Prevent watcher.close() crashing - fix Issue #730
  • f0ffb1d Merge pull request #723 from srguiwiz/fix-issue-552
  • 260bd29 Better demonstrate timing differences
  • a291610 Fix details in tests
  • bedf196 Add test cases for pull request #723
  • e2b720c Fix fast adding missing files issue #552
  • 28a70c4 Undo conflicting pull request #690
  • 5261384 Merge pull request #719 from ehmicky/master
  • a3316f7 Fix coveralls with nyc
  • 0122f3b Upgrade .gitignore
  • 03b6de4 Merge npm test and npm ci-test
  • be9a1d7 Replace istanbul by nyc

There are 23 commits in total.

See the full diff

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

greenkeeper bot commented Feb 5, 2019

  • The dependency chokidar was updated from 1.7.0 to 2.1.0.

Update to this version instead 🚀

Commits

The new version differs by 32 commits.

There are 32 commits in total.

See the full diff

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

greenkeeper bot commented Feb 11, 2019

  • The dependency chokidar was updated from 1.7.0 to 2.1.1.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • d34e55e Release 2.1.1.
  • 4388428 Reshuffle package.json
  • c5f9718 handle simultaneous change of LastAccessTime and ModifiedTime (#793)
  • c7cf6e9 Update changelog.
  • 12b45c1 Update changelog.

See the full diff

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

greenkeeper bot commented Feb 18, 2019

  • The dependency chokidar was updated from 1.7.0 to 2.1.2.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 20cb767 Release 2.1.2.
  • ca092de Update changelog
  • 75e6043 Add TypeScript type definitions (#801)
  • 24f13bb always fire "changed" event if mtime has been changed (#800)
  • 3e2e9f3 Copyright 2012-2019!

See the full diff

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

greenkeeper bot commented Mar 22, 2019

  • The dependency chokidar was updated from 1.7.0 to 2.1.3.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 1ea6388 Release 2.1.3.
  • d60635f Update README.
  • a8f64aa bump upath version to fix problems related with yarn (#808)
  • 8f56261 A better workaround for atomic writes (#791)

See the full diff

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

greenkeeper bot commented Mar 22, 2019

  • The dependency chokidar was updated from 1.7.0 to 2.1.4.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

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

greenkeeper bot commented Mar 22, 2019

  • The dependency chokidar was updated from 1.7.0 to 2.1.5.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 3595b42 Release 2.1.5.
  • b79120b Revert "A better workaround for atomic writes (#791)"

See the full diff

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

greenkeeper bot commented Apr 30, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.0.0.

Update to this version instead 🚀

Commits

The new version differs by 113 commits ahead by 113, behind by 2.

  • 7b8e02a Release 3.0.0.
  • e7bfe2f Move stuff.
  • df7f22e Remove changelog from npm, move to hidden dir.
  • 3df7692 Improve naming.
  • 6e94ca2 Clean-up.
  • 2de2f9c test: Add testing of Node.js v12 in Travis pipeline. (#833)
  • 9e0965a Fix Windows tests in Travis CI (#832)
  • c95a98f Update stuff.
  • 187ff2b test: Trying to fix blinked tests for Travis CI. (#825)
  • db99076 fix(Windows): Add converting from windows to unix path for all ignored paths. (#824)
  • 41f8782 fix(FsEvents): Remove situation with NaN depth. (#823)
  • 7cf3f7e Update readdirp to stable.
  • 0927a62 Bump packages.
  • 11cd857 Update nyc.
  • 99c14d7 Uncomment fsevents.

There are 113 commits in total.

See the full diff

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

greenkeeper bot commented Jun 2, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.0.1.

Update to this version instead 🚀

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

greenkeeper bot commented Jul 7, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.0.2.

Update to this version instead 🚀

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

greenkeeper bot commented Sep 16, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.1.0.

Update to this version instead 🚀

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

greenkeeper bot commented Sep 19, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.1.1.

Update to this version instead 🚀

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

greenkeeper bot commented Oct 1, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.2.0.

Update to this version instead 🚀

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

greenkeeper bot commented Oct 1, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.2.1.

Update to this version instead 🚀

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

greenkeeper bot commented Oct 16, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.2.2.

Update to this version instead 🚀

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

greenkeeper bot commented Oct 28, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.2.3.

Update to this version instead 🚀

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

greenkeeper bot commented Nov 2, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.3.0.

Update to this version instead 🚀

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

greenkeeper bot commented Dec 15, 2019

  • The dependency chokidar was updated from 1.7.0 to 3.3.1.

Update to this version instead 🚀

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

greenkeeper bot commented Apr 26, 2020

  • The dependency chokidar was updated from 1.7.0 to 3.4.0.

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.

0 participants