chore(deps): update all non-major bundler dependencies #573
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:
'~> 3.10', '>= 3.10.1'
->'~> 3.11', '>= 3.11.2'
'~> 6.4', '>= 6.4.4'
->'~> 6.5'
'~> 3.5', '>= 3.5.1'
->'~> 3.5', '>= 3.5.2'
'~> 5.2'
->'~> 5.3', '>= 5.3.1'
'~> 2.11'
->'~> 2.11', '>= 2.11.2'
'~> 0.9.1'
->'~> 0.10.7'
'~> 5.2'
->'~> 5.3'
'~> 0.10', '>= 0.10.9'
->'~> 0.10', '>= 0.10.10'
'~> 8.0'
->'~> 8.0', '>= 8.0.1'
'~> 1.75', '>= 1.75.8'
->'~> 1.78'
'~> 5.24'
->'~> 5.26'
'~> 5.24'
->'~> 5.26'
'~> 5.24'
->'~> 5.26'
Release Notes
magnusvk/counter_culture (counter_culture)
v3.11.2
Compare Source
Bugfixes:
v3.11.1
Compare Source
Bugfixes:
v3.11.0
Compare Source
New features:
v3.10.2
Compare Source
Bugfixes:
belongs_to
association (#415)thoughtbot/factory_bot_rails (factory_bot_rails)
v6.5.0
: 6.5.0Compare Source
What's Changed
file_fixture
in Factory definitions by @seanpdoyle in https://github.com/thoughtbot/factory_bot_rails/pull/42727push
builds to themain
branch by @neilvcarvalho in https://github.com/thoughtbot/factory_bot_rails/pull/52727New Contributors
Full Changelog: https://github.com/thoughtbot/factory\_bot\_rails/compare/v6.4.4...v6.5.0
faker-ruby/faker (faker)
v3.5.2
Compare Source
Happy Canada Day! 🍁
This version adds and improves some locales and fixes some bugs.
Thanks to all contributors!
Improvements & Bug fixes
Faker::Address.city
andFaker::Address.street_address
for:fr
locale by @brupla6126 in https://github.com/faker-ruby/faker/pull/3018ja/book
locale by @thdaraujo in https://github.com/faker-ruby/faker/pull/3062restaurant.yml
by @daniel-nerdgeschoss in https://github.com/faker-ruby/faker/pull/3067locales/fr/address.yml
by @brupla6126 in https://github.com/faker-ruby/faker/pull/3071locales/en/cosmere.yml
by @bensheldon in https://github.com/faker-ruby/faker/pull/3075Chore
Update local dependencies
rubocop-minitest
from0.37.1
to0.38.0
. by @thdaraujo in https://github.com/faker-ruby/faker/pull/3080New Contributors
Full Changelog: faker-ruby/faker@v3.5.1...v3.5.2
httprb/http (http)
v5.3.1
Compare Source
v5.3.0
Compare Source
icalendar/icalendar (icalendar)
v2.11.2
Compare Source
v2.11.1
Compare Source
cerebris/jsonapi-resources (jsonapi-resources)
v0.10.7
Compare Source
v0.10.6
: Use related records for joined resourcesCompare Source
Features:
Adds an option to merge in the related resource's
records
when joining. This allows permission checks from the related resource to be applied for includes.Bug fixes
Fixes issue where a relationship's
data
is cached, resulting in the presence of thedata
in a response where it's not expected.Commits:
fa37d64
Use records for joined resources for 0.10 (#1381)3fda2cf
Removedata
from cached resource fragments (#1380)v0.10.5
: - Fix polymorphic support for multiword resourcesCompare Source
Fix polymorphic support for multiword resources
Also fixes some testing issues resulting in flappy tests
v0.10.4
: - Rails 6.1 and Ruby 3.0 supportCompare Source
Brings in support for Rails 6.1 and Ruby 3.0
v0.10.3
: - Fixes Included resources being limited with paginationCompare Source
This is primarily a bug fix release. Fixes:
default_processor_klass
deprecated. Usedefault_processor_klass_name
to avoid warningsv0.10.2
: - Return 404 for show request when resource is not foundCompare Source
A 404 is now returned for a show request for a record that can not be found.
v0.10.1
: - Fix for PostgreSQL SQL generation errorCompare Source
This is a bug fix for this error in PostgreSQL:
ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list
This is accomplished by ensuring fields used in sorting are also selected. This should be a transparent change.
v0.10.0
: - Rework of internalsCompare Source
This large release contains a substantial re-architecture of the internals, especially the process of finding resources and their included resources, and caching.
Please see https://jsonapi-resources.com/v0.10/guide/whats\_new.html for more details.
An upgrade guide has been added at https://jsonapi-resources.com/v0.10/guide/upgrade\_guide.html
minimagick/minimagick (mini_magick)
v5.3.0
Compare Source
MiniMagick.restricted_env
configuration.benchmark
dependency.MiniMagick.compare(errors: false)
daddyz/phonelib (phonelib)
v0.10.10
Compare Source
rspec/rspec-rails (rspec-rails)
v8.0.1
Compare Source
Full Changelog
Bug Fixes:
have_been_performed
/have_been_enqueued
returnfalse
forsupports_block_expectations?
as they don't supporting block expectations.(Sam Kidman, #2851)
rubocop/rubocop (rubocop)
v1.78.0
Compare Source
New features
Naming/MethodName
cop to detect offenses withindefine_method
calls. ([@viralpraxis][])Naming/MethodName
cop to handle offenses withinStruct
members. ([@viralpraxis][])Security/Eval
cop to detectKernel.eval
calls. ([@viralpraxis][])Bug fixes
Style/HashConversion
to avoid syntax error. ([@koic][])Style/SingleLineMethods
. ([@koic][])--format
disables parallelization. ([@r7kamura][])Lint/DuplicateMethods
cop when self-alias trick is used. ([@viralpraxis][])Lint/LiteralAsCondition
when a literal is used inside||
incase
condition. ([@koic][])Style/HashConversion
for nestedHash[]
calls. ([@dvandersluis][])Lint/RedundantTypeConversion
when using parentheses with no arguments or any arguments. ([@koic][])Style/ItBlockParameter
when using a single numbered parameter after multiple numbered parameters in a method chain. ([@koic][])Changes
WaywardPredicates
config toNaming/PredicateMethod
to handle methods that look like predicates but aren't. ([@dvandersluis][])v1.77.0
Compare Source
New features
Gemspec/AttributeAssignment
cop. ([@viralpraxis][])Style/CollectionQuerying
. ([@lovro-bikic][])DefaultToNil
option toStyle/FetchEnvVar
cop. ([@Yuhi-Sato][])Gemspec/RequireMFA
cop autocorrect to insert MFA directive after lastmetadata
assignment. ([@viralpraxis][])Layout/SpaceInsideArrayLiteralBrackets
cop to analyze nested constant patterns. ([@viralpraxis][])Bug fixes
Style/HashConversion
when using nestedHash[]
. ([@koic][])Style/SoleNestedConditional
when autocorrecting nested if/unless/if. ([@ssagara00][])Layout/SpaceBeforeBrackets
when call desugaredHash#[]
to lvar receiver with a space around the dot. ([@koic][])Style/RedundantParentheses
when assigning a parenthesized one-linein
pattern matching. ([@koic][])Style/RedundantSelf
when receiver and lvalue have the same name in or-assignment. ([@koic][])Lint/SelfAssignment
to allow inline RBS comments. ([@Morriar][])Style/MethodCallWithArgsParentheses
false positive on forwarded keyword argument with additional arguments. ([@viralpraxis][])Style/RedundantParentheses
. ([@lovro-bikic][])Changes
Naming/PredicateMethod
to consider negation (!
/not
) as boolean values. ([@dvandersluis][])Naming/PredicateMethod
to treat returned predicate method calls as boolean values. ([@dvandersluis][])v1.76.2
Compare Source
Bug fixes
Lint/EmptyInterpolation
when using a boolean literal inside interpolation. ([@koic][])Lint/UselessDefaultValueArgument
whenfetch
call without a receiver. ([@koic][])Style/ConditionalAssignment
cop when using one-line branches. ([@viralpraxis][])Style/RedundantParentheses
when using parenthesized one-line pattern matching in endless method definition. ([@koic][])Style/RedundantSelf
when local variable assignment name is used in nestedif
. ([@koic][])Lint/SafeNavigationChain
when a safe navigation is used on the left-hand side of a-
operator when inside an array. ([@koic][])Changes
AllowedPatterns
andAllowBangMethods
configuration toNaming/PredicateMethod
. ([@dvandersluis][])Lint/AmbiguousRange
. ([@lovro-bikic][])Lint/UselessAccessModifier
. ([@lovro-bikic][])Style/MinMaxComparison
. ([@lovro-bikic][])v1.76.1
Compare Source
Bug fixes
Lint/EmptyInterpolation
when using primitives in interpolation. ([@ka8725][])Style/SafeNavigation
when using ternary expression with index access call. ([@koic][])Style/SafeNavigation
when using ternary expression with operator method call. ([@koic][])Style/RedundantArrayFlatten
whenArray#join
is used with an argument other than the defaultnil
. ([@koic][])Style/RedundantParentheses
when using one-linein
pattern matching in operator. ([@koic][])Naming/PredicateMethod
cop error on empty parentheses method body. ([@viralpraxis][])Style/SafeNavigation
cop error on indexed assignment in ternary expression. ([@viralpraxis][])Style/SafeNavigation
invalid autocorrection on double colon method call. ([@viralpraxis][])v1.76.0
Compare Source
New features
Naming/PredicateMethod
cop to check that predicate methods end with?
and non-predicate methods do not. ([@dvandersluis][])Style/EmptyStringInsideInterpolation
cop. ([@zopolis4][])Style/RedundantArrayFlatten
. ([@lovro-bikic][])Lint/UselessOr
. ([@lovro-bikic][])Gemspec
department cops to detect offenses if specification variable isit
or a numbered parameter. ([@viralpraxis][])Lint/UselessDefaultValueArgument
. ([@lovro-bikic][])Bug fixes
Style/RedundantParentheses
when using a one-linerescue
expression as a method argument. ([@koic][])Style/RedundantParentheses
when using one-line pattern matching. ([@koic][])Style/SafeNavigation
when a ternary expression is used in a method argument. ([@steiley][])Lint/LiteralAsCondition
autocorrect when branches of a condition have comments. ([@zopolis4][])Changes
EnforcedStyle: allow_single_line
as the default toStyle/ItBlockParameter
. ([@koic][])Lint/ShadowingOuterLocalVariable
by default. ([@nekketsuuu][])!=
) inLint/IdentityComparison
. ([@lovro-bikic][])getsentry/sentry-ruby (sentry-rails)
v5.26.0
Compare Source
Feature
Support for
:logger
patch which enables sending logs to Sentry whenenabled_logs
is set to true (#2657)Here's a sample config:
... your setup ...
end
v5.25.0
Compare Source
Features
before_send_log
(#2634)Bug Fixes
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.