Skip to content

Update dependency cuprite to v0.18 - #11997

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/cuprite-0.x-lockfile
Sep 8, 2026
Merged

Update dependency cuprite to v0.18#11997
renovate[bot] merged 1 commit into
mainfrom
renovate/cuprite-0.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cuprite (source) 0.170.18 age confidence

Release Notes

rubycdp/cuprite (cuprite)

v0.18

Compare Source

Added
  • Support time inputs [#​245]
  • Add initial support for shadow_root [#​234]
  • Support Capybara::Cuprite::Node#rect [#​276]
  • Extend Node#set with the datetime-local input type [#​295]
  • Support HTML5 drag-and-drop and drag modifier keys in Node#drag_to [#​315]
  • Support Element#drop for files and strings [#​316]
  • Add :raise_on_unhandled_modal browser option to raise instead of warn on an unhandled modal [#​320]
Changed
  • Bump Ferrum dependency to ~> 0.18.0
Fixed
  • Ensure the node has focus before setting value [#​280]
  • Raise ObsoleteNode instead of silently acting on a node that got disconnected from the DOM between being found and being used [#​239]
  • Capybara::Cuprite::Node#send_keys ignores empty or nil keys instead of raising, matching the Selenium and rack_test drivers [#​313]
  • Driver#switch_to_frame accepts a Capybara::Cuprite::Node instead of only a wrapped Capybara::Node::Element [#​312]
  • Report tag_name as "ShadowRoot" for shadow root nodes [#​318]
  • Treat non-summary descendants of a closed <details> element as non-visible [#​317]
  • switch_to_window sends Target.activateTarget so Chrome reactivates the window's renderer immediately instead of leaving it backgrounded, which could stall the next input command for several seconds [#​321]
  • Node#set fires input and change events for a color input, since its value can only be set via JavaScript and never gets them naturally [#​229]
  • Generate a FocusEvent (not a generic Event) for focus-related events (blur, focus, focusin, focusout), matching real browser behavior [#​272]
Removed

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Sep 8, 2026
@renovate
renovate Bot force-pushed the renovate/cuprite-0.x-lockfile branch from c8141e3 to fdf4772 Compare September 8, 2026 06:47
@renovate
renovate Bot force-pushed the renovate/cuprite-0.x-lockfile branch from fdf4772 to 04efb5a Compare September 8, 2026 10:16
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Code Coverage Report: Only Changed Files listed

Package Base Coverage New Coverage Difference
app/controllers/application_controller.rb 🟢 75.21% 🟢 76.07% 🟢 0.86%
app/controllers/concerns/redirect_with_authentication.rb 🔴 0% 🔴 42.86% 🟢 42.86%
app/controllers/registrations_controller.rb 🔴 0% 🟢 85% 🟢 85%
app/models/signup.rb 🟢 89.71% 🟢 89.86% 🟢 0.15%
app/models/user.rb 🟢 88.89% 🟢 92.59% 🟢 3.7%
app/services/turnstile_verification_service.rb 🔴 0% 🟢 89.66% 🟢 89.66%
test/services/turnstile_verification_service_test.rb 🔴 0% 🟢 100% 🟢 100%
Overall Coverage 🟢 58.25% 🟢 58.35% 🟢 0.1%

Minimum allowed coverage is 0%, this run produced 58.35%

@renovate
renovate Bot merged commit 2d8a3b8 into main Sep 8, 2026
24 checks passed
@renovate
renovate Bot deleted the renovate/cuprite-0.x-lockfile branch September 8, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants