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

chore(deps): update all minor, or patch dependencies on bundler #2383

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2024

✅ マイナーチェンジ以上のアップデートは動作確認をしてからマージすること

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
active_hash (changelog) 3.1.1 -> 3.3.1 age adoption passing confidence
activerecord-nulldb-adapter 1.0.1 -> 1.1.1 age adoption passing confidence
acts_as_list (changelog) 1.2.3 -> 1.2.4 age adoption passing confidence
awesome_nested_set 3.6.0 -> 3.8.0 age adoption passing confidence
aws-sdk-cloudfront (source, changelog) 1.82.0 -> 1.110.0 age adoption passing confidence
aws-sdk-medialive (source, changelog) 1.89.0 -> 1.144.0 age adoption passing confidence
aws-sdk-mediapackage (source, changelog) 1.56.0 -> 1.85.0 age adoption passing confidence
aws-sdk-mediapackagev2 (source, changelog) 1.5.0 -> 1.35.0 age adoption passing confidence
aws-sdk-rails 3.6.3 -> 3.13.0 age adoption passing confidence
aws-sdk-s3 (source, changelog) 1.114.0 -> 1.180.0 age adoption passing confidence
aws-sdk-ssm (source, changelog) 1.139.0 -> 1.189.0 age adoption passing confidence
bootsnap 1.13.0 -> 1.18.4 age adoption passing confidence
bullet (changelog) 7.0.3 -> 7.2.0 age adoption passing confidence
committee (changelog) 5.0.0 -> 5.5.1 age adoption passing confidence
committee-rails 0.6.1 -> 0.8.0 age adoption passing confidence
cssbundling-rails (changelog) 1.4.0 -> 1.4.1 age adoption passing confidence
execjs 2.8.1 -> 2.10.0 age adoption passing confidence
factory_bot_rails (changelog) 6.2.0 -> 6.4.4 age adoption passing confidence
faraday-retry (changelog) 2.0.0 -> 2.2.1 age adoption passing confidence
ferrum (source, changelog) 0.15 -> 0.16 age adoption passing confidence
icalendar (changelog) 2.8.0 -> 2.10.3 age adoption passing confidence
image_processing "~> 1.12.2" -> "~> 1.13.0" age adoption passing confidence
jbuilder (changelog) 2.11.5 -> 2.13.0 age adoption passing confidence
jsbundling-rails (changelog) 1.3.0 -> 1.3.1 age adoption passing confidence
nokogiri '1.16.5' -> '1.18.2' age adoption passing confidence
omniauth-auth0 3.0.0 -> 3.1.1 age adoption passing confidence
omniauth-rails_csrf_protection 1.0.1 -> 1.0.2 age adoption passing confidence
opentelemetry-instrumentation-all (source, changelog) 0.37.0 -> 0.73.1 age adoption passing confidence
opentelemetry-sdk (source, changelog) 1.2.0 -> 1.7.0 age adoption passing confidence
pre-commit 0.39.0 -> 0.40.0 age adoption passing confidence
prometheus-client '~> 4.0.0' -> '~> 4.2.0' age adoption passing confidence
pry-rails 0.3.9 -> 0.3.11 age adoption passing confidence
psych 5.0.0 -> 5.2.3 age adoption passing confidence
puma 6.4.3 -> 6.6.0 age adoption passing confidence
pundit 2.2.0 -> 2.4.0 age adoption passing confidence
rack-timeout (changelog) 0.6.3 -> 0.7.0 age adoption passing confidence
rails (source, changelog) '~> 7.0.5' -> '~> 7.2.0' age adoption passing confidence
rails_autolink 1.1.6 -> 1.1.8 age adoption passing confidence
rbs (changelog) 3.5.2 -> 3.8.1 age adoption passing confidence
rbs_rails (changelog) 0.12.0 -> 0.12.1 age adoption passing confidence
rexml (changelog) 3.3.9 -> 3.4.0 age adoption passing confidence
rspec-rails (changelog) 7.0.1 -> 7.1.1 age adoption passing confidence
rubocop (source, changelog) '~> 1.56.0' -> '~> 1.71.0' age adoption passing confidence
rubocop-rails (source, changelog) 2.21.1 -> 2.29.1 age adoption passing confidence
rubocop-rspec (changelog) 3.0.0 -> 3.4.0 age adoption passing confidence
sentry-opentelemetry (source, changelog) 5.9.0 -> 5.22.4 age adoption passing confidence
sentry-rails (source, changelog) 5.9.0 -> 5.22.4 age adoption passing confidence
sentry-ruby (source, changelog) 5.9.0 -> 5.22.4 age adoption passing confidence
shrine (source, changelog) 3.4.0 -> 3.6.0 age adoption passing confidence
simplecov (changelog) 0.21.2 -> 0.22.0 age adoption passing confidence
slack-ruby-client (changelog) 2.0.0 -> 2.4.0 age adoption passing confidence
stackprof (changelog) 0.2.25 -> 0.2.27 age adoption passing confidence
steep (changelog) 1.7.1 -> 1.9.4 age adoption passing confidence
turbo-rails (changelog) "2.0.5" -> "2.0.11" age adoption passing confidence
uppy-s3_multipart 1.2.0 -> 1.2.1 age adoption passing confidence
web-console 4.2.0 -> 4.2.1 age adoption passing confidence

