webpack-cluster icon indicating copy to clipboard operation
webpack-cluster copied to clipboard

Update chokidar to the latest version πŸš€

Open greenkeeper[bot] opened this issue 8 years ago β€’ 12 comments

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 :palm_tree:

greenkeeper[bot] avatar Dec 29 '17 22:12 greenkeeper[bot]

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] avatar Feb 08 '18 15:02 greenkeeper[bot]

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] avatar Feb 14 '18 16:02 greenkeeper[bot]

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] avatar Mar 23 '18 06:03 greenkeeper[bot]

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] avatar Jun 18 '18 17:06 greenkeeper[bot]

  • 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] avatar Feb 05 '19 19:02 greenkeeper[bot]

  • 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] avatar Feb 11 '19 21:02 greenkeeper[bot]

  • 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] avatar Feb 18 '19 20:02 greenkeeper[bot]

  • 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] avatar Mar 22 '19 10:03 greenkeeper[bot]

  • 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] avatar Mar 22 '19 10:03 greenkeeper[bot]

  • 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] avatar Mar 22 '19 21:03 greenkeeper[bot]

  • 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] avatar Apr 30 '19 16:04 greenkeeper[bot]

  • The dependency chokidar was updated from 1.7.0 to 3.0.1.

Update to this version instead πŸš€

greenkeeper[bot] avatar Jun 02 '19 21:06 greenkeeper[bot]