Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump next from 13.5.3 to 14.0.1 (#893)
Bumps [next](https://github.com/vercel/next.js) from 13.5.3 to 14.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v14.0.1</h2> <h3>Core Changes</h3> <ul> <li>Add Next.js 14 codemods to CLI output.: <a href="https://redirect.github.com/vercel/next.js/issues/57552">#57552</a></li> <li>OpenTelemetry: propagate a configured context(s) to root requests: <a href="https://redirect.github.com/vercel/next.js/issues/57084">#57084</a></li> <li>debug: Add tags to next build traces to track build configuration in the .next/trace file: <a href="https://redirect.github.com/vercel/next.js/issues/56965">#56965</a></li> <li>[Traces] Await the flush of the trace write stream to make sure trace file is written: <a href="https://redirect.github.com/vercel/next.js/issues/57641">#57641</a></li> <li>Add node-pty to externals list: <a href="https://redirect.github.com/vercel/next.js/issues/57640">#57640</a></li> <li>fix: move logging config validation out of experimental: <a href="https://redirect.github.com/vercel/next.js/issues/57530">#57530</a></li> <li>Update font data: <a href="https://redirect.github.com/vercel/next.js/issues/57728">#57728</a></li> <li>Support viewport export via TS Plugin: <a href="https://redirect.github.com/vercel/next.js/issues/57554">#57554</a></li> <li>Fix: Build compilation warning when using middleware: <a href="https://redirect.github.com/vercel/next.js/issues/57685">#57685</a></li> <li>chore: Update flight-client-entry-plugin.ts typo: <a href="https://redirect.github.com/vercel/next.js/issues/57734">#57734</a></li> <li>Improve error for missing default export in dynamic metadata routes: <a href="https://redirect.github.com/vercel/next.js/issues/57711">#57711</a></li> <li>fix gsp tracing issue: <a href="https://redirect.github.com/vercel/next.js/issues/57766">#57766</a></li> <li>fix(turbopack): don't match empty route groups: <a href="https://redirect.github.com/vercel/next.js/issues/57647">#57647</a></li> <li>Update React from 8c8ee9ee6 to 0c6348758 and types: <a href="https://redirect.github.com/vercel/next.js/issues/57772">#57772</a></li> </ul> <h3>Documentation Changes</h3> <ul> <li>Add missing dot in codemod command: <a href="https://redirect.github.com/vercel/next.js/issues/57536">#57536</a></li> <li>docs(fix): example text unescaped entities: <a href="https://redirect.github.com/vercel/next.js/issues/57255">#57255</a></li> <li>doc: Clarify built-in support for sass after installation: <a href="https://redirect.github.com/vercel/next.js/issues/57279">#57279</a></li> <li>Update docs with a Good to know box about using redirect in client components: <a href="https://redirect.github.com/vercel/next.js/issues/56966">#56966</a></li> <li>docs: fix 02-dynamic-routes.mdx: <a href="https://redirect.github.com/vercel/next.js/issues/57029">#57029</a></li> <li>Fix incorrect link in GTM docs: <a href="https://redirect.github.com/vercel/next.js/issues/57547">#57547</a></li> <li>Fix typos: <a href="https://redirect.github.com/vercel/next.js/issues/57592">#57592</a></li> <li>Add apostrophe 07-error-handling.mdx: <a href="https://redirect.github.com/vercel/next.js/issues/57626">#57626</a></li> <li>Fix: codemods.mdx Incorrect heading structure of next-og-import, meta…: <a href="https://redirect.github.com/vercel/next.js/issues/57605">#57605</a></li> <li>Typo fix, version "13" to "14": <a href="https://redirect.github.com/vercel/next.js/issues/57723">#57723</a></li> <li>Fix Google Tag Manager URL in Third Party Libraries documentation: <a href="https://redirect.github.com/vercel/next.js/issues/57731">#57731</a></li> </ul> <h3>Example Changes</h3> <ul> <li>Fix: Call cookies function from route to flag as dynamic: <a href="https://redirect.github.com/vercel/next.js/issues/57494">#57494</a></li> <li>(Examples) Add <code>with-youtube-embed</code> example: <a href="https://redirect.github.com/vercel/next.js/issues/57367">#57367</a></li> <li>(Examples) Add <code>with-google-maps-embed</code> example: <a href="https://redirect.github.com/vercel/next.js/issues/57365">#57365</a></li> <li>update <code>@types/react</code> version in examples: <a href="https://redirect.github.com/vercel/next.js/issues/57259">#57259</a></li> <li>docs: fix broken link to demo: <a href="https://redirect.github.com/vercel/next.js/issues/57229">#57229</a></li> <li>(example update) Update example with-Clerk: <a href="https://redirect.github.com/vercel/next.js/issues/57050">#57050</a></li> <li>active-class-name example style js has not taken effect: <a href="https://redirect.github.com/vercel/next.js/issues/56136">#56136</a></li> <li>add inngest next.js example: <a href="https://redirect.github.com/vercel/next.js/issues/56049">#56049</a></li> <li>fix inngest example for 3.x sdk: <a href="https://redirect.github.com/vercel/next.js/issues/57712">#57712</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>update manifest: <a href="https://redirect.github.com/vercel/next.js/issues/57523">#57523</a></li> <li>update next/third-parties to use Next 14 or 13 as a peer dependency, instead of just 13: <a href="https://redirect.github.com/vercel/next.js/issues/57515">#57515</a></li> <li>Modify tailwindcss related dependency of <code>create-next-app</code>: <a href="https://redirect.github.com/vercel/next.js/issues/57262">#57262</a></li> <li>Remove extra CI step and lock Node.js version: <a href="https://redirect.github.com/vercel/next.js/issues/57769">#57769</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/4df888a55f6deb4dbdd5c1bae633c58e712b96bc"><code>4df888a</code></a> v14.0.1</li> <li><a href="https://github.com/vercel/next.js/commit/41dec2cbd645b8db0134aef91efaf3f4b7c9a8bd"><code>41dec2c</code></a> v14.0.1-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/e26c9011d6ccf01ca03ea9da51677c2f8163d28b"><code>e26c901</code></a> Update React from 8c8ee9ee6 to 0c6348758 and types (<a href="https://redirect.github.com/vercel/next.js/issues/57772">#57772</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/676d1ee4ceaffd1e8a91fdb8f1c69d1ae7af24f4"><code>676d1ee</code></a> Remove extra CI step and lock Node.js version (<a href="https://redirect.github.com/vercel/next.js/issues/57769">#57769</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/0623a4f79fb5521cd21b464f1895485553f3b658"><code>0623a4f</code></a> Modify tailwindcss related dependency of <code>create-next-app</code> (<a href="https://redirect.github.com/vercel/next.js/issues/57262">#57262</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/6dc7c3c4363276ac05ac2c08f12384b391fa9fd2"><code>6dc7c3c</code></a> fix(turbopack): don't match empty route groups (<a href="https://redirect.github.com/vercel/next.js/issues/57647">#57647</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/9d49afc5eab088209c8142f3f2a3886db78d2a2f"><code>9d49afc</code></a> v14.0.1-canary.4</li> <li><a href="https://github.com/vercel/next.js/commit/9128b58654fdb7e07a909d6e8b742c28aed78a21"><code>9128b58</code></a> fix gsp tracing issue (<a href="https://redirect.github.com/vercel/next.js/issues/57766">#57766</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/3553c6516d7a9aba98876f9660af0ee7c94dc2a3"><code>3553c65</code></a> Improve error for missing default export in dynamic metadata routes (<a href="https://redirect.github.com/vercel/next.js/issues/57711">#57711</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/a07e0de64fcde7d53620a41914e63ae9663a680a"><code>a07e0de</code></a> Fix Google Tag Manager URL in Third Party Libraries documentation (<a href="https://redirect.github.com/vercel/next.js/issues/57731">#57731</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v13.5.3...v14.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=13.5.3&new-version=14.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ken Matsui <[email protected]>
- Loading branch information