Release Notes

active-hash/active_hash (active_hash)

v3.3.1

Compare Source

Fixed

v3.3.0

Compare Source

Added
Fixed

v3.2.1

Compare Source

Added
Fixed

v3.2.0

Compare Source

nulldb/nulldb (activerecord-nulldb-adapter)

v1.1.1: ActiveRecord 8.0 support

What's Changed

New Contributors

Full Changelog: nulldb/nulldb@v1.0.1...v1.1.1

v1.1.0

  • Add support to Rails 8 #​136
  • Breaking Drop support to Ruby 2.5, 2.6
  • Breaking Drop support to Rails 6.0 (keep 6.1)
brendon/acts_as_list (acts_as_list)

v1.2.4

Compare Source

Added
  • funding_uri to gemspec
collectiveidea/awesome_nested_set (awesome_nested_set)

v3.8.0: with Rails 8.0 support

Compare Source

What's Changed

New Contributors

Full Changelog: collectiveidea/awesome_nested_set@v3.7.0...v3.8.0

v3.7.0: with Rails 7.2 support

Compare Source

What's Changed

New Contributors

Full Changelog: collectiveidea/awesome_nested_set@v3.6.0...v3.7.0

aws/aws-sdk-ruby (aws-sdk-cloudfront)

v1.110.0

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

v1.109.0

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

v1.108.0

  • Feature - Adds support for OriginReadTimeout and OriginKeepaliveTimeout to create CloudFront Distributions with VPC Origins.

v1.107.0

  • Feature - Adds support for Origin Selection between EMPv2 origins based on media quality score.

v1.106.0

  • Feature - Add support for gRPC, VPC origins, and Anycast IP Lists. Allow LoggingConfig IncludeCookies to be set regardless of whether the LoggingConfig is enabled.

v1.105.0

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

[v1.104.0](https://redirect.github.com/aws/aws-sdk-ruby/blob/HEAD/gems/aws-sdk-cloudfront/CHANGELOG.md#11040-2024-11-1


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 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 Aug 17, 2024
@renovate renovate bot requested a review from a team August 17, 2024 05:58
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 5 times, most recently from 8808db1 to 7e60384 Compare August 24, 2024 03:02
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 9 times, most recently from 98abb9d to f3e0240 Compare August 31, 2024 13:50
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 5 times, most recently from 7e385d3 to d7bca52 Compare September 8, 2024 08:31
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 5 times, most recently from baa14be to ee97dc8 Compare September 19, 2024 08:10
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 4 times, most recently from 43b2825 to 6f8477f Compare September 21, 2024 18:50
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 4 times, most recently from 34def45 to f490f29 Compare December 19, 2024 20:18
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 5 times, most recently from e00a1ea to 091221c Compare December 30, 2024 01:21
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 3 times, most recently from 0b860e0 to 90df8ef Compare January 14, 2025 21:54
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 8 times, most recently from bcb311a to d713939 Compare January 25, 2025 05:27
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 5 times, most recently from 6266bad to f9e41e5 Compare February 4, 2025 21:04
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch 3 times, most recently from 26064d4 to 58f514e Compare February 6, 2025 18:06
@renovate renovate bot force-pushed the renovate/all-minor-or-patch-dependencies-on-bundler branch from 58f514e to 7bb9467 Compare February 6, 2025 22:12
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.

0 participants