Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @next/eslint-plugin-next to v14.2.5
##### [v14.2.5](vercel/next.js@v14.2.4...v14.2.5) ##### [v14.2.4](https://github.com/vercel/next.js/releases/tag/v14.2.4) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix: ensure route handlers properly track dynamic access ([#66446](vercel/next.js#66446)) - fix NextRequest proxy in edge runtime ([#66551](vercel/next.js#66551)) - Fix next/dynamic with babel and src dir ([#65177](vercel/next.js#65177)) - Use vercel deployment url for metadataBase fallbacks ([#65089](vercel/next.js#65089)) - fix(next/image): detect react@19 for fetchPriority prop ([#65235](vercel/next.js#65235)) - Fix loading navigation with metadata and prefetch ([#66447](vercel/next.js#66447)) - prevent duplicate RSC fetch when action redirects ([#66620](vercel/next.js#66620)) - ensure router cache updates reference the latest cache values ([#66681](vercel/next.js#66681)) - Prevent append of trailing slash in cases where path ends with a file extension ([#66636](vercel/next.js#66636)) - Fix inconsistency with 404 getStaticProps cache-control ([#66674](vercel/next.js#66674)) - Use addDependency to track metadata route file changes ([#66714](vercel/next.js#66714)) - Add timeout/retry handling for fetch cache ([#66652](vercel/next.js#66652)) - fix: app-router prefetch crash when an invalid URL is passed to Link ([#66755](vercel/next.js#66755)) ##### Credits Huge thanks to [@ztanner](https://github.com/ztanner), [@ijjk](https://github.com/ijjk), [@wbinnssmith](https://github.com/wbinnssmith), [@huozhi](https://github.com/huozhi), and [@lubieowoce](https://github.com/lubieowoce) for helping! ##### [v14.2.3](vercel/next.js@v14.2.2...v14.2.3) ##### [v14.2.2](vercel/next.js@v14.2.1...v14.2.2) ##### [v14.2.1](vercel/next.js@v14.2.0...v14.2.1) ##### [v14.2.0](vercel/next.js@v14.1.4...774563f)
- Loading branch information