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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ioredis 4.28.5 -> 5.4.2 age adoption passing confidence
@​types/ioredis 4.28.10 -> 5.0.0 age adoption passing confidence

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
  • 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.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.

v5.2.4

Compare Source

Bug Fixes

v5.2.3

Compare Source

Bug Fixes

v5.2.2

Compare Source

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

v5.2.1

Compare Source

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

v5.2.0

Compare Source

Features

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

Bug Fixes

v5.0.5

Compare Source

Bug Fixes

v5.0.4

Compare Source

Bug Fixes

v5.0.3

Compare Source

Bug Fixes

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes

v5.0.0

Compare Source

In the update of v5, we've made ioredis even more stable and developer-friendly while minimizing the number of breaking changes, so you can spend more time enjoying your life 😄.

Please refer to the guideline to upgrade your projects: 🚀 Upgrading from v4 to v5.

Bug Fixes
  • add @​ioredis/interface-generator to dev deps (aa3b3e9)
  • add missing declaration for callBuffer (08c9072)
  • add the missing typing for Redis#call() (747dd30)
  • better support for CJS importing (687d3eb)
  • disable slotsRefreshInterval by default (370fa62)
  • Fix the NOSCRIPT behavior when using pipelines (bc1b168)
  • improve typing for auto pipelining (4e8c567)
  • improve typing for pipeline (d18f3fe)
  • keyPrefix should work with Buffer (6942cec), closes #​1486
  • make fields private when possible (d5c2f20)
  • parameter declaration of Redis#duplicate (a29d9c4)
  • pipeline fails when cluster is not ready (af60bb0), closes #​1460
  • remove dropBufferSupport option (04e68ac)
  • remove unused Command#isCustomCommand (46ade6b)
  • rename interfaces by dropping prefix I (d1d9dba)
  • Reset loaded script hashes to force a reload of scripts after reconnect of redis (60c2af9)
  • support passing keyPrefix via redisOptions (6b0dc1e)
Features
  • add @​since to method comments (13eff8e)
  • add declarations for methods (1e10c95)
  • add tests for cluster (1eba58b)
  • always parse username passed via URI (c6f41f6)
  • drop support of Node.js 10 (f9a5071)
  • drop support of third-party Promise libraries (2001ec6)
  • expose official declarations (7a436b1)
  • improve typings for cluster (06782e6)
  • improve typings for pipeline (334242b)
  • improve typings for smismember (487c3a0)
  • improve typings for transformers (94c1e24)
  • improve typings for xread (96cc335)
  • Pipeline-based script loading (8df6ee2)
  • prepare v5 stable release (#​1538) (fe32ce7)
  • Refactor code with modern settings (a8ffa80)
  • skip ready check on NOPERM error (b530a0b), closes #​1293
  • support commands added in Redis v7 (53ca412)
  • support defining custom commands via constructor options (f293b97)
  • support Redis Functions introduced in Redis 7.0 (32eb381)
BREAKING CHANGES
  • slotsRefreshInterval is disabled by default,
    previously, the default value was 5000.
  • allowUsernameInURI is removed and ioredis will always
    use the username passed via URI.
    Previously, the username part in new Redis("redis://username:[email protected]:6380/4")
    was ignored unless allowUsernameInURI is specified: new Redis("redis://username:[email protected]:6380/4?allowUsernameInURI=true").
    Now, if you don't want to send username to Redis, just leave the username part empty:
    new Redis("redis://:[email protected]:6380/4")
  • Redis#serverInfo is removed. This field is never documented so
    you very likely have never used it.
  • Support for third-party Promise libraries is dropped. Related methods (exports.Promise = require('bluebird')) are kept but they don't take any effects. The native Promise will always be used.
  • We now require Node.js v12 or newer.
  • Redis can't be called as a function anymore as it's now a class.
    Please change Redis() to new Redis(). Note that Redis() was already deprecated
    in the previous version.

Configuration

📅 Schedule: Branch creation - "* * * * 0,6" (UTC), 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.

@changeset-bot
Copy link

changeset-bot bot commented Mar 26, 2022

⚠️ No Changeset found

Latest commit: bc49626

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 3 times, most recently from f218d93 to 7769260 Compare March 31, 2022 14:40
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 7769260 to 45ba5cc Compare April 9, 2022 03:44
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 45ba5cc to 02ea909 Compare May 17, 2022 15:55
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 02ea909 to 93ceee0 Compare May 31, 2022 18:15
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 93ceee0 to a09f19b Compare June 25, 2022 08:07
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from b1c0c4a to c92eb3b Compare July 16, 2022 15:02
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from c92eb3b to a6e12ee Compare July 23, 2022 05:29
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from a6e12ee to 39b8929 Compare August 23, 2022 15:33
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 39b8929 to a5dd039 Compare November 2, 2022 16:56
@renovate renovate bot changed the title fix(deps): update dependency ioredis to v5 Update dependency ioredis to v5 Dec 17, 2022
@renovate renovate bot changed the title Update dependency ioredis to v5 fix(deps): update dependency ioredis to v5 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from a5dd039 to 1144f19 Compare January 14, 2023 04:08
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from c53c17f to 1d55c3c Compare January 25, 2023 17:49
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 1d55c3c to 5f22034 Compare March 16, 2023 09:07
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from 5f22034 to aaabae5 Compare April 17, 2023 12:54
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from aaabae5 to 4bf212f Compare March 20, 2024 13:25
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch 2 times, most recently from 66df229 to f99d648 Compare April 17, 2024 17:19
@renovate renovate bot force-pushed the renovate/ioredis-5.x branch from f99d648 to bc49626 Compare December 20, 2024 14:20
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.

0 participants