Skip to content

Commit

Permalink
Bump next from 13.4.19 to 13.5.0 (#6606)
Browse files Browse the repository at this point in the history
Bumps [next](https://github.com/vercel/next.js) from 13.4.19 to 13.5.0.
<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.20-canary.41</h2>
<h3>Core Changes</h3>
<ul>
<li>Add <code>mui-core</code> to the default
<code>optimizePackageImports</code> list: <a
href="https://redirect.github.com/vercel/next.js/issues/55554">#55554</a></li>
<li>Consolidate experimental React opt-in &amp; add <code>ppr</code>
flag: <a
href="https://redirect.github.com/vercel/next.js/issues/55560">#55560</a></li>
<li>Add react-icons to optimizePackageImports: <a
href="https://redirect.github.com/vercel/next.js/issues/55572">#55572</a></li>
<li>Fix useState function initialiser case for
<code>optimize_server_react</code> transform: <a
href="https://redirect.github.com/vercel/next.js/issues/55551">#55551</a></li>
<li>Update supported config options for Turbopack: <a
href="https://redirect.github.com/vercel/next.js/issues/55556">#55556</a></li>
<li>Fix react packages are not bundled for metadata routes: <a
href="https://redirect.github.com/vercel/next.js/issues/55579">#55579</a></li>
<li>improve internal error logging: <a
href="https://redirect.github.com/vercel/next.js/issues/55582">#55582</a></li>
<li>fix styled-jsx alias: <a
href="https://redirect.github.com/vercel/next.js/issues/55581">#55581</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>chore: Fix heading hierarchy in revalidateTag documentation: <a
href="https://redirect.github.com/vercel/next.js/issues/55470">#55470</a></li>
<li>chore: replace issue triaing actions with <code>nissuer</code>: <a
href="https://redirect.github.com/vercel/next.js/issues/55525">#55525</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/romeobravo"><code>@​romeobravo</code></a>, <a
href="https://github.com/shuding"><code>@​shuding</code></a>, <a
href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a
href="https://github.com/balazsorban44"><code>@​balazsorban44</code></a>,
<a href="https://github.com/padmaia"><code>@​padmaia</code></a>, <a
href="https://github.com/huozhi"><code>@​huozhi</code></a>, and <a
href="https://github.com/sokra"><code>@​sokra</code></a> for
helping!</p>
<h2>v13.4.20-canary.40</h2>
<h3>Core Changes</h3>
<ul>
<li>Fix missing module.compiled trace file and unhandledRejection in
ensurePage: <a
href="https://redirect.github.com/vercel/next.js/issues/55553">#55553</a></li>
</ul>
<h3>Example Changes</h3>
<ul>
<li>Type Error on Event Type payment_intent webhook: <a
href="https://redirect.github.com/vercel/next.js/issues/55493">#55493</a></li>
<li>Correct spelling in playwright docs: <a
href="https://redirect.github.com/vercel/next.js/issues/55557">#55557</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/roigecode"><code>@​roigecode</code></a>, <a
href="https://github.com/hoop71"><code>@​hoop71</code></a>, and <a
href="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p>
<h2>v13.4.20-canary.39</h2>
<h3>Core Changes</h3>
<ul>
<li>fix next.js own build on windows: <a
href="https://redirect.github.com/vercel/next.js/issues/55544">#55544</a></li>
<li>Fix notFound status code with ISR in app: <a
href="https://redirect.github.com/vercel/next.js/issues/55542">#55542</a></li>
<li>Disable client-only for middleware and pages api layer: <a
href="https://redirect.github.com/vercel/next.js/issues/55541">#55541</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>Add route groups example to revalidatePath doc: <a
href="https://redirect.github.com/vercel/next.js/issues/55543">#55543</a></li>
</ul>
<h3>Misc Changes</h3>
<ul>
<li>chore(third-parties): replace rimraf with rm.mjs: <a
href="https://redirect.github.com/vercel/next.js/issues/55547">#55547</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/ffafad2c35a3f9677bb520f68e989f58f192b931"><code>ffafad2</code></a>
v13.5.0</li>
<li><a
href="https://github.com/vercel/next.js/commit/4a589ed83db304b07b2a18002fff419cb4727222"><code>4a589ed</code></a>
v13.4.20-canary.41</li>
<li><a
href="https://github.com/vercel/next.js/commit/deb81cf246d83233a7d2c0320f19bc4518a37ae4"><code>deb81cf</code></a>
fix styled-jsx alias (<a
href="https://redirect.github.com/vercel/next.js/issues/55581">#55581</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/1a9b0f6f7a03ccdc825f92c654b8ca991f27d3fc"><code>1a9b0f6</code></a>
improve internal error logging (<a
href="https://redirect.github.com/vercel/next.js/issues/55582">#55582</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/063154918c28b4f2a45ffd8d506fc44924483d6e"><code>0631549</code></a>
Fix react packages are not bundled for metadata routes (<a
href="https://redirect.github.com/vercel/next.js/issues/55579">#55579</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/bad53655e8669389e534578980791079b37ea37f"><code>bad5365</code></a>
Update supported config options for Turbopack (<a
href="https://redirect.github.com/vercel/next.js/issues/55556">#55556</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/8881c413a38a3dc0844f4a74f5bfed25b63fd0e7"><code>8881c41</code></a>
Fix useState function initialiser case for
<code>optimize_server_react</code> transform ...</li>
<li><a
href="https://github.com/vercel/next.js/commit/10250119dfed2a40fb65cdad171094fb916293e2"><code>1025011</code></a>
Add react-icons to optimizePackageImports (<a
href="https://redirect.github.com/vercel/next.js/issues/55572">#55572</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/d5c35a1bbb647f8b5a8d3d00c8d2a9c02113d29c"><code>d5c35a1</code></a>
chore: replace issue triaing actions with <code>nissuer</code> (<a
href="https://redirect.github.com/vercel/next.js/issues/55525">#55525</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/33c561b21d59a2b5b2bf63389c353916f1cee20e"><code>33c561b</code></a>
Consolidate experimental React opt-in &amp; add <code>ppr</code> flag
(<a
href="https://redirect.github.com/vercel/next.js/issues/55560">#55560</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/compare/v13.4.19...v13.5.0">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.19&new-version=13.5.0)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/AzureAD/microsoft-authentication-library-for-js/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2023
1 parent 5f49a5e commit bfb5b4a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
98 changes: 49 additions & 49 deletions 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 samples/msal-react-samples/nextjs-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
"next": "^13.0.3",
"next": "^13.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit bfb5b4a

Please sign in to comment.