Skip to content

Commit

Permalink
chore(deps): ⬆️ update next to v14.2.14 (#322)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

### [`v14.2.14`](https://redirect.github.com/vercel/next.js/releases/tag/v14.2.14)

[Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.13...v14.2.14)

> \[!NOTE]\
> This release is backporting bug fixes. It does **not** include all pending features/changes on canary.

##### Core Changes

-   Fix: clone response in first handler to prevent race ([#&#8203;70082](https://redirect.github.com/vercel/next.js/issues/70082)) ([#&#8203;70649](https://redirect.github.com/vercel/next.js/issues/70649))
-   Respect reexports from metadata API routes ([#&#8203;70508](https://redirect.github.com/vercel/next.js/issues/70508)) ([#&#8203;70647](https://redirect.github.com/vercel/next.js/issues/70647))
-   Externalize node binary modules for app router ([#&#8203;70646](https://redirect.github.com/vercel/next.js/issues/70646))
-   Fix revalidateTag() behaviour when invoked in server components ([#&#8203;70446](https://redirect.github.com/vercel/next.js/issues/70446)) ([#&#8203;70642](https://redirect.github.com/vercel/next.js/issues/70642))
-   Fix prefetch bailout detection for nested loading segments ([#&#8203;70618](https://redirect.github.com/vercel/next.js/issues/70618))
-   Add missing node modules to externals ([#&#8203;70382](https://redirect.github.com/vercel/next.js/issues/70382))
-   Feature: next/image: add support for images.remotePatterns.search ([#&#8203;70302](https://redirect.github.com/vercel/next.js/issues/70302))

##### Credits

Huge thanks to [@&#8203;styfle](https://redirect.github.com/styfle), [@&#8203;ztanner](https://redirect.github.com/ztanner), [@&#8203;ijjk](https://redirect.github.com/ijjk), [@&#8203;huozhi](https://redirect.github.com/huozhi) and [@&#8203;wyattjoh](https://redirect.github.com/wyattjoh) 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/timelessco/next-ts-app-template).
  • Loading branch information
renovate[bot] authored Oct 6, 2024
1 parent 3f33674 commit 0f419f5
Show file tree
Hide file tree
Showing 2 changed files with 50 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.13",
"next": "14.2.14",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
97 changes: 49 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 0f419f5

Please sign in to comment.