Skip to content

deps: bump github.com/fsnotify/fsnotify from 1.10.0 to 1.10.1#537

Merged
ako merged 1 commit intomainfrom
dependabot/go_modules/github.com/fsnotify/fsnotify-1.10.1
May 8, 2026
Merged

deps: bump github.com/fsnotify/fsnotify from 1.10.0 to 1.10.1#537
ako merged 1 commit intomainfrom
dependabot/go_modules/github.com/fsnotify/fsnotify-1.10.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps github.com/fsnotify/fsnotify from 1.10.0 to 1.10.1.

Release notes

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

v1.10.1

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix (#755)

#754: fsnotify/fsnotify#754 #755: fsnotify/fsnotify#755

Changelog

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

1.10.1 2026-05-04

Changes and fixes

  • inotify: don't remove sibling watches sharing a path prefix (#754)

  • inotify, windows: don't rename sibling watches sharing a path prefix (#755)

#754: fsnotify/fsnotify#754 #755: fsnotify/fsnotify#755

Commits
  • 76b01a6 Release 1.10.1
  • fec150b Update changelog
  • 162b421 inotify, windows: don't rename sibling watches sharing a path prefix (#755)
  • 224257f inotify: don't remove sibling watches sharing a path prefix (#754)
  • e0c956c windows: document directory Write events and stabilize tests (#745)
  • See full diff 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 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.10.0 to 1.10.1.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 8, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 8, 2026

AI Code Review

Review Summary

This PR updates the fsnotify dependency from v1.10.0 to v1.10.1. It contains only version bumps in go.mod and go.sum with no code changes.

What Looks Good

  • The update is a patch-level bump (v1.10.0 → v1.10.1) within the same major version, minimizing risk.
  • Release notes indicate fixes for specific issues:
    • inotify: don't remove sibling watches sharing a path prefix (#754)
    • inotify, windows: don't rename sibling watches sharing a path prefix (#755)
  • These are robustness improvements for file watching functionality, which is relevant to the project's use case (likely for live reload or change detection in development workflows).
  • The change is isolated to dependency files with no modifications to source code, tests, or configuration.
  • No MDL syntax changes, backend modifications, or feature additions are introduced, so full-stack consistency and syntax design checks are not applicable.

Recommendation

Approve. The dependency update is safe, addresses specific bugs, and follows standard version maintenance practices. No further action is required.

(Note: Since this is a dependency update with no code changes, all checklist items regarding code structure, testing, and feature implementation are either not applicable or trivially satisfied.)


Automated review via OpenRouter (Nemotron Super 120B) — workflow source

@ako ako merged commit ba1419a into main May 8, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/fsnotify/fsnotify-1.10.1 branch May 8, 2026 18:49
@github-actions github-actions Bot mentioned this pull request May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant