[PR #534] [CLOSED] chore(deps): bump next from 13.4.19 to 13.5.4 in /apps/marketing #1026

Closed
opened 2026-02-26 19:31:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/534
Author: @dependabot[bot]
Created: 10/7/2023
Status: Closed

Base: feat/refreshHead: dependabot/npm_and_yarn/apps/marketing/feat/refresh/next-13.5.4


📝 Commits (1)

  • 4b9881c chore(deps): bump next from 13.4.19 to 13.5.4 in /apps/marketing

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 apps/marketing/package.json (+1 -1)

📄 Description

Bumps next from 13.4.19 to 13.5.4.

Release notes

Sourced from next's releases.

v13.5.4

Core Changes

  • chore: NextJS -> Next.js: #55961
  • fix-failed-to-generate-self-signed-certificate issue:#55891: #55947
  • Remove .test.js from dist: #55946
  • Turbopack next/font/google: don't insert css rules for multiple weights or styles: #55852
  • Fix stale revalidate stream handling: #55978
  • turbopack: improve turbopack/test stability: #56024
  • Mark testmode fetches internal: #56036
  • chore: Remove 'beta.' Subdomain from beta.nextjs.org Links: #55924
  • Remove experimental.sharedPool: #56021
  • fix(worker): pass env to build worker w/ config.experimental.workerThreads: #55257
  • Update swc_core to v0.83.26: #55780
  • Revert "Update swc_core to v0.83.26": #56077
  • fix reporting of illegal segments when directory only contains irrelevant files: #56076
  • Make permanentRedirect return 308 in route handlers: #56065
  • Remove unneeded next-dev js in next-core: #56039
  • Fix: Use boolean instead of false for experimental logging config: #56110
  • chore: remove chalk in favor of picocolors: #55992
  • Revert: "Generate prefetch RSC payload during build for SSR paths (#54403)": #56059
  • fetching logging on edge: #56108
  • Optimize build trace handling: #56048
  • Update font data: #56121
  • feat(turbopack): port bloom filter to nexturbo: #55678
  • Fixes performance problems due to TaskScopes: #55721
  • perf: remove react dom legacy from app router: #56082
  • perf: replace zod with superstruct: #56083
  • perf: externalise ws for bundled server: #56095
  • misc: refactor node utils: #56096
  • Add support for skipTrailingSlashRedirect and skipMiddlewareUrlNormalize in Turbopack: #56147
  • Add experimental.scrollRestoration for Turbopack: #56150
  • misc: refactor handleExternals: #56161
  • perf: add option to bundle pages externals: #56162
  • Allow jest to run with use server directive: #56148
  • Update experimental compile cache handling: #56139
  • App render related code clean up: #56178
  • Add support for i18n config in Turbopack: #56182
  • Implement list of config options for Turbopack: #56188
  • Turbopack: add support for an assetPrefix and basePath: #56058
  • update turbopack: #56197
  • Update supported options list to reflect #56188: #56200
  • Add support for experimental.logging.level in Turbopack: #56201
  • Add next.config.js options to turbopack warning file: #56207
  • fix: @​libsql/client build error: #56192
  • chore: bump postcss: #56225
  • Add additional handling for experimental-compile: #56224
  • Drop ipc server headers filters: #56226
  • only override NODE_EXTRA_CA_CERTS when using experimental https flag: #56252
  • Pass same mangling option as terser to SWC minifier: #56281

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/534 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/7/2023 **Status:** ❌ Closed **Base:** `feat/refresh` ← **Head:** `dependabot/npm_and_yarn/apps/marketing/feat/refresh/next-13.5.4` --- ### 📝 Commits (1) - [`4b9881c`](https://github.com/documenso/documenso/commit/4b9881c8fc8c3dcf619d3090bc37d0592754e39a) chore(deps): bump next from 13.4.19 to 13.5.4 in /apps/marketing ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/package.json` (+1 -1) </details> ### 📄 Description Bumps [next](https://github.com/vercel/next.js) from 13.4.19 to 13.5.4. <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.4</h2> <h3>Core Changes</h3> <ul> <li>chore: NextJS -&gt; Next.js: <a href="https://redirect.github.com/vercel/next.js/issues/55961">#55961</a></li> <li>fix-failed-to-generate-self-signed-certificate issue:<a href="https://redirect.github.com/vercel/next.js/issues/55891">#55891</a>: <a href="https://redirect.github.com/vercel/next.js/issues/55947">#55947</a></li> <li>Remove .test.js from dist: <a href="https://redirect.github.com/vercel/next.js/issues/55946">#55946</a></li> <li>Turbopack next/font/google: don't insert css rules for multiple weights or styles: <a href="https://redirect.github.com/vercel/next.js/issues/55852">#55852</a></li> <li>Fix stale revalidate stream handling: <a href="https://redirect.github.com/vercel/next.js/issues/55978">#55978</a></li> <li>turbopack: improve turbopack/test stability: <a href="https://redirect.github.com/vercel/next.js/issues/56024">#56024</a></li> <li>Mark testmode fetches internal: <a href="https://redirect.github.com/vercel/next.js/issues/56036">#56036</a></li> <li>chore: Remove 'beta.' Subdomain from <code>beta.nextjs.org</code> Links: <a href="https://redirect.github.com/vercel/next.js/issues/55924">#55924</a></li> <li>Remove experimental.sharedPool: <a href="https://redirect.github.com/vercel/next.js/issues/56021">#56021</a></li> <li>fix(worker): pass env to build worker w/ <code>config.experimental.workerThreads</code>: <a href="https://redirect.github.com/vercel/next.js/issues/55257">#55257</a></li> <li>Update <code>swc_core</code> to <code>v0.83.26</code>: <a href="https://redirect.github.com/vercel/next.js/issues/55780">#55780</a></li> <li>Revert &quot;Update <code>swc_core</code> to <code>v0.83.26</code>&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/56077">#56077</a></li> <li>fix reporting of illegal segments when directory only contains irrelevant files: <a href="https://redirect.github.com/vercel/next.js/issues/56076">#56076</a></li> <li>Make <code>permanentRedirect</code> return 308 in route handlers: <a href="https://redirect.github.com/vercel/next.js/issues/56065">#56065</a></li> <li>Remove unneeded next-dev js in next-core: <a href="https://redirect.github.com/vercel/next.js/issues/56039">#56039</a></li> <li>Fix: Use <code>boolean</code> instead of <code>false</code> for experimental logging config: <a href="https://redirect.github.com/vercel/next.js/issues/56110">#56110</a></li> <li>chore: remove chalk in favor of picocolors: <a href="https://redirect.github.com/vercel/next.js/issues/55992">#55992</a></li> <li>Revert: &quot;Generate prefetch RSC payload during build for SSR paths (<a href="https://redirect.github.com/vercel/next.js/issues/54403">#54403</a>)&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/56059">#56059</a></li> <li>fetching logging on edge: <a href="https://redirect.github.com/vercel/next.js/issues/56108">#56108</a></li> <li>Optimize build trace handling: <a href="https://redirect.github.com/vercel/next.js/issues/56048">#56048</a></li> <li>Update font data: <a href="https://redirect.github.com/vercel/next.js/issues/56121">#56121</a></li> <li>feat(turbopack): port bloom filter to nexturbo: <a href="https://redirect.github.com/vercel/next.js/issues/55678">#55678</a></li> <li>Fixes performance problems due to TaskScopes: <a href="https://redirect.github.com/vercel/next.js/issues/55721">#55721</a></li> <li>perf: remove react dom legacy from app router: <a href="https://redirect.github.com/vercel/next.js/issues/56082">#56082</a></li> <li>perf: replace zod with superstruct: <a href="https://redirect.github.com/vercel/next.js/issues/56083">#56083</a></li> <li>perf: externalise ws for bundled server: <a href="https://redirect.github.com/vercel/next.js/issues/56095">#56095</a></li> <li>misc: refactor node utils: <a href="https://redirect.github.com/vercel/next.js/issues/56096">#56096</a></li> <li>Add support for skipTrailingSlashRedirect and skipMiddlewareUrlNormalize in Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/56147">#56147</a></li> <li>Add experimental.scrollRestoration for Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/56150">#56150</a></li> <li>misc: refactor handleExternals: <a href="https://redirect.github.com/vercel/next.js/issues/56161">#56161</a></li> <li>perf: add option to bundle pages externals: <a href="https://redirect.github.com/vercel/next.js/issues/56162">#56162</a></li> <li>Allow jest to run with use server directive: <a href="https://redirect.github.com/vercel/next.js/issues/56148">#56148</a></li> <li>Update experimental compile cache handling: <a href="https://redirect.github.com/vercel/next.js/issues/56139">#56139</a></li> <li>App render related code clean up: <a href="https://redirect.github.com/vercel/next.js/issues/56178">#56178</a></li> <li>Add support for i18n config in Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/56182">#56182</a></li> <li>Implement list of config options for Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/56188">#56188</a></li> <li>Turbopack: add support for an assetPrefix and basePath: <a href="https://redirect.github.com/vercel/next.js/issues/56058">#56058</a></li> <li>update turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/56197">#56197</a></li> <li>Update supported options list to reflect <a href="https://redirect.github.com/vercel/next.js/issues/56188">#56188</a>: <a href="https://redirect.github.com/vercel/next.js/issues/56200">#56200</a></li> <li>Add support for experimental.logging.level in Turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/56201">#56201</a></li> <li>Add next.config.js options to turbopack warning file: <a href="https://redirect.github.com/vercel/next.js/issues/56207">#56207</a></li> <li>fix: <code>@​libsql/client</code> build error: <a href="https://redirect.github.com/vercel/next.js/issues/56192">#56192</a></li> <li>chore: bump <code>postcss</code>: <a href="https://redirect.github.com/vercel/next.js/issues/56225">#56225</a></li> <li>Add additional handling for experimental-compile: <a href="https://redirect.github.com/vercel/next.js/issues/56224">#56224</a></li> <li>Drop ipc server headers filters: <a href="https://redirect.github.com/vercel/next.js/issues/56226">#56226</a></li> <li>only override NODE_EXTRA_CA_CERTS when using experimental https flag: <a href="https://redirect.github.com/vercel/next.js/issues/56252">#56252</a></li> <li>Pass same mangling option as terser to SWC minifier: <a href="https://redirect.github.com/vercel/next.js/issues/56281">#56281</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/1e8dca4a87113f9d6ce0505c90f9a3d89096cefd"><code>1e8dca4</code></a> v13.5.4</li> <li><a href="https://github.com/vercel/next.js/commit/9e24d6ff3b5c9193d64b448cc3fa8cd3b8bfd597"><code>9e24d6f</code></a> v13.5.4-canary.11</li> <li><a href="https://github.com/vercel/next.js/commit/281ae41896cca9335921536de80ab435a0736607"><code>281ae41</code></a> Fix build output logging order (<a href="https://redirect.github.com/vercel/next.js/issues/56335">#56335</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/d7626ffb7996463daf95f554ed30e67893741cf7"><code>d7626ff</code></a> Revert &quot;misc: shortcut styled-jsx in external resolution (<a href="https://redirect.github.com/vercel/next.js/issues/56291">#56291</a>)&quot; (<a href="https://redirect.github.com/vercel/next.js/issues/56334">#56334</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/db48052a5e1beedb3ff142e95e0ea7b5ca8dd923"><code>db48052</code></a> v13.5.4-canary.10</li> <li><a href="https://github.com/vercel/next.js/commit/7df92b868a1105b602d7b9fc74a78cd8ac902885"><code>7df92b8</code></a> test: add flaky turbopack integration tests to manifest (<a href="https://redirect.github.com/vercel/next.js/issues/56309">#56309</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/eeb9b3325d6c21107463532b9ae99f48b0cd524f"><code>eeb9b33</code></a> fix: Invalid URL (404) provided on server actions error (<a href="https://redirect.github.com/vercel/next.js/issues/56323">#56323</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/3172cfedc8b759fec89fda373c86b86931fc02f1"><code>3172cfe</code></a> fix: support both decoded and encoded url requests of conventioned files (<a href="https://redirect.github.com/vercel/next.js/issues/56">#56</a>...</li> <li><a href="https://github.com/vercel/next.js/commit/a2f9ef5a34418d562581f54353ed51491a019484"><code>a2f9ef5</code></a> fix(next/client): keep hash when navigating from app to pages router (<a href="https://redirect.github.com/vercel/next.js/issues/56223">#56223</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/a970f284398d4125c04908d42704b2ab98b9d98b"><code>a970f28</code></a> Add code freeze GitHub actions for releasing (<a href="https://redirect.github.com/vercel/next.js/issues/56325">#56325</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v13.4.19...v13.5.4">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.4)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1026
No description provided.