Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 #7

Merged
dependabot[bot] merged 1 commit from dependabot/go_modules/github.com/fsnotify/fsnotify-1.9.0 into master 2025-04-08 20:38:40 +00:00
dependabot[bot] commented 2025-04-07 11:01:13 +00:00 (Migrated from github.com)

Bumps github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0.

Release notes

Sourced from github.com/fsnotify/fsnotify's releases.

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: fsnotify/fsnotify#657 #678: fsnotify/fsnotify#678 #686: fsnotify/fsnotify#686 #655: fsnotify/fsnotify#655 #681: fsnotify/fsnotify#681 #679: fsnotify/fsnotify#679 #682: fsnotify/fsnotify#682

Changelog

Sourced from github.com/fsnotify/fsnotify's changelog.

1.9.0 2024-04-04

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: fsnotify/fsnotify#657 #678: fsnotify/fsnotify#678 #686: fsnotify/fsnotify#686 #655: fsnotify/fsnotify#655 #681: fsnotify/fsnotify#681 #679: fsnotify/fsnotify#679 #682: fsnotify/fsnotify#682

Commits
  • ae0e792 Release 1.9.0
  • 644fbb6 Add test to ensure Add()/Remove() works when not reading events
  • e7ec5f7 Fix staticcheck in CI
  • d321760 Update changelog
  • dbe0717 Remove AIX/AHFS from README
  • 2d897ca Simplify inotify backend locking
  • 868a000 Test gccgo in CI
  • 8f6d48b Move some shared code to a shared struct
  • e48b91a Add timeout-minutes in GitHub actions
  • c9507a5 Correctly mark pre-existing entries when watching a link to a dir on kqueue
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.8.0 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fsnotify/fsnotify/releases">github.com/fsnotify/fsnotify's releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <h3>Changes and fixes</h3> <ul> <li> <p>all: make BufferedWatcher buffered again (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/657">#657</a>)</p> </li> <li> <p>inotify: fix race when adding/removing watches while a watched path is being deleted (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/678">#678</a>, <a href="https://redirect.github.com/fsnotify/fsnotify/issues/686">#686</a>)</p> </li> <li> <p>inotify: don't send empty event if a watched path is unmounted (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/655">#655</a>)</p> </li> <li> <p>inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get &quot;half-added&quot; and removing the second would panic (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/679">#679</a>)</p> </li> <li> <p>kqueue: fix watching relative symlinks (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/681">#681</a>)</p> </li> <li> <p>kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/682">#682</a>)</p> </li> <li> <p>illumos: don't send error if changed file is deleted while processing the event (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/678">#678</a>)</p> </li> </ul> <p><a href="https://redirect.github.com/fsnotify/fsnotify/issues/657">#657</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/657">fsnotify/fsnotify#657</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/678">#678</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/678">fsnotify/fsnotify#678</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/686">#686</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/686">fsnotify/fsnotify#686</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/655">#655</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/655">fsnotify/fsnotify#655</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/681">#681</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/681">fsnotify/fsnotify#681</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/679">#679</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/679">fsnotify/fsnotify#679</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/682">#682</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/682">fsnotify/fsnotify#682</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md">github.com/fsnotify/fsnotify's changelog</a>.</em></p> <blockquote> <h2>1.9.0 2024-04-04</h2> <h3>Changes and fixes</h3> <ul> <li> <p>all: make BufferedWatcher buffered again (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/657">#657</a>)</p> </li> <li> <p>inotify: fix race when adding/removing watches while a watched path is being deleted (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/678">#678</a>, <a href="https://redirect.github.com/fsnotify/fsnotify/issues/686">#686</a>)</p> </li> <li> <p>inotify: don't send empty event if a watched path is unmounted (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/655">#655</a>)</p> </li> <li> <p>inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get &quot;half-added&quot; and removing the second would panic (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/679">#679</a>)</p> </li> <li> <p>kqueue: fix watching relative symlinks (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/681">#681</a>)</p> </li> <li> <p>kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/682">#682</a>)</p> </li> <li> <p>illumos: don't send error if changed file is deleted while processing the event (<a href="https://redirect.github.com/fsnotify/fsnotify/issues/678">#678</a>)</p> </li> </ul> <p><a href="https://redirect.github.com/fsnotify/fsnotify/issues/657">#657</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/657">fsnotify/fsnotify#657</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/678">#678</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/678">fsnotify/fsnotify#678</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/686">#686</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/686">fsnotify/fsnotify#686</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/655">#655</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/655">fsnotify/fsnotify#655</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/681">#681</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/681">fsnotify/fsnotify#681</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/679">#679</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/679">fsnotify/fsnotify#679</a> <a href="https://redirect.github.com/fsnotify/fsnotify/issues/682">#682</a>: <a href="https://redirect.github.com/fsnotify/fsnotify/pull/682">fsnotify/fsnotify#682</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fsnotify/fsnotify/commit/ae0e7923765f64fb8061396db7edebb558cf6093"><code>ae0e792</code></a> Release 1.9.0</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/644fbb6b8d9659d3b03e12c52d1fdbd11e4513fc"><code>644fbb6</code></a> Add test to ensure Add()/Remove() works when not reading events</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/e7ec5f74c5b88aa47ff49a221dead2a4fdcf0b8e"><code>e7ec5f7</code></a> Fix staticcheck in CI</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/d321760db39f8d7fb382220c7fee684e86dce1ae"><code>d321760</code></a> Update changelog</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/dbe071720fb1147e3bb47a5f723280b62cf2c58d"><code>dbe0717</code></a> Remove AIX/AHFS from README</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/2d897cabb3d7c3b2cb20c7074991848291ea4008"><code>2d897ca</code></a> Simplify inotify backend locking</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/868a000da3bc607c547d546291463798d4ff33e6"><code>868a000</code></a> Test gccgo in CI</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/8f6d48b67bf642be39d2ce798d4b522bffb29efb"><code>8f6d48b</code></a> Move some shared code to a shared struct</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/e48b91a36a5716756346111639156fb7605f0f7a"><code>e48b91a</code></a> Add timeout-minutes in GitHub actions</li> <li><a href="https://github.com/fsnotify/fsnotify/commit/c9507a5fddb4d191636986e40d4c65d3d3504ba2"><code>c9507a5</code></a> Correctly mark pre-existing entries when watching a link to a dir on kqueue</li> <li>Additional commits viewable in <a href="https://github.com/fsnotify/fsnotify/compare/v1.8.0...v1.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fsnotify/fsnotify&package-manager=go_modules&previous-version=1.8.0&new-version=1.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.
No description provided.