Skip to content

Update bundler non-major dependencies to v0.10.0 #217

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2025

This PR contains the following updates:

Package Change Age Confidence
bot_challenge_page 0.4.0 -> 0.10.0 age confidence
graphql (source, changelog) 2.5.9 -> 2.5.11 age confidence
importmap-rails 2.1.0 -> 2.2.2 age confidence
jbuilder (changelog) 2.13.0 -> 2.14.1 age confidence
pg 1.5.9 -> 1.6.1 age confidence
puma 6.6.0 -> 6.6.1 age confidence
redis (changelog) 5.4.0 -> 5.4.1 age confidence
rubocop (source, changelog) 1.77.0 -> 1.79.2 age confidence
rubocop-rails (source, changelog) 2.32.0 -> 2.33.3 age confidence
selenium-webdriver (source, changelog) 4.34.0 -> 4.35.0 age confidence
sqlite3 2.7.1-arm64-darwin -> 2.7.3 age confidence

Release Notes

samvera-labs/bot_challenge_page (bot_challenge_page)

v0.10.0

Compare Source

  • Large rewrite of how configuration is done, very backwards compatible

    • Sorry, this is pre-1.0 -- but we are on the right track now, and expect to go 1.0 soon
      with little or no subsequent backwards incompat!
    • It should not be too hard to rewrite your config and directives, and hopefully should
      be much simpler as well as more flexible -- different rate limits on different paths or other request criteria are now possible. Please consult new README
    • You may need to remove much of your previous code -- if it's broken it should raise, don't
      worry about it doing the wrong thing or anything like that.
  • rack-attack is no longer a dependency or used for rate limits -- you still need a stateful cache store of some kind for rate limits.

rmosolgo/graphql-ruby (graphql)

v2.5.11

Compare Source

Bug fixes
  • Dataloader: improve compatibility when objects are loaded by GraphQL-Batch but .authorized? uses Dataloader #​5400

v2.5.10

Compare Source

New features
  • Schema: Add .freeze_schema for minimal Ractor support #​5370
Bug fixes
  • Schema: inherit validation configurations #​5382
  • Visibility: fix inheriting visibility with preload: true #​5386
  • Improve error messages with interfaces from SDL #​5372
  • Remove needless counter in execution code #​5392
  • Reduce execution overhead in schemas built from SDL #​5393
  • RequiredValidator: remove hidden definitions from error message #​5396
  • .possible_types: don't return interfaces in this list #​5395
  • dataload_association: fix loading associations with different scopes on the same object #​5398
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

v2.2.0

Compare Source

What's Changed

New Contributors

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

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

redis/redis-rb (redis)

v5.4.1

Compare Source

  • Properly handle NOSCRIPT errors.
rubocop/rubocop (rubocop)

v1.79.2

Compare Source

Bug fixes
  • #​11664: Cache wasn't getting used when using parallelization. ([@​jvlara][])
  • #​14411: Fix false negatives for Layout/EmptyLinesAroundClassBody when a class body starts with a blank line and defines a multiline superclass. ([@​koic][])
  • #​14413: Fix a false positive for Layout/EmptyLinesAroundArguments with multiline strings that contain only whitespace. ([@​earlopain][])
  • #​14408: Fix false-positive for Layout/EmptyLinesAfterModuleInclusion when inclusion is called with modifier. ([@​r7kamura][])
  • #​14402: Fix false positives for Lint/UselessAssignment when duplicate assignments appear in if branch inside a loop and the variable is used outside while loop. ([@​koic][])
  • #​14416: Fix false positives for Style/MapToHash when using to_h with block argument. ([@​koic][])
  • #​14418: Fix false positives for Style/MapToSet when using to_set with block argument. ([@​koic][])
  • #​14420: Fix false positives for Style/SafeNavigation when ternary expression with operator method call with method chain. ([@​koic][])
Changes
  • #​14407: Register offense for parentheses around method calls with blocks in Style/RedundantParentheses. ([@​lovro-bikic][])

v1.79.1

Compare Source

Bug fixes
  • #​14390: Fix wrong autocorrect for Style/ArgumentsForwarding when the method arguments contain *, ** or &, and the method call contains self as the first argument. ([@​earlopain][])
  • #​14399: Fix false positives for Layout/EmptyLinesAfterModuleInclusion when prepend is used with block methods. ([@​koic][])
  • #​14396: Fix a false positive for Style/RedundantParentheses when parentheses are used around a one-line rescue expression inside a ternary operator. ([@​koic][])
  • #​14383: Fix false positives for Lint/UselessAssignment when duplicate assignments in if branch inside a loop. ([@​koic][])
  • #​14394: Fix false positive for Lint/UselessAssignment with retry in rescue branch. ([@​earlopain][])
  • #​14386: Fix false positives for Style/RedundantParentheses when parentheses are used around a one-line rescue expression inside array or hash literals. ([@​koic][])
  • #​14395: Fix LSP handling of URI-encoded paths with spaces. ([@​hakanensari][])
Changes

v1.79.0

Compare Source

New features
Bug fixes
  • #​14373: Fix an error for Style/ParallelAssignment when a lambda with parallel assignment is used on the RHS. ([@​koic][])
  • #​14370: Fix comment duplication bug in Style/AccessorGrouping separated autocorrect. ([@​r7kamura][])
  • #​14377: Fix a false positive for Lint/UselessAssignment when the assignment is inside a loop body. ([@​5hun-s][])
  • #​14355: Fix a false negative for Style/RedundantParentheses when using parentheses around a rescue expression on a one-line. ([@​koic][])
  • #​14354: Fix incorrect autocorrect for Style/AccessModifierDeclarations when using a grouped access modifier declaration. ([@​girasquid][])
  • #​14367: Fix an incorrect autocorrect for Style/SingleLineMethods when defining a single-line singleton method. ([@​koic][])
  • #​14344: Fix incorrect autocorrect for Style/SingleLineMethods when a single-line method definition contains a modifier. ([@​koic][])
  • #​14350: Fix Naming/MethodName cop false positives with define_method and operator names. ([@​viralpraxis][])
  • #​14333: Fix Naming/PredicateMethod ignoring the implicit nil from missing else branches. ([@​earlopain][])
  • #​14356: Fix Style/ItBlockParameter cop error on always style and missing block body. ([@​viralpraxis][])
  • #​14362: Update Lint/RequireRangeParentheses to not register false positives when range elements span multiple lines. ([@​dvandersluis][])
  • #​14309: Update Style/SoleNestedConditional to properly correct assignments within and. ([@​dvandersluis][])
Changes
  • #​14358: Add tsort gem to runtime dependency for Ruby 3.5-dev. ([@​koic][])
  • #​14322: Expand the scope of Style/ItAssignment to consider all local variable and method parameter names. ([@​dvandersluis][])
  • #​14378: Change Layout/SpaceAroundKeyword to offend for missing whitespace between return and opening parenthesis. ([@​lovro-bikic][])
  • #​14360: Make Layout/SpaceAroundOperators aware of alternative and as pattern matchings. ([@​koic][])
  • #​14375: Make Lint/RedundantSafeNavigation aware of builtin convert methods to_s, to_i, to_f, to_a, and to_h. ([@​koic][])
  • #​13835: Add InferNonNilReceiver config to Lint/RedundantSafeNavigation to check previous code paths if the receiver is non-nil. ([@​fatkodima][])
  • #​14381: Offend array1.any? { |elem| array2.member?(elem) } and array1.none? { |elem| array2.member?(elem) } in Style/ArrayIntersect. ([@​lovro-bikic][])

v1.78.0

Compare Source

New features
Bug fixes
  • #​14343: Fix autocorrect code for Style/HashConversion to avoid syntax error. ([@​koic][])
  • #​14346: Avoid requiring parentheses for Style/SingleLineMethods. ([@​koic][])
  • #​14339: Fix bug where specifying --format disables parallelization. ([@​r7kamura][])
  • #​14300: Fix false positives for Lint/DuplicateMethods cop when self-alias trick is used. ([@​viralpraxis][])
  • #​14329: Fix false positives for Lint/LiteralAsCondition when a literal is used inside || in case condition. ([@​koic][])
  • #​14326: Fix additional autocorrection errors in Style/HashConversion for nested Hash[] calls. ([@​dvandersluis][])
  • #​14031: Honor --config options on server mode. ([@​steiley][])
  • #​14319: Fix the following incorrect autocorrect for Lint/RedundantTypeConversion when using parentheses with no arguments or any arguments. ([@​koic][])
  • #​14336: Fix incorrect autocorrect for Style/ItBlockParameter when using a single numbered parameter after multiple numbered parameters in a method chain. ([@​koic][])
  • #​11782: Move pending cops warning out of ConfigLoader. ([@​nobuyo][])
Changes
  • #​14318: Add WaywardPredicates config to Naming/PredicateMethod to handle methods that look like predicates but aren't. ([@​dvandersluis][])
rubocop/rubocop-rails (rubocop-rails)

v2.33.3

Compare Source

Bug fixes

v2.33.2

Compare Source

Bug fixes

v2.33.1

Compare Source

Bug fixes
  • #​1508: Fix an error for Rails/TransactionExitStatement when transaction is part of a method chain. ([@​earlopain][])
  • #​1510: Fix Rails/OrderArguments cop false positives when using column index argument. ([@​viralpraxis][])
  • #​1511: Don't register offenses for Rails/WhereExists when exists? is given multiple or splat arguments. ([@​lovro-bikic][])

v2.33.0

Compare Source

New features
Bug fixes
  • #​1497: Fix bugs in Rails/PluckId and Rails/PluckInWhere. ([@​r7kamura][])
  • #​1478: Fix a false negative for Rails/EnvLocal when having preceding conditions. ([@​fatkodima][])
  • #​1505: Fix false negatives for Rails/Pluck when map method call is used in a block without a receiver. ([@​koic][])
  • #​1486: Fix false positives for Rails/Output when p method is a DSL. ([@​koic][])
  • #​1495: Fix false positives for Rails/TransactionExitStatement when break is used in loop in transactions. ([@​koic][])
  • #​1483: Fix autocorrection error when Rails/IndexWith has nested offenses. ([@​lovro-bikic][])
Changes
SeleniumHQ/selenium (selenium-webdriver)

v4.35.0

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

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

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link

coveralls commented Jul 4, 2025

Pull Request Test Coverage Report for Build 16713650954

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.658%

Totals Coverage Status
Change from base Build 16027462749: 0.0%
Covered Lines: 588
Relevant Lines: 596

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 3 times, most recently from dda35c2 to 2bb955d Compare July 9, 2025 17:40
@renovate renovate bot changed the title Update bundler non-major dependencies to v2.5.10 Update bundler non-major dependencies to v2.5.11 Jul 9, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 3 times, most recently from 0bf6fd0 to 2218653 Compare July 22, 2025 19:40
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 4 times, most recently from 8b871b7 to 362954c Compare July 31, 2025 10:42
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 3 times, most recently from 8e36aa9 to 1967999 Compare August 4, 2025 21:20
@renovate renovate bot changed the title Update bundler non-major dependencies to v2.5.11 Update bundler non-major dependencies to v0.10.0 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 4 times, most recently from f0eac8a to 5ed96d3 Compare August 12, 2025 06:13
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch 2 times, most recently from 755b809 to 51e2978 Compare August 13, 2025 09:50
@renovate renovate bot force-pushed the renovate/bundler-minor-patch branch from 51e2978 to 1ff73fd Compare August 13, 2025 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant