Update Non-major dependencies #290
Open
+1,707
−1,738
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.17.1
->9.20.0
1.85.11
->1.87.2
5.20.0
->5.20.1
4.0.3
->4.0.4
4.0.1
->4.2.0
18.0.1
->18.0.4
1.18.1
->1.18.2
6.5.0
->6.6.0
24.1.1
->24.2.0
1.70.0
->1.71.2
3.3.6
->3.4.1
5.4.12
->5.4.14
4.20.2
->4.20.4
Release Notes
Kong/kongponents (@kong/kongponents)
v9.20.0
Compare Source
Features
9.19.1 (2025-02-05)
Bug Fixes
v9.19.1
Compare Source
Bug Fixes
v9.19.0
Compare Source
Features
autosize
for<KTextArea>
(#2587) (1d9d7c4)9.18.5 (2025-02-03)
Bug Fixes
9.18.4 (2025-01-27)
Bug Fixes
9.18.3 (2025-01-23)
Bug Fixes
9.18.2 (2025-01-23)
Bug Fixes
9.18.1 (2025-01-22)
Bug Fixes
v9.18.5
Compare Source
Bug Fixes
v9.18.4
Compare Source
Bug Fixes
v9.18.3
Compare Source
Bug Fixes
v9.18.2
Compare Source
Bug Fixes
v9.18.1
Compare Source
Bug Fixes
v9.18.0
Compare Source
Features
9.17.5 (2025-01-21)
Bug Fixes
9.17.4 (2025-01-21)
Bug Fixes
9.17.3 (2025-01-21)
Bug Fixes
9.17.2 (2025-01-20)
Bug Fixes
9.17.1 (2025-01-16)
Bug Fixes
v9.17.5
Compare Source
Bug Fixes
v9.17.4
Compare Source
Bug Fixes
v9.17.3
Compare Source
Bug Fixes
v9.17.2
Compare Source
Bug Fixes
Kong/spec-renderer (@kong/spec-renderer-dev)
v1.87.2
Compare Source
v1.87.1
Compare Source
v1.87.0
Compare Source
v1.86.3
Compare Source
v1.86.2
Compare Source
v1.86.1
Compare Source
v1.86.0
Compare Source
v1.85.19
Compare Source
v1.85.18
Compare Source
v1.85.17
Compare Source
v1.85.16
Compare Source
v1.85.15
Compare Source
v1.85.14
Compare Source
v1.85.13
Compare Source
v1.85.12
Compare Source
algolia/algoliasearch-client-javascript (algoliasearch)
v5.20.1
Compare Source
apocas/dockerode (dockerode)
v4.0.4
Compare Source
What's Changed
New Contributors
Full Changelog: apocas/dockerode@v4.0.3...v4.0.4
netlify/cli (netlify-cli)
v18.0.4
Compare Source
Bug Fixes
v18.0.3
Compare Source
Bug Fixes
v18.0.2
Compare Source
Bug Fixes
puppeteer/puppeteer (puppeteer)
v24.2.0
Compare Source
Features
Dependencies
Bug Fixes
rubocop/rubocop (rubocop)
v1.71.2
Compare Source
Bug fixes
Layout/ElseAlignment
whenelse
is part of a numblock. ([@earlopain][])Lint/UselessAssignment
when assigning in branch and block. ([@pCosta99][])Lint/Void
wheneach
numblock with conditional expressions that has multiple statements. ([@earlopain][])Style/ExplicitBlockArgument
when using arguments ofzsuper
in method definition. ([@koic][])Style/EachWithObject
cop error in case of single block argument. ([@viralpraxis][])Lint/UnmodifiedReduceAccumulator
when omitting the accumulator in a nested numblock. ([@earlopain][])v1.71.1
Compare Source
Bug fixes
include RuboCop::RSpec::ExpectOffense
in rubocop/rspec/support.rb. ([@d4rky-pl][])Lint/AmbiguousBlockAssociation
with numblocks. ([@earlopain][])Lint/ConstantDefinitionInBlock
with numblocks. ([@earlopain][])Naming/BlockForwarding
andStyle/ArgumentsForwarding
with Ruby >= 3.4 when the block argument is referenced inside a block. This was previously disabled because of a bug in Ruby 3.3.0. ([@earlopain][])Layout/EmptyLineBetweenDefs
withDefLikeMacros
and numblocks. ([@earlopain][])Style/RedundantParentheses
with numblocks. ([@earlopain][])Style/AccessModifierDeclarations
when using access modifier in a numblock. ([@earlopain][])Lint/AssignmentInCondition
when assigning in numblocks. ([@earlopain][])Layout/RedundantLineBreak
when using numbered block parameter. ([@koic][])Style/SuperArguments
when calling super in a numblock. ([@earlopain][])Lint/UnreachableCode
withinstance_eval
numblock. ([@earlopain][])Style/RedundantSelfAssignment
when assigning to attribute ofself
. ([@koic][])Style/HashExcept
andStyle/HashSlice
when checking for inclusion with a range. ([@dvandersluis][])Layout/ExtraSpacing
withForceEqualSignAlignment: true
for endless methods. ([@dvandersluis][])Style/IdenticalConditionalBranches
autocorrect when condition is inside assignment. ([@dvandersluis][])Layout/SingleLineBlockChain
with numblocks. ([@earlopain][])Style/SoleNestedConditional
when using numblocks. ([@earlopain][])v1.71.0
Compare Source
New features
Lint/ArrayLiteralInRegexp
cop. ([@dvandersluis][])Style/HashSlice
cop. ([@lovro-bikic][])Bug fixes
Style/FrozenStringLiteralComment
when using the frozen string literal magic comment in Active Admin's arb files. ([@koic][])rubocop_cache
to the path given by--cache-root
when pruning cache. ([@capncavedan][])Lint/OutOfRangeRegexpRef
when matching withmatch
using safe navigation. ([@koic][])Style/BlockDelimiters
when using brace blocks as conditions underEnforcedStyle: semantic
. ([@koic][])Style/RedundantLineContinuation
when the continuation is preceded by an interpolated string. ([@dvandersluis][])Style/RedundantLineContinuation
when the continuation is followed by a percent array. ([@dvandersluis][])Style/RedundantLineContinuation
when the ruby code ends with a commented continuation. ([@dvandersluis][])Style/ArrayFirstLast
when calling.[]
or&.[]
with 0 or -1. ([@dvandersluis][])Lint/SafeNavigationChain
when adding safe navigation to an operator call inside a hash. ([@dvandersluis][])Style/IfUnlessModifier
when using omitted hash values in an assignment. ([@elliottt][])Style/SoleNestedConditional
. ([@tejasbubane][])Style/RedundantLineContinuation
when calling methods with fully qualified constants. ([@earlopain][])Style/ConditionalAssignment
cop error onunless
withoutelse
andassign_inside_condition
enforced style. ([@viralpraxis][])Style/FrozenStringLiteralComment
cop error on unnormalized magic comment andnever
enforced style. ([@viralpraxis][])Metrics/CollectionLiteralLength
to only register for[]
when called onSet
. ([@dvandersluis][])Changes
Lint/FloatComparison
. ([@dvandersluis][])Layout/MultilineMethodCallBraceLayout
. ([@dvandersluis][])Layout/MultilineMethodArgumentLineBreaks
. ([@dvandersluis][])Security/CompoundHash
. ([@dvandersluis][])Style/BlockDelimiters
. ([@dvandersluis][])Style/CollectionMethods
. ([@dvandersluis][])Style/MapToSet
. ([@dvandersluis][])Style/MethodCallWithoutArgsParentheses
. ([@dvandersluis][])Lint/NumericOperationWithConstantResult
. ([@dvandersluis][])Lint/RedundantStringCoercion
. ([@dvandersluis][])Lint/UselessNumericOperation
. ([@dvandersluis][])--show-cops
. ([@kyanagi][])Style/RedundantParentheses
aware of parenthesized assignment. ([@koic][])Style/RedundantLineContinuation
to handle required continuations followingsuper
. ([@dvandersluis][])vitejs/vite (vite)
v5.4.14
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.13
Compare Source
Please refer to CHANGELOG.md for details.
algolia/instantsearch (vue-instantsearch)
v4.20.4
Compare Source
Note: Version bump only for package vue-instantsearch
v4.20.3
Compare Source
Note: Version bump only for package vue-instantsearch
Configuration
📅 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 is behind base branch, 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.