chore(deps): update module github.com/fsnotify/fsnotify to v1.10.0 #85

Merged
CSRBot merged 1 commits from renovate/go-modules into master 2026-04-30 02:23:42 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/fsnotify/fsnotify require minor v1.9.0v1.10.0

Release Notes

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.10.0

Compare Source

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)


Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | require | minor | `v1.9.0` → `v1.10.0` | --- ### Release Notes <details> <summary>fsnotify/fsnotify (github.com/fsnotify/fsnotify)</summary> ### [`v1.10.0`](https://github.com/fsnotify/fsnotify/releases/tag/v1.10.0) [Compare Source](https://github.com/fsnotify/fsnotify/compare/v1.9.0...v1.10.0) This version of fsnotify needs Go 1.23. ##### Changes and fixes - inotify: improve initialization error message ([#&#8203;731]) - inotify: send Rename event if recursive watch is renamed ([#&#8203;696]) - inotify: avoid copying event buffers when reading names ([#&#8203;741]) - kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory ([#&#8203;748]) - kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers ([#&#8203;740]) - windows: fix nil pointer dereference in remWatch ([#&#8203;736]) - windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 ([#&#8203;709], [#&#8203;749]) [#&#8203;696]: https://github.com/fsnotify/fsnotify/pull/696 [#&#8203;709]: https://github.com/fsnotify/fsnotify/pull/709 [#&#8203;731]: https://github.com/fsnotify/fsnotify/pull/731 [#&#8203;736]: https://github.com/fsnotify/fsnotify/pull/736 [#&#8203;740]: https://github.com/fsnotify/fsnotify/pull/740 [#&#8203;741]: https://github.com/fsnotify/fsnotify/pull/741 [#&#8203;748]: https://github.com/fsnotify/fsnotify/pull/748 [#&#8203;749]: https://github.com/fsnotify/fsnotify/pull/749 </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzYuMyIsInVwZGF0ZWRJblZlciI6IjQzLjEzNi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlL2F1dG9tZXJnZSIsInJlbm92YXRlL2dvbGFuZyJdfQ==-->
CSRBot added 1 commit 2026-04-30 02:21:16 +02:00
chore(deps): update module github.com/fsnotify/fsnotify to v1.10.0
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 49s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 13s
Lint Markdown files / Run markdown linter (pull_request) Successful in 6s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 1m48s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 31s
b1fd797994
CSRBot scheduled this pull request to auto merge when all checks succeed 2026-04-30 02:21:20 +02:00
Author
Collaborator

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.6 -> 1.23
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - The `go` directive was updated for compatibility reasons Details: | **Package** | **Change** | | :---------- | :----------------- | | `go` | `1.22.6` -> `1.23` |
CSRBot merged commit 45ba45a021 into master 2026-04-30 02:23:42 +02:00
CSRBot deleted branch renovate/go-modules 2026-04-30 02:23:43 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: volker.raschek/tarr#85