fix(deps): update dependency ioredis to v5.1.0 #74

Closed
opened 2026-04-05 19:43:44 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @renovate[bot] on 6/25/2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ioredis 5.0.6 -> 5.1.0 age adoption passing confidence

Release Notes

luin/ioredis

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

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 this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

*Originally created by @renovate[bot] on 6/25/2022* [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ioredis](https://togithub.com/luin/ioredis) | [`5.0.6` -> `5.1.0`](https://renovatebot.com/diffs/npm/ioredis/5.0.6/5.1.0) | [![age](https://badges.renovateapi.com/packages/npm/ioredis/5.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ioredis/5.1.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ioredis/5.1.0/compatibility-slim/5.0.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ioredis/5.1.0/confidence-slim/5.0.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>luin/ioredis</summary> ### [`v5.1.0`](https://togithub.com/luin/ioredis/blob/HEAD/CHANGELOG.md#&#8203;510-httpsgithubcomluiniorediscomparev506v510-2022-06-25) [Compare Source](https://togithub.com/luin/ioredis/compare/v5.0.6...5c989e5f8f97ec2708b4012a0210e255ddad37a1) ##### Features - add command typings for Redis 7.0.2. Also fix a typing issue for hgetallBuffer. ([#&#8203;1611](https://togithub.com/luin/ioredis/issues/1611)) ([fa77c07](https://togithub.com/luin/ioredis/commit/fa77c07bdeece59c2b98d670bbd2c069944a988f)) #### [5.0.6](https://togithub.com/luin/ioredis/compare/v5.0.5...v5.0.6) (2022-05-31) ##### Bug Fixes - Add back Pipeline#length ([#&#8203;1585](https://togithub.com/luin/ioredis/issues/1585)) ([63b2ee4](https://togithub.com/luin/ioredis/commit/63b2ee49c52c8cee326d30f62bc29c64f3ec28b3)), closes [#&#8203;1584](https://togithub.com/luin/ioredis/issues/1584) #### [5.0.5](https://togithub.com/luin/ioredis/compare/v5.0.4...v5.0.5) (2022-05-17) ##### Bug Fixes - improve typing for redis.multi ([#&#8203;1580](https://togithub.com/luin/ioredis/issues/1580)) ([f9f875b](https://togithub.com/luin/ioredis/commit/f9f875b1972dd2eb87ee6a5011f8f6d7abc7cf75)) - send correct command during auto-pipelining of .call() operations ([#&#8203;1579](https://togithub.com/luin/ioredis/issues/1579)) ([e41c3dc](https://togithub.com/luin/ioredis/commit/e41c3dc880906e8aad73332837bf233f65d12e67)) #### [5.0.4](https://togithub.com/luin/ioredis/compare/v5.0.3...v5.0.4) (2022-04-09) ##### Bug Fixes - Expose ChainableCommander and other types ([#&#8203;1560](https://togithub.com/luin/ioredis/issues/1560)) ([df04dd8](https://togithub.com/luin/ioredis/commit/df04dd8d87a44d3b64b385c86581915248554508)) #### [5.0.3](https://togithub.com/luin/ioredis/compare/v5.0.2...v5.0.3) (2022-03-31) ##### Bug Fixes - add named exports to keep compatible with [@&#8203;types/ioredis](https://togithub.com/types/ioredis) ([#&#8203;1552](https://togithub.com/luin/ioredis/issues/1552)) ([a89a900](https://togithub.com/luin/ioredis/commit/a89a9002db70d44c83dfa6aaef81fb40caa5fb19)) - Fix failover detector with sentinel and tls streams ([ac00a00](https://togithub.com/luin/ioredis/commit/ac00a005220aa48e9be509f18594bd5e13969ce4)) - handle NOPERM error for monitor ([93b873d](https://togithub.com/luin/ioredis/commit/93b873dfaf75baf08e517476bfe54384d144b526)), closes [#&#8203;1498](https://togithub.com/luin/ioredis/issues/1498) - Hook up the keepAlive after a successful connect ([14f03a4](https://togithub.com/luin/ioredis/commit/14f03a4d9416b32a912f3ab9eee4c004ccad8acc)), closes [#&#8203;1339](https://togithub.com/luin/ioredis/issues/1339) #### [5.0.2](https://togithub.com/luin/ioredis/compare/v5.0.1...v5.0.2) (2022-03-30) ##### Bug Fixes - allow option maxRetriesPerRequest to be null ([#&#8203;1553](https://togithub.com/luin/ioredis/issues/1553)) ([d62a808](https://togithub.com/luin/ioredis/commit/d62a8082131389c38a24244ed29a5a9d8b06c4e7)), closes [#&#8203;1550](https://togithub.com/luin/ioredis/issues/1550) - support TypeScript interface as parameters of hmset and mset ([#&#8203;1545](https://togithub.com/luin/ioredis/issues/1545)) ([3444791](https://togithub.com/luin/ioredis/commit/3444791a7ed807098ab17155e8d498a915f27750)), closes [#&#8203;1536](https://togithub.com/luin/ioredis/issues/1536) #### [5.0.1](https://togithub.com/luin/ioredis/compare/v5.0.0...v5.0.1) (2022-03-26) ##### Bug Fixes - improve typing compatibility with [@&#8203;types/ioredis](https://togithub.com/types/ioredis) ([#&#8203;1542](https://togithub.com/luin/ioredis/issues/1542)) ([3bf300a](https://togithub.com/luin/ioredis/commit/3bf300a1c99ae4cf8038930c45e19ebd68db222e)) </details> --- ### 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/hansputera/tiktok-dl).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/tiktok-dl#74