fsnotify/fsnotify (github.com/fsnotify/fsnotify)
### [`v1.8.0`](https://redirect.github.com/fsnotify/fsnotify/releases/tag/v1.8.0)
[Compare Source](https://redirect.github.com/fsnotify/fsnotify/compare/v1.7.0...v1.8.0)
#### Additions
- all: add `FSNOTIFY_DEBUG` to print debug logs to stderr ([#619](https://redirect.github.com/fsnotify/fsnotify/issues/619))
##### Changes and fixes
- windows: fix behaviour of `WatchList()` to be consistent with other platforms ([#610](https://redirect.github.com/fsnotify/fsnotify/issues/610))
- kqueue: ignore events with Ident=0 ([#590](https://redirect.github.com/fsnotify/fsnotify/issues/590))
- kqueue: set O_CLOEXEC to prevent passing file descriptors to children ([#617](https://redirect.github.com/fsnotify/fsnotify/issues/617))
- kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink ([#625](https://redirect.github.com/fsnotify/fsnotify/issues/625))
- inotify: don't send event for IN_DELETE_SELF when also watching the parent ([#620](https://redirect.github.com/fsnotify/fsnotify/issues/620))
- inotify: fix panic when calling Remove() in a goroutine ([#650](https://redirect.github.com/fsnotify/fsnotify/issues/650))
- fen: allow watching subdirectories of watched directories ([#621](https://redirect.github.com/fsnotify/fsnotify/issues/621))
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
v1.7.0
->v1.8.0
Release Notes
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
### [`v1.8.0`](https://redirect.github.com/fsnotify/fsnotify/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/fsnotify/fsnotify/compare/v1.7.0...v1.8.0) #### Additions - all: add `FSNOTIFY_DEBUG` to print debug logs to stderr ([#619](https://redirect.github.com/fsnotify/fsnotify/issues/619)) ##### Changes and fixes - windows: fix behaviour of `WatchList()` to be consistent with other platforms ([#610](https://redirect.github.com/fsnotify/fsnotify/issues/610)) - kqueue: ignore events with Ident=0 ([#590](https://redirect.github.com/fsnotify/fsnotify/issues/590)) - kqueue: set O_CLOEXEC to prevent passing file descriptors to children ([#617](https://redirect.github.com/fsnotify/fsnotify/issues/617)) - kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink ([#625](https://redirect.github.com/fsnotify/fsnotify/issues/625)) - inotify: don't send event for IN_DELETE_SELF when also watching the parent ([#620](https://redirect.github.com/fsnotify/fsnotify/issues/620)) - inotify: fix panic when calling Remove() in a goroutine ([#650](https://redirect.github.com/fsnotify/fsnotify/issues/650)) - fen: allow watching subdirectories of watched directories ([#621](https://redirect.github.com/fsnotify/fsnotify/issues/621))Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.