Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Change Age Confidence
aws-sdk-cognitoidentityprovider (source, changelog) 1.124.0 -> 1.129.0 age confidence
aws-sdk-s3 (source, changelog) 1.194.0 -> 1.198.0 age confidence
faraday (source, changelog) 2.13.3 -> 2.13.4 age confidence
importmap-rails 2.2.0 -> 2.2.2 age confidence
jbuilder (changelog) 2.13.0 -> 2.14.1 age confidence
lookbook 2.3.11 -> 2.3.13 age confidence
pg 1.5.9 -> 1.6.2 age confidence
puma 6.6.0 -> 6.6.1 age confidence
rspec-rails (changelog) 8.0.1 -> 8.0.2 age confidence
rubocop-rspec (changelog) 3.6.0 -> 3.7.0 age confidence
selenium-webdriver (source, changelog) 4.34.0 -> 4.35.0 age confidence

Release Notes

aws/aws-sdk-ruby (aws-sdk-cognitoidentityprovider)

v1.129.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.128.0

  • Feature - This release adds support for the new Terms APIs which allow displaying Terms of Use and Privacy Policy on the Managed Login user-registration page.

v1.127.0

  • Feature - Remove SigV4 auth requirement for GetTokensFromRefreshToken

v1.126.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.125.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
aws/aws-sdk-ruby (aws-sdk-s3)

v1.198.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

  • Issue - Fix multipart download_file to support Pathname, File and Tempfile objects as download destinations.

v1.197.0

  • Issue - When multipart stream uploader fails to complete multipart upload, it calls abort multipart upload.

  • Issue - For Aws::S3::Object class, the following methods have been deprecated: download_file, upload_file and upload_stream. Use Aws::S3::TransferManager instead.

  • Feature - Add Aws::S3::TransferManager, a S3 transfer utility that provides upload/download capabilities with automatic multipart handling, progress tracking, and handling of large files.

v1.196.1

  • Issue - Add range validation to multipart download to ensure all parts are successfully processed.

  • Issue - When multipart uploader fails to complete multipart upload, it calls abort multipart upload.

  • Issue - Clean up partially downloaded file on multipart download_file failure while preserving existing file.

v1.196.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.

v1.195.0

  • Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details.
lostisland/faraday (faraday)

v2.13.4

Compare Source

What's Changed

Full Changelog: lostisland/faraday@v2.13.3...v2.13.4

rails/importmap-rails (importmap-rails)

v2.2.2

Compare Source

What's Changed

Full Changelog: rails/importmap-rails@v2.2.1...v2.2.2

v2.2.1

Compare Source

What's Changed

Integrity is now generated by default using the assets pipeline if it is properly configured. pin and update commands don't download the integrity from the npm repository anymore.

Full Changelog: rails/importmap-rails@v2.2.0...v2.2.1

rails/jbuilder (jbuilder)

v2.14.1

Compare Source

What's Changed

New Contributors

Full Changelog: rails/jbuilder@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: rails/jbuilder@v2.13.0...v2.14.0

lookbook-hq/lookbook (lookbook)

v2.3.13: Release 2.3.13

Compare Source

Fixed

  • Use a reentrant lock in the preview parser (#​739 - thanks @​tessereth!)
  • Ensure display options dropdown reflects correct state of options (#​736)
  • Fix unresponsive params panel after param changes (#​738)
  • Fix issue with using Rails render calls within a Phlex v2.x component (#​737)
  • Fix header IDs in markdown (#​722 - thanks @​spone!)

v2.3.12: Release 2.3.12

Compare Source

Fixed

  • Fix preview parsing race condition with lazy_load_previews_and_pages (#​718 - thanks @​joshuay03!)
  • Fix parsing of param default value when it is a negative number (#​720)

Other

rspec/rspec-rails (rspec-rails)

v8.0.2

Compare Source

Full Changelog

Bug Fixes:

  • Fix scaffold generator producing deprecated Rack http statuses.
    (Taketo Takashima, #​2860)
rubocop/rubocop-rspec (rubocop-rspec)

v3.7.0

Compare Source

  • Mark RSpec/IncludeExamples as SafeAutoCorrect: false. ([@​yujideveloper])
  • Fix a false positive for RSpec/LeakyConstantDeclaration when defining constants in explicit namespaces. ([@​naveg])
  • Add support for error matchers (raise_exception and raise_error) to RSpec/Dialect. ([@​lovro-bikic])
  • Don't register offenses for RSpec/DescribedClass within Data.define blocks. ([@​lovro-bikic])
  • Add autocorrection support for RSpec/IteratedExpectation for single expectations. ([@​lovro-bikic])
  • Exclude all cops from inspecting factorybot files, except if explicitly included. ([@​Mth0158])
  • Fix a false positive for RSpec/ExcessiveDocstringSpacing when receivers are not RSpec methods. ([@​ydah])
SeleniumHQ/selenium (selenium-webdriver)

v4.35.0

Compare Source

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

  • Add CDP for Chrome 139 and remove 136
  • Fix typos in javascript & rb (#​16019)
  • Allow to use rubyzip v3 (#​16108)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

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

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

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


  • 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 Pull requests that update a dependency file label Sep 2, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 1c90f9a to 998dbf4 Compare September 2, 2025 21:41
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 998dbf4 to f4ac094 Compare September 4, 2025 18:12
@doshitan doshitan merged commit 95f3efd into main Sep 4, 2025
6 checks passed
@doshitan doshitan deleted the renovate/bundler-minor-patch branch September 4, 2025 20:48
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants