cli
cli copied to clipboard
Bump github.com/fsnotify/fsnotify from 1.5.1 to 1.5.4
Bumps github.com/fsnotify/fsnotify from 1.5.1 to 1.5.4.
Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
v1.5.4
What's Changed
- Fix compilation for OpenBSD by
@mattnin fsnotify/fsnotify#443- go.mod: use latest x/sys by
@kevinburkesegmentin fsnotify/fsnotify#444- README.md: link to pkg.go.dev for golang.org/x/sys package by
@tklauserin fsnotify/fsnotify#441- Windows: add missing defer to Watcher.WatchList by
@Sojamannin fsnotify/fsnotify#447- Prepare for v1.5.4 by
@shogo82148in fsnotify/fsnotify#448New Contributors
@mattnmade their first contribution in fsnotify/fsnotify#443@kevinburkesegmentmade their first contribution in fsnotify/fsnotify#444@Sojamannmade their first contribution in fsnotify/fsnotify#447Full Changelog: https://github.com/fsnotify/fsnotify/compare/v1.5.2...v1.5.4
v1.5.2
What's Changed
- Removed dead link by
@COilin fsnotify/fsnotify#337- Update issue templates by
@nathanyin fsnotify/fsnotify#410- Test on Go 1.18 and two most recent versions by
@nathanyin fsnotify/fsnotify#411- fix go vet warnings: call to (*T).Fatalf from a non-test goroutine by
@shogo82148in fsnotify/fsnotify#416- Run cross-compilation builds on every push by
@nshalmanin fsnotify/fsnotify#420- Don't set
poller.fdtwice innewFdPollerby@tklauserin fsnotify/fsnotify#406- Re-enable tests for PRs by
@nshalmanin fsnotify/fsnotify#415- Enable cross-compilation builds on PRs by
@nshalmanin fsnotify/fsnotify#423- Integration Tests: change 1ms sleeps to 50ms by
@nshalmanin fsnotify/fsnotify#422- Add FreeBSD testing in Github Actions (fix #389) by
@r-darwishin fsnotify/fsnotify#419- Allow build on unsupported GOOS by
@tklauserin fsnotify/fsnotify#424- Fix potential crash on windows if raw.FileNameLength exceeds syscall.MAX_PATH by
@hu13in fsnotify/fsnotify#361- Add a feature to return the directories and files that are being monitored by
@NitroCaoin fsnotify/fsnotify#374New Contributors
@COilmade their first contribution in fsnotify/fsnotify#337@r-darwishmade their first contribution in fsnotify/fsnotify#419@hu13made their first contribution in fsnotify/fsnotify#361@NitroCaomade their first contribution in fsnotify/fsnotify#374Full Changelog: https://github.com/fsnotify/fsnotify/compare/v1.5.1...v1.5.2
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
[1.5.4] - 2022-04-25
- Windows: add missing defer to
Watcher.WatchList#447- go.mod: use latest x/sys #444
- Fix compilation for OpenBSD #443
[1.5.3] - 2022-04-22
- This version is retracted. An incorrect branch is published accidentally #445
[1.5.2] - 2022-04-21
- Add a feature to return the directories and files that are being monitored #374
- Fix potential crash on windows if
raw.FileNameLengthexceedssyscall.MAX_PATH#361- Allow build on unsupported GOOS #424
- Don't set
poller.fdtwice innewFdPoller#406- fix go vet warnings: call to
(*T).Fatalffrom a non-test goroutine #416
Commits
0f4b979Prepare for v1.5.4 (#448)97640bbWindows: add missing defer to Watcher.WatchList (#447)b52bbe8README.md: link to pkg.go.dev for golang.org/x/sys package (#441)243d395go.mod: use latest x/sys (#444)8fa037fFix compilation for OpenBSD (#443)ceba4efAdd a feature to return the directories and files that are being monitored (#...712fe1dFix potential crash on windows if raw.FileNameLength exceeds syscall.MAX_PATH...bfa0135Allow build on unsupported GOOS (#424)c4cd7f3Add FreeBSD testing in Github Actions (#419)f482481Integration Tests: consistent sleeps with informative names (#422)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)