chore(deps): update all non-major bundler dependencies #1221
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'~> 1.20.1'→'~> 1.21.1''~> 3.5.3'→'~> 3.6.0''~> 1.2.4'→'~> 1.2.6''~> 3.9.0'→'~> 3.10.0''~> 3.11.0'→'~> 3.12.0''~> 7.1.0'→'~> 7.2.0''~> 1.82.1'→'~> 1.84.0''~> 6.2'→'~> 6.3''~> 6.2'→'~> 6.3''~> 6.2'→'~> 6.3''~> 8.0.10'→'~> 8.1.0''~> 2.0', '>= 2.0.20'→'~> 2.0', '>= 2.0.23'Release Notes
faker-ruby/faker (faker)
v3.6.0Compare Source
First release of the new year!
This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators.
It also drops support to Ruby's EOL
3.0. The minimum supported Ruby version is3.1.Drops support for Ruby 3.0
Removes deprecated generators
Faker::TwitterandFaker::BossaNovahave been removed. Please use the new generatorsFaker::XandFaker::Music::BossaNovaand check the new docs for more details in #3190Improvements and bug fixes
Update development dependencies
New Contributors
Full Changelog: faker-ruby/faker@v3.5.3...v3.6.0
Studiosity/grover (grover)
v1.2.6Compare Source
Added
allow_local_network_accessconfiguration option ([@abrom][])v1.2.5Compare Source
Added
guard/listen (listen)
v3.10.0Compare Source
What's Changed
loggergem as a runtime dependency by @y-yagi in #587Naming/PredicatePrefixinstead of deprecatedNaming/PredicateNamecop by @y-yagi in #592fs.inotify.max_user_watchesand the memory allocation by @y-yagi in #595New Contributors
Full Changelog: guard/listen@v3.9.0...v3.10.0
deivid-rodriguez/pry-byebug (pry-byebug)
v3.12.0Compare Source
Added
Removed
rubocop/rubocop (rubocop)
v1.84.0Compare Source
New features
AllowImplicitArrayLiteralstoLayout/FirstArrayElementLineBreak. ([@koic][])Style/ReverseFindcop. ([@koic][])Style/EmptyClassDefinitioncop to enforce consistent style for empty class definitions. The cop can enforce either a two-line class definition orClass.newfor classes with no body. ([@ydakuka][])Style/HashLookupMethodcop to enforceHash#[]vsHash#fetchpreference. ([@sferik][])Style/NegativeArrayIndexcop to enforce using negative array indices instead of calculating array length minus a value. The cop handles both simple index patterns and range patterns, and recognizes preserving methods and their combinations. ([@ydakuka][])TargetRubyVersion 4.1(experimental). ([@koic][])Bug fixes
CategoriesforLayout/ClassStructure. ([@fatkodima][])Style/GuardClausewhen using heredoc as an argument of raise inelsebranch andifbranch is empty. ([@koic][])Style/HashLookupMethodcop when there's no receiver. ([@viralpraxis][])ruby_extractorwhen usingoffset: 0and different source buffers. ([@ydakuka][])Style/RedundantConditionwhen the branches contains constant assignment. ([@koic][])--force-default-confignot preventing project config loading when used with options that access configuration. ([@sakuro][])Style/HashSyntaxwhen shorthand syntax is used in condition ofif/unless/while/until. ([@ydakuka][])Layout/IndentationWidthby adding a newEnforcedStyleAlignWithstyle parameter. ([@MikeMcQuaid][])Layout/LineLengthwhenSplitStringsoption is enabled and strings span multiple lines. ([@HariprasanthMSH][])Layout/IndentationWidthandLayout/IndentationConsistencywhen usingEnforcedStyle: indented_internal_methodswith method chain blocks. ([@ydakuka][])Layout/IndentationWidthwhen autocorrecting mixed tabs and spaces in blocks. Fix an infinite loop error forLayout/DefEndAlignmentandLayout/IndentationStylewhen autocorrecting mixed tabs and spaces. Autocorrection for tabs is disabled inAlignmentCorrectorfor indentation offenses, but enabled foralign_end. ([@ydakuka][])Layout/FirstArgumentIndentationto correct entire method calls and chains for nested calls. ([@ydakuka][])Offense#highlighted_areato return a validParser::Source::Range. ([@ydakuka][])Security/JSONLoadwhencreate_additionsoption is passed with other options in a hash. ([@wktk][])Changes
squishandsquish!applied to heredoc toLayout/HeredocIndentation. ([@lovro-bikic][])Forwardablemethods inLint/DuplicateMethods. ([@lovro-bikic][])Lint/RedundantSplatExpansionaware of constant assignment. ([@koic][])Style/AccessModifierDeclarationsaware of self class. ([@koic][])Modulemember existence methods toStyle/ModuleMemberExistenceCheck. ([@lovro-bikic][])AllowedMethodsconfiguration toStyle/ModuleMemberExistenceCheck. ([@lovro-bikic][])getsentry/sentry-ruby (sentry-rails)
v6.3.0Compare Source
Features
Implement new
Sentry.metricsfunctionality (#2818)The SDK now supports Sentry's new Trace Connected Metrics product.
Metrics is enabled by default and only activates once you use the above APIs. To disable completely:
Support for tracing
Sequelqueries (#2814)Add support for OpenTelemetry messaging/queue system spans (#2685)
Add support for
config.std_lib_logger_filterproc (#2829)Bug Fixes
extraattributes for structured logging (#2815)Internal
sidekiq/sidekiq (sidekiq)
v8.1.0Compare Source
retry_forandretryare now mutually exclusive [#6878, Saidbek]perform_inlinenow enforcesstrict_args![#6718, Saidbek]Sec-Fetch-Siteheader [#6874, deve1212]assets_pathfor CDN purposes [#6865, stanhu]You can activate this beta feature like below.
Feedback requested: is this feature stable and useful for you in production?
This feature may or may not be enabled by default in Sidekiq 9.0.
hotwired/turbo-rails (turbo-rails)
v2.0.23Compare Source
Updates the bundled JS to freshen stale dependencies from the previous release.
Full Changelog: hotwired/turbo-rails@v2.0.22...v2.0.23
v2.0.22Compare Source
What's Changed
session.navigatorto avoid clobberingwindow.navigator. See hotwired/turbo#1489.Full Changelog: hotwired/turbo-rails@v2.0.21...v2.0.22
v2.0.21Compare Source
What's Changed
rails@8.1to the CI matrix by @seanpdoyle in #758ruby@3.2.x-rails@7.2.xby @seanpdoyle in #764minitest < 6by @seanpdoyle in #774capture_turbo_stream_broadcastsby @Vivalldi in #736New Contributors
Full Changelog: hotwired/turbo-rails@v2.0.20...v2.0.21
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Amsterdam, 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.
This PR was generated by Mend Renovate. View the repository job log.