Skip to content

Bump the minor-and-patch group across 1 directory with 6 updates - #99

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/minor-and-patch-1d6284f585
Closed

Bump the minor-and-patch group across 1 directory with 6 updates#99
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/minor-and-patch-1d6284f585

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 6 updates in the / directory:

Package From To
mission_control-jobs 1.1.0 1.2.0
pagy 43.6.1 43.6.2
valid_email2 7.0.15 7.1.0
resend 1.10.0 1.13.0
selenium-webdriver 4.47.0 4.48.0
webmock 3.26.3 3.26.4

Updates mission_control-jobs from 1.1.0 to 1.2.0

Release notes

Sourced from mission_control-jobs's releases.

v1.2.0

Lots of small improvements and fixes from a bunch of new contributors in this one.

What's Changed

New Contributors

Full Changelog: rails/mission_control-jobs@v1.1.0...v1.2.0

Commits
  • 9212cc7 Bump mission_control-jobs to 1.2.0
  • 9df2fec Swap only the backtrace when toggling between clean and full
  • 0ad850c Disable Turbo's prefetching of links on hover
  • 763e1fc fix markup and add a controller test for QueuesController
  • c8d58c4 Route host app helpers used inside the engine through main_app
  • 6b310ad use default_url_options from base_controller_class
  • dbe5bfc Show how many times a job has been retried
  • a7bf96a Add option to customize the "Back to main app" path
  • 9c15870 Fix blocked jobs rendering the "Expires" tooltip markup as text
  • 2bc60f2 Avoid N+1 count queries when listing Solid Queue queues
  • Additional commits viewable in compare view

Updates pagy from 43.6.1 to 43.6.2

Release notes

Sourced from pagy's releases.

Version 43.6.2

Changes in 43.6.2

  • Fix nil records returned for Array collections on page overflow (#920) (Fix #919)

CHANGELOG

Version 43

We needed a leap version to unequivocally signal that it's not just a major version: it's a complete redesign of the legacy code at all levels, usage and API included.

Why 43? Because it's exactly one step beyond "The answer to the ultimate question of life, the Universe, and everything." 😉

Improvements

This version introduces several enhancements, such as new :countish and :keynav_js paginators and improved automation and configuration processes, reducing setup requirements by 99%. The update also includes a simpler API and new interactive development tools, making it a comprehensive upgrade from previous versions.

  • New :countish Paginator
    • Faster than OFFSET and supporting the full UI
  • New Keynav Pagination
    • The pagy-exclusive technique using the fastest keyset pagination alongside all frontend helpers.
  • New interactive dev-tools
    • New PagyWand to integrate the pagy CSS with your app themes.
    • New Pagy AI available right inside your own app.
  • Intelligent automation
  • Simpler API
    • You solely need the pagy method and the @​pagy instance to paginate any collection and use any navigation tag and helper.
    • Methods are autoloaded only if used, and consume no memory otherwise.
    • Methods have narrower scopes and can be overridden without deep knowledge.
  • New documentation
    • Very concise, straightforward, and easy to navigate and understand.

Upgrade to 43

See the Upgrade Guide

Changelog

Sourced from pagy's changelog.

Version 43.6.2

  • Fix nil records returned for Array collections on page overflow (#920) (Fix #919)
Commits
  • e854305 Merge branch 'dev'
  • 6f0ebbe Version 43.6.2
  • 871fb4a 💎 Fix nil records returned for Array collections on page overflow (#920) (Fix...
  • 1ad8485 Fix broken links in CHANGELOG.md when displayed on GitHub (close #913)
  • 5248145 Update gems and packages
  • 4b5f6f9 Update RM run configs
  • 44afd3f Improve docs templating
  • 2d72e39 Improve Retype config, allowing url override to github actions (#918)
  • See full diff in compare view

Updates valid_email2 from 7.0.15 to 7.1.0

Release notes

Sourced from valid_email2's releases.

v7.1.0

7.1.0 (2026-08-23)

Bug Fixes

  • validate domain hostname rules per label (d4b80b4)
Changelog

Sourced from valid_email2's changelog.

7.1.0 (2026-08-23)

Features

Bug Fixes

  • validate domain hostname rules per label (d4b80b4)
  • add pipe | to hostname forbidden characters
  • update the list of deny-listed domains
Commits

Updates resend from 1.10.0 to 1.13.0

Release notes

Sourced from resend's releases.

v1.13.0

What's Changed

Full Changelog: resend/resend-ruby@v1.12.0...v1.13.0

v1.12.0

What's Changed

Full Changelog: resend/resend-ruby@v1.11.0...v1.12.0

v1.11.0

What's Changed

Full Changelog: resend/resend-ruby@v1.10.0...v1.11.0

Commits

Updates selenium-webdriver from 4.47.0 to 4.48.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.48.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

New Contributors

Full Changelog: SeleniumHQ/selenium@selenium-4.47.0...selenium-4.48.0

Changelog

Sourced from selenium-webdriver's changelog.

4.48.0 (2026-08-27)

  • Support CDP versions: v150, v151, v152
  • add low-level BiDi protocol integration specs (#17878)
  • [build] Automated Browser Version Update (major) with CDP (#17910)
  • fix silent hang on oversized WebSocket frames (#17655)
  • always reject a missing required inbound BiDi field (#17936)
  • accept a whole-valued float for an integer BiDi field (#17939)
  • reject an inbound BiDi scalar outside its union's declared arms (#17947)
Commits
  • 27f5213 [build] Prepare for release of selenium-4.48.0 (#17956)
  • 7bfaedb [rb] reject an inbound BiDi scalar outside its union's declared arms (#17947)
  • 6df5706 [rb] accept a whole-valued float for an integer BiDi field (#17939)
  • 1dd3004 [rb] always reject a missing required inbound BiDi field (#17936)
  • eb28a14 [rb] fix silent hang on oversized WebSocket frames (#17655)
  • 194545f [rb] fix Safari test failures (#17922)
  • 3e38711 [build] Automated Browser Version Update (major) with CDP (#17910)
  • 0003281 [rb] add low-level BiDi protocol integration specs (#17878)
  • b4b73af [build] Update lockfiles for nightly versions
  • 1ed71ed [build] Reset versions to nightly after selenium-4.47.0 release
  • See full diff in compare view

Updates webmock from 3.26.3 to 3.26.4

Release notes

Sourced from webmock's releases.

3.26.4

  • Fix race condition in HTTPClient adapter async requests by @​koic in #1131
Changelog

Sourced from webmock's changelog.

3.26.4

  • Fix race condition in HTTPClient adapter async requests by @​koic in #1131
Commits
  • 0fdbad0 Version 3.26.4
  • b187df8 Merge pull request #1131 from koic/fix_race_condition_in_httpclient_adapter_a...
  • f275724 Fix race condition in HTTPClient adapter async requests
  • See full diff in compare view

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 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

Bumps the minor-and-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [mission_control-jobs](https://github.com/rails/mission_control-jobs) | `1.1.0` | `1.2.0` |
| [pagy](https://github.com/ddnexus/pagy) | `43.6.1` | `43.6.2` |
| [valid_email2](https://github.com/micke/valid_email2) | `7.0.15` | `7.1.0` |
| [resend](https://github.com/resend/resend-ruby) | `1.10.0` | `1.13.0` |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.47.0` | `4.48.0` |
| [webmock](https://github.com/bblimke/webmock) | `3.26.3` | `3.26.4` |



Updates `mission_control-jobs` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/rails/mission_control-jobs/releases)
- [Commits](rails/mission_control-jobs@v1.1.0...v1.2.0)

Updates `pagy` from 43.6.1 to 43.6.2
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/docs/CHANGELOG.md)
- [Commits](ddnexus/pagy@43.6.1...43.6.2)

Updates `valid_email2` from 7.0.15 to 7.1.0
- [Release notes](https://github.com/micke/valid_email2/releases)
- [Changelog](https://github.com/micke/valid_email2/blob/main/CHANGELOG.md)
- [Commits](micke/valid_email2@v7.0.15...v7.1.0)

Updates `resend` from 1.10.0 to 1.13.0
- [Release notes](https://github.com/resend/resend-ruby/releases)
- [Changelog](https://github.com/resend/resend-ruby/blob/main/CHANGELOG.md)
- [Commits](resend/resend-ruby@v1.10.0...v1.13.0)

Updates `selenium-webdriver` from 4.47.0 to 4.48.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](SeleniumHQ/selenium@selenium-4.47.0...selenium-4.48.0)

Updates `webmock` from 3.26.3 to 3.26.4
- [Release notes](https://github.com/bblimke/webmock/releases)
- [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.26.3...v3.26.4)

---
updated-dependencies:
- dependency-name: mission_control-jobs
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pagy
  dependency-version: 43.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: valid_email2
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: resend
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: selenium-webdriver
  dependency-version: 4.48.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: webmock
  dependency-version: 3.26.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Sep 4, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 5, 2026
@dependabot
dependabot Bot deleted the dependabot/bundler/minor-and-patch-1d6284f585 branch September 5, 2026 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants