- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 592
Comparing changes
Open a pull request
base repository: paulmillr/chokidar
base: 3.4.0
head repository: paulmillr/chokidar
compare: 3.4.1
- 13 commits
- 8 files changed
- 4 contributors
Commits on Apr 27, 2020
-
add
safe-edit
handling for Linux, fixes #591will re-add the watcher on inode change in `fs.watch` mode on Linux bonus: fixed strange, pretty infrequent race in `fs.watchFile` test case `should emit matching dir events`
Configuration menu - View commit details
-
Copy full SHA for 38d6ca3 - Browse repository at this point
Copy the full SHA 38d6ca3View commit details
Commits on Apr 28, 2020
-
Merge pull request #1003 from pkit/safe_edit
add `safe-edit` handling for Linux, fixes #591
Configuration menu - View commit details
-
Copy full SHA for b565e6f - Browse repository at this point
Copy the full SHA b565e6fView commit details
Commits on May 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0f7c71c - Browse repository at this point
Copy the full SHA 0f7c71cView commit details
Commits on May 11, 2020
-
Bump eslint from 6.8.0 to 7.0.0
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v6.8.0...v7.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for 467ccb6 - Browse repository at this point
Copy the full SHA 467ccb6View commit details -
Merge pull request #1008 from paulmillr/dependabot/npm_and_yarn/eslin…
…t-7.0.0 Bump eslint from 6.8.0 to 7.0.0
Configuration menu - View commit details
-
Copy full SHA for e7349ee - Browse repository at this point
Copy the full SHA e7349eeView commit details
Commits on May 13, 2020
-
Bump @types/node from 13.13.6 to 14.0.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.13.6 to 14.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Configuration menu - View commit details
-
Copy full SHA for 9e45997 - Browse repository at this point
Copy the full SHA 9e45997View commit details -
Merge pull request #1009 from paulmillr/dependabot/npm_and_yarn/types…
…/node-14.0.1 Bump @types/node from 13.13.6 to 14.0.1
Configuration menu - View commit details
-
Copy full SHA for 3bc3eca - Browse repository at this point
Copy the full SHA 3bc3ecaView commit details
Commits on Jun 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 89c618d - Browse repository at this point
Copy the full SHA 89c618dView commit details
Commits on Jul 12, 2020
-
Add failing test case for watcher close affecting other watchers
If the first watcher that was created gets closed all other watchers will no longer receive events. Ran into this scenario after we upgraded Next.js to use the latest chokidar that came with the latest stable watchpack. With chokidar v2 (which watchpack previously depended on) this test passes fine. Using v3 it stops reporting.
Configuration menu - View commit details
-
Copy full SHA for b020f94 - Browse repository at this point
Copy the full SHA b020f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for d071498 - Browse repository at this point
Copy the full SHA d071498View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c54de - Browse repository at this point
Copy the full SHA a9c54deView commit details
Commits on Jul 14, 2020
-
Merge pull request #1018 from timneutkens/add/failing-test-for-closed…
…-watcher Ensure closing watchers does not affect other watchers
Configuration menu - View commit details
-
Copy full SHA for bfcde1c - Browse repository at this point
Copy the full SHA bfcde1cView commit details
Commits on Jul 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 06c74ca - Browse repository at this point
Copy the full SHA 06c74caView commit details
There are no files selected for viewing