Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Non-major dependencies #290

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@kong/kongponents (source) 9.17.1 -> 9.20.0 age adoption passing confidence dependencies minor
@kong/spec-renderer-dev 1.85.11 -> 1.87.2 age adoption passing confidence dependencies minor
algoliasearch (source) 5.20.0 -> 5.20.1 age adoption passing confidence dependencies patch
dockerode 4.0.3 -> 4.0.4 age adoption passing confidence dependencies patch
liquid-c (source) 4.0.1 -> 4.2.0 age adoption passing confidence minor
netlify-cli 18.0.1 -> 18.0.4 age adoption passing confidence devDependencies patch
nokogiri 1.18.1 -> 1.18.2 age adoption passing confidence patch
puma 6.5.0 -> 6.6.0 age adoption passing confidence minor
puppeteer (source) 24.1.1 -> 24.2.0 age adoption passing confidence dependencies minor
rubocop (source, changelog) 1.70.0 -> 1.71.2 age adoption passing confidence minor
ruby (source) 3.3.6 -> 3.4.1 age adoption passing confidence minor
vite (source) 5.4.12 -> 5.4.14 age adoption passing confidence devDependencies patch
vue-instantsearch 4.20.2 -> 4.20.4 age adoption passing confidence dependencies patch

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

9.18.5 (2025-02-03)

Bug Fixes

9.18.4 (2025-01-27)

Bug Fixes
  • deps: update all non-major dependencies with stable version (#​2507) (0da1cc0)

9.18.3 (2025-01-23)

Bug Fixes

9.18.2 (2025-01-23)

Bug Fixes
  • kselect, kmultiselect: filtered arrow navigation [KHCP-13956] (#​2573) (7ff96d2)

9.18.1 (2025-01-22)

Bug Fixes

v9.18.5

Compare Source

Bug Fixes

v9.18.4

Compare Source

Bug Fixes
  • deps: update all non-major dependencies with stable version (#​2507) (0da1cc0)

v9.18.3

Compare Source

Bug Fixes

v9.18.2

Compare Source

Bug Fixes
  • kselect, kmultiselect: filtered arrow navigation [KHCP-13956] (#​2573) (7ff96d2)

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
  • kcodeblock: updated copy button data-test-id [KHCP-14752] (#​2577) (63bd9da)

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
  • kcodeblock: updated copy button data-test-id [KHCP-14752] (#​2577) (63bd9da)
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
  • The following workspace dependencies were updated
Bug Fixes
rubocop/rubocop (rubocop)

v1.71.2

Compare Source

Bug fixes
  • #​13782: Fix an error Layout/ElseAlignment when else is part of a numblock. ([@​earlopain][])
  • #​13395: Fix a false positive for Lint/UselessAssignment when assigning in branch and block. ([@​pCosta99][])
  • #​13783: Fix a false positive for Lint/Void when each numblock with conditional expressions that has multiple statements. ([@​earlopain][])
  • #​13787: Fix incorrect autocorrect for Style/ExplicitBlockArgument when using arguments of zsuper in method definition. ([@​koic][])
  • #​13785: Fix Style/EachWithObject cop error in case of single block argument. ([@​viralpraxis][])
  • #​13781: Fix a false positive for Lint/UnmodifiedReduceAccumulator when omitting the accumulator in a nested numblock. ([@​earlopain][])

v1.71.1

Compare Source

Bug fixes
  • #​10081: Add the missing include RuboCop::RSpec::ExpectOffense in rubocop/rspec/support.rb. ([@​d4rky-pl][])
  • #​13765: Fix a false negative for Lint/AmbiguousBlockAssociation with numblocks. ([@​earlopain][])
  • #​13759: Fix a false negative for Lint/ConstantDefinitionInBlock with numblocks. ([@​earlopain][])
  • #​13741: Register an offense for Naming/BlockForwarding and Style/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][])
  • #​13777: Fix a false negative for Layout/EmptyLineBetweenDefs with DefLikeMacros and numblocks. ([@​earlopain][])
  • #​13769: Fix a false negative for Style/RedundantParentheses with numblocks. ([@​earlopain][])
  • #​13780: Fix a false positive Style/AccessModifierDeclarations when using access modifier in a numblock. ([@​earlopain][])
  • #​13775: Fix a false positive for Lint/AssignmentInCondition when assigning in numblocks. ([@​earlopain][])
  • #​13773: Fix false positives for Layout/RedundantLineBreak when using numbered block parameter. ([@​koic][])
  • #​13761: Fix a false positive for Style/SuperArguments when calling super in a numblock. ([@​earlopain][])
  • #​13768: Fix a false positive for Lint/UnreachableCode with instance_eval numblock. ([@​earlopain][])
  • #​13750: Fix false positives for Style/RedundantSelfAssignment when assigning to attribute of self. ([@​koic][])
  • #​13739: Fix false positive for Style/HashExcept and Style/HashSlice when checking for inclusion with a range. ([@​dvandersluis][])
  • #​13751: Fix false positive in Layout/ExtraSpacing with ForceEqualSignAlignment: true for endless methods. ([@​dvandersluis][])
  • #​13767: Fix Style/IdenticalConditionalBranches autocorrect when condition is inside assignment. ([@​dvandersluis][])
  • #​13764: Fix a false negative for Layout/SingleLineBlockChain with numblocks. ([@​earlopain][])
  • #​13771: Fix wrong autocorrect for Style/SoleNestedConditional when using numblocks. ([@​earlopain][])

v1.71.0

Compare Source

New features
Bug fixes
  • #​13684: Fix a false positive for Style/FrozenStringLiteralComment when using the frozen string literal magic comment in Active Admin's arb files. ([@​koic][])
  • #​13372: Add rubocop_cache to the path given by --cache-root when pruning cache. ([@​capncavedan][])
  • #​13257: Fix department disable/enable comments enabling the cop for the whole file even if that file is excluded by the cop. ([@​earlopain][])
  • #​13704: Fix false positives for Lint/OutOfRangeRegexpRef when matching with match using safe navigation. ([@​koic][])
  • #​13720: Fix false positives for Style/BlockDelimiters when using brace blocks as conditions under EnforcedStyle: semantic. ([@​koic][])
  • #​13688: Fix false negative on Style/RedundantLineContinuation when the continuation is preceded by an interpolated string. ([@​dvandersluis][])
  • #​13677: Fix false negative on Style/RedundantLineContinuation when the continuation is followed by a percent array. ([@​dvandersluis][])
  • #​13692: Fix false positive in Style/RedundantLineContinuation when the ruby code ends with a commented continuation. ([@​dvandersluis][])
  • #​13675: Fix invalid autocorrect for Style/ArrayFirstLast when calling .[] or &.[] with 0 or -1. ([@​dvandersluis][])
  • #​13685: Fix syntax error introduced by Lint/SafeNavigationChain when adding safe navigation to an operator call inside a hash. ([@​dvandersluis][])
  • #​13725: Fix an incorrect autocorrect for Style/IfUnlessModifier when using omitted hash values in an assignment. ([@​elliottt][])
  • #​13667: Maintain precedence in autocorrect for Style/SoleNestedConditional. ([@​tejasbubane][])
  • #​13679: Fix false positive for Style/RedundantLineContinuation when calling methods with fully qualified constants. ([@​earlopain][])
  • #​13728: Fix a RuboCop error on provided glob pattern which matches directory. ([@​viralpraxis][])
  • #​13693: Fix Style/ConditionalAssignment cop error on unless without else and assign_inside_condition enforced style. ([@​viralpraxis][])
  • #​13669: Fix Style/FrozenStringLiteralComment cop error on unnormalized magic comment and never enforced style. ([@​viralpraxis][])
  • #​13696: Update Metrics/CollectionLiteralLength to only register for [] when called on Set. ([@​dvandersluis][])
Changes
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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 18, 2025 01:51
@renovate renovate bot added the review:tech label Jan 18, 2025
Copy link

netlify bot commented Jan 18, 2025

Deploy Preview for kongdeveloper failed.

Name Link
🔨 Latest commit c102ee7
🔍 Latest deploy log https://app.netlify.com/sites/kongdeveloper/deploys/67a687692f32250008c38668

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4caa2d5 to edbe58a Compare January 19, 2025 22:14
@fabianrbz fabianrbz force-pushed the renovate/all-minor-patch branch from edbe58a to fb0ff4f Compare January 20, 2025 07:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fb0ff4f to 8a0430f Compare January 20, 2025 07:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 23 times, most recently from 838bb2b to a8eb284 Compare January 23, 2025 07:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c103c36 to a0b682f Compare January 31, 2025 20:44
@renovate renovate bot changed the title fix(deps): update non-major dependencies Update Non-major dependencies Jan 31, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 931ae4d to 8018db0 Compare January 31, 2025 23:14
@renovate renovate bot changed the title Update Non-major dependencies fix(deps): update non-major dependencies Jan 31, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8018db0 to fa7bccf Compare February 1, 2025 00:26
@renovate renovate bot changed the title fix(deps): update non-major dependencies Update Non-major dependencies Feb 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from 7bf4702 to 2cb811e Compare February 7, 2025 22:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2cb811e to c102ee7 Compare February 7, 2025 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant