[openstreetmap/openstreetmap-website] Bump capybara from 3.33.0 to 3.34.0 (#2984)
dependabot[bot]
notifications at github.com
Fri Nov 27 05:01:45 UTC 2020
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.33.0 to 3.34.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/teamcapybara/capybara/blob/master/History.md">capybara's changelog</a>.</em></p>
<blockquote>
<h1>Version 3.34.0</h1>
<p>Release date: 2020-11-26</p>
<h3>Added</h3>
<ul>
<li>Ability to fill in with emoji when using Chrome with selenium driver (Firefox already worked)</li>
<li>Current path assetsions/expectations accept optional filter block</li>
<li>Animation disabler now specifies <code>scroll-behavior: auto;</code> [Nathan Broadbent]</li>
<li>:button selector can now find elements by label text [Sean Doyle]</li>
<li><code>Session#send_keys</code> to send keys to the current element with focus in drivers that support the
concept of a current element [Sean Doyle]</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Text query validates the type parameter to prevent undefined behavior</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>racktest driver better handles fragments and redirection to urls that include fragments</li>
<li>Don't error when attempting to get XPath location of a shadow element</li>
<li>Missing <code>readonly?</code> added to Node::Simple</li>
<li>Selenium version detection when loaded via alternate method [Joel Hawksley]</li>
<li>Connection count issue if REQUEST_URI value changed by app [Blake Williams]</li>
<li>Maintain URI fragment when redirecting in rack-test driver</li>
<li>Text query error message [Wojciech Wnętrzak]</li>
<li>Checking a checkbox/radio button with <code>allow_label_click</code> now works if there are multiple labels (Issue <a href="https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2421">#2421</a>)</li>
<li><code>drop</code> with <code>Pathname</code> (Issue <a href="https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2424">#2424</a>)[Máximo Mussini]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/teamcapybara/capybara/commit/7cbb6fca27544e012a4b894ba7ef1ab10c8e2d89"><code>7cbb6fc</code></a> Update History.md for release date</li>
<li><a href="https://github.com/teamcapybara/capybara/commit/6790d0ac52ffaa68019f07d710ccb3dc2f7fddc2"><code>6790d0a</code></a> Update README for 3.34 release branch [ci skip]</li>
<li><a href="https://github.com/teamcapybara/capybara/commit/161cfcf76b4e8edc6550537df89947c45cca4256"><code>161cfcf</code></a> Update README for 3.34 [ci skip]</li>
<li><a href="https://github.com/teamcapybara/capybara/commit/fb5ac4a17daaa49e57fab2d6c85c038860b6eebd"><code>fb5ac4a</code></a> Update History.md and version to prepare for 3.34.0 release</li>
<li><a href="https://github.com/teamcapybara/capybara/commit/051a64d19296b1624925f55e39a60c779afe6abc"><code>051a64d</code></a> Rubocop cleanup</li>
<li><a href="https://github.com/teamcapybara/capybara/commit/eae0d99385da51fe2aeeaac3c7696856ade0b89f"><code>eae0d99</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2424">#2424</a> from ElMassimo/fix/drop</li>
<li><a href="https://github.com/teamcapybara/capybara/commit/c5220c859c1bb4a2b2f47c7096da95d90615f884"><code>c5220c8</code></a> Update History.md</li>
<li><a href="https://github.com/teamcapybara/capybara/commit/8c4bffda867c9edc4c5a7b8d37738065775f9945"><code>8c4bffd</code></a> Declare <code>Session#send_keys</code> (<a href="https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2422">#2422</a>)</li>
<li><a href="https://github.com/teamcapybara/capybara/commit/54b0081dfdd6bf3437fe50993a7d8aed536ae039"><code>54b0081</code></a> Minor rubocop updates</li>
<li><a href="https://github.com/teamcapybara/capybara/commit/7bea9636ee582baabe96e73d15f9d50ff0c23569"><code>7bea963</code></a> Fix bug in Capybara::Node::Element#drop causing Pathname drops to be ignored</li>
<li>Additional commits viewable in <a href="https://github.com/teamcapybara/capybara/compare/3.33.0...3.34.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/2984
-- Commit Summary --
* Bump capybara from 3.33.0 to 3.34.0
-- File Changes --
M Gemfile.lock (2)
-- Patch Links --
https://github.com/openstreetmap/openstreetmap-website/pull/2984.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2984.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/2984
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201126/12ad2d3e/attachment.htm>
More information about the rails-dev
mailing list