Skip to content

Bump the development-dependencies group across 1 directory with 4 updates #3458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the development-dependencies group with 4 updates in the / directory: cuprite, simplecov-console, sprockets and timecop.

Updates cuprite from 0.15 to 0.15.1

Release notes

Sourced from cuprite's releases.

0.15.1

Added

  • Support for Driver#send_keys, the :focused filter, and Driver#active_element #261

Changed

  • @window_size attribute is moved from Ferrum, viewport size is still inherited #253
  • Compatibility with latest Ferrum. Browser instance is not passed everywhere now #254
    • Cuprite::Browser methods are located in Options.
      • #window_size
      • #url_blacklist
      • #url_whitelist
      • #timeout
    • Page#new arguments are changed to client, context_id:, target_id:
    • Target#attached? renamed to Target#connected?
    • Ferrum doesn't restart browser automatically, Cuprite does
    • Browser#close_window removes target id asap from the target list

Fixed

  • Detect whether element is in the viewport and clickable before click #251
  • Remember parentNode in case onChange callback mutates DOM #227
  • Correctly open devtools page when calling debug #252
Changelog

Sourced from cuprite's changelog.

0.15.1 - (Jun 15, 2024)

Added

  • Support for Driver#send_keys, the :focused filter, and Driver#active_element #261

Changed

  • @window_size attribute is moved from Ferrum, viewport size is still inherited #253
  • Compatibility with latest Ferrum. Browser instance is not passed everywhere now #254
    • Cuprite::Browser methods are located in Options.
      • #window_size
      • #url_blacklist
      • #url_whitelist
      • #timeout
    • Page#new arguments are changed to client, context_id:, target_id:
    • Target#attached? renamed to Target#connected?
    • Ferrum doesn't restart browser automatically, Cuprite does
    • Browser#close_window removes target id asap from the target list

Fixed

  • Detect whether element is in the viewport and clickable before click #251
  • Remember parentNode in case onChange callback mutates DOM #227
  • Correctly open devtools page when calling debug #252

Removed

Commits
  • 0b8da9c Bump up (#267)
  • 4c9f4f2 fix: CUPRITE_DEBUG should be checked asap
  • b3b0d36 Docs: Update url allow/block instructions (#265)
  • 9e2788f Add delay to dragging to support libraries that require the mouse be held bef...
  • c1c2e42 Support Node#active_element and :focused filter (#261)
  • 1e573a7 fix: #203 lazy create and attach to a page after reset (#260)
  • 7f09274 ref: Compatibility with latest Ferrum (#254)
  • c5ff466 chore: Remove Poltergeist mentions completely
  • 9e18f73 chore: update checkout@v4
  • 910ab59 chore: Move window_size to Ferrum (#253)
  • Additional commits viewable in compare view

Updates simplecov-console from 0.9.1 to 0.9.3

Changelog

Sourced from simplecov-console's changelog.

Changelog

0.9.2 (2024.09.17)

  • Fix: typo in output (#24)
Commits
  • d61807a Regenerate gemspec for version 0.9.3
  • b2513c0 Merge pull request #26 from mindvision/master
  • 59cc677 Forgot to add to attributes
  • 96080c5 Update VERSION for new file output options
  • e06a3ae Update README.md to explain new options
  • cb81be7 Add output_to_file & output_filename options
  • b4798b5 Regenerate gemspec for version 0.9.2
  • b4b9dda Version bump to 0.9.2
  • 682adff docs: updated changelog for 0.9.2
  • d19bd4f Merge pull request #24 from Aboling0/patch-1
  • Additional commits viewable in compare view

Updates sprockets from 4.2.1 to 4.2.2

Changelog

Sourced from sprockets's changelog.

4.2.2

  • Added missing dependency on logger. #813
  • Fix URI::RFC3986_PARSER warnings. #812
  • Removed dependency on base64. #810
Commits
  • 4dff018 Release 4.2.2
  • 2fe13f2 Merge pull request #812 from yahonda/uri_rfc3986_parser_escape_and_unescape_a...
  • 19b056c Merge pull request #813 from yahonda/add_logger
  • ceac1ce Merge pull request #811 from yahonda/bump_rake
  • e87e7c6 Add logger as dependency to address warnings against Ruby 3.4.0dev
  • 9386ae4 Address warning: URI::RFC3986_PARSER warnings against ruby 3.4.0dev
  • 8b47cd5 Bump rake version 13 or higher to suppress ostruct warnings
  • 37b8468 Merge pull request #799 from m-nakamura145/update-ci-matrix
  • e4686d5 Merge pull request #810 from tricknotes/drop-base64
  • b8eaeef Drop base64 gem from dependency
  • Additional commits viewable in compare view

Updates timecop from 0.9.9 to 0.9.10

Changelog

Sourced from timecop's changelog.

v0.9.10

  • Make Process.clock_gettime configurable and turned off by default (for backwards compatability) (#427)
Commits

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 commands and options

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

@dependabot dependabot bot added bundler Gemfile dependencies dependencies Pull requests that update a dependency file skip changeset Pull requests that don't change the library output labels Apr 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 21, 2025 11:56
@dependabot dependabot bot requested a review from hectahertz April 21, 2025 11:56
Copy link

changeset-bot bot commented Apr 21, 2025

⚠️ No Changeset found

Latest commit: 8cfc396

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

…ates

Bumps the development-dependencies group with 4 updates in the / directory: [cuprite](https://github.com/rubycdp/cuprite), [simplecov-console](https://github.com/chetan/simplecov-console), [sprockets](https://github.com/rails/sprockets) and [timecop](https://github.com/travisjeffery/timecop).


Updates `cuprite` from 0.15 to 0.15.1
- [Release notes](https://github.com/rubycdp/cuprite/releases)
- [Changelog](https://github.com/rubycdp/cuprite/blob/main/CHANGELOG.md)
- [Commits](rubycdp/cuprite@v0.15...v0.15.1)

Updates `simplecov-console` from 0.9.1 to 0.9.3
- [Changelog](https://github.com/chetan/simplecov-console/blob/master/CHANGELOG.md)
- [Commits](chetan/simplecov-console@v0.9.1...v0.9.3)

Updates `sprockets` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/rails/sprockets/releases)
- [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md)
- [Commits](rails/sprockets@v4.2.1...v4.2.2)

Updates `timecop` from 0.9.9 to 0.9.10
- [Changelog](https://github.com/travisjeffery/timecop/blob/master/History.md)
- [Commits](travisjeffery/timecop@v0.9.9...v0.9.10)

---
updated-dependencies:
- dependency-name: cuprite
  dependency-version: 0.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: simplecov-console
  dependency-version: 0.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: sprockets
  dependency-version: 4.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: timecop
  dependency-version: 0.9.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/bundler/development-dependencies-4e21627247 branch from c86afed to 8cfc396 Compare April 28, 2025 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bundler Gemfile dependencies dependencies Pull requests that update a dependency file skip changeset Pull requests that don't change the library output
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants