Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the minor-updates group across 1 directory with 3 updates (#278)
Bumps the minor-updates group with 3 updates in the / directory: [rubocop-performance](https://github.com/rubocop/rubocop-performance), [cuprite](https://github.com/rubycdp/cuprite) and [rspec-rails](https://github.com/rspec/rspec-rails). Updates `rubocop-performance` from 1.21.0 to 1.21.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-performance/releases">rubocop-performance's releases</a>.</em></p> <blockquote> <h2>RuboCop Performance 1.21.1</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/pull/452">#452</a>: Fix an error for <code>Performance/RedundantEqualityComparisonBlock</code> when the block is empty. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md">rubocop-performance's changelog</a>.</em></p> <blockquote> <h2>1.21.1 (2024-06-16)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop-performance/pull/452">#452</a>: Fix an error for <code>Performance/RedundantEqualityComparisonBlock</code> when the block is empty. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop-performance/commit/decd4a4a80fca424a693afd7eea6cca0823dfb46"><code>decd4a4</code></a> Cut 1.21.1</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/e9acfaf038034698acd161abffbbee3945469e37"><code>e9acfaf</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/142d49f711db371646158bd2316f273f96bf583f"><code>142d49f</code></a> Use <code>sh</code> instead of <code>system cmd, exception: true</code> in *.rake</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/404ca8b03fe10f09a6ad9e1f6d97162b2bbe0f87"><code>404ca8b</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/453">#453</a> from Earlopain/readme-badge</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/dae5c832b2f89bd4760f10260c5a3ffffcbd385e"><code>dae5c83</code></a> Fix readme CI badge</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/cec9f548b298a81c4b874a413d23dea4e9f835e4"><code>cec9f54</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/452">#452</a> from Earlopain/fix-error-for-redundant-equality-check</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/106202ab58b21ef2a212d85507fc7d7f769e24fd"><code>106202a</code></a> Fix error for <code>Performance/RedundantEqualityComparisonBlock</code> when block is empty</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/4752f8d7a7757dcce1d7e93382f2e602380ecf06"><code>4752f8d</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop-performance/issues/451">#451</a> from koic/restore_skipping_specs_for_prism</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/875bdb4188d3700e0fd9755088a8ccc777bbe21d"><code>875bdb4</code></a> Restore skipped specs for Prism</li> <li><a href="https://github.com/rubocop/rubocop-performance/commit/eab7722257619dccfd99f5d22732093fed9af021"><code>eab7722</code></a> Correct some example descriptions</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop-performance/compare/v1.21.0...v1.21.1">compare view</a></li> </ul> </details> <br /> Updates `cuprite` from 0.15 to 0.15.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubycdp/cuprite/releases">cuprite's releases</a>.</em></p> <blockquote> <h2>0.15.1</h2> <h3>Added</h3> <ul> <li>Support for <code>Driver#send_keys</code>, the <code>:focused</code> filter, and <code>Driver#active_element</code> <a href="https://redirect.github.com/rubycdp/cuprite/issues/261">#261</a></li> </ul> <h3>Changed</h3> <ul> <li><code>@window_size</code> attribute is moved from Ferrum, viewport size is still inherited <a href="https://redirect.github.com/rubycdp/cuprite/issues/253">#253</a></li> <li>Compatibility with latest Ferrum. Browser instance is not passed everywhere now <a href="https://redirect.github.com/rubycdp/cuprite/issues/254">#254</a> <ul> <li><code>Cuprite::Browser</code> methods are located in <code>Options</code>. <ul> <li><code>#window_size</code></li> <li><code>#url_blacklist</code></li> <li><code>#url_whitelist</code></li> <li><code>#timeout</code></li> </ul> </li> <li><code>Page#new</code> arguments are changed to <code>client, context_id:, target_id:</code></li> <li><code>Target#attached?</code> renamed to <code>Target#connected?</code></li> <li>Ferrum doesn't restart browser automatically, Cuprite does</li> <li><code>Browser#close_window</code> removes target id asap from the target list</li> </ul> </li> </ul> <h3>Fixed</h3> <ul> <li>Detect whether element is in the viewport and clickable before click <a href="https://redirect.github.com/rubycdp/cuprite/issues/251">#251</a></li> <li>Remember parentNode in case onChange callback mutates DOM <a href="https://redirect.github.com/rubycdp/cuprite/issues/227">#227</a></li> <li>Correctly open devtools page when calling <code>debug</code> <a href="https://redirect.github.com/rubycdp/cuprite/issues/252">#252</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubycdp/cuprite/blob/main/CHANGELOG.md">cuprite's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rubycdp/ferrum/compare/v0.15...0.15.1">0.15.1</a> - (Jun 15, 2024)</h2> <h3>Added</h3> <ul> <li>Support for <code>Driver#send_keys</code>, the <code>:focused</code> filter, and <code>Driver#active_element</code> <a href="https://redirect.github.com/rubycdp/cuprite/issues/261">#261</a></li> </ul> <h3>Changed</h3> <ul> <li><code>@window_size</code> attribute is moved from Ferrum, viewport size is still inherited <a href="https://redirect.github.com/rubycdp/cuprite/issues/253">#253</a></li> <li>Compatibility with latest Ferrum. Browser instance is not passed everywhere now <a href="https://redirect.github.com/rubycdp/cuprite/issues/254">#254</a> <ul> <li><code>Cuprite::Browser</code> methods are located in <code>Options</code>. <ul> <li><code>#window_size</code></li> <li><code>#url_blacklist</code></li> <li><code>#url_whitelist</code></li> <li><code>#timeout</code></li> </ul> </li> <li><code>Page#new</code> arguments are changed to <code>client, context_id:, target_id:</code></li> <li><code>Target#attached?</code> renamed to <code>Target#connected?</code></li> <li>Ferrum doesn't restart browser automatically, Cuprite does</li> <li><code>Browser#close_window</code> removes target id asap from the target list</li> </ul> </li> </ul> <h3>Fixed</h3> <ul> <li>Detect whether element is in the viewport and clickable before click <a href="https://redirect.github.com/rubycdp/cuprite/issues/251">#251</a></li> <li>Remember parentNode in case onChange callback mutates DOM <a href="https://redirect.github.com/rubycdp/cuprite/issues/227">#227</a></li> <li>Correctly open devtools page when calling <code>debug</code> <a href="https://redirect.github.com/rubycdp/cuprite/issues/252">#252</a></li> </ul> <h3>Removed</h3> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubycdp/cuprite/commit/0b8da9c31df1145c60eaae7b89b3a58ed4d8c0df"><code>0b8da9c</code></a> Bump up (<a href="https://redirect.github.com/rubycdp/cuprite/issues/267">#267</a>)</li> <li><a href="https://github.com/rubycdp/cuprite/commit/4c9f4f29a01a314e280ca57c86830fbfd222e136"><code>4c9f4f2</code></a> fix: CUPRITE_DEBUG should be checked asap</li> <li><a href="https://github.com/rubycdp/cuprite/commit/b3b0d36665cd7abd6c57d292cd06264f8e958fd0"><code>b3b0d36</code></a> Docs: Update url allow/block instructions (<a href="https://redirect.github.com/rubycdp/cuprite/issues/265">#265</a>)</li> <li><a href="https://github.com/rubycdp/cuprite/commit/9e2788fac70a9d250364ced47a50b77e18fe31a5"><code>9e2788f</code></a> Add delay to dragging to support libraries that require the mouse be held bef...</li> <li><a href="https://github.com/rubycdp/cuprite/commit/c1c2e424fe213f5eecda6aacf9c026f23ad80f8b"><code>c1c2e42</code></a> Support <code>Node#active_element</code> and <code>:focused</code> filter (<a href="https://redirect.github.com/rubycdp/cuprite/issues/261">#261</a>)</li> <li><a href="https://github.com/rubycdp/cuprite/commit/1e573a72ce0fb587c41fe10fcc46baa36a56ea54"><code>1e573a7</code></a> fix: <a href="https://redirect.github.com/rubycdp/cuprite/issues/203">#203</a> lazy create and attach to a page after reset (<a href="https://redirect.github.com/rubycdp/cuprite/issues/260">#260</a>)</li> <li><a href="https://github.com/rubycdp/cuprite/commit/7f09274ea1ef748e6694853047871332ff12cc38"><code>7f09274</code></a> ref: Compatibility with latest Ferrum (<a href="https://redirect.github.com/rubycdp/cuprite/issues/254">#254</a>)</li> <li><a href="https://github.com/rubycdp/cuprite/commit/c5ff4669065e3a6a227bbbb4d0800053eb1b0747"><code>c5ff466</code></a> chore: Remove Poltergeist mentions completely</li> <li><a href="https://github.com/rubycdp/cuprite/commit/9e18f7340c8fa022e54325e6e85b8bee8f169483"><code>9e18f73</code></a> chore: update checkout@v4</li> <li><a href="https://github.com/rubycdp/cuprite/commit/910ab5962c45a1cd051adde9176ff063bc4b7cad"><code>910ab59</code></a> chore: Move window_size to Ferrum (<a href="https://redirect.github.com/rubycdp/cuprite/issues/253">#253</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rubycdp/cuprite/compare/v0.15...v0.15.1">compare view</a></li> </ul> </details> <br /> Updates `rspec-rails` from 6.1.2 to 6.1.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rspec/rspec-rails/blob/main/Changelog.md">rspec-rails's changelog</a>.</em></p> <blockquote> <h3>6.1.3 / 2024-06-19</h3> <p><a href="https://github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3">Full Changelog</a></p> <p>Bug Fixes:</p> <ul> <li>Reset <code>ActiveSupport::CurrentAttributes</code> between examples. (Javier Julio, <a href="https://redirect.github.com/rspec/rspec-rails/issues/2752">#2752</a>)</li> <li>Fix a broken link in generated mailer previews. (Chiara Núñez, <a href="https://redirect.github.com/rspec/rspec-rails/issues/2764">#2764</a>)</li> <li>Fix <code>have_status_code</code> behaviour with deprecated status names by delegating to <code>Rack::Utils.status_code/1</code> to set the expected status code. (Darren Boyd, <a href="https://redirect.github.com/rspec/rspec-rails/issues/2765">#2765</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rspec/rspec-rails/commit/c5db6616da4a2c77f5becb29bbfe84112ce42e01"><code>c5db661</code></a> v6.1.3</li> <li><a href="https://github.com/rspec/rspec-rails/commit/755edf6c77b9b619e751cc4a04021e127114edb1"><code>755edf6</code></a> Fix changelog link</li> <li><a href="https://github.com/rspec/rspec-rails/commit/ff22a67822a352534e52925b708b61cb87f29d6f"><code>ff22a67</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2769">#2769</a> from rspec/fix-rails-main-build-27</li> <li><a href="https://github.com/rspec/rspec-rails/commit/44f313e3e385894ec8564c7f7d4dcfe5cc07ae2c"><code>44f313e</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2768">#2768</a> from rspec/fix-rails-main-build</li> <li><a href="https://github.com/rspec/rspec-rails/commit/32d041322dc18984e0e225476a825188c4878102"><code>32d0413</code></a> Add missing spec for <a href="https://redirect.github.com/rspec/rspec-rails/issues/2765">#2765</a></li> <li><a href="https://github.com/rspec/rspec-rails/commit/158af836d253aa7693dc905e07de2d68e467d525"><code>158af83</code></a> Correct changelog for <a href="https://redirect.github.com/rspec/rspec-rails/issues/2765">#2765</a></li> <li><a href="https://github.com/rspec/rspec-rails/commit/c6a3d8362ebc5f3c41071aa0e7a90ddf8df3f285"><code>c6a3d83</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2765">#2765</a> from darrenboyd/rack-public-api-use</li> <li><a href="https://github.com/rspec/rspec-rails/commit/4e8c259b86cdf092515ff8adf683ccfbfef75d6a"><code>4e8c259</code></a> Note selenium changes</li> <li><a href="https://github.com/rspec/rspec-rails/commit/d367b8ac5f7f6c858592255b463ddbbbca3c061a"><code>d367b8a</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2767">#2767</a> from rspec/remove-reliah-gem</li> <li><a href="https://github.com/rspec/rspec-rails/commit/3925fc918908a0d367873f0f39ead9839e774ad2"><code>3925fc9</code></a> Merge pull request <a href="https://redirect.github.com/rspec/rspec-rails/issues/2766">#2766</a> from rspec/fix-ci-warning</li> <li>Additional commits viewable in <a href="https://github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information