[openstreetmap/openstreetmap-website] Bump listen from 3.2.1 to 3.3.0 (#2948)
dependabot[bot]
notifications at github.com
Tue Nov 10 05:01:49 UTC 2020
Bumps [listen](https://github.com/guard/listen) from 3.2.1 to 3.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/guard/listen/releases">listen's releases</a>.</em></p>
<blockquote>
<h2>v3.3.0</h2>
<h2>✨ New Features</h2>
<ul>
<li>Use file size to check for modifications (<a href="https://github-redirect.dependabot.com/guard/listen/issues/336">#336</a>) <a href="https://github.com/marawan31">@marawan31</a></li>
<li>Ignore mutagen sync temporary files (<a href="https://github-redirect.dependabot.com/guard/listen/issues/469">#469</a>) <a href="https://github.com/nilbus">@nilbus</a></li>
<li>Add GitHub Actions for development workflow. (<a href="https://github-redirect.dependabot.com/guard/listen/issues/485">#485</a>) <a href="https://github.com/ioquatix">@ioquatix</a></li>
<li>Allow Ruby 3 (<a href="https://github-redirect.dependabot.com/guard/listen/issues/490">#490</a>) <a href="https://github.com/yahonda">@yahonda</a></li>
<li>Add Truffleruby head to CI (<a href="https://github-redirect.dependabot.com/guard/listen/issues/493">#493</a>, <a href="https://github-redirect.dependabot.com/guard/listen/issues/507">#507</a>) <a href="https://github.com/gogainda">@gogainda</a></li>
<li>Add magic # frozen_string_literal: true comment (<a href="https://github-redirect.dependabot.com/guard/listen/issues/494">#494</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix: Linux driver listens for <code>:modify</code> events again (<a href="https://github-redirect.dependabot.com/guard/listen/issues/450">#450</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
<li>Fix: Track removed subdirectories (<a href="https://github-redirect.dependabot.com/guard/listen/issues/460">#460</a>) <a href="https://github.com/bryanlira">@bryanlira</a></li>
<li>Use one <code>fsevent_watch</code> process per listener instead of one per dir (<a href="https://github-redirect.dependabot.com/guard/listen/issues/471">#471</a>) <a href="https://github.com/ioquatix">@ioquatix</a></li>
<li>Wrap Listener instances in WeakRef (<a href="https://github-redirect.dependabot.com/guard/listen/issues/477">#477</a>) <a href="https://github.com/jonathanhefner">@jonathanhefner</a></li>
<li>Include macOS Big Sur in Adapter::Darwin#usable? (<a href="https://github-redirect.dependabot.com/guard/listen/issues/479">#479</a>) <a href="https://github.com/christiankn">@christiankn</a></li>
<li>Fix hanging race condition (<a href="https://github-redirect.dependabot.com/guard/listen/issues/481">#481</a>, <a href="https://github-redirect.dependabot.com/guard/listen/issues/500">#500</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
<li>Remove <code>Listen::Internals::ThreadPool</code> (<a href="https://github-redirect.dependabot.com/guard/listen/issues/483">#483</a>) <a href="https://github.com/jonathanhefner">@jonathanhefner</a></li>
<li>Tidy up thread killing. Remove JRuby workaround. (<a href="https://github-redirect.dependabot.com/guard/listen/issues/484">#484</a>) <a href="https://github.com/ioquatix">@ioquatix</a></li>
<li>Move thread caller stack and rescue+log to a common place (<a href="https://github-redirect.dependabot.com/guard/listen/issues/487">#487</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
<li>Unify logging through Listen.logger; add missing logger_spec (<a href="https://github-redirect.dependabot.com/guard/listen/issues/497">#497</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
<li>Rescue and log application exceptions raised from the Listen.to callback so listening doesn't break in process (<a href="https://github-redirect.dependabot.com/guard/listen/issues/505">#505</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
</ul>
<h2>v3.3.0.pre.3</h2>
<h2>✨ New Features</h2>
<ul>
<li>use file size to check for modifications (<a href="https://github-redirect.dependabot.com/guard/listen/issues/336">#336</a>) <a href="https://github.com/marawan31">@marawan31</a></li>
<li>Ignore mutagen sync temporary files (<a href="https://github-redirect.dependabot.com/guard/listen/issues/469">#469</a>) <a href="https://github.com/nilbus">@nilbus</a></li>
<li>Add GitHub Actions for development workflow. (<a href="https://github-redirect.dependabot.com/guard/listen/issues/485">#485</a>) <a href="https://github.com/ioquatix">@ioquatix</a></li>
<li>Allow Ruby 3 (<a href="https://github-redirect.dependabot.com/guard/listen/issues/490">#490</a>) <a href="https://github.com/yahonda">@yahonda</a></li>
<li>Add Truffleruby head to CI (<a href="https://github-redirect.dependabot.com/guard/listen/issues/493">#493</a>, <a href="https://github-redirect.dependabot.com/guard/listen/issues/507">#507</a>) <a href="https://github.com/gogainda">@gogainda</a></li>
<li>add magic # frozen_string_literal: true comment (<a href="https://github-redirect.dependabot.com/guard/listen/issues/494">#494</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Fix: Linux driver now listens for :modify event (<a href="https://github-redirect.dependabot.com/guard/listen/issues/450">#450</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
<li>Fix: Tracking of removed subdirectories (<a href="https://github-redirect.dependabot.com/guard/listen/issues/460">#460</a>) <a href="https://github.com/bryanlira">@bryanlira</a></li>
<li>Use one <code>fsevent_watch</code> process per listener instead of one per dir (<a href="https://github-redirect.dependabot.com/guard/listen/issues/471">#471</a>) <a href="https://github.com/ioquatix">@ioquatix</a></li>
<li>Wrap Listener instances in WeakRef (<a href="https://github-redirect.dependabot.com/guard/listen/issues/477">#477</a>) <a href="https://github.com/jonathanhefner">@jonathanhefner</a></li>
<li>Include macOS Big Sur in Adapter::Darwin#usable? (<a href="https://github-redirect.dependabot.com/guard/listen/issues/479">#479</a>) <a href="https://github.com/christiankn">@christiankn</a></li>
<li>fix hanging race condition (<a href="https://github-redirect.dependabot.com/guard/listen/issues/481">#481</a>, <a href="https://github-redirect.dependabot.com/guard/listen/issues/500">#500</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
<li>Remove Listen::Internals::ThreadPool (<a href="https://github-redirect.dependabot.com/guard/listen/issues/483">#483</a>) <a href="https://github.com/jonathanhefner">@jonathanhefner</a></li>
<li>Tidy up thread killing. Remove JRuby workaround. (<a href="https://github-redirect.dependabot.com/guard/listen/issues/484">#484</a>) <a href="https://github.com/ioquatix">@ioquatix</a></li>
<li>move thread caller stack and rescue+log to a common place (<a href="https://github-redirect.dependabot.com/guard/listen/issues/487">#487</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
<li>unify logging through Listen.logger; add missing logger_spec (<a href="https://github-redirect.dependabot.com/guard/listen/issues/497">#497</a>) <a href="https://github.com/ColinDKelley">@ColinDKelley</a></li>
</ul>
<h2>v3.3.0.pre.2 pre-release</h2>
<h2>✨ New Features</h2>
<ul>
<li>use file size to check for modifications (<a href="https://github-redirect.dependabot.com/guard/listen/issues/336">#336</a>) <a href="https://github.com/marawan31">@marawan31</a></li>
<li>Ignore mutagen sync temporary files (<a href="https://github-redirect.dependabot.com/guard/listen/issues/469">#469</a>) <a href="https://github.com/nilbus">@nilbus</a></li>
<li>Add GitHub Actions for development workflow. (<a href="https://github-redirect.dependabot.com/guard/listen/issues/485">#485</a>) <a href="https://github.com/ioquatix">@ioquatix</a></li>
<li>Allow Ruby 3 (<a href="https://github-redirect.dependabot.com/guard/listen/issues/490">#490</a>) <a href="https://github.com/yahonda">@yahonda</a></li>
<li>Add Truffleruby head to CI (<a href="https://github-redirect.dependabot.com/guard/listen/issues/493">#493</a>) <a href="https://github.com/gogainda">@gogainda</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/guard/listen/commit/389c92bb34e7d2f9dcae881107e5c0fa4ce372d6"><code>389c92b</code></a> release prep: bump version to 3.3.0</li>
<li><a href="https://github.com/guard/listen/commit/fae2c7a17d07dfe92e8108f77e424a25fd856f25"><code>fae2c7a</code></a> replaced Travis references in README with Github Workflows</li>
<li><a href="https://github.com/guard/listen/commit/64a02723f98e692f83c2493f6faa9668aa5e7082"><code>64a0272</code></a> issue <a href="https://github-redirect.dependabot.com/guard/listen/issues/505">#505</a>: rubocop preferences</li>
<li><a href="https://github.com/guard/listen/commit/a4ab1a7432c1452baa08058a87aa4cf66115fa95"><code>a4ab1a7</code></a> issue <a href="https://github-redirect.dependabot.com/guard/listen/issues/505">#505</a>: rescue_and_log exceptions raised from callback</li>
<li><a href="https://github.com/guard/listen/commit/939298d8d959612186107344470f944808108fe1"><code>939298d</code></a> issue <a href="https://github-redirect.dependabot.com/guard/listen/issues/505">#505</a>: add Listen::Thread.rescue_and_log with tests</li>
<li><a href="https://github.com/guard/listen/commit/d4f4ed604b72ab487cea51e9f27b02d60f5d6a30"><code>d4f4ed6</code></a> issue <a href="https://github-redirect.dependabot.com/guard/listen/issues/505">#505</a>: set rspec max_formatted_output_length = 2_000</li>
<li><a href="https://github.com/guard/listen/commit/b32a035ad8823b9ed240f5e3176602552f5c4e3a"><code>b32a035</code></a> Dont use experimental options for truffleruby</li>
<li><a href="https://github.com/guard/listen/commit/c333f1574770911e9f3b451fdb2c355714431a6f"><code>c333f15</code></a> bump version to 3.3.0.pre.3</li>
<li><a href="https://github.com/guard/listen/commit/76d5a005be4acb7461ec60d6950e362776f4a867"><code>76d5a00</code></a> issue <a href="https://github-redirect.dependabot.com/guard/listen/issues/450">#450</a>: linux driver: add :modify to default events listened to</li>
<li><a href="https://github.com/guard/listen/commit/26f5848feb1fa0d1a754fa3d272a05233e797ea0"><code>26f5848</code></a> issue <a href="https://github-redirect.dependabot.com/guard/listen/issues/475">#475</a>: add README known issue for FreeBSD users</li>
<li>Additional commits viewable in <a href="https://github.com/guard/listen/compare/v3.2.1...v3.3.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates)
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>
You can view, comment on, or merge this pull request online at:
https://github.com/openstreetmap/openstreetmap-website/pull/2948
-- Commit Summary --
* Bump listen from 3.2.1 to 3.3.0
-- File Changes --
M Gemfile.lock (2)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/2948.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2948.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2948
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201109/095a75db/attachment-0001.htm>
More information about the rails-dev
mailing list