Skip to content

Peer dependency upper bound blocks Next.js 15+ #1070

@YanAnghelp

Description

@YanAnghelp

@neshca/cache-handler@1.9.0 declares "next": ">= 13.5.1 < 15" as a peer dependency, which prevents use with Next.js 15 and 16 without peer warnings.

The cacheHandler API used by this package (get, set, revalidateTag) has not changed in Next.js 15/16. Relaxing the upper bound to >= 13.5.1 (or < 17) would unblock users on newer Next.js versions without any code changes.

This issue was written with the assistance of AI

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions