You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue can actually be observed in #407, which tries to update to cache-manager v5.6.0. See this CI step.
Not only it'd be great to be able to use cache-manager's latest version, but also @nestjs/cache-manager currently depends on version <= 5, which breaks with 5.6.0.
Is there an existing issue for this?
Current behavior
The issue can actually be observed in #407, which tries to update to
cache-manager v5.6.0
. See this CI step.Not only it'd be great to be able to use
cache-manager
's latest version, but also@nestjs/cache-manager
currently depends on version <= 5, which breaks with5.6.0
.Minimum reproduction code
#407
Steps to reproduce
No response
Expected behavior
Depending on
cache-manager v5.6.0
does not raise an error.Package version
2.2.2
NestJS version
10
Node.js version
20
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: