You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/20 02:16:11 UTC

[GitHub] [dubbo-go] dependabot[bot] opened a new pull request #1400: build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0

dependabot[bot] opened a new pull request #1400:
URL: https://github.com/apache/dubbo-go/pull/1400


   Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.4.9 to 1.5.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>Add AddRaw which does not dereference symlinks</h2>
   <ul>
   <li>Go: Increase minimum required version to Go 1.12 <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/381">#381</a></li>
   <li>Feature: Add <code>AddRaw</code> method which does not follow symlinks when adding a watch <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/298">#289</a></li>
   <li>Windows: Follow symlinks by default like on all other systems <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/289">#289</a></li>
   <li>CI: Use GitHub Actions for CI and cover go 1.12-1.17 <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/378">#378</a> <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/381">#381</a> <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/385">#385</a></li>
   <li>Go 1.14+: Fix unsafe pointer conversion <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/325">#325</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/fsnotify/fsnotify/blob/master/CHANGELOG.md">github.com/fsnotify/fsnotify's changelog</a>.</em></p>
   <blockquote>
   <h2>v1.5.0 / 2021-08-20</h2>
   <ul>
   <li>Go: Increase minimum required version to Go 1.12 <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/381">#381</a></li>
   <li>Feature: Add AddRaw method which does not follow symlinks when adding a watch <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/298">#289</a></li>
   <li>Windows: Follow symlinks by default like on all other systems <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/289">#289</a></li>
   <li>CI: Use GitHub Actions for CI and cover go 1.12-1.17
   <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/378">#378</a>
   <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/381">#381</a>
   <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/385">#385</a></li>
   <li>Go 1.14+: Fix unsafe pointer conversion <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/325">#325</a></li>
   </ul>
   <h2>v1.4.7 / 2018-01-09</h2>
   <ul>
   <li>BSD/macOS: Fix possible deadlock on closing the watcher on kqueue (thanks <a href="https://github.com/nhooyr"><code>@​nhooyr</code></a> and <a href="https://github.com/glycerine"><code>@​glycerine</code></a>)</li>
   <li>Tests: Fix missing verb on format string (thanks <a href="https://github.com/rchiossi"><code>@​rchiossi</code></a>)</li>
   <li>Linux: Fix deadlock in Remove (thanks <a href="https://github.com/aarondl"><code>@​aarondl</code></a>)</li>
   <li>Linux: Watch.Add improvements (avoid race, fix consistency, reduce garbage) (thanks <a href="https://github.com/twpayne"><code>@​twpayne</code></a>)</li>
   <li>Docs: Moved FAQ into the README (thanks <a href="https://github.com/vahe"><code>@​vahe</code></a>)</li>
   <li>Linux: Properly handle inotify's IN_Q_OVERFLOW event (thanks <a href="https://github.com/zeldovich"><code>@​zeldovich</code></a>)</li>
   <li>Docs: replace references to OS X with macOS</li>
   </ul>
   <h2>v1.4.2 / 2016-10-10</h2>
   <ul>
   <li>Linux: use InotifyInit1 with IN_CLOEXEC to stop leaking a file descriptor to a child process when using fork/exec <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/178">#178</a> (thanks <a href="https://github.com/pattyshack"><code>@​pattyshack</code></a>)</li>
   </ul>
   <h2>v1.4.1 / 2016-10-04</h2>
   <ul>
   <li>Fix flaky inotify stress test on Linux <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/177">#177</a> (thanks <a href="https://github.com/pattyshack"><code>@​pattyshack</code></a>)</li>
   </ul>
   <h2>v1.4.0 / 2016-10-01</h2>
   <ul>
   <li>add a String() method to Event.Op <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/165">#165</a> (thanks <a href="https://github.com/oozie"><code>@​oozie</code></a>)</li>
   </ul>
   <h2>v1.3.1 / 2016-06-28</h2>
   <ul>
   <li>Windows: fix for double backslash when watching the root of a drive <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/issues/151">#151</a> (thanks <a href="https://github.com/brunoqc"><code>@​brunoqc</code></a>)</li>
   </ul>
   <h2>v1.3.0 / 2016-04-19</h2>
   <ul>
   <li>Support linux/arm64 by <a href="https://go-review.googlesource.com/#/c/21971/">patching</a> x/sys/unix and switching to to it from syscall (thanks <a href="https://github.com/suihkulokki"><code>@​suihkulokki</code></a>) <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/135">#135</a></li>
   </ul>
   <h2>v1.2.10 / 2016-03-02</h2>
   <ul>
   <li>Fix golint errors in windows.go <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/121">#121</a> (thanks <a href="https://github.com/tiffanyfj"><code>@​tiffanyfj</code></a>)</li>
   </ul>
   <h2>v1.2.9 / 2016-01-13</h2>
   <p>kqueue: Fix logic for CREATE after REMOVE <a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/pull/111">#111</a> (thanks <a href="https://github.com/bep"><code>@​bep</code></a>)</p>
   <h2>v1.2.8 / 2015-12-17</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/fsnotify/fsnotify/commit/08848a0f17ce8e0695b5bf6f17a5ef7d13653c30"><code>08848a0</code></a> v1.5.0 preparation (<a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/issues/380">#380</a>)</li>
   <li><a href="https://github.com/fsnotify/fsnotify/commit/e2e95171bc7c7402864e613c8b00a768fbcc2380"><code>e2e9517</code></a> Add AddRaw to not follow symlinks + Fix link folloing on Windows (<a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/issues/289">#289</a>)</li>
   <li><a href="https://github.com/fsnotify/fsnotify/commit/82ee6f321d4a63a742fd51b5b2cda11dc50de692"><code>82ee6f3</code></a> Update test matrix for go 1.17 stable release (<a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/issues/385">#385</a>)</li>
   <li><a href="https://github.com/fsnotify/fsnotify/commit/16f0d4292788daa58e79a55f8557ef20d3cdaa48"><code>16f0d42</code></a> add //go:build lines + add 1.17.0-rc2 to test matrix (<a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/issues/377">#377</a>)</li>
   <li><a href="https://github.com/fsnotify/fsnotify/commit/cc8365b12c22c1c4abf6970d6789c5187822830e"><code>cc8365b</code></a> Update x/sys to latest (<a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/issues/379">#379</a>)</li>
   <li><a href="https://github.com/fsnotify/fsnotify/commit/2fb15b141f1a0fca5f8f3299b39880819d20f911"><code>2fb15b1</code></a> Drop support/testing for Go 1.11 and earlier (<a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/issues/381">#381</a>)</li>
   <li><a href="https://github.com/fsnotify/fsnotify/commit/5ce1ba432e007af2088918b7147126dc03d8f717"><code>5ce1ba4</code></a> Remove Travis CI and references</li>
   <li><a href="https://github.com/fsnotify/fsnotify/commit/ed6d2f5fc63eabe43a2247aedba089e8ed121709"><code>ed6d2f5</code></a> Add lint+vet+old versions to GitHub Action</li>
   <li><a href="https://github.com/fsnotify/fsnotify/commit/42e9219696d013f252e69d7f0cdea2925125edb1"><code>42e9219</code></a> introduce GitHub Actions</li>
   <li><a href="https://github.com/fsnotify/fsnotify/commit/7f4cf4dd2b522a984eaca51d1ccee54101d3414a"><code>7f4cf4d</code></a> Fix unsafe pointer conversion (<a href="https://github-redirect.dependabot.com/fsnotify/fsnotify/issues/325">#325</a>)</li>
   <li>See full diff in <a href="https://github.com/fsnotify/fsnotify/compare/v1.4.9...v1.5.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.4.9&new-version=1.5.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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks merged pull request #1400: build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0

Posted by GitBox <gi...@apache.org>.
AlexStocks merged pull request #1400:
URL: https://github.com/apache/dubbo-go/pull/1400


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org