Skip to content

fix(deps): update ruby packages

Sylvain Desbureaux requested to merge renovate/ruby into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
factory_bot_rails (changelog) 6.4.2 -> 6.4.3 age adoption passing confidence
importmap-rails 1.2.3 -> 2.0.1 age adoption passing confidence
puma 6.4.0 -> 6.4.2 age adoption passing confidence
selenium-webdriver (source, changelog) 4.10.0 -> 4.16.0 age adoption passing confidence
stimulus-rails (source) 1.3.0 -> 1.3.3 age adoption passing confidence
tzinfo-data (source) 1.2023.3 -> 1.2023.4 age adoption passing confidence

Release Notes

thoughtbot/factory_bot_rails (factory_bot_rails)

v6.4.3: 6.4.3

Compare Source

  • Changed: allow sequence definitions for ActiveRecord primary keys (Mike Burns).
  • Changed: Support Ruby 3.0+, Rails 6.1+ (Mike Burns)
  • Documentation improvements (obregonia1).
  • Internal: GitHub Actions improvements (Lorenzo Zabot, ydah).
  • Internal: RubyGems points to changelog (Tilo Sloboda).
  • Internal: Bump standard, rake, activerecord, appraisal, rspec-rails (Mike Burns).
rails/importmap-rails (importmap-rails)

v2.0.1

Compare Source

What's Changed

  • Ensure update only runs when there are outdated packages by @​dhh

Full Changelog: https://github.com/rails/importmap-rails/compare/v2.0.0...v2.0.1

v2.0.0

Compare Source

What's Changed

This major release includes two potentially backwards-incompatible changes:

  • The compatibility shim is no longer included, since all major browsers now natively support import maps. But if you need to support old browsers, like Safari 15, Firefox 75, Chrome 88, you should continue using the 1.x series of this gem.
  • Preloading is now the default. So if you have pins that you intend to lazy load, you need to specifically call preload: false as part of the pin.

All changes:

Full Changelog: https://github.com/rails/importmap-rails/compare/v1.2.3...v2.0.0

SeleniumHQ/selenium (selenium-webdriver)

v4.16.0

=========================

Ruby:

  • Add RBS files to Ruby (#​12844)
  • Convert binary locations for cygwin (#​12618)
  • Allow Selenium Manager to work with Unix (#​13161)
  • Extend RBS support for logger and log entry (#​13192)
  • Update rules_ruby to the latest version (#​13235)

BiDi:

  • Released selenium-devtools 0.120.0 (supports CDP v85, v118, v119, v120)

Chrome:

  • Fix http proxy configuration for chrome (#​13093)

Firefox:

  • Delete 'lock' file in FF profile (#​13090)

v4.15.0

=========================

  • Do not set browser binary in selenium manager if it is an empty string (#​12738)
  • Add flaky condition to guards to mark unreliable tests
  • Rake update needs to build latest grid for running remote tests
  • Add CDP v119 and remove v116
  • Implement file downloads (#​12979)

v4.14.0

========================= Ruby:

  • allow users to access the full script of the atom directly

BiDi:

  • Released selenium-devtools 0.118.0 (supports CDP v85, v116, v117, v118)

v4.13.1

========================= Ruby:

  • Fix bug preventing logging chromedriver to file

v4.13.0

========================= Ruby:

  • Fix bug preventing using performance logging with chromium
  • Allow users to set Selenium Manager path by environment variable (#​12752)
  • Allow service to be started before the driver
  • remove deprecated driver extensions for location and network connection

BiDi:

  • Released selenium-devtools 0.117.0 (supports CDP v85, v115, v116, v117)

v4.12.0

========================= Ruby:

  • Fix bug preventing good error messages in Selenium Manager when stdout empty
  • Fix bug with Firefox not loading net/http library by default (#​12506)
  • Remove support for using capabilities in local drivers

BiDi:

  • Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)

v4.11.0

========================= Ruby:

  • Made network interception threads fail silently (#​12226)
  • Have Selenium Manager binary locate drivers on PATH (#​12345)
  • Add browser output from selenium manager to options (#​12398)
  • Remove deprecated code (#​12417) BiDi:
  • Released selenium-devtools 0.115.0 (supports CDP v85, v113, v114, v115) Edge:
  • Adding ignore process match for IE Mode across bindings (#​12279)
hotwired/stimulus-rails (stimulus-rails)

v1.3.3

Compare Source

What's Changed

Full Changelog: https://github.com/hotwired/stimulus-rails/compare/v1.3.2...v1.3.3

v1.3.2

Compare Source

What's Changed

Full Changelog: https://github.com/hotwired/stimulus-rails/compare/v1.3.0...v1.3.2

v1.3.1

Compare Source

tzinfo/tzinfo-data (tzinfo-data)

v1.2023.4

Compare Source

Based on version 2023d of the IANA Time Zone Database (https://mm.icann.org/pipermail/tz-announce/2023-December/000080.html).


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Edited by Sylvain Desbureaux

Merge request reports