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 ([#​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
</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==-->
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 master2026-04-30 02:23:42 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v1.9.0→v1.10.0Release Notes
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.10.0Compare 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)
🚦 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 has been generated by Renovate Bot.
ℹ️ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):godirective was updated for compatibility reasonsDetails:
go1.22.6->1.23