MasterZydra / goDashing

Build beautiful dashboards (dashing.io port) and is easy to setup.
MIT License
2 stars 0 forks source link

Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1 #20

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1.

Release notes

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

Revert Add AddRaw to not follow symlinks

#394

Add AddRaw which does not dereference symlinks

  • Go: Increase minimum required version to Go 1.12 #381
  • Feature: Add AddRaw method which does not follow symlinks when adding a watch #289
  • Windows: Follow symlinks by default like on all other systems #289
  • CI: Use GitHub Actions for CI and cover go 1.12-1.17 #378 #381 #385
  • Go 1.14+: Fix unsafe pointer conversion #325
Changelog

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

[1.5.1] - 2021-08-24

  • Revert Add AddRaw to not follow symlinks

[1.5.0] - 2021-08-20

  • Go: Increase minimum required version to Go 1.12 #381
  • Feature: Add AddRaw method which does not follow symlinks when adding a watch #289
  • Windows: Follow symlinks by default like on all other systems #289
  • CI: Use GitHub Actions for CI and cover go 1.12-1.17 #378 #381 #385
  • Go 1.14+: Fix unsafe pointer conversion #325

[1.4.7] - 2018-01-09

  • BSD/macOS: Fix possible deadlock on closing the watcher on kqueue (thanks @​nhooyr and @​glycerine)
  • Tests: Fix missing verb on format string (thanks @​rchiossi)
  • Linux: Fix deadlock in Remove (thanks @​aarondl)
  • Linux: Watch.Add improvements (avoid race, fix consistency, reduce garbage) (thanks @​twpayne)
  • Docs: Moved FAQ into the README (thanks @​vahe)
  • Linux: Properly handle inotify's IN_Q_OVERFLOW event (thanks @​zeldovich)
  • Docs: replace references to OS X with macOS

[1.4.2] - 2016-10-10

  • Linux: use InotifyInit1 with IN_CLOEXEC to stop leaking a file descriptor to a child process when using fork/exec #178 (thanks @​pattyshack)

[1.4.1] - 2016-10-04

[1.4.0] - 2016-10-01

[1.3.1] - 2016-06-28

  • Windows: fix for double backslash when watching the root of a drive #151 (thanks @​brunoqc)

[1.3.0] - 2016-04-19

[1.2.10] - 2016-03-02

[1.2.9] - 2016-01-13

... (truncated)

Commits
  • 466b39d prepare 1.5.1, retract 1.5.0
  • b98ede5 Revert "Add AddRaw to not follow symlinks + Fix link folloing on Windows (#289)"
  • dfdb645 revise pull request template
  • 08848a0 v1.5.0 preparation (#380)
  • e2e9517 Add AddRaw to not follow symlinks + Fix link folloing on Windows (#289)
  • 82ee6f3 Update test matrix for go 1.17 stable release (#385)
  • 16f0d42 add //go:build lines + add 1.17.0-rc2 to test matrix (#377)
  • cc8365b Update x/sys to latest (#379)
  • 2fb15b1 Drop support/testing for Go 1.11 and earlier (#381)
  • 5ce1ba4 Remove Travis CI and references
  • 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 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)