Skip to content
This repository has been archived by the owner on Nov 4, 2018. It is now read-only.

Bump chokidar from 2.0.2 to 2.0.3 #121

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

Conversation

dependabot-preview[bot]
Copy link

Bumps chokidar from 2.0.2 to 2.0.3.

Changelog

Sourced from chokidar's changelog.

Chokidar 2.0.2 (Feb 14, 2018)

  • Allow semver range updates for upath dependency

Chokidar 2.0.1 (Feb 8, 2018)

  • Fix #668 glob issue on Windows when using ignore and cwd. Thanks remy!
  • Fix #546 possible uncaught exception when using awaitWriteFinish.
    Thanks dsagal!

Chokidar 2.0.0 (Dec 29, 2017)

  • Breaking: Upgrade globbing dependencies which require globs to be more strict and always use POSIX-style slashes because Windows-style slashes are used as escape sequences
  • Update tests to work with upgraded globbing dependencies
  • Add ability to log FSEvents require error by setting CHOKIDAR_PRINT_FSEVENTS_REQUIRE_ERROR env
  • Fix for handling braces in globs
  • Add node 8 & 9 to CI configs
  • Allow node 0.10 failures on Windows

Chokidar 1.7.0 (May 8, 2017)

  • Add disableGlobbing option
  • Add ability to force interval value by setting CHOKIDAR_INTERVAL env
    variable
  • Fix issue with .close() being called before ready

Chokidar 1.6.0 (Jun 22, 2016)

  • Added ability for force usePolling mode by setting CHOKIDAR_USEPOLLING
    env variable

Chokidar 1.5.2 (Jun 7, 2016)

  • Fix missing addDir events when using cwd and alwaysStat options
  • Fix missing add events for files within a renamed directory

Chokidar 1.5.1 (May 20, 2016)

  • To help prevent exhaustion of FSEvents system limitations, consolidate watch
    instances to the common parent upon detection of separate watch instances on
    many siblings

Chokidar 1.5.0 (May 10, 2016)

  • Make debounce delay setting used with atomic: true user-customizable
  • Fixes and improvements to awaitWriteFinish features

Chokidar 1.4.3 (Feb 26, 2016)

  • Update async-each dependency to ^1.0.0

Chokidar 1.4.2 (Dec 30, 2015)

  • Now correctly emitting stats with awaitWriteFinish option.

Chokidar 1.4.1 (Dec 9, 2015)

  • The watcher could now be correctly subclassed with ES6 class syntax.

Chokidar 1.4.0 (Dec 3, 2015)

  • Add .getWatched() method, exposing all file system entries being watched
    ... (truncated)
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 full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version with close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [chokidar](https://github.com/paulmillr/chokidar) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Changelog](https://github.com/paulmillr/chokidar/blob/master/CHANGELOG.md)
- [Commits](paulmillr/chokidar@2.0.2...2.0.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant