Skip to content

fix(deps): update dependency ioredis to v5#377

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ioredis-5.x
Open

fix(deps): update dependency ioredis to v5#377
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/ioredis-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
ioredis 4.28.25.10.1 age confidence
@​types/ioredis 4.28.15.0.0 age confidence

Release Notes

luin/ioredis (ioredis)

v5.10.1

Compare Source

Bug Fixes

v5.10.0

Compare Source

Features

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.3 (2026-02-12)

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

5.9.2 (2026-01-15)

Bug Fixes
Reverts

5.9.1 (2026-01-08)

Bug Fixes

v5.9.3

Compare Source

Bug Fixes
  • autopipelining to route writes to masters with scaleReads (#​2072) (8adb1ae)
  • fix issue with moved command for replicas (#​2064) (de4eed4)
  • types: optional properties on RedisOptions allow explicit undefined (#​2066) (0a1a898)

v5.9.2

Compare Source

Bug Fixes
Reverts

v5.9.1

Compare Source

Bug Fixes

v5.9.0

Compare Source

Bug Fixes
  • remove unnecessary case-sensitivity when working with commands (#​2036) (f33a2c8)
Features

5.8.2 (2025-10-21)

Bug Fixes

5.8.1 (2025-10-06)

Bug Fixes
  • ssubscribe: re-subscribe sharded pubsub channels individually (#​2021) (f161367)

v5.8.2

Compare Source

Bug Fixes

v5.8.1

Compare Source

Bug Fixes
  • ssubscribe: re-subscribe sharded pubsub channels individually (#​2021) (f161367)

v5.8.0

Compare Source

Bug Fixes
  • ssubscribe: re-subscribe sharded pubsub channels individually on ready (#​2012) (55a410f)
Features

v5.7.0

Compare Source

Bug Fixes
Features

5.6.1 (2025-04-11)

Bug Fixes
  • adding debug log on cluster.slots initial connection error (bedcfb5)

v5.6.1

Compare Source

Bug Fixes
Features

5.6.1 (2025-04-11)

Bug Fixes
  • adding debug log on cluster.slots initial connection error (bedcfb5)

v5.6.0

Compare Source

Bug Fixes
Features

5.6.1 (2025-04-11)

Bug Fixes
  • adding debug log on cluster.slots initial connection error (bedcfb5)

v5.5.0

Compare Source

Features

5.4.2 (2024-12-20)

Bug Fixes

5.4.1 (2024-04-17)

Bug Fixes

v5.4.2

Compare Source

Features

5.4.2 (2024-12-20)

Bug Fixes

5.4.1 (2024-04-17)

Bug Fixes

v5.4.1

Compare Source

Features

5.4.2 (2024-12-20)

Bug Fixes

5.4.1 (2024-04-17)

Bug Fixes

v5.4.0

Compare Source

Features

5.4.2 (2024-12-20)

Bug Fixes

5.4.1 (2024-04-17)

Bug Fixes

v5.3.2

Compare Source

Bug Fixes
  • when refreshSlotsCache is callback concurrently, call the callback only when the refresh process is done (#​1881) (804ee07)
Features

5.3.2 (2023-04-15)

Bug Fixes

5.3.1 (2023-02-12)

Bug Fixes

v5.3.1

Compare Source

Bug Fixes
  • when refreshSlotsCache is callback concurrently, call the callback only when the refresh process is done (#​1881) (804ee07)
Features

5.3.2 (2023-04-15)

Bug Fixes

5.3.1 (2023-02-12)

Bug Fixes

v5.3.0

Compare Source

Bug Fixes
  • when refreshSlotsCache is callback concurrently, call the callback only when the refresh process is done (#​1881) (804ee07)
Features

5.3.2 (2023-04-15)

Bug Fixes

5.3.1 (2023-02-12)

Bug Fixes

v5.2.6

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

Bug Fixes
  • remove extraneous TCP/IPC properties from RedisOptions TS type (#​1707) (9af7b1c)

5.2.5 (2023-01-14)

Bug Fixes
  • Named export to support ESM imports in Typescript (#​1695) (cdded57)

    With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

5.2.4 (2022-11-02)

Bug Fixes

5.2.3 (2022-08-23)

Bug Fixes

5.2.2 (2022-07-23)

Bug Fixes
  • srandmember with count argument should return array of strings (#​1620) (5f813f3)

5.2.1 (2022-07-16)

Bug Fixes
  • always allow selecting a new node for cluster mode subscriptions when the current one fails (#​1589) (1c8cb85)

v5.2.5

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

Bug Fixes
  • remove extraneous TCP/IPC properties from RedisOptions TS type (#​1707) (9af7b1c)

5.2.5 (2023-01-14)

Bug Fixes
  • Named export to support ESM imports in Typescript (#​1695) (cdded57)

    With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

5.2.4 (2022-11-02)

Bug Fixes

5.2.3 (2022-08-23)

Bug Fixes

5.2.2 (2022-07-23)

Bug Fixes
  • srandmember with count argument should return array of strings (#​1620) (5f813f3)

5.2.1 (2022-07-16)

Bug Fixes
  • always allow selecting a new node for cluster mode subscriptions when the current one fails (#​1589) (1c8cb85)

v5.2.4

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

Bug Fixes
  • remove extraneous TCP/IPC properties from RedisOptions TS type (#​1707) (9af7b1c)

5.2.5 (2023-01-14)

Bug Fixes
  • Named export to support ESM imports in Typescript (#​1695) (cdded57)

    With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

5.2.4 (2022-11-02)

Bug Fixes

5.2.3 (2022-08-23)

Bug Fixes

5.2.2 (2022-07-23)

Bug Fixes
  • srandmember with count argument should return array of strings (#​1620) (5f813f3)

5.2.1 (2022-07-16)

Bug Fixes
  • always allow selecting a new node for cluster mode subscriptions when the current one fails (#​1589) (1c8cb85)

v5.2.3

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

Bug Fixes
  • remove extraneous TCP/IPC properties from RedisOptions TS type (#​1707) (9af7b1c)

5.2.5 (2023-01-14)

Bug Fixes
  • Named export to support ESM imports in Typescript (#​1695) (cdded57)

    With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

5.2.4 (2022-11-02)

Bug Fixes

5.2.3 (2022-08-23)

Bug Fixes

5.2.2 (2022-07-23)

Bug Fixes
  • srandmember with count argument should return array of strings (#​1620) (5f813f3)

5.2.1 (2022-07-16)

Bug Fixes
  • always allow selecting a new node for cluster mode subscriptions when the current one fails (#​1589) (1c8cb85)

v5.2.2

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

Bug Fixes
  • remove extraneous TCP/IPC properties from RedisOptions TS type (#​1707) (9af7b1c)

5.2.5 (2023-01-14)

Bug Fixes
  • Named export to support ESM imports in Typescript (#​1695) (cdded57)

    With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

5.2.4 (2022-11-02)

Bug Fixes

5.2.3 (2022-08-23)

Bug Fixes

5.2.2 (2022-07-23)

Bug Fixes
  • srandmember with count argument should return array of strings (#​1620) (5f813f3)

5.2.1 (2022-07-16)

Bug Fixes
  • always allow selecting a new node for cluster mode subscriptions when the current one fails (#​1589) (1c8cb85)

v5.2.1

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

Bug Fixes
  • remove extraneous TCP/IPC properties from RedisOptions TS type (#​1707) (9af7b1c)

5.2.5 (2023-01-14)

Bug Fixes
  • Named export to support ESM imports in Typescript (#​1695) (cdded57)

    With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

5.2.4 (2022-11-02)

Bug Fixes

5.2.3 (2022-08-23)

Bug Fixes

5.2.2 (2022-07-23)

Bug Fixes
  • srandmember with count argument should return array of strings (#​1620) (5f813f3)

5.2.1 (2022-07-16)

Bug Fixes
  • always allow selecting a new node for cluster mode subscriptions when the current one fails (#​1589) (1c8cb85)

v5.2.0

Compare Source

Bug Fixes
Features

5.2.6 (2023-01-25)

Bug Fixes
  • remove extraneous TCP/IPC properties from RedisOptions TS type (#​1707) (9af7b1c)

5.2.5 (2023-01-14)

Bug Fixes
  • Named export to support ESM imports in Typescript (#​1695) (cdded57)

    With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

5.2.4 (2022-11-02)

Bug Fixes

5.2.3 (2022-08-23)

Bug Fixes

5.2.2 (2022-07-23)

Bug Fixes
  • srandmember with count argument should return array of strings (#​1620) (5f813f3)

5.2.1 (2022-07-16)

Bug Fixes
  • always allow selecting a new node for cluster mode subscriptions when the current one fails (#​1589) (1c8cb85)

v5.1.0

Compare Source

Features
  • add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. (#​1611) (fa77c07)

5.0.6 (2022-05-31)

Bug Fixes

5.0.5 (2022-05-17)

Bug Fixes

5.0.4 (2022-04-09)

Bug Fixes

5.0.3 (2022-03-31)

Bug Fixes

5.0.2 (2022-03-30)

Bug Fixes

5.0.1 (2022-03-26)

Bug Fixes

v5.0.6

Compare Source

Features
  • add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. (#​1611) (fa77c07)

5.0.6 (2022-05-31)

Bug Fixes

5.0.5 (2022-05-17)

Bug Fixes

5.0.4 (2022-04-09)

Bug Fixes

5.0.3 (2022-03-31)

Bug Fixes

5.0.2 (2022-03-30)

Bug Fixes

5.0.1 (2022-03-26)

Bug Fixes

v5.0.5

Compare Source

Features
  • add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. (#​1611) (fa77c07)

5.0.6 (2022-05-31)

Bug Fixes

5.0.5 (2022-05-17)

Bug Fixes

5.0.4 (2022-04-09)

Bug Fixes

5.0.3 (2022-03-31)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 force-pushed the renovate/ioredis-5.x branch from 458c2bd to 5e2d0b7 Compare November 20, 2022 14:56
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 5e2d0b7 to 0e6edd5 Compare March 16, 2023 13:40
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 0e6edd5 to f3ce899 Compare April 17, 2023 13:56
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from f3ce899 to 4996c31 Compare March 20, 2024 16:08
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from 2fa9b11 to cdc8ba1 Compare April 17, 2024 17:26
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from cdc8ba1 to 8600233 Compare December 20, 2024 12:25
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 8600233 to c662c07 Compare February 7, 2025 13:03
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from c662c07 to e6ea857 Compare March 5, 2025 22:55
@renovate renovate bot changed the title fix(deps): update dependency ioredis to v5 chore(deps): update dependency @types/ioredis to v5 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from e6ea857 to 06d71ed Compare April 11, 2025 16:25
@renovate renovate bot changed the title chore(deps): update dependency @types/ioredis to v5 fix(deps): update dependency ioredis to v5 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 06d71ed to 1895a8d Compare July 31, 2025 10:51
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 1895a8d to 7b1921b Compare September 23, 2025 09:39
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 7b1921b to afae5ba Compare October 6, 2025 08:48
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from afae5ba to 8ca7528 Compare October 21, 2025 17:38
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from 04345ca to 7edc837 Compare January 8, 2026 18:37
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 7edc837 to 2cfdc5c Compare January 15, 2026 18:39
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 2cfdc5c to d22bc6e Compare February 12, 2026 15:07
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from d22bc6e to fd28135 Compare February 27, 2026 17:21
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from fd28135 to 9dbdf23 Compare March 19, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants