Skip to content
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

Bump the dependencies group across 1 directory with 6 updates #178

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the dependencies group with 6 updates in the / directory:

Package From To
selenium-webdriver 4.27.0 4.28.0
puma 6.5.0 6.6.0
blacklight 8.7.0 8.8.2
traject 3.8.2 3.8.3
honeybadger 5.26.2 5.26.3
rspec-rails 7.1.0 7.1.1

Updates selenium-webdriver from 4.27.0 to 4.28.0

Release notes

Sourced from selenium-webdriver's releases.

Selenium 4.28.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript     |     IEDriver

What's Changed

... (truncated)

Changelog

Sourced from selenium-webdriver's changelog.

4.28.0 (2025-01-16)

  • Add CDP for Chrome 132 and remove 129
  • [ci] Bumping versions for nightly
  • [rb] Add tests for the cookie named, and updates type (#14843)
  • [rb] Update note for return value of Hash (#14845)
  • [rb] BiDi Network: add_request_handler, remove_request_handler, clear_request_handlers (#14751)
  • Update supported versions for Chrome DevTools
Commits
  • ac34254 [build] Prepare for release of Selenium 4.28.0 (#15098)
  • 960ff05 [java][js][py] Add straight relative-by locators (#14482)
  • e4b1e48 [rb] Update Jruby to version 9.4.9.0 (#14791)
  • 50cbca9 [ci] Running format script
  • db5c5c3 [rb] Adding doc link
  • 89b84ae [rb] BiDi Network: add_request_handler, remove_request_handler, clear_request...
  • ce7448b [rb] Update note for return value of Hash (#14845)
  • 901dc6c [rb] Add tests for the cookie named, and updates type (#14843)
  • 2421c66 [ci] Bumping versions for nightly
  • See full diff in compare view

Updates puma from 6.5.0 to 6.6.0

Release notes

Sourced from puma's releases.

6.6.0 - Return to Forever

image

Some stuff for JRuby users (SIGUSR2 trap), reforkers (see below), and a few debug/logging/observability related goodies.

  • Features

    • Option to turn off SIGUSR2 trapping (#3570, #3567)
    • Shorten ThreadPool trimmer and reaper thread names (#3383)
    • Add after_refork hook (#3386)
    • Add busy threads stat (#3517)
    • Add a debug log before running each type of hook (#3375)
    • Allow alternative schemes in Binder (#3348, #3302)
    • Avoid spawning Threadpool#trim thread if pool size is fixed (#3384)
  • Bugfixes

    • Change HttpParserError to be subclass of StandardError (#3590, #3552)
    • added test cases
    • fix update phased restart symlink folder
  • Performance

    • Only ping worker 0 during phased restart if using fork worker (#3568)
  • Refactor

    • Fix multi-delimiter split to get status app token (#3505)
    • Change ping to use const (#3595)
    • Fixup use of Puma::Const::PipeRequest constants (#3565)
    • Update DSL hook processing logic to be consistent (#3376)
Changelog

Sourced from puma's changelog.

6.6.0 / 2025-01-29

  • Features

    • Option to turn off SIGUSR2 trapping (#3570, #3567)
    • Shorten ThreadPool trimmer and reaper thread names (#3383)
    • Add after_refork hook (#3386)
    • Add busy threads stat (#3517)
    • Add a debug log before running each type of hook (#3375)
    • Allow alternative schemes in Binder (#3348, #3302)
    • Avoid spawning Threadpool#trim thread if pool size is fixed (#3384)
  • Bugfixes

    • Change HttpParserError to be subclass of StandardError (#3590, #3552)
    • added test cases
    • fix update phased restart symlink folder
  • Performance

    • Only ping worker 0 during phased restart if using fork worker (#3568)
  • Refactor

    • Fix multi-delimiter split to get status app token (#3505)
    • Change ping to use const (#3595)
    • Fixup use of Puma::Const::PipeRequest constants (#3565)
    • Update DSL hook processing logic to be consistent (#3376)
Commits

Updates blacklight from 8.7.0 to 8.8.2

Release notes

Sourced from blacklight's releases.

v8.8.2

What's Changed

Bug fix

Full Changelog: projectblacklight/blacklight@v8.8.1...v8.8.2

v8.8.1

What's Changed

Full Changelog: projectblacklight/blacklight@v8.8.0...v8.8.1

v8.8.0

What's Changed

Full Changelog: projectblacklight/blacklight@v8.7.0...v8.8.0

Commits
  • cb7a24e Bump version to 8.8.2
  • 03ad726 Strip out new facet-only request keys (#3509) (#3510)
  • b364e29 Bump version to 8.8.1
  • a9910ac Merge pull request #3506 from projectblacklight/backport-3505
  • 05c5ab2 Ensure that the search bar is visible when focused via anchor link
  • b1696fe [Backport 8.x] Backport #3495: Ensure that facet suggestions are relevant to ...
  • e85656b Strip markup from html_safe selected facet values in the html title. (#3503)
  • 3067641 Merge pull request #3499 from projectblacklight/backport-pagination-button
  • 1232ded Backporting 3492
  • 2559144 [backport 8.x] Fix CI via updating versions of Rails tested & Solr 9.8 fix (#...
  • Additional commits viewable in compare view

Updates traject from 3.8.2 to 3.8.3

Changelog

Sourced from traject's changelog.

3.8.3

Compatibility release for ruby 3.4

[Incorporates work from @​jrochkind and @​jcoyne]

Note that some gems, ruby-marc in particular, will throw zillions of warnings about literal strings being frozen in future versions of ruby when running under ruby 3.4.

  • Update CI testing matrix
    • removed MRI ruby 2.4, 2.5, 2.6, and jruby-9.2
    • added MRI ruby 3.4
  • Add gem dependencies for csv and mutex_m, both of which were part of the standard library prior to ruby 3.4
Commits
  • 172c85f Prepare for release 3.8.4
  • 811c3ad Merge pull request #306 from traject/mutex_m_dependency
  • 4f1a341 Fix exception message assertions to pass ruby 3.4 too
  • e7899a0 Add mutex_m as an explicit dependency, workaround httpclient missing dep in r...
  • 20bbd7e Merge pull request #303 from traject/master_to_main_in_ci
  • ad08d6e Change 'main' branch to be 'main', not 'master', in CI setup
  • d0122ea Merge pull request #302 from traject/update_tested_rubies
  • 5d7643a Update tested rubies to eliminate < 2.7 and jruby 9.2, and add 3.4
  • a2124dc Merge pull request #298 from jcoyne/fix-tests
  • e9bbb7f Merge pull request #296 from jcoyne/add-csv
  • Additional commits viewable in compare view

Updates honeybadger from 5.26.2 to 5.26.3

Release notes

Sourced from honeybadger's releases.

v5.26.3

5.26.3 (2025-02-10)

Bug Fixes

  • remove mail objects from ActionMailer events (#664) (07e0520), closes #663
Changelog

Sourced from honeybadger's changelog.

5.26.3 (2025-02-10)

Bug Fixes

  • remove mail objects from ActionMailer events (#664) (07e0520), closes #663
Commits

Updates rspec-rails from 7.1.0 to 7.1.1

Changelog

Sourced from rspec-rails's changelog.

7.1.1 / 2025-02-06

Full Changelog

Bug Fixes:

  • Check wether rspec-mocks has been loaded before enabling signature verification for have_enqueued_job et al (Jon Rowe, rspec/rspec-rails#2823)
Commits
  • 93b2d24 Reference issues for Github
  • 28ad978 v7.1.1
  • 7f63fa9 Merge pull request #2823 from rspec/ensure-mocks-config-available
  • 3b099ce Simplify instructions for gems installations from git repository (#2828)
  • 62a04e5 Merge pull request #2829 from rspec/fix-verify-mailer-preview
  • 33f6492 Merge pull request #2826 from rspec/switch-to-monorepo
  • db114bb Switch to ruby 3.4 from rc
  • 6f1599d Merge pull request #2825 from rspec/ruby-3.4-v2
  • fece159 Merge pull request #2824 from rspec/fix-build
  • 9d5e281 Merge pull request #2812 from rspec/expand-permitted-rails-versions
  • Additional commits viewable 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 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 dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 17, 2025
@jcoyne
Copy link
Member

jcoyne commented Feb 18, 2025

@dependabot rebase

Bumps the dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [selenium-webdriver](https://github.com/SeleniumHQ/selenium) | `4.27.0` | `4.28.0` |
| [puma](https://github.com/puma/puma) | `6.5.0` | `6.6.0` |
| [blacklight](https://github.com/projectblacklight/blacklight) | `8.7.0` | `8.8.2` |
| [traject](https://github.com/traject/traject) | `3.8.2` | `3.8.3` |
| [honeybadger](https://github.com/honeybadger-io/honeybadger-ruby) | `5.26.2` | `5.26.3` |
| [rspec-rails](https://github.com/rspec/rspec-rails) | `7.1.0` | `7.1.1` |



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

Updates `puma` from 6.5.0 to 6.6.0
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.5.0...v6.6.0)

Updates `blacklight` from 8.7.0 to 8.8.2
- [Release notes](https://github.com/projectblacklight/blacklight/releases)
- [Commits](projectblacklight/blacklight@v8.7.0...v8.8.2)

Updates `traject` from 3.8.2 to 3.8.3
- [Changelog](https://github.com/traject/traject/blob/main/CHANGES.md)
- [Commits](traject/traject@v3.8.2...v3.8.3)

Updates `honeybadger` from 5.26.2 to 5.26.3
- [Release notes](https://github.com/honeybadger-io/honeybadger-ruby/releases)
- [Changelog](https://github.com/honeybadger-io/honeybadger-ruby/blob/master/CHANGELOG.md)
- [Commits](honeybadger-io/honeybadger-ruby@v5.26.2...v5.26.3)

Updates `rspec-rails` from 7.1.0 to 7.1.1
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](rspec/rspec-rails@v7.1.0...v7.1.1)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: puma
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: blacklight
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: traject
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: honeybadger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/dependencies-038b2912b1 branch from 3ca8d21 to 3f9054e Compare February 18, 2025 15:15
@cbeer cbeer merged commit dfdb656 into main Feb 18, 2025
1 check passed
@cbeer cbeer deleted the dependabot/bundler/dependencies-038b2912b1 branch February 18, 2025 22:10
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.

2 participants