Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gopkg.in/fsnotify/fsnotify.v1 from 1.3.0 to 1.4.7 #4

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Feb 27, 2019

Bumps gopkg.in/fsnotify/fsnotify.v1 from 1.3.0 to 1.4.7.

Release notes

Sourced from gopkg.in/fsnotify/fsnotify.v1's releases.

Fewer deadlocks

  • 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

Fix for fork/exec on Linux

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

deflakery

String() method for Event.Op

a fix for Windows

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

Sourced from gopkg.in/fsnotify/fsnotify.v1's changelog.

v1.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

v1.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)

v1.4.1 / 2016-10-04

v1.4.0 / 2016-10-01

v1.3.1 / 2016-06-28

  • Windows: fix for double backslash when watching the root of a drive #151 (thanks @​brunoqc)
Commits
  • c282820 v1.4.7
  • a6f391c travis: test on Go 1.9.x
  • ea33dcb Fix missing verb on format string (#228)
  • 3d33f50 Fix possible deadlock on closing the watcher on kqueue (#230)
  • 4da3e2c Fix deadlock in Remove (linux/inotify)
  • ff7bc41 Watch.Add improvements (avoid race, fix consistency, reduce garbage) (#189)
  • 7d7316e travis: update for Go 1.8
  • a904159 Moved FAQ into the README
  • fd9ec7d Properly handle inotify's IN_Q_OVERFLOW event (#149)
  • bd2828f replace references to OS X with macOS
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 27, 2019
@simonpasquier
Copy link
Owner

@dependabot rebase

Bumps [gopkg.in/fsnotify/fsnotify.v1](https://github.com/fsnotify/fsnotify) from 1.3.0 to 1.4.7.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/master/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.3.0...v1.4.7)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/gopkg.in/fsnotify/fsnotify.v1-1.4.7 branch from 7eb132a to bc9e4cc Compare March 21, 2019 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file state/upstream submitted
Projects
None yet
2 participants