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 14.2.5 to 14.2.13 (#56)
Bumps [next](https://github.com/vercel/next.js) from 14.2.5 to 14.2.13. <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.2.13</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Fix missing cache-control on SSR app route (<a href="https://redirect.github.com/vercel/next.js/issues/70265">#70265</a>)</li> <li>feat: add polyfill of URL.canParse for browser compatibility (<a href="https://redirect.github.com/vercel/next.js/issues/70228">#70228</a>)</li> <li>Fix vercel og package memory leak (<a href="https://redirect.github.com/vercel/next.js/issues/70214">#70214</a>)</li> <li>Fix startTime error on Android 9 with Chrome 74 (<a href="https://redirect.github.com/vercel/next.js/issues/67391">#67391</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/raeyoung-kim"><code>@raeyoung-kim</code></a>, <a href="https://github.com/huozhi"><code>@huozhi</code></a>, <a href="https://github.com/devjiwonchoi"><code>@devjiwonchoi</code></a>, and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p> <h2>v14.2.12</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>update prefetching jsdoc & documentation (<a href="https://redirect.github.com/vercel/next.js/issues/68047">#68047</a>)</li> <li>Ensure we chunk revalidate tag requests (<a href="https://redirect.github.com/vercel/next.js/issues/70189">#70189</a>)</li> <li>(backport) fix(eslint): allow typescript-eslint v8 (<a href="https://redirect.github.com/vercel/next.js/issues/70090">#70090</a>)</li> <li>[ppr] Don't mark RSC requests as /_next/data requests (backport of <a href="https://redirect.github.com/vercel/next.js/issues/66249">#66249</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/70083">#70083</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/alvarlagerlof"><code>@alvarlagerlof</code></a>, <a href="https://github.com/wyattjoh"><code>@wyattjoh</code></a>, <a href="https://github.com/delbaoliveira"><code>@delbaoliveira</code></a>, and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p> <h2>v14.2.11</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>fix: correct metadata url suffix (<a href="https://redirect.github.com/vercel/next.js/pull/69959">vercel/next.js#69959</a>)</li> <li>fix: setting assetPrefix to URL format breaks HMR (<a href="https://redirect.github.com/vercel/next.js/issues/70040">#70040</a>)</li> <li>Update revalidateTag to batch tags in one request (<a href="https://redirect.github.com/vercel/next.js/issues/65296">#65296</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@huozhi</code></a>, <a href="https://github.com/devjiwonchoi"><code>@devjiwonchoi</code></a>, and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p> <h2>v14.2.10</h2> <blockquote> <p>[!NOTE]<br /> This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p> </blockquote> <h3>Core Changes</h3> <ul> <li>Remove invalid fallback revalidate value (<a href="https://redirect.github.com/vercel/next.js/pull/69990">vercel/next.js#69990</a>)</li> <li>Revert server action optimization (<a href="https://redirect.github.com/vercel/next.js/pull/69925">vercel/next.js#69925</a>)</li> <li>Add ability to customize Cache-Control (<a href="https://redirect.github.com/vercel/next.js/issues/69802">#69802</a>)</li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/huozhi"><code>@huozhi</code></a> and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/f550237aa564bd59bfef7462350ac6c502f0206d"><code>f550237</code></a> v14.2.13</li> <li><a href="https://github.com/vercel/next.js/commit/b0ff3d08f4185623e60a84be8ea0f14f84081f85"><code>b0ff3d0</code></a> Fix startTime error on Android 9 with Chrome 74 (<a href="https://redirect.github.com/vercel/next.js/issues/67391">#67391</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/49566f5a269ef355fb545d86042ed46e10422203"><code>49566f5</code></a> Fix vercel og package memory leak (<a href="https://redirect.github.com/vercel/next.js/issues/70214">#70214</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/62fbd7f778a9afc245d61698c3dc22e4b77537dc"><code>62fbd7f</code></a> feat: add polyfill of <code>URL.canParse</code> for browser compatibility (<a href="https://redirect.github.com/vercel/next.js/issues/70228">#70228</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/b503b8eb521a3ea5e774905c202e6c3edb6edaa2"><code>b503b8e</code></a> Fix missing cache-control on SSR app route (<a href="https://redirect.github.com/vercel/next.js/issues/70265">#70265</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/6d7ced47babace09f5ab1cf5a43ba26d88d984ac"><code>6d7ced4</code></a> v14.2.12</li> <li><a href="https://github.com/vercel/next.js/commit/367c6e68eee24b9dcd2a426683604d9b28005699"><code>367c6e6</code></a> update prefetching jsdoc & documentation (<a href="https://redirect.github.com/vercel/next.js/issues/68047">#68047</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/16ad3683065fedbe0ff1e29e40a6d3d6470f11e5"><code>16ad368</code></a> Ensure we chunk revalidate tag requests (<a href="https://redirect.github.com/vercel/next.js/issues/70189">#70189</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/77910c84be4dfb867fe127089c077c05e8a4225c"><code>77910c8</code></a> (backport) fix(eslint): allow typescript-eslint v8 (<a href="https://redirect.github.com/vercel/next.js/issues/70090">#70090</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/0b907c7153506054fcfb473033c2ff54eb431fff"><code>0b907c7</code></a> [ppr] Don't mark RSC requests as /_next/data requests (backport of <a href="https://redirect.github.com/vercel/next.js/issues/66249">#66249</a>) (#...</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v14.2.5...v14.2.13">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=14.2.5&new-version=14.2.13)](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/StanfordBDHG/ENGAGE-HF-Web-Frontend/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