chore(deps): bump next from 13.4.4 to 13.4.5 #13

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/next-13.4.5 into main
dependabot[bot] commented 2023-06-12 10:16:47 +02:00 (Migrated from github.com)

Bumps next from 13.4.4 to 13.4.5.

Release notes

Sourced from next's releases.

v13.4.5

Core Changes

  • Fix static metadata routes runtime when root layout is in edge runtime: #50351
  • Ensure App Router and Pages Router modules can't share chunks: #50327
  • Fix CJS optimizer: #50376
  • fix: edge runtime with next/legacy/image: #50343
  • Next.js Turbo build: turbopack-ecmascript-runtime and ChunkData: #50375
  • fix: eslint not ignoring "/app": #50261
  • Pages Route Module: #50070
  • Upgrade vendored @​vercel/og: #50395
  • Fix runtime:edge with large next.config.js: #50396
  • Rename header conversion functions: #50389
  • Refactor internal modules: #50338
  • Add new build and test workflow: #50436
  • Add cache-control header on 304 response: #50408
  • App Router: fix relative query/hash handling in next/link and router push/replace: #49521
  • Revert "land: Include charset=utf-8 with x-component Content-Type header": #50472
  • Optimize Next.js bootup compilation: #50379
  • Fix CSS duplication related problems: #50406
  • update swc_core and turbopack: #50519
  • Fix global SCSS on Node.js <= 14: #50185
  • [edge] bump @edge-runtime/* package suite: #49092
  • packages/font: run update-google-fonts script: #50608
  • [turbopack]: Fix HEAD requests: #50366
  • Add experimental id handling: #50470
  • fix @vercel/turbopack-node types (and more turbopack updates): #50605
  • Add new Google-InspectionTool token to known bot UA list: #50467
  • Ensure user-installed opentelemetry package has the minimal required version: #50554
  • Remove cssFiles field: #50610
  • Perf: reduce metadata RSC payload: #50678
  • Fix image loader file emission path for edge runtime: #50683
  • fix: a11y issues in the overlay component (HMR): #49782
  • next/font: tolerate missing unused fields in capsize map: #50708
  • fix: conditional cookies in draft mode: #50660
  • Optimize next-app-loader resolving speed: #50745
  • Improve compile time on large application: #50792
  • fix(next-swc): reenable filesystem cache: #50651
  • Update fetch dynamic error handling: #50822
  • Shrink the react key size in metadata RSC payload: #50739
  • Bail out of 404 page when favicon.ico doesn't exist: #50795
  • Pages Route Module Rendering: #50404
  • upgrade edge-runtime dependency: #50636
  • Update id config handling: #50847
  • [turbopack]: Use tip-of-branch for benchmarks: #50615
  • Fill basic twitter metadata with opengraph when missing: #50854
  • Add layer to module trace: #50851
  • Add additional font-loader spans for tracing: #50889
  • Update react to latest versions: #50604
  • fix: App Router with assetPrefix: /: #49622

... (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 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)
Bumps [next](https://github.com/vercel/next.js) from 13.4.4 to 13.4.5. <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.5</h2> <h3>Core Changes</h3> <ul> <li>Fix static metadata routes runtime when root layout is in edge runtime: <a href="https://redirect.github.com/vercel/next.js/issues/50351">#50351</a></li> <li>Ensure App Router and Pages Router modules can't share chunks: <a href="https://redirect.github.com/vercel/next.js/issues/50327">#50327</a></li> <li>Fix CJS optimizer: <a href="https://redirect.github.com/vercel/next.js/issues/50376">#50376</a></li> <li>fix: edge runtime with <code>next/legacy/image</code>: <a href="https://redirect.github.com/vercel/next.js/issues/50343">#50343</a></li> <li>Next.js Turbo build: turbopack-ecmascript-runtime and ChunkData: <a href="https://redirect.github.com/vercel/next.js/issues/50375">#50375</a></li> <li>fix: eslint not ignoring &quot;/app&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/50261">#50261</a></li> <li>Pages Route Module: <a href="https://redirect.github.com/vercel/next.js/issues/50070">#50070</a></li> <li>Upgrade vendored <code>@​vercel/og</code>: <a href="https://redirect.github.com/vercel/next.js/issues/50395">#50395</a></li> <li>Fix runtime:edge with large next.config.js: <a href="https://redirect.github.com/vercel/next.js/issues/50396">#50396</a></li> <li>Rename header conversion functions: <a href="https://redirect.github.com/vercel/next.js/issues/50389">#50389</a></li> <li>Refactor internal modules: <a href="https://redirect.github.com/vercel/next.js/issues/50338">#50338</a></li> <li>Add new build and test workflow: <a href="https://redirect.github.com/vercel/next.js/issues/50436">#50436</a></li> <li>Add <code>cache-control</code> header on 304 response: <a href="https://redirect.github.com/vercel/next.js/issues/50408">#50408</a></li> <li>App Router: fix relative query/hash handling in <code>next/link</code> and router push/replace: <a href="https://redirect.github.com/vercel/next.js/issues/49521">#49521</a></li> <li>Revert &quot;land: Include charset=utf-8 with x-component Content-Type header&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/50472">#50472</a></li> <li>Optimize Next.js bootup compilation: <a href="https://redirect.github.com/vercel/next.js/issues/50379">#50379</a></li> <li>Fix CSS duplication related problems: <a href="https://redirect.github.com/vercel/next.js/issues/50406">#50406</a></li> <li>update swc_core and turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/50519">#50519</a></li> <li>Fix global SCSS on Node.js &lt;= 14: <a href="https://redirect.github.com/vercel/next.js/issues/50185">#50185</a></li> <li>[edge] bump @edge-runtime/* package suite: <a href="https://redirect.github.com/vercel/next.js/issues/49092">#49092</a></li> <li>packages/font: run update-google-fonts script: <a href="https://redirect.github.com/vercel/next.js/issues/50608">#50608</a></li> <li>[turbopack]: Fix HEAD requests: <a href="https://redirect.github.com/vercel/next.js/issues/50366">#50366</a></li> <li>Add experimental id handling: <a href="https://redirect.github.com/vercel/next.js/issues/50470">#50470</a></li> <li>fix <code>@vercel/turbopack-node</code> types (and more turbopack updates): <a href="https://redirect.github.com/vercel/next.js/issues/50605">#50605</a></li> <li>Add new <code>Google-InspectionTool</code> token to known bot UA list: <a href="https://redirect.github.com/vercel/next.js/issues/50467">#50467</a></li> <li>Ensure user-installed opentelemetry package has the minimal required version: <a href="https://redirect.github.com/vercel/next.js/issues/50554">#50554</a></li> <li>Remove <code>cssFiles</code> field: <a href="https://redirect.github.com/vercel/next.js/issues/50610">#50610</a></li> <li>Perf: reduce metadata RSC payload: <a href="https://redirect.github.com/vercel/next.js/issues/50678">#50678</a></li> <li>Fix image loader file emission path for edge runtime: <a href="https://redirect.github.com/vercel/next.js/issues/50683">#50683</a></li> <li>fix: a11y issues in the overlay component (HMR): <a href="https://redirect.github.com/vercel/next.js/issues/49782">#49782</a></li> <li>next/font: tolerate missing unused fields in capsize map: <a href="https://redirect.github.com/vercel/next.js/issues/50708">#50708</a></li> <li>fix: conditional cookies in draft mode: <a href="https://redirect.github.com/vercel/next.js/issues/50660">#50660</a></li> <li>Optimize next-app-loader resolving speed: <a href="https://redirect.github.com/vercel/next.js/issues/50745">#50745</a></li> <li>Improve compile time on large application: <a href="https://redirect.github.com/vercel/next.js/issues/50792">#50792</a></li> <li>fix(next-swc): reenable filesystem cache: <a href="https://redirect.github.com/vercel/next.js/issues/50651">#50651</a></li> <li>Update fetch dynamic error handling: <a href="https://redirect.github.com/vercel/next.js/issues/50822">#50822</a></li> <li>Shrink the react key size in metadata RSC payload: <a href="https://redirect.github.com/vercel/next.js/issues/50739">#50739</a></li> <li>Bail out of 404 page when favicon.ico doesn't exist: <a href="https://redirect.github.com/vercel/next.js/issues/50795">#50795</a></li> <li>Pages Route Module Rendering: <a href="https://redirect.github.com/vercel/next.js/issues/50404">#50404</a></li> <li>upgrade edge-runtime dependency: <a href="https://redirect.github.com/vercel/next.js/issues/50636">#50636</a></li> <li>Update id config handling: <a href="https://redirect.github.com/vercel/next.js/issues/50847">#50847</a></li> <li>[turbopack]: Use tip-of-branch for benchmarks: <a href="https://redirect.github.com/vercel/next.js/issues/50615">#50615</a></li> <li>Fill basic twitter metadata with opengraph when missing: <a href="https://redirect.github.com/vercel/next.js/issues/50854">#50854</a></li> <li>Add layer to module trace: <a href="https://redirect.github.com/vercel/next.js/issues/50851">#50851</a></li> <li>Add additional font-loader spans for tracing: <a href="https://redirect.github.com/vercel/next.js/issues/50889">#50889</a></li> <li>Update react to latest versions: <a href="https://redirect.github.com/vercel/next.js/issues/50604">#50604</a></li> <li>fix: App Router with assetPrefix: /: <a href="https://redirect.github.com/vercel/next.js/issues/49622">#49622</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/db10dd674088fb04cadee2b6830bec55b70fe1ad"><code>db10dd6</code></a> v13.4.5</li> <li><a href="https://github.com/vercel/next.js/commit/d683006526f93ffbc99f04380c7369d90629bde4"><code>d683006</code></a> v13.4.5-canary.12</li> <li><a href="https://github.com/vercel/next.js/commit/efaddcda60988453b33247414714fe1b48138d99"><code>efaddcd</code></a> Fix race condition with publish (<a href="https://redirect.github.com/vercel/next.js/issues/51105">#51105</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/2ede83560f79a7fd233f903476c79f409a7b7c96"><code>2ede835</code></a> Remove redundant condition (<a href="https://redirect.github.com/vercel/next.js/issues/51070">#51070</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/41d92fe3fd3584f6009c1dcb3907265d94aedc6f"><code>41d92fe</code></a> v13.4.5-canary.11</li> <li><a href="https://github.com/vercel/next.js/commit/bd97c01fca49f3d66cd2dc82e5da0742a3237d13"><code>bd97c01</code></a> docs: remove added verb and fix good to know section. (<a href="https://redirect.github.com/vercel/next.js/issues/51054">#51054</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/6a9fb9e77faae76004e6fc00afa09f36de2a5928"><code>6a9fb9e</code></a> Update 03-linking-and-navigating.mdx (<a href="https://redirect.github.com/vercel/next.js/issues/51084">#51084</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/8366f1af31d71a3e9f69ad9d53d0264f61486e7e"><code>8366f1a</code></a> docs: Clarify manual graceful shutdown in dev server (<a href="https://redirect.github.com/vercel/next.js/issues/51078">#51078</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/e797546ee316cf413208da7b8232a92ae1a4294d"><code>e797546</code></a> Adds missing <code>and</code> in <code>How to Use These Docs</code> section (<a href="https://redirect.github.com/vercel/next.js/issues/51058">#51058</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/83860091a61d8efd9bbb83ec89dfd6618c9559da"><code>8386009</code></a> Removes <code>PORT</code> from <code>.env</code> concatenation example (<a href="https://redirect.github.com/vercel/next.js/issues/51063">#51063</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v13.4.4...v13.4.5">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.4&new-version=13.4.5)](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>
vercel[bot] commented 2023-06-12 10:16:49 +02:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tygr-dev Failed (Inspect) Jun 13, 2023 0:21am
[vc]: #Qq0d+bykgajpys+rPZd5oEsn9CRWoT1XR6eWIQ1Qahw=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ0eWdyLWRldiIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiIifSwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL3R5Z2VyeHF0L3R5Z3ItZGV2L0ZRUlZUWUNmRDFCWmVQc1NhY3JwNWs2eTZ0OTkiLCJuZXh0Q29tbWl0U3RhdHVzIjoiRkFJTEVEIiwicm9vdERpcmVjdG9yeSI6bnVsbCwicHJldmlld1VybCI6IiJ9XX0= **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **tygr-dev** | ❌ Failed ([Inspect](https://vercel.com/tygerxqt/tygr-dev/FQRVTYCfD1BZePsSacrp5k6y6t99)) | | | Jun 13, 2023 0:21am |
socket-security[bot] commented 2023-06-12 10:18:20 +02:00 (Migrated from github.com)

New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives1 Size Publisher
next ⬆️ 13.4.4...13.4.5 None +12/-10 968 MB vercel-release-bot
<!-- overview-comment --> **New and updated dependency changes detected.** Learn more about [Socket for GitHub ↗︎](https://socket.dev?utm_medium=gh) | Packages | | Version | New capabilities | Transitives[^1] | Size | Publisher | | --- | --- | --- | --- | --- | --- | --- | | [next](https://socket.dev/npm/package/next/overview/13.4.5) | ⬆️ | [13.4.4...13.4.5](https://socket.dev/npm/package/next/diff/13.4.5?from=13.4.4) | None | `+12/-10` | 968 MB | [vercel-release-bot](https://socket.dev/npm/user/vercel-release-bot) | [^1]: https://docs.socket.dev
dependabot[bot] commented 2023-06-13 23:19:30 +02:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Commenting is not possible because the repository is archived.
No description provided.