Skip to content

Commit

Permalink
chore(deps): ⬆️ update next to v14.2.4 (#299)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [next](https://nextjs.org) ([source](https://togithub.com/vercel/next.js)) | [`14.2.3` -> `14.2.4`](https://renovatebot.com/diffs/npm/next/14.2.3/14.2.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next/14.2.3/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next/14.2.3/14.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/next.js (next)</summary>

### [`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 ([#&#8203;66446](https://togithub.com/vercel/next.js/issues/66446))
-   fix NextRequest proxy in edge runtime ([#&#8203;66551](https://togithub.com/vercel/next.js/issues/66551))
-   Fix next/dynamic with babel and src dir ([#&#8203;65177](https://togithub.com/vercel/next.js/issues/65177))
-   Use vercel deployment url for metadataBase fallbacks ([#&#8203;65089](https://togithub.com/vercel/next.js/issues/65089))
-   fix(next/image): detect react@19 for fetchPriority prop ([#&#8203;65235](https://togithub.com/vercel/next.js/issues/65235))
-   Fix loading navigation with metadata and prefetch ([#&#8203;66447](https://togithub.com/vercel/next.js/issues/66447))
-   prevent duplicate RSC fetch when action redirects ([#&#8203;66620](https://togithub.com/vercel/next.js/issues/66620))
-   ensure router cache updates reference the latest cache values ([#&#8203;66681](https://togithub.com/vercel/next.js/issues/66681))
-   Prevent append of trailing slash in cases where path ends with a file extension ([#&#8203;66636](https://togithub.com/vercel/next.js/issues/66636))
-   Fix inconsistency with 404 getStaticProps cache-control ([#&#8203;66674](https://togithub.com/vercel/next.js/issues/66674))
-   Use addDependency to track metadata route file changes ([#&#8203;66714](https://togithub.com/vercel/next.js/issues/66714))
-   Add timeout/retry handling for fetch cache ([#&#8203;66652](https://togithub.com/vercel/next.js/issues/66652))
-   fix: app-router prefetch crash when an invalid URL is passed to Link ([#&#8203;66755](https://togithub.com/vercel/next.js/issues/66755))

##### Credits

Huge thanks to [@&#8203;ztanner](https://togithub.com/ztanner), [@&#8203;ijjk](https://togithub.com/ijjk), [@&#8203;wbinnssmith](https://togithub.com/wbinnssmith), [@&#8203;huozhi](https://togithub.com/huozhi), and [@&#8203;lubieowoce](https://togithub.com/lubieowoce) for helping!

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/next-ts-app).
  • Loading branch information
renovate[bot] authored Jun 16, 2024
1 parent e944401 commit e36dac3
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
]
},
"dependencies": {
"next": "14.2.3",
"next": "14.2.4",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e36dac3

Please sign in to comment.