-
Notifications
You must be signed in to change notification settings - Fork 36
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
fix(deps): update dependency ioredis to v5.4.2 #91
Open
renovate
wants to merge
1
commit into
dev
Choose a base branch
from
renovate/ioredis-5.x
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/ioredis-5.x
branch
2 times, most recently
from
November 2, 2022 16:22
09f617f
to
0fe6c44
Compare
renovate
bot
changed the title
fix(deps): update dependency ioredis to v5.2.3
fix(deps): update dependency ioredis to v5.2.4
Nov 2, 2022
renovate
bot
force-pushed
the
renovate/ioredis-5.x
branch
from
November 3, 2022 12:11
0fe6c44
to
028e15d
Compare
renovate
bot
changed the title
fix(deps): update dependency ioredis to v5.2.4
Update dependency ioredis to v5.2.4
Dec 17, 2022
renovate
bot
changed the title
Update dependency ioredis to v5.2.4
fix(deps): update dependency ioredis to v5.2.4
Dec 17, 2022
renovate
bot
changed the title
fix(deps): update dependency ioredis to v5.2.4
fix(deps): update dependency ioredis to v5.3.1
Mar 11, 2023
renovate
bot
force-pushed
the
renovate/ioredis-5.x
branch
from
March 11, 2023 15:31
028e15d
to
becb15b
Compare
renovate
bot
changed the title
fix(deps): update dependency ioredis to v5.3.1
fix(deps): update dependency ioredis to v5.3.2
Apr 17, 2023
renovate
bot
force-pushed
the
renovate/ioredis-5.x
branch
from
April 17, 2023 12:20
becb15b
to
bc091c8
Compare
renovate
bot
force-pushed
the
renovate/ioredis-5.x
branch
from
April 16, 2024 22:45
bc091c8
to
bda0baf
Compare
renovate
bot
changed the title
fix(deps): update dependency ioredis to v5.3.2
fix(deps): update dependency ioredis to v5.4.0
Apr 16, 2024
renovate
bot
force-pushed
the
renovate/ioredis-5.x
branch
from
April 17, 2024 16:59
bda0baf
to
c625f44
Compare
renovate
bot
changed the title
fix(deps): update dependency ioredis to v5.4.0
fix(deps): update dependency ioredis to v5.4.1
Apr 17, 2024
renovate
bot
force-pushed
the
renovate/ioredis-5.x
branch
from
September 8, 2024 07:18
c625f44
to
aa85ad3
Compare
renovate
bot
force-pushed
the
renovate/ioredis-5.x
branch
from
September 8, 2024 07:39
aa85ad3
to
f3eaf38
Compare
renovate
bot
changed the title
fix(deps): update dependency ioredis to v5.4.1
fix(deps): update dependency ioredis to v5.4.2
Dec 20, 2024
renovate
bot
force-pushed
the
renovate/ioredis-5.x
branch
from
December 20, 2024 13:16
f3eaf38
to
60ebf9d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
5.2.2
->5.4.2
Release Notes
luin/ioredis (ioredis)
v5.4.2
Compare Source
Bug Fixes
v5.4.1
Compare Source
Bug Fixes
v5.4.0
Compare Source
Bug Fixes
refreshSlotsCache
is callback concurrently, call the callback only when the refresh process is done (#1881) (804ee07)Features
socketTimeout
inRedis
(#1882) (673ac77)5.3.2 (2023-04-15)
Bug Fixes
5.3.1 (2023-02-12)
Bug Fixes
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
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
5.2.1 (2022-07-16)
Bug Fixes
v5.2.6
Compare Source
Bug Fixes
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.v5.2.4
Compare Source
Bug Fixes
v5.2.3
Compare Source
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.