iobroker-community-adapters / ioBroker.js2fs-community

replicate ioBroker scripts to files
MIT License
0 stars 3 forks source link

Bump chokidar from 1.7.0 to 3.4.3 #23

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 4 years ago

Bumps chokidar from 1.7.0 to 3.4.3.

Release notes

Sourced from chokidar's releases.

3.4.2

Fixes an ability to watch network drives on windows.

3.4.0

  • Support for directory-based symlinks.
  • Fix a case on macos when replacing a file with a dir of the same name emitted invalid events.
  • Fix error swallowing inside .on() event handlers
  • Known issue: followSymlinks: false on macos still follows symlinked directories

3.3.0

FSWatcher#close() method became async. This ensures IO operations are finished properly and fixes a few segfaulty crashes.

3.2.1

Improve Linux RAM usage by 50%. Stability optimizations. Race condition fixes. Windows glob fixes.

3.1.1

Fixes "Expected pattern to be a non-empty string" (#871)

3.1.0

Dotfiles are no longer filtered out by default. Use ignored option if needed.

Improve Linux performance by 50%.

3.0.2

  • Brings bigint support to stat outputs on windows.
  • Fixes ready event emission for symlink directories.

3.0.1

  • Fixes "Assertion failed" errors when a watcher is closed
  • General optimizations

3.0.0

Massive CPU & RAM consumption improvements. 17x package & deps size reduction. Node 8+-only

Commits
  • 0d72873 Release 3.4.3.
  • b991ed1 Bump readdirp.
  • 95faa2f Release 3.4.2.
  • 5452e4f Merge pull request #1025 from whyboris/network-watching-fix
  • 6fb0d1f handle SLASH_SLASH at beginning of network path
  • 06c74ca Release 3.4.1.
  • bfcde1c Merge pull request #1018 from timneutkens/add/failing-test-for-closed-watcher
  • a9c54de Remove unused property fsw
  • d071498 Check if there are still listeners instead of if the first watcher was closed
  • b020f94 Add failing test case for watcher close affecting other watchers
  • Additional commits viewable 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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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[bot] commented 3 years ago

Superseded by #26.