Skip to content

fix(deps): update dependency ioredis to v5.3.2

Renovate Bot requested to merge renovate/ioredis-5.x into develop

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
ioredis 4.28.5 -> 5.3.2 age adoption passing confidence

Release Notes

luin/ioredis

v5.3.2

Compare Source

Bug Fixes

v5.3.1

Compare Source

Bug Fixes

v5.3.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.2.6

Compare Source

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

v5.2.5

Compare Source

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.


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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Merge request reports