[openstreetmap/openstreetmap-website] Bump browser from 4.2.0 to 5.0.0 (#2848)

dependabot[bot] notifications at github.com
Thu Sep 24 05:01:33 UTC 2020


Bumps [browser](https://github.com/fnando/browser) from 4.2.0 to 5.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/fnando/browser/blob/main/CHANGELOG.md">browser's changelog</a>.</em></p>
<blockquote>
<h2>5.0.0</h2>
<ul>
<li>Rename <code>Browser::Platform#other?</code> to <code>Browser::Platform#unknown?</code>.</li>
<li>Unknown platforms now return <code>:unknown_platform</code> as the id.</li>
<li>Unknown devices now return <code>:unknown_device</code> as the id.</li>
<li>Unknown browsers now return <code>:unknown_browser</code> as the id.</li>
<li>All the changes above affect how <code>browser.meta</code> is composed.</li>
<li>Add method <code>Browser::Base#unknown?</code>.</li>
<li>Fix issue with <code>Browser::Base#safari?</code> matching full version.</li>
<li>Add Maxthon detection.</li>
<li>Add Google Search App detection.</li>
<li>Add Huawei Browser detection.</li>
<li>Fix Duck Duck Go browser that was being recognized as a bot.</li>
<li>Add Miui Browser detection.</li>
<li>Add <code>Browser::Base#qq?</code>.</li>
<li>Fix QQ detection.</li>
<li>Fix Alipay detection.</li>
<li>Add Sougou Browser detection.</li>
<li>User agent has a size limit of 512 bytes. This can be customized through
<code>Browser.user_agent_size_limit</code>.</li>
<li>Accept-Language has a size limit of 256 bytes. This can be customized through
<code>Browser.accept_language_size_limit</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/fnando/browser/commit/acf6a7425dabbabe7ce3de9ffba90623adf43b52"><code>acf6a74</code></a> Bump up version.</li>
<li><a href="https://github.com/fnando/browser/commit/dc259a242b8d53c013afeafa901d8e58ac2f0709"><code>dc259a2</code></a> Set size limit for user agent and accept language. (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/493">#493</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/a3a7a7faa96a5ac7499a8fa6b7e4ae9991f2aba0"><code>a3a7a7f</code></a> Add Sougou Browser detection (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/490">#490</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/c916a52abc814e66cfe18c11d7296df405cd0716"><code>c916a52</code></a> Don't recognize Alipay as Safari (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/487">#487</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/6fa957f72c3b137dda24c71cf03187d396b4a4a9"><code>6fa957f</code></a> Don't recognize QQ as Chrome/Safari (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/484">#484</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/8e54c573af16e7d89d8dedb3362dfea5cd18b600"><code>8e54c57</code></a> Create FUNDING.yml</li>
<li><a href="https://github.com/fnando/browser/commit/c6ef958ab1d35dc61474260d48139feda82c3ab6"><code>c6ef958</code></a> Don't recognize Opera also as Safari (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/483">#483</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/8576c7e46a237613abdaab88663da57e7c9319d6"><code>8576c7e</code></a> Add Miui Browser detection. (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/478">#478</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/e28c9a11f59c8d8e223a21cb9eb0180f404201a6"><code>e28c9a1</code></a> Ensure Duck Duck Go browser is not detected as a bot. (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/477">#477</a>)</li>
<li><a href="https://github.com/fnando/browser/commit/daf2181e6281bb64e1e427b78f3bf2a24031af19"><code>daf2181</code></a> Add Huawei Browser detection. (<a href="https://github-redirect.dependabot.com/fnando/browser/issues/472">#472</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/fnando/browser/compare/v4.2.0...v5.0.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=browser&package-manager=bundler&previous-version=4.2.0&new-version=5.0.0)](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/2848

-- Commit Summary --

  * Bump browser from 4.2.0 to 5.0.0

-- File Changes --

    M Gemfile.lock (2)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2848.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2848.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/2848
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200923/3d52b208/attachment.htm>


More information about the rails-dev mailing list