Update bundler non-major dependencies to v0.4.0 #213
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:
0.3.0
->0.4.0
3.1.7
->3.1.8
2.4.14
->2.5.6
1.74.0
->1.75.5
2.30.3
->2.31.0
4.29.1
->4.32.0
2.6.0-arm64-darwin
->2.6.0
Release Notes
samvera-labs/bot_challenge_page (bot_challenge_page)
v0.4.0
Compare Source
v0.3.1
Compare Source
only single IP address was being used for IPhttps://github.com/samvera-labs/bot_challenge_page/pull/8ll/8
bkeepers/dotenv (dotenv-rails)
v3.1.8
Compare Source
Thanks to Stoked Seagull Software for sponsoring this release of dotenv!
Need help with a software project but don't know where to begin? Stoked Seagull can help.
Interested in sponsoring dotenv?
What's Changed
New Contributors
Full Changelog: bkeepers/dotenv@v3.1.7...v3.1.8
rmosolgo/graphql-ruby (graphql)
v2.5.6
Compare Source
New features
Query#run_partials
for running sub-trees of valid queries #5183v2.5.5
Compare Source
Bug fixes
::Rails
doesn't have.env
#5339ActiveSupport::Notifications
: fix fiber resume without previous event #5335ruby-head
#5342v2.5.4
Compare Source
Bug fixes
ActiveRecordSource
: Support composite primary keys #5330ActiveRecordAssociationSource
: Support has_many associations #5331Context#path
method (use#current_path
instead) #5332v2.5.3
Compare Source
Deprecations
Schema.allow_legacy_invalid_return_type_conflicts
for migration support. #4351Schema.allow_legacy_invalid_empty_selections_on_union
for migration support #5322Schema.complexity_cost_calculation_mode
for migration support. #4843New features
AlwaysVisible
: improve speed (usingSchema::Visibility
) #5326null
#5301v2.5.2
Compare Source
New features
deprecation_reason
#5320Bug fixes
prepare:
method configs #5321v2.5.1
Compare Source
Bug fixes
nil
current span #5313v2.5.0
Compare Source
Breaking changes
prepare_span
hook now receives an execution-related object instead of a hash of keywords. #5298New features
v2.4.16
Compare Source
New features
Bug fixes
v2.4.15
Compare Source
New features
Schema.from_definition
: support custom base type classes #5282Schema.from_definition
: support type extensions #5281Bug fixes
GraphQL::ExecutionError
fromresolve_type
#5274run_graphql_field
: fix when.authorized?
calls Dataloader #5289def prepare
is present #5285rubocop/rubocop (rubocop)
v1.75.5
Compare Source
Bug fixes
Layout/SpaceAfterSemicolon
withLayout/SpaceBeforeSemicolon
when a sequence of semicolons appears. ([@koic][])Lint/ArrayLiteralInRegexp
cop error on empty interpolation. ([@viralpraxis][])Layout/HashAlignment
. ([@jonas054][])Style/ArgumentsForwarding
when using anonymous block argument forwarding to a method with a block. ([@koic][])Layout/LeadingCommentSpace
to allow splitting long inline RBS comment signatures across multiple lines. ([@Morriar][])Lint/LiteralAsCondition
cop error onif
without body. ([@viralpraxis][])Lint/Void
cop error on nested emptybegin
. ([@viralpraxis][])Style/IdenticalConditionalBranches
cop failure in case ofif
node with implicitthen
. ([@viralpraxis][])Style/MethodCallWithArgsParentheses
cop error on complex numbers whenEnforcedStyle
is set toomit_parentheses
. ([@viralpraxis][])Style/TrailingCommaInArguments
cop error ifEnforcedStyleForMultiline
is set tocomma
. ([@viralpraxis][])Changes
Layout/SpaceInsideArrayLiteralBrackets
make aware of array pattern matching. ([@koic][])Layout/SpaceInsideHashLiteralBraces
make aware of hash pattern matching. ([@koic][])v1.75.4
Compare Source
Bug fixes
Lint/BooleanSymbol
when using the rocket hash syntax with a boolean symbol key. ([@koic][])Style/ComparableBetween
when comparing the value with itself. ([@earlopain][])Style/SafeNavigation
when the RHS of&&
is a complex||
expression composed of&&
conditions. ([@koic][])Style/ArgumentsForwarding
when using default positional arg, keyword arg, and block arg in Ruby 3.1. ([@koic][])Style/RedundantParentheses
when parens around basic conditional as the second argument of a parenthesized method call. ([@koic][])Style/RedundantParentheses
when parens around unparenthesized method call as the second argument of a parenthesized method call. ([@koic][])Lint/LiteralAsCondition
autocorrect when a literal is the condition of an elsif followed by an else. ([@zopolis4][])Style/TrailingCommaInArguments
cop aware of trailing commas in[]
method call. ([@viralpraxis][])Style/ClassAndModuleChildren
cop error on tab-intended compactable modules. ([@viralpraxis][])Changes
Lint/CircularArgumentReference
on Ruby 3.4. ([@earlopain][])v1.75.3
Compare Source
Bug fixes
#:
after end keyword inStyle/CommentedKeyword
. ([@dak2][])Layout/EmptyLineAfterGuardClause
when calling a method on the result of a single-lineif
withreturn
. ([@koic][])Style/RedundantParentheses
when using parens around singleton method body. ([@koic][])EnforcedStyleForMultiline: diff_comma
ofStyle/TrailingCommaInArrayLiteral
andStyle/TrailingCommaInHashLiteral
when trailing comma with comment. ([@koic][])Style/RedundantParentheses
when using some operator methods with a parenthesized argument. ([@koic][])Layout/MultilineOperationIndentation
cop error onindexasgn
node without arguments. ([@viralpraxis][])Style/ClassAndModuleChildren
cop error on one-liner class definition and nested enforced style. ([@viralpraxis][])Style/ConditionalAssignment
cop error on one-line if-then-else. ([@viralpraxis][])Style/ConditionalAssignment
cop error on indexed assignment without arguments. ([@viralpraxis][])Style/RedundantLineContinuation
cop error on multiline assignment with line continuation. ([@viralpraxis][])Style/SafeNavigation
with longer&&
chain (e.g.a && a.b && a.b.c
). ([@lovro-bikic][])Style/MapIntoArray
when usingpush
orappend
with hash argument without braces. ([@lovro-bikic][])Changes
Style/RedundantParentheses
. ([@lovro-bikic][])References
overReference
in cop configs. ([@sambostock][])v1.75.2
Compare Source
Changes
Lint/RedundantTypeConversion
to register an offense forto_json.to_s
. ([@lovro-bikic][])Bug fixes
Lint/DeprecatedOpenSSLConstant
cipher constant argument is notcbc
. ([@koic][])Style/RedundantCondition
when true is used as the true branch and the condition takes arguments. ([@koic][])Lint/ReturnInVoidContext
when returning insidedefine_method
or a nested singleton method. ([@earlopain][])Style/ConditionalAssignment
cop error on dynamic string node in branch. ([@viralpraxis][])Style/FrozenStringLiteralComment
cop errors on emacs-styled magic comment. ([@viralpraxis][])v1.75.1
Compare Source
Changes
EnforcedStyle: allow_named_parameter
toEnforcedStyle: only_numbered_parameters
inStyle/ItBlockParameter
. ([@koic][])v1.75.0
Compare Source
New features
Style/HashFetchChain
cop to detect chainedfetch
calls that can be replaced with a single call todig
. ([@dvandersluis][])Style/ItBlockParameter
cop. ([@koic][])it
block parameter inLayout
cops. ([@koic][])it
block parameter inLint
cops. ([@koic][])it
block parameter inMetrics
cops. ([@koic][])it
block parameter inStyle
cops. ([@koic][])TargetRubyVersion: 3.5
(experimental). ([@earlopain][])Bug fixes
Style/HashFetchChain
when no arguments are given tofetch
. ([@koic][])Layout/MultilineMethodParameterLineBreaks
when class method definitions are used. ([@vlad-pisanov][])Layout/LineLength
when autocorrecting class method definitions. ([@vlad-pisanov][])Layout/SpaceAroundOperators
andLayout/HashAlignment
withEnforcedHashRocketStyle
being an array containingtable
. ([@dvandersluis][])InternalAffairs/RedundantDescribedClassAsSubject
cop error on missingdescribe
. ([@viralpraxis][])Lint/ShadowingOuterLocalVariable
when block local variable is used inside a condition. ([@lovro-bikic][])Lint/UselessAssignment
when a variable is reassigned in a different branch. ([@eugeneius][])Style/SoleNestedConditional
. ([@lovro-bikic][])Style/IfInsideElse
. ([@lovro-bikic][])Changes
does
as a forbidden prefix toNaming/PredicateName
. ([@dvandersluis][])ForbiddenIdentifiers
andForbiddenPatterns
config options toNaming/MethodName
cop. ([@tejasbubane][])Array#intersection
toStyle/ArrayIntersect
. ([@dvandersluis][])prism
translation layer to analyze Ruby 3.4+ by default. ([@earlopain][])Style/RedundantParentheses
to offend parentheses for chained&&
expressions. ([@lovro-bikic][])AllowConsecutiveConditionals
setting toStyle/Next
to allow consecutive conditional statements. ([@vlad-pisanov][])Style/RedundantFormat
to register offenses when the only argument toformat
orsprintf
is a constant. ([@dvandersluis][])rubocop/rubocop-rails (rubocop-rails)
v2.31.0
Compare Source
New features
it
block parameter inRails
cops. ([@koic][])Bug fixes
RuboCop::Cop::EnforceSuperclass
being redefined. ([@davidrunger][])SeleniumHQ/selenium (selenium-webdriver)
v4.32.0
=========================
v4.31.0
=========================
v4.30.1
=========================
v4.30.0
=========================
Ruby:
BiDi:
DevTools:
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.
This PR was generated by Mend Renovate. View the repository job log.