Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(web): update next.js to v14.2.14 (#1418)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@next/bundle-analyzer](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer)) | devDependencies | patch | [`14.2.13` -> `14.2.14`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/14.2.13/14.2.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [@next/bundle-analyzer](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/next-bundle-analyzer)) | dependencies | patch | [`14.2.13` -> `14.2.14`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/14.2.13/14.2.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [@next/eslint-plugin-next](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next)) | devDependencies | patch | [`14.2.13` -> `14.2.14`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/14.2.13/14.2.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [@next/third-parties](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/third-parties)) | peerDependencies | patch | [`14.2.13` -> `14.2.14`](https://renovatebot.com/diffs/npm/@next%2fthird-parties/14.2.13/14.2.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [@next/third-parties](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/third-parties)) | devDependencies | patch | [`14.2.13` -> `14.2.14`](https://renovatebot.com/diffs/npm/@next%2fthird-parties/14.2.13/14.2.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [@next/third-parties](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/third-parties)) | dependencies | patch | [`14.2.13` -> `14.2.14`](https://renovatebot.com/diffs/npm/@next%2fthird-parties/14.2.13/14.2.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)) | devDependencies | patch | [`14.2.13` -> `14.2.14`](https://renovatebot.com/diffs/npm/eslint-config-next/14.2.13/14.2.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | peerDependencies | patch | [`14.2.13` -> `14.2.14`](https://renovatebot.com/diffs/npm/next/14.2.13/14.2.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | devDependencies | patch | [`14.2.13` -> `14.2.14`](https://renovatebot.com/diffs/npm/next/14.2.13/14.2.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | | [next](https://nextjs.org) ([source](https://redirect.github.com/vercel/next.js)) | dependencies | patch | [`14.2.13` -> `14.2.14`](https://renovatebot.com/diffs/npm/next/14.2.13/14.2.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/vercel/next.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/vercel/next.js) | --- ### Release Notes <details> <summary>vercel/next.js (@​next/bundle-analyzer)</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 ([#​70082](https://redirect.github.com/vercel/next.js/issues/70082)) ([#​70649](https://redirect.github.com/vercel/next.js/issues/70649)) - Respect reexports from metadata API routes ([#​70508](https://redirect.github.com/vercel/next.js/issues/70508)) ([#​70647](https://redirect.github.com/vercel/next.js/issues/70647)) - Externalize node binary modules for app router ([#​70646](https://redirect.github.com/vercel/next.js/issues/70646)) - Fix revalidateTag() behaviour when invoked in server components ([#​70446](https://redirect.github.com/vercel/next.js/issues/70446)) ([#​70642](https://redirect.github.com/vercel/next.js/issues/70642)) - Fix prefetch bailout detection for nested loading segments ([#​70618](https://redirect.github.com/vercel/next.js/issues/70618)) - Add missing node modules to externals ([#​70382](https://redirect.github.com/vercel/next.js/issues/70382)) - Feature: next/image: add support for images.remotePatterns.search ([#​70302](https://redirect.github.com/vercel/next.js/issues/70302)) ##### Credits Huge thanks to [@​styfle](https://redirect.github.com/styfle), [@​ztanner](https://redirect.github.com/ztanner), [@​ijjk](https://redirect.github.com/ijjk), [@​huozhi](https://redirect.github.com/huozhi) and [@​wyattjoh](https://redirect.github.com/wyattjoh) for helping! </details> <details> <summary>vercel/next.js (eslint-config-next)</summary> ### [`v14.2.14`](https://redirect.github.com/vercel/next.js/compare/v14.2.13...dbbec6ada34399df739f45273b50c38fc5b4a881) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.13...v14.2.14) </details> <details> <summary>vercel/next.js (next)</summary> ### [`v14.2.14`](https://redirect.github.com/vercel/next.js/compare/v14.2.13...dbbec6ada34399df739f45273b50c38fc5b4a881) [Compare Source](https://redirect.github.com/vercel/next.js/compare/v14.2.13...v14.2.14) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 these updates again. --- - [ ] <!-- rebase-check -->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/weareinreach/InReach). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJkZXBlbmRlbmNpZXMiLCJrb2RpYWs6IG1lcmdlLm1ldGhvZCA9ICdzcXVhc2gnIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information