Skip to content

Update dependency connect-redis to v10 - #2013

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/connect-redis-10.x
Open

Update dependency connect-redis to v10#2013
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/connect-redis-10.x

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
connect-redis ^7.1.1^10.0.0 age confidence

Release Notes

tj/connect-redis (connect-redis)

v10.0.0

Compare Source

Breaking changes
Maintenance

v9.0.0

Compare Source

Breaking changes

This library no longer supports ioredis. It only supports redis (v5 and later) now.

Rationale: Due to the growing divergence between the ioredis and redis libraries, it was causing this library to maintain shims to synthesize the two, which was a source of issues and overhead. Following the recommendations from Redis, we will use redis going forward (we support both a single client and cluster APIs): see https://redis.io/docs/latest/develop/clients/nodejs/migration/

Maintenance

v8.1.0

Compare Source

Enhancements

v8.0.3

Compare Source

Bug fixes
Maintenance

v8.0.2

Compare Source

Maintenance

v8.0.1

Compare Source

Bug fixes

v8.0.0

Compare Source

Breaking changes

This changes from a default export to a named export to support a consistent API between both CJS and ESM. Support for Node 16 has also been removed.

Migration from v7

If you are using ESM (import) modules:

// Previously
import RedisStore from "connect-redis"

// Now
import {RedisStore} from "connect-redis"

If you are using CommonJS (require) modules:

// Previously
const RedisStore = require("connect-redis").default

// Now
const {RedisStore} = require("connect-redis")

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 3pm and before 7pm every weekday"
  • 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.


  • 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 added the dependencies Pull requests that update a dependency file label Aug 10, 2026
@renovate
renovate Bot force-pushed the renovate/connect-redis-10.x branch from bd3de1a to ad883f5 Compare August 10, 2026 14:49
@hmcts-jenkins-j-to-z
hmcts-jenkins-j-to-z Bot requested a deployment to preview August 10, 2026 14:54 Abandoned
@renovate
renovate Bot force-pushed the renovate/connect-redis-10.x branch from ad883f5 to c876c91 Compare August 10, 2026 15:10
@hmcts-jenkins-j-to-z
hmcts-jenkins-j-to-z Bot requested a deployment to preview August 10, 2026 15:35 Abandoned
@renovate
renovate Bot force-pushed the renovate/connect-redis-10.x branch from c876c91 to c8d22c3 Compare August 14, 2026 00:38
@hmcts-jenkins-j-to-z
hmcts-jenkins-j-to-z Bot requested a deployment to preview August 14, 2026 04:33 Abandoned
@renovate
renovate Bot force-pushed the renovate/connect-redis-10.x branch from c8d22c3 to 66ac1b4 Compare August 14, 2026 04:58
@hmcts-jenkins-j-to-z
hmcts-jenkins-j-to-z Bot requested a deployment to preview August 14, 2026 05:04 Abandoned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ns:pcq prd:pcq rel:pcq-frontend-pr-2013

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants