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.0.0 to 13.5.3 (#40)
Bumps [next](https://github.com/vercel/next.js) from 13.0.0 to 13.5.3. <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.5.3</h2> <h3>Core Changes</h3> <ul> <li>only put css in entry_css_files: <a href="https://redirect.github.com/vercel/next.js/issues/55585">#55585</a></li> <li>update taskfile to generate types during <code>build</code>: <a href="https://redirect.github.com/vercel/next.js/issues/55628">#55628</a></li> <li>refactor: use <code>fs.existsSync</code> instead of <code>accessSync</code>: <a href="https://redirect.github.com/vercel/next.js/issues/55675">#55675</a></li> <li>Capitalize compiling log: <a href="https://redirect.github.com/vercel/next.js/issues/55685">#55685</a></li> <li>Split prerending by route kind: <a href="https://redirect.github.com/vercel/next.js/issues/55622">#55622</a></li> <li>turbopack: Update the <code>next/dist/esm</code> rewrite <code>ResolvePlugin</code>: <a href="https://redirect.github.com/vercel/next.js/issues/55689">#55689</a></li> <li>refactor: modernize get-online with dns/promises: <a href="https://redirect.github.com/vercel/next.js/issues/55674">#55674</a></li> <li>ensure <code>fetchServerResponse</code> is a valid record when stored in router cache: <a href="https://redirect.github.com/vercel/next.js/issues/55690">#55690</a></li> <li>fix(react-refresh-utils): avoid memory leaks caused by prevExports: <a href="https://redirect.github.com/vercel/next.js/issues/53797">#53797</a></li> <li>fix(ts): allow auto-import of <code>next/navigation</code>: <a href="https://redirect.github.com/vercel/next.js/issues/55743">#55743</a></li> <li>remove --watch from <code>generate_types</code> task: <a href="https://redirect.github.com/vercel/next.js/issues/55748">#55748</a></li> <li>Remove the left padding in <code>next info</code> output: <a href="https://redirect.github.com/vercel/next.js/issues/55704">#55704</a></li> <li>test(turbopack): remove escape hatches for custom turbopack bindings: <a href="https://redirect.github.com/vercel/next.js/issues/55757">#55757</a></li> <li>fix: Invoke cancel, only if the stream is not closed: <a href="https://redirect.github.com/vercel/next.js/issues/55684">#55684</a></li> <li>Revert "fix: Invoke cancel, only if the stream is not closed (<a href="https://redirect.github.com/vercel/next.js/issues/55684">#55684</a>)": <a href="https://redirect.github.com/vercel/next.js/issues/55764">#55764</a></li> <li>fix thenable types & update another incorrect cache record: <a href="https://redirect.github.com/vercel/next.js/issues/55758">#55758</a></li> <li>turbopack: Rewrite ESM modules to CJS during client transition: <a href="https://redirect.github.com/vercel/next.js/issues/55693">#55693</a></li> <li>Fix output log extra new line: <a href="https://redirect.github.com/vercel/next.js/issues/55770">#55770</a></li> <li>Remove unused internal env var: <a href="https://redirect.github.com/vercel/next.js/issues/55762">#55762</a></li> <li>fix Image when used with <code>--experimental-https</code>: <a href="https://redirect.github.com/vercel/next.js/issues/55775">#55775</a></li> <li>chore: update turbopack to <code>turbopack-230922.2</code>: <a href="https://redirect.github.com/vercel/next.js/issues/55828">#55828</a></li> <li>Move DefineEnv to separate file: <a href="https://redirect.github.com/vercel/next.js/issues/55811">#55811</a></li> <li>Remove legacy checks for unstable_getXProps: <a href="https://redirect.github.com/vercel/next.js/issues/55813">#55813</a></li> <li>Remove next-typescript check in webpack config: <a href="https://redirect.github.com/vercel/next.js/issues/55819">#55819</a></li> <li>Correctly mark turbo sessions in telemetry: <a href="https://redirect.github.com/vercel/next.js/issues/55835">#55835</a></li> <li>feat(turbopack): construct output path with distDir next.js config: <a href="https://redirect.github.com/vercel/next.js/issues/55613">#55613</a></li> <li>Remove extra type: <a href="https://redirect.github.com/vercel/next.js/issues/55837">#55837</a></li> <li>Update rust toolchain to nightly-2023-09-21: <a href="https://redirect.github.com/vercel/next.js/issues/55774">#55774</a></li> <li>Remove unused internal env var: <a href="https://redirect.github.com/vercel/next.js/issues/55762">#55762</a></li> <li>fix Image when used with <code>--experimental-https</code>: <a href="https://redirect.github.com/vercel/next.js/issues/55775">#55775</a></li> <li>chore: update turbopack to <code>turbopack-230922.2</code>: <a href="https://redirect.github.com/vercel/next.js/issues/55828">#55828</a></li> <li>Move DefineEnv to separate file: <a href="https://redirect.github.com/vercel/next.js/issues/55811">#55811</a></li> <li>Remove legacy checks for unstable_getXProps: <a href="https://redirect.github.com/vercel/next.js/issues/55813">#55813</a></li> <li>Remove next-typescript check in webpack config: <a href="https://redirect.github.com/vercel/next.js/issues/55819">#55819</a></li> <li>Correctly mark turbo sessions in telemetry: <a href="https://redirect.github.com/vercel/next.js/issues/55835">#55835</a></li> <li>feat(turbopack): construct output path with distDir next.js config: <a href="https://redirect.github.com/vercel/next.js/issues/55613">#55613</a></li> <li>Remove extra type: <a href="https://redirect.github.com/vercel/next.js/issues/55837">#55837</a></li> <li>Update rust toolchain to nightly-2023-09-21: <a href="https://redirect.github.com/vercel/next.js/issues/55774">#55774</a></li> <li>Ensure next-swc-loader types are used: <a href="https://redirect.github.com/vercel/next.js/issues/55846">#55846</a></li> <li>Use swc for runtime bundling: <a href="https://redirect.github.com/vercel/next.js/issues/55842">#55842</a></li> <li>fix bugs pertaining to server actions + navigation: <a href="https://redirect.github.com/vercel/next.js/issues/55853">#55853</a></li> <li>Ensure opentelemetry mismatched version error bubbles: <a href="https://redirect.github.com/vercel/next.js/issues/55868">#55868</a></li> <li>test: re-enabled the disabled manifest test: <a href="https://redirect.github.com/vercel/next.js/issues/55810">#55810</a></li> <li>Remove unnecessary Object.assign: <a href="https://redirect.github.com/vercel/next.js/issues/55882">#55882</a></li> <li>Move experimental.runtime warning to config loading: <a href="https://redirect.github.com/vercel/next.js/issues/55880">#55880</a></li> <li>Add experimental.strictNextHead to Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/55915">#55915</a></li> <li>Loose types of app routes return value: <a href="https://redirect.github.com/vercel/next.js/issues/55849">#55849</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/76e06d55a8c42090dafda25ec31d9eeaa7ec647c"><code>76e06d5</code></a> v13.5.3</li> <li><a href="https://github.com/vercel/next.js/commit/b98ebb28065a08e184f0cc33d971e182da58cd03"><code>b98ebb2</code></a> v13.5.3-canary.4</li> <li><a href="https://github.com/vercel/next.js/commit/ca57258dbd4d5b3aba119088e2c188bf0f4671bc"><code>ca57258</code></a> app router: ensure static prefetch renders loading.js (<a href="https://redirect.github.com/vercel/next.js/issues/55950">#55950</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/69439d8583ba8c76cad6db3ba27dc19b1f9371f0"><code>69439d8</code></a> Add trailingSlash, basePath, and assetPrefix to Turbopack (<a href="https://redirect.github.com/vercel/next.js/issues/55921">#55921</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/cae7833af412f7faca79045dabe056a127804f38"><code>cae7833</code></a> Ensure Turbopack passing test list is sorted (<a href="https://redirect.github.com/vercel/next.js/issues/55948">#55948</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/a63b89b140776336543e70fa12fd532f2c0f0513"><code>a63b89b</code></a> Loose types of app routes return value (<a href="https://redirect.github.com/vercel/next.js/issues/55849">#55849</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/adcf6e66141605b7c13c75b2720b6a40e3547d20"><code>adcf6e6</code></a> Add experimental.strictNextHead to Turbopack (<a href="https://redirect.github.com/vercel/next.js/issues/55915">#55915</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/0b74f518821ea1d23f97103e142cf2905de680b3"><code>0b74f51</code></a> docs: Add example on query parameters in route handlers (<a href="https://redirect.github.com/vercel/next.js/issues/55789">#55789</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/8f7d83f1fde9c9d6e1964e70f9aa1e59b793811a"><code>8f7d83f</code></a> docs: Add note that Server Actions work with static routes (<a href="https://redirect.github.com/vercel/next.js/issues/55626">#55626</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/ea148f3581ee9a8a0575b4266f740e0c34387e7f"><code>ea148f3</code></a> Move client-navigation test to test/development (<a href="https://redirect.github.com/vercel/next.js/issues/55888">#55888</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v13.0.0...v13.5.3">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.0.0&new-version=13.5.3)](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>
- Loading branch information