Bump connect-redis from 7.1.1 to 8.0.1 in /packages/server
Bumps connect-redis from 7.1.1 to 8.0.1.
Release notes
Sourced from connect-redis's releases.
v8.0.1
Bug fixes
v8.0.0
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")
Commits
-
b43e613
Fix types for CJS bundle (#417) -
1ae375e
Fix broken windows (#415) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts