sadmann7 / file-uploader

File uploader built with shadcn/ui and react-dropzone.
https://uploader.sadmn.com
MIT License
670 stars 39 forks source link

chore(deps): update nextjs monorepo to v14.2.5 #114

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next (source) 14.2.3 -> 14.2.5 age adoption passing confidence
next (source) 14.2.0-canary.65 -> 14.2.5 age adoption passing confidence

Release Notes

vercel/next.js (eslint-config-next) ### [`v14.2.5`](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5) ### [`v14.2.4`](https://togithub.com/vercel/next.js/releases/tag/v14.2.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.3...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](https://togithub.com/vercel/next.js/issues/66446)) - fix NextRequest proxy in edge runtime ([#​66551](https://togithub.com/vercel/next.js/issues/66551)) - Fix next/dynamic with babel and src dir ([#​65177](https://togithub.com/vercel/next.js/issues/65177)) - Use vercel deployment url for metadataBase fallbacks ([#​65089](https://togithub.com/vercel/next.js/issues/65089)) - fix(next/image): detect react@19 for fetchPriority prop ([#​65235](https://togithub.com/vercel/next.js/issues/65235)) - Fix loading navigation with metadata and prefetch ([#​66447](https://togithub.com/vercel/next.js/issues/66447)) - prevent duplicate RSC fetch when action redirects ([#​66620](https://togithub.com/vercel/next.js/issues/66620)) - ensure router cache updates reference the latest cache values ([#​66681](https://togithub.com/vercel/next.js/issues/66681)) - Prevent append of trailing slash in cases where path ends with a file extension ([#​66636](https://togithub.com/vercel/next.js/issues/66636)) - Fix inconsistency with 404 getStaticProps cache-control ([#​66674](https://togithub.com/vercel/next.js/issues/66674)) - Use addDependency to track metadata route file changes ([#​66714](https://togithub.com/vercel/next.js/issues/66714)) - Add timeout/retry handling for fetch cache ([#​66652](https://togithub.com/vercel/next.js/issues/66652)) - fix: app-router prefetch crash when an invalid URL is passed to Link ([#​66755](https://togithub.com/vercel/next.js/issues/66755)) ##### Credits Huge thanks to [@​ztanner](https://togithub.com/ztanner), [@​ijjk](https://togithub.com/ijjk), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​huozhi](https://togithub.com/huozhi), and [@​lubieowoce](https://togithub.com/lubieowoce) for helping!
vercel/next.js (next) ### [`v14.2.5`](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.4...v14.2.5) ### [`v14.2.4`](https://togithub.com/vercel/next.js/releases/tag/v14.2.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.3...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](https://togithub.com/vercel/next.js/issues/66446)) - fix NextRequest proxy in edge runtime ([#​66551](https://togithub.com/vercel/next.js/issues/66551)) - Fix next/dynamic with babel and src dir ([#​65177](https://togithub.com/vercel/next.js/issues/65177)) - Use vercel deployment url for metadataBase fallbacks ([#​65089](https://togithub.com/vercel/next.js/issues/65089)) - fix(next/image): detect react@19 for fetchPriority prop ([#​65235](https://togithub.com/vercel/next.js/issues/65235)) - Fix loading navigation with metadata and prefetch ([#​66447](https://togithub.com/vercel/next.js/issues/66447)) - prevent duplicate RSC fetch when action redirects ([#​66620](https://togithub.com/vercel/next.js/issues/66620)) - ensure router cache updates reference the latest cache values ([#​66681](https://togithub.com/vercel/next.js/issues/66681)) - Prevent append of trailing slash in cases where path ends with a file extension ([#​66636](https://togithub.com/vercel/next.js/issues/66636)) - Fix inconsistency with 404 getStaticProps cache-control ([#​66674](https://togithub.com/vercel/next.js/issues/66674)) - Use addDependency to track metadata route file changes ([#​66714](https://togithub.com/vercel/next.js/issues/66714)) - Add timeout/retry handling for fetch cache ([#​66652](https://togithub.com/vercel/next.js/issues/66652)) - fix: app-router prefetch crash when an invalid URL is passed to Link ([#​66755](https://togithub.com/vercel/next.js/issues/66755)) ##### Credits Huge thanks to [@​ztanner](https://togithub.com/ztanner), [@​ijjk](https://togithub.com/ijjk), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​huozhi](https://togithub.com/huozhi), and [@​lubieowoce](https://togithub.com/lubieowoce) for helping! ### [`v14.2.3`](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3) ### [`v14.2.2`](https://togithub.com/vercel/next.js/compare/v14.2.1...c850e4a69a8ff62502753e2ff15bbabcea94b556) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.1...v14.2.2) ### [`v14.2.1`](https://togithub.com/vercel/next.js/compare/v14.2.0...v14.2.1) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.0...v14.2.1) ### [`v14.2.0`](https://togithub.com/vercel/next.js/compare/v14.1.4...774563f2b994ae9686b8ec68b506a6ef3d7c9756) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.0-canary.67...v14.2.0) ### [`v14.2.0-canary.67`](https://togithub.com/vercel/next.js/releases/tag/v14.2.0-canary.67) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.0-canary.66...v14.2.0-canary.67) ##### Core Changes - Turbopack: import webpack loader rules conditions: [#​64205](https://togithub.com/vercel/next.js/issues/64205) - update turbopack: [#​64347](https://togithub.com/vercel/next.js/issues/64347) ##### Misc Changes - Ensure build-native is in needs properly: [#​64357](https://togithub.com/vercel/next.js/issues/64357) ##### Credits Huge thanks to [@​sokra](https://togithub.com/sokra) and [@​ijjk](https://togithub.com/ijjk) for helping! ### [`v14.2.0-canary.66`](https://togithub.com/vercel/next.js/releases/tag/v14.2.0-canary.66) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.0-canary.65...v14.2.0-canary.66) ##### Core Changes - build: Update `swc_core` to `v0.90.30`: [#​63790](https://togithub.com/vercel/next.js/issues/63790) - Escape url-unsafe characters in names of app router scripts and styles: [#​64131](https://togithub.com/vercel/next.js/issues/64131) - Inject preview props into edge manifest: [#​64108](https://togithub.com/vercel/next.js/issues/64108) - Revert "build: Update `swc_core` to `v0.90.30`": [#​64329](https://togithub.com/vercel/next.js/issues/64329) - metadata: prefer og title rather than metadata title for fallback twitter title: [#​64331](https://togithub.com/vercel/next.js/issues/64331) ##### Documentation Changes - Docs: Instructions on how to generate turbopack trace file: [#​64325](https://togithub.com/vercel/next.js/issues/64325) ##### Misc Changes - Add Ben's handle to labeler: [#​64312](https://togithub.com/vercel/next.js/issues/64312) - chore: add test mapping script: [#​63757](https://togithub.com/vercel/next.js/issues/63757) ##### Credits Huge thanks to [@​kdy1](https://togithub.com/kdy1), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​padmaia](https://togithub.com/padmaia), [@​balazsorban44](https://togithub.com/balazsorban44), [@​huozhi](https://togithub.com/huozhi), [@​sokra](https://togithub.com/sokra), and [@​delbaoliveira](https://togithub.com/delbaoliveira) for helping!

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 3 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
file-uploader ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2024 3:09pm
vercel[bot] commented 2 months ago

Deployment failed with the following error:

Resource is limited - try again in 1 hour (more than 100, code: "api-deployments-free-per-day").
vercel[bot] commented 2 months ago

Deployment failed with the following error:

Resource is limited - try again in 7 minutes (more than 100, code: "api-deployments-free-per-day").