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.5.2 #36

Open dependabot[bot] opened 3 years ago

dependabot[bot] commented 3 years ago

Bumps chokidar from 1.7.0 to 3.5.2.

Release notes

Sourced from chokidar's releases.

3.5.2

"Update" glob-parent dependency from ~5.1.0 to ~5.1.2 to silence "vulnerability" warnings

3.5.1

  • Symlink fixes

3.5.0

  • Support for ARM Macs with Apple Silicon.
  • Fixed missing removal of symlinks when the target path was deleted (#1042)

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


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)