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