1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00
Files
opentelemetry-go/internal
renovate[bot] d4d6c456ce chore(deps): update module github.com/fsnotify/fsnotify to v1.10.0 (#8280)
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/fsnotify/fsnotify](https://redirect.github.com/fsnotify/fsnotify)
| `v1.9.0` → `v1.10.0` |
![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ffsnotify%2ffsnotify/v1.10.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ffsnotify%2ffsnotify/v1.9.0/v1.10.0?slim=true)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/5322) for more information.

---

### Release Notes

<details>
<summary>fsnotify/fsnotify (github.com/fsnotify/fsnotify)</summary>

###
[`v1.10.0`](https://redirect.github.com/fsnotify/fsnotify/releases/tag/v1.10.0)

[Compare
Source](https://redirect.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://redirect.github.com/fsnotify/fsnotify/pull/696

[#&#8203;709]: https://redirect.github.com/fsnotify/fsnotify/pull/709

[#&#8203;731]: https://redirect.github.com/fsnotify/fsnotify/pull/731

[#&#8203;736]: https://redirect.github.com/fsnotify/fsnotify/pull/736

[#&#8203;740]: https://redirect.github.com/fsnotify/fsnotify/pull/740

[#&#8203;741]: https://redirect.github.com/fsnotify/fsnotify/pull/741

[#&#8203;748]: https://redirect.github.com/fsnotify/fsnotify/pull/748

[#&#8203;749]: https://redirect.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**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-30 09:16:47 +02:00
..