Skip to content

deps(go): bump module github.com/fsnotify/fsnotify to v1.10.0#411

Open
updateclibot[bot] wants to merge 2 commits intomainfrom
updatecli_main_db7f93f4978829c1a12037e07ed2e1825de24047ca0c0c46539f319443c0a944
Open

deps(go): bump module github.com/fsnotify/fsnotify to v1.10.0#411
updateclibot[bot] wants to merge 2 commits intomainfrom
updatecli_main_db7f93f4978829c1a12037e07ed2e1825de24047ca0c0c46539f319443c0a944

Conversation

@updateclibot
Copy link
Copy Markdown
Contributor

@updateclibot updateclibot Bot commented May 1, 2026

deps(go): bump module github.com/fsnotify/fsnotify

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/fsnotify/fsnotify to v1.10.0

go.mod updated Module path "github.com/fsnotify/fsnotify" version from "v1.9.0" to "v1.10.0"

v1.10.0
This version of fsnotify needs Go 1.23.

### Changes and fixes

- inotify: improve initialization error message ([#731])

- inotify: send Rename event if recursive watch is renamed ([#696])

- inotify: avoid copying event buffers when reading names ([#741])

- kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory ([#748])

- kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers ([#740])

- windows: fix nil pointer dereference in remWatch ([#736])

- windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 ([#709], [#749])

[#696]: https://github.com/fsnotify/fsnotify/pull/696
[#709]: https://github.com/fsnotify/fsnotify/pull/709
[#731]: https://github.com/fsnotify/fsnotify/pull/731
[#736]: https://github.com/fsnotify/fsnotify/pull/736
[#740]: https://github.com/fsnotify/fsnotify/pull/740
[#741]: https://github.com/fsnotify/fsnotify/pull/741
[#748]: https://github.com/fsnotify/fsnotify/pull/748
[#749]: https://github.com/fsnotify/fsnotify/pull/749
v1.9.0
### Changes and fixes

- all: make BufferedWatcher buffered again ([#657])

- inotify: fix race when adding/removing watches while a watched path is being deleted ([#678], [#686])

- inotify: don't send empty event if a watched path is unmounted ([#655])

- inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic ([#679])

- kqueue: fix watching relative symlinks ([#681])

- kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue ([#682])

- illumos: don't send error if changed file is deleted while processing the event ([#678])

[#657]: https://github.com/fsnotify/fsnotify/pull/657
[#678]: https://github.com/fsnotify/fsnotify/pull/678
[#686]: https://github.com/fsnotify/fsnotify/pull/686
[#655]: https://github.com/fsnotify/fsnotify/pull/655
[#681]: https://github.com/fsnotify/fsnotify/pull/681
[#679]: https://github.com/fsnotify/fsnotify/pull/679
[#682]: https://github.com/fsnotify/fsnotify/pull/682
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

updatecli added 2 commits May 1, 2026 13:22
Made with ❤️️ by updatecli
@updateclibot updateclibot Bot added the dependencies Pull requests that update a dependency file label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants