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 v13.4.7 (#621)
[![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/bundle-analyzer](https://togithub.com/vercel/next.js) | [`13.4.6` -> `13.4.7`](https://renovatebot.com/diffs/npm/@next%2fbundle-analyzer/13.4.6/13.4.7) | [![age](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.7/compatibility-slim/13.4.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@next%2fbundle-analyzer/13.4.7/confidence-slim/13.4.6)](https://docs.renovatebot.com/merge-confidence/) | | [@next/eslint-plugin-next](https://togithub.com/vercel/next.js) | [`13.4.6` -> `13.4.7`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/13.4.6/13.4.7) | [![age](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/13.4.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/13.4.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/13.4.7/compatibility-slim/13.4.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@next%2feslint-plugin-next/13.4.7/confidence-slim/13.4.6)](https://docs.renovatebot.com/merge-confidence/) | | [eslint-config-next](https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config) ([source](https://togithub.com/vercel/next.js)) | [`13.4.6` -> `13.4.7`](https://renovatebot.com/diffs/npm/eslint-config-next/13.4.6/13.4.7) | [![age](https://badges.renovateapi.com/packages/npm/eslint-config-next/13.4.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-config-next/13.4.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-config-next/13.4.7/compatibility-slim/13.4.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-config-next/13.4.7/confidence-slim/13.4.6)](https://docs.renovatebot.com/merge-confidence/) | | [next](https://nextjs.org) ([source](https://togithub.com/vercel/next.js)) | [`13.4.6` -> `13.4.7`](https://renovatebot.com/diffs/npm/next/13.4.6/13.4.7) | [![age](https://badges.renovateapi.com/packages/npm/next/13.4.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/next/13.4.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/next/13.4.7/compatibility-slim/13.4.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/next/13.4.7/confidence-slim/13.4.6)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vercel/next.js</summary> ### [`v13.4.7`](https://togithub.com/vercel/next.js/releases/tag/v13.4.7) [Compare Source](https://togithub.com/vercel/next.js/compare/v13.4.6...v13.4.7) ##### Core Changes - Route Module Updates Redux: [#​51373](https://togithub.com/vercel/next.js/issues/51373) - Lock down server IPC address: [#​51378](https://togithub.com/vercel/next.js/issues/51378) - Revert "Route Module Updates Redux": [#​51409](https://togithub.com/vercel/next.js/issues/51409) - Fix bundling of Server Actions: [#​51367](https://togithub.com/vercel/next.js/issues/51367) - Fix pnpm lock: [#​51503](https://togithub.com/vercel/next.js/issues/51503) - router: add layout and other file supports to parallel routes: [#​51413](https://togithub.com/vercel/next.js/issues/51413) - Next Build Turbo POC: [#​49942](https://togithub.com/vercel/next.js/issues/49942) - add edge rendering for app dir for Turbopack: [#​50830](https://togithub.com/vercel/next.js/issues/50830) - Fix shared action module in two layers: [#​51510](https://togithub.com/vercel/next.js/issues/51510) - Revert "Next Build Turbo POC ([#​49942](https://togithub.com/vercel/next.js/issues/49942))": [#​51538](https://togithub.com/vercel/next.js/issues/51538) - Fix font styles on react dev overlay: [#​51518](https://togithub.com/vercel/next.js/issues/51518) - fix typo in x-next-revalidate-tag-token header: [#​51432](https://togithub.com/vercel/next.js/issues/51432) - Add docs links to RSC errors: [#​51557](https://togithub.com/vercel/next.js/issues/51557) - Moved new line to warnOnce call: [#​51552](https://togithub.com/vercel/next.js/issues/51552) - Update id env prefix: [#​51588](https://togithub.com/vercel/next.js/issues/51588) - router: support layout/special files as direct children of parallel routes: [#​51604](https://togithub.com/vercel/next.js/issues/51604) - use env var to switch next.js to turbopack mode: [#​51353](https://togithub.com/vercel/next.js/issues/51353) - Revert "add edge rendering for app dir for Turbopack": [#​51617](https://togithub.com/vercel/next.js/issues/51617) - Ensure upgrade request has request meta: [#​51590](https://togithub.com/vercel/next.js/issues/51590) - Revert "Fix standalone not found": [#​51506](https://togithub.com/vercel/next.js/issues/51506) ##### Documentation Changes - docs: Add streaming AI example.: [#​51382](https://togithub.com/vercel/next.js/issues/51382) - docs: remove copy mentioning appDir as an experimental feature: [#​51403](https://togithub.com/vercel/next.js/issues/51403) - examples: update `with-supabase` example to App Router: [#​51335](https://togithub.com/vercel/next.js/issues/51335) - Fix typo in image alt: [#​51487](https://togithub.com/vercel/next.js/issues/51487) - docs: add better examples to `next/image` docs.: [#​51457](https://togithub.com/vercel/next.js/issues/51457) - Go directly to caching section: [#​51501](https://togithub.com/vercel/next.js/issues/51501) - fix(typo): add missing word: [#​51490](https://togithub.com/vercel/next.js/issues/51490) - fix(typo): add missing comma: [#​51489](https://togithub.com/vercel/next.js/issues/51489) - Remove duplicate bullet point in app router migration docs: [#​51440](https://togithub.com/vercel/next.js/issues/51440) - fix: missing come: [#​51437](https://togithub.com/vercel/next.js/issues/51437) - Linted MDX: [#​51530](https://togithub.com/vercel/next.js/issues/51530) - docs: Fix typo: [#​51517](https://togithub.com/vercel/next.js/issues/51517) - Migrate validate links script from next-site and setup GitHub action: [#​51365](https://togithub.com/vercel/next.js/issues/51365) - Remove extra word in env key error: [#​51512](https://togithub.com/vercel/next.js/issues/51512) - Remove duplicate word in 11-draft-mode.mdx: [#​51580](https://togithub.com/vercel/next.js/issues/51580) - Broken link at 01-static-and-dynamic-rendering.mdx: [#​51582](https://togithub.com/vercel/next.js/issues/51582) - refactor tests for readability: [#​51051](https://togithub.com/vercel/next.js/issues/51051) ##### Example Changes - Upgrade with-redux example to app router: [#​49994](https://togithub.com/vercel/next.js/issues/49994) ##### Misc Changes - ci(workflow): upload test trace for deploy e2e: [#​51389](https://togithub.com/vercel/next.js/issues/51389) - Fix pnpm `ERR_INVALID_THIS` on Node 20: [#​51406](https://togithub.com/vercel/next.js/issues/51406) - Update flakey build output test: [#​51411](https://togithub.com/vercel/next.js/issues/51411) - Fix native build: [#​51522](https://togithub.com/vercel/next.js/issues/51522) - Revert "Fix pnpm `ERR_INVALID_THIS` on Node 20": [#​51539](https://togithub.com/vercel/next.js/issues/51539) - Update .vercel.approvers: [#​51417](https://togithub.com/vercel/next.js/issues/51417) - Update broken link validator: [#​51586](https://togithub.com/vercel/next.js/issues/51586) - Temporarily disable flaky test: [#​51616](https://togithub.com/vercel/next.js/issues/51616) - Update flakey build output test: [#​51625](https://togithub.com/vercel/next.js/issues/51625) ##### Credits Huge thanks to [@​wyattjoh](https://togithub.com/wyattjoh), [@​ijjk](https://togithub.com/ijjk), [@​dvakatsiienko](https://togithub.com/dvakatsiienko), [@​leerob](https://togithub.com/leerob), [@​kwonoj](https://togithub.com/kwonoj), [@​nickmccurdy](https://togithub.com/nickmccurdy), [@​brunoeduardodev](https://togithub.com/brunoeduardodev), [@​dijonmusters](https://togithub.com/dijonmusters), [@​shuding](https://togithub.com/shuding), [@​tyler-lutz](https://togithub.com/tyler-lutz), [@​huozhi](https://togithub.com/huozhi), [@​feedthejim](https://togithub.com/feedthejim), [@​alexkirsz](https://togithub.com/alexkirsz), [@​sonam-serchan](https://togithub.com/sonam-serchan), [@​vicsantizo](https://togithub.com/vicsantizo), [@​leodr](https://togithub.com/leodr), [@​wiscaksono](https://togithub.com/wiscaksono), [@​sokra](https://togithub.com/sokra), [@​delbaoliveira](https://togithub.com/delbaoliveira), [@​ztanner](https://togithub.com/ztanner), [@​hustLer2k](https://togithub.com/hustLer2k), [@​joshuabaker](https://togithub.com/joshuabaker), and [@​ForsakenHarmony](https://togithub.com/ForsakenHarmony) for helping! </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. --- - [ ] 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/weareinreach/InReach). PR-URL: #621 Co-authored-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