fix(deps): update non-major dependencies #8308
Open
+1,245
−488
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:
9.14.24
->9.16.1
5.17.1
->5.19.0
4.0.2
->4.0.3
3.3.2
->3.3.3
11.0.0
->11.0.1
4.0.1
->4.2.0
17.38.0
->17.38.1
1.17.2
->1.18.1
0.15.0
->0.15.2
23.10.4
->23.11.1
1.69.2
->1.70.0
3.3.6
->3.4.1
0.17.16
->0.23.5
1.83.0
->1.83.1
4.19.12
->4.19.13
Release Notes
Kong/kongponents (@kong/kongponents)
v9.16.1
Compare Source
Bug Fixes
v9.16.0
Compare Source
Features
v9.15.0
Compare Source
Features
9.14.30 (2024-12-30)
Bug Fixes
9.14.29 (2024-12-23)
Bug Fixes
9.14.28 (2024-12-19)
Bug Fixes
9.14.27 (2024-12-19)
Bug Fixes
9.14.26 (2024-12-18)
Bug Fixes
9.14.25 (2024-12-17)
Bug Fixes
9.14.24 (2024-12-13)
Bug Fixes
9.14.23 (2024-12-13)
Bug Fixes
9.14.22 (2024-12-12)
Bug Fixes
9.14.21 (2024-12-10)
Bug Fixes
9.14.20 (2024-12-06)
Bug Fixes
9.14.19 (2024-12-03)
Bug Fixes
9.14.18 (2024-12-03)
Bug Fixes
9.14.17 (2024-11-26)
Bug Fixes
9.14.16 (2024-11-21)
Bug Fixes
9.14.15 (2024-11-18)
Bug Fixes
9.14.14 (2024-11-15)
Bug Fixes
9.14.13 (2024-11-13)
Bug Fixes
9.14.12 (2024-11-13)
Bug Fixes
9.14.11 (2024-11-12)
Bug Fixes
9.14.10 (2024-11-12)
Bug Fixes
9.14.9 (2024-11-12)
Bug Fixes
9.14.8 (2024-11-01)
Bug Fixes
9.14.7 (2024-11-01)
Bug Fixes
9.14.6 (2024-10-31)
Bug Fixes
9.14.5 (2024-10-31)
Bug Fixes
9.14.4 (2024-10-30)
Bug Fixes
9.14.3 (2024-10-30)
Bug Fixes
9.14.2 (2024-10-29)
Bug Fixes
9.14.1 (2024-10-29)
Bug Fixes
v9.14.30
Compare Source
Bug Fixes
v9.14.29
Compare Source
Bug Fixes
v9.14.28
Compare Source
Bug Fixes
v9.14.27
Compare Source
Bug Fixes
v9.14.26
Compare Source
Bug Fixes
v9.14.25
Compare Source
Bug Fixes
algolia/algoliasearch-client-javascript (algoliasearch)
v5.19.0
Compare Source
v5.18.0
Compare Source
worker
build (#4249) by @shortcutsapocas/dockerode (dockerode)
v4.0.3
Compare Source
What's Changed
New Contributors
Full Changelog: apocas/dockerode@v4.0.2...v4.0.3
mrmlnc/fast-glob (fast-glob)
v3.3.3
Compare Source
💬 Common
🐛 Bug fixes
isaacs/node-glob (glob)
v11.0.1
Compare Source
netlify/cli (netlify-cli)
v17.38.1
Compare Source
Bug Fixes
puppeteer/puppeteer (puppeteer)
v23.11.1
: puppeteer: v23.11.1Compare Source
Miscellaneous Chores
Dependencies
v23.11.0
: puppeteer: v23.11.0Compare Source
Bug Fixes
Dependencies
rubocop/rubocop (rubocop)
v1.70.0
Compare Source
New features
Style/ItAssignment
cop to detect local assignments toit
inside blocks. ([@dvandersluis][])Lint/SharedMutableDefault
cop to alert on mutable Hash defaults. ([@corsonknowles][])Lint/ConstantReassignment
. ([@lovro-bikic][])target_gem_version
API to change behavior of a cop at runtime depending on which gem version is present. ([@earlopain][])Bug fixes
Lint/NonAtomicFileOperation
to detect offenses with fully qualified constants. ([@viralpraxis][])--format
option to accept fully qualified formatter class names. ([@viralpraxis][])Lint/Syntax
when a syntax error occurs. ([@earlopain][])RuboCop::Cop::Util.to_string_literal
to work correctly with frozen strings. ([@viralpraxis][])Lint/Void
inside of non-modifier conditionals. ([@GabeIsman][])Style/MultipleComparison
when settingAllowMethodComparison: false
and comparing with simple method calls. ([@koic][])Layout/EmptyLinesAroundAccessModifier
when an access modifier and an expression are on the same line. ([@koic][])Style/MethodCallWithArgsParentheses
when settingEnforcedStyle: omit_parentheses
and last argument is an endless range. ([@earlopain][])Style/RaiseArgs
with anonymous splat and triple dot forwarding. ([@earlopain][])Lint/NestedMethodDefinition
when defining a method on a constant or a method call. ([@koic][])Style/MultipleComparison
when using multiple safe navigation method calls. ([@koic][])Style/RedundantInitialize
when empty initialize method has arguments. ([@marocchino][])rubocop -d
on a config with a remoteinherit_from
that causes a duplicate setting warning. ([@dvandersluis][])Style/RedundantLineContinuation
with multiple line continuations. ([@dvandersluis][])Naming/BlockForwarding
when method just returns the block argument. ([@mvz][])Layout/HashAlignment
when there is a multiline positional argument andLayout/ArgumentAlignment
is configured withEnforcedStyle: with_fixed_indentation
. ([@dvandersluis][])Layout/SpaceAroundOperators
when different comparison operators were aligned with each other. ([@dvandersluis][])Lint/LiteralInInterpolation
cop error on invalid string literal. ([@viralpraxis][])Lint/NonAtomicFileOperation
cop error on non-constant receiver. ([@viralpraxis][])Lint/Void
cop error onif
without body. ([@viralpraxis][])Style/ClassAndModuleChildren
cop error oncompact
enforced style and unindented body. ([@viralpraxis][])Style/FloatDivision
cop error if#to_f
has implicit receiver. ([@viralpraxis][])Style/HashExcept
to recognize safe navigation whenActiveSupportExtensionsEnabled
config is enabled. ([@lovro-bikic][])Style/HashSyntax
cop error on implicitcall
method. ([@viralpraxis][])Style/MissingElse
cop error ifStyle/EmptyElse
'sEnforcedStyle
is notboth
andif
expression containselsif
. ([@viralpraxis][])Style/MissingElse
cop error ifStyle/EmptyElse
'sEnforcedStyle
is notboth
andif
expression contains multipleelsif
. ([@viralpraxis][])Style/RedundantCondition
cop error on parentheses and modifierif
inelse
. ([@viralpraxis][])Style/RedundantRegexpArgument
when the regex contains a single quote. ([@mrzasa][])Style/YodaExpression
cop error in case of suffix form of operator. ([@viralpraxis][])Layout/LineContinuationSpacing
to ignore continuations inside aregexp
orxstr
. ([@dvandersluis][])Style/SuperArguments
to handlesuper
with a block or with a chained method with a block. ([@dvandersluis][])NoMethodError
inConfigValidator
when a Cop's config is not aHash
and raiseValidationError
instead. ([@amomchilov][])Changes
Style/ObjectThen
. ([@dvandersluis][])Layout/HashAlignment
. ([@dvandersluis][])Layout/HeredocArgumentClosingParenthesis
. ([@dvandersluis][])Layout/LineLength
. ([@dvandersluis][])Style/SendWithLiteralMethodName
. ([@dvandersluis][])Lint/NumericOperationWithConstantResult
. ([@earlopain][])Style/SlicingWithRange
when calling.[]
or&.[]
with a correctable range. ([@dvandersluis][])Lint/DuplicateSetElement
to detect offences withinSortedSet
. ([@viralpraxis][])Layout/TrailingWhitespace
to support blank characters other than space and tab. ([@krororo][])Metrics/MethodLength
to make use ofAllowedMethods
andAllowedPatterns
for methods defined dynamically withdefine_method
. ([@dvandersluis][])Style/AccessModifierDeclarations
to addAllowModifiersOnAliasMethod
configuration (defaulttrue
). ([@dvandersluis][])Style/RedundantSelfAssignment
to handle safe navigation on the right-hand side of the assignment. ([@dvandersluis][])Shopify/ruby-lsp (ruby-lsp)
v0.22.1
v0.22.1
✨ Enhancements
private_class_method
in the indexer (https://github.com/Shopify/ruby-lsp/pull/2858) by @kcdragon🐛 Bug Fixes
📦 Other Changes
field
instead ofvariable
for instance variable symbol kinds (https://github.com/Shopify/ruby-lsp/pull/2898) by @vinistockv0.22.0
v0.22.0
🚧 Breaking Changes
✨ Enhancements
index_all
) from being called multiple times (https://github.com/Shopify/ruby-lsp/pull/2864) by @andyw8extend self
tohandle_module_operation
(https://github.com/Shopify/ruby-lsp/pull/2855) by @tlemburg🐛 Bug Fixes
📦 Other Changes
v0.21.3
v0.21.3
✨ Enhancements
v0.21.2
v0.21.2
✨ Enhancements
supports_progress
to global state (https://github.com/Shopify/ruby-lsp/pull/2815) by @vinistock🐛 Bug Fixes
📦 Other Changes
v0.21.1
v0.21.1
🐛 Bug Fixes
v0.21.0
v0.21.0
🚧 Breaking Changes
on_call_node_leave
events in index enhancement (https://github.com/Shopify/ruby-lsp/pull/2754) by @st0012✨ Enhancements
🐛 Bug Fixes
bin/bundle
(https://github.com/Shopify/ruby-lsp/pull/2765) by @vinistock📦 Other Changes
.ruby-lsp
directory always exists (https://github.com/Shopify/ruby-lsp/pull/2747) by @vinistockConfiguration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.