Skip to content

Commit

Permalink
Bump next from 13.4.2 to 13.4.8 in /website (#3541)
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 13.4.2 to 13.4.8.
<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>v13.4.8</h2>
<p>For a more detailed summary of recent performance improvements around
compilation, please <a
href="https://redirect.github.com/vercel/next.js/issues/48748#issuecomment-1614456247">see
this comment</a>.</p>
<hr />
<h3>Core Changes</h3>
<ul>
<li>Auto fill title/images/description from openGraph for twitter if
missing: <a
href="https://redirect.github.com/vercel/next.js/issues/51453">#51453</a></li>
<li>Route Module Updates: <a
href="https://redirect.github.com/vercel/next.js/issues/51433">#51433</a></li>
<li>fix(typo): rename var name in comment: <a
href="https://redirect.github.com/vercel/next.js/issues/51531">#51531</a></li>
<li>feat: support for numeric separators in revalidate config: <a
href="https://redirect.github.com/vercel/next.js/issues/51438">#51438</a></li>
<li>Support response aborting: <a
href="https://redirect.github.com/vercel/next.js/issues/51594">#51594</a></li>
<li>Next Build Turbo POC (2): <a
href="https://redirect.github.com/vercel/next.js/issues/51546">#51546</a></li>
<li>bugfix: route interception with dynamic paths: <a
href="https://redirect.github.com/vercel/next.js/issues/51526">#51526</a></li>
<li>add edge rendering for app dir for Turbopack: <a
href="https://redirect.github.com/vercel/next.js/issues/51631">#51631</a></li>
<li>Pages Error Route Module Rendering: <a
href="https://redirect.github.com/vercel/next.js/issues/51374">#51374</a></li>
<li>Revert &quot;add edge rendering for app dir for Turbopack&quot;: <a
href="https://redirect.github.com/vercel/next.js/issues/51659">#51659</a></li>
<li>Update cache handling in draft mode: <a
href="https://redirect.github.com/vercel/next.js/issues/51663">#51663</a></li>
<li>Add esm entry for next/server and alias <code>@​vercel/og</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/51651">#51651</a></li>
<li>Hot reload when conflicted pages detected and when conflicts are
resolved: <a
href="https://redirect.github.com/vercel/next.js/issues/51516">#51516</a></li>
<li>Fix standalone rendering for unmatched _next routes: <a
href="https://redirect.github.com/vercel/next.js/issues/51611">#51611</a></li>
<li>add edge rendering for app dir for Turbopack: <a
href="https://redirect.github.com/vercel/next.js/issues/51666">#51666</a></li>
<li>Revert &quot;Update <code>swc_core</code> to
<code>v0.78.15</code>&quot;: <a
href="https://redirect.github.com/vercel/next.js/issues/51716">#51716</a></li>
<li>type check tests (and convert next-test-utils.js to ts) : <a
href="https://redirect.github.com/vercel/next.js/issues/51071">#51071</a></li>
<li>Add default modularizeImports that breaks up
<code>@​mui/icons-material</code>, <code>@​mui/material</code>,
date-fns, lodash, lodash-es, ramda, react-bootstrap: <a
href="https://redirect.github.com/vercel/next.js/issues/50900">#50900</a></li>
<li>Move Pages <code>render</code> out of server: <a
href="https://redirect.github.com/vercel/next.js/issues/51678">#51678</a></li>
<li>Add url to patched fetch response: <a
href="https://redirect.github.com/vercel/next.js/issues/51665">#51665</a></li>
<li>Correct Flight client's condition for SSR and
<code>createServerReference</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/51723">#51723</a></li>
<li>Update manual basePath with trailingSlash: <a
href="https://redirect.github.com/vercel/next.js/issues/51726">#51726</a></li>
<li>feat: add body parser limit for server actions: <a
href="https://redirect.github.com/vercel/next.js/issues/51104">#51104</a></li>
<li>fix: handle 404 errors in HotReload client: <a
href="https://redirect.github.com/vercel/next.js/issues/51637">#51637</a></li>
<li>Add critical next config value to github info: <a
href="https://redirect.github.com/vercel/next.js/issues/51715">#51715</a></li>
<li>Fix not-found handling in turbopack: <a
href="https://redirect.github.com/vercel/next.js/issues/51735">#51735</a></li>
<li>Allow matching against user-agent in rewrites that match headers: <a
href="https://redirect.github.com/vercel/next.js/issues/48271">#48271</a></li>
<li>revalidate should be more than a boolean: <a
href="https://redirect.github.com/vercel/next.js/issues/51627">#51627</a></li>
<li>Rename <code>serverActionsSizeLimit</code> as
<code>serverActionsBodySizeLimit</code> and add docs: <a
href="https://redirect.github.com/vercel/next.js/issues/51755">#51755</a></li>
<li>Fix HMR for missing dependencies in next-app-loader: <a
href="https://redirect.github.com/vercel/next.js/issues/51778">#51778</a></li>
<li>fix: interception rewrites should support catch-all segments: <a
href="https://redirect.github.com/vercel/next.js/issues/51787">#51787</a></li>
<li>Remove <code>execSync</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/51785">#51785</a></li>
<li>Remove unncessary source matching from loader: <a
href="https://redirect.github.com/vercel/next.js/issues/51775">#51775</a></li>
<li>Fix <code>NODE_OPTIONS='--inspect'</code> not running expected: <a
href="https://redirect.github.com/vercel/next.js/issues/51467">#51467</a></li>
<li>Fix tree-shaking for metadata image functions on the Edge runtime:
<a
href="https://redirect.github.com/vercel/next.js/issues/51762">#51762</a></li>
<li>Add <code>WATCHPACK_WATCHER_LIMIT=20</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/51826">#51826</a></li>
<li>Simplify Flight manifest plugin: <a
href="https://redirect.github.com/vercel/next.js/issues/51589">#51589</a></li>
<li>performance: don't compile on hover on dev: <a
href="https://redirect.github.com/vercel/next.js/issues/51830">#51830</a></li>
<li>Refactor <code>next-font-manifest-plugin</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/51835">#51835</a></li>
<li>feat: Introduce eslint rule for async client components: <a
href="https://redirect.github.com/vercel/next.js/issues/51547">#51547</a></li>
<li>fix: webpack target should match node engines: <a
href="https://redirect.github.com/vercel/next.js/issues/51852">#51852</a></li>
<li>Enable compression for Webpack's cache during dev: <a
href="https://redirect.github.com/vercel/next.js/issues/51851">#51851</a></li>
<li>perf: only require nextjs-require-cache-hot-reloader related API in
dev mode: <a
href="https://redirect.github.com/vercel/next.js/issues/51834">#51834</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/b4a875eb57fb396e236d2879e7afd821dc3c87a4"><code>b4a875e</code></a>
v13.4.8</li>
<li><a
href="https://github.com/vercel/next.js/commit/4b4731dfbe169836f98ea420b22ab56477501524"><code>4b4731d</code></a>
Revert &quot;ReverseTopological -&gt; AdjacencyMap&quot; (<a
href="https://redirect.github.com/vercel/next.js/issues/52139">#52139</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/11bd7725b5bec00c721033d0d1f3a74f96f3cc86"><code>11bd772</code></a>
Add missing url hash (<a
href="https://redirect.github.com/vercel/next.js/issues/52123">#52123</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/f6a152287a8c0f7d4f8df58b014d48510788ccd7"><code>f6a1522</code></a>
ReverseTopological -&gt; AdjacencyMap (<a
href="https://redirect.github.com/vercel/next.js/issues/52032">#52032</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/eca315308a4a562d8df5063e6e1f8eb7220ca30b"><code>eca3153</code></a>
v13.4.8-canary.15</li>
<li><a
href="https://github.com/vercel/next.js/commit/c87a1b12c37e94e574b91c50c3b182e3c8266fa0"><code>c87a1b1</code></a>
fix: env hot reload for RSC pages (<a
href="https://redirect.github.com/vercel/next.js/issues/51930">#51930</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/10605a15c16ec987083c20c99d0f9c1c6e95a660"><code>10605a1</code></a>
Renable flaky tests disabled before (<a
href="https://redirect.github.com/vercel/next.js/issues/51680">#51680</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/805bfa45e0c638366e55f1039908fc10634d495c"><code>805bfa4</code></a>
Remove EnvironmentIntention (<a
href="https://redirect.github.com/vercel/next.js/issues/51965">#51965</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/8eb97306077b610ec6aaef0786fa3bd9fb5ce5f3"><code>8eb9730</code></a>
Avoid unnecessary <code>resolveExternal</code> calls (<a
href="https://redirect.github.com/vercel/next.js/issues/52053">#52053</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/967b876f6b8a6d7bfaef5749ee915c55ae970306"><code>967b876</code></a>
docs: Fix broken link (<a
href="https://redirect.github.com/vercel/next.js/issues/52092">#52092</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v13.4.2...v13.4.8">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.4.2&new-version=13.4.8)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 4, 2023
1 parent 6608f4e commit 2ecd585
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 52 deletions.
97 changes: 46 additions & 51 deletions website/package-lock.json

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

2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -63,7 +63,7 @@
"friendly-username-generator": "^2.0.4",
"lande": "^1.0.10",
"lucide-react": "^0.105.0",
"next": "^13.4.2",
"next": "^13.4.8",
"next-auth": "^4.22.1",
"next-i18next": "^13.3.0",
"nodemailer": "^6.9.3",
Expand Down

0 comments on commit 2ecd585

Please sign in to comment.