Bump next from 13.4.2 to 13.4.3 #5

Closed
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/next-13.4.3 into main
dependabot[bot] commented 2023-05-22 10:08:42 +02:00 (Migrated from github.com)

Bumps next from 13.4.2 to 13.4.3.

Release notes

Sourced from next's releases.

v13.4.3

Core Changes

  • Optimize trace span relationships: #49697
  • refactor(next-core): deprecate custom_ecmascript_transforms: #49629
  • Remove old-space-size filtering from dev server: #49727
  • Rework client router filter handling: #49741
  • fix(image): preload should respect referrerPolicy: #49584
  • Fix cookies().set missing in types: #49806
  • fix: Disable tracing/release_max_level_off for wasm, too: #49639
  • Apply user-defined PostCSS transforms to foreign code: #49463
  • add @​swc/core to server external packages: #49721
  • turbo-binding -> turbopack-binding: #49816
  • refactor(next-core): consolidate react_refresh options: #49822
  • add support for globally providing mdx components to turbopack: #49818
  • Refactor pages structure: #49802
  • Fix conflict when re-exporting multiple Client References: #49468
  • refactor(next-core): move transforms to plugin: #49621
  • Fix chained .bind of Server Actions: #49874
  • Fix port value for metadataBase: #49924
  • Introduce NextMode: #49852
  • Port sorted-routes.ts to Rust: #48334
  • Move build workers count change behind flag: #49937
  • Update default for appDocumentPreloading config for minimalMode: #49952
  • Add @​vercel/og to external server packages: #49944
  • Fix custom server React resolution with app dir and pages both presented: #49805
  • Error in next export when serverActions is enabled: #49959
  • Reset not-found and error boundary when navigating: #49855
  • Revert "Error in next export when serverActions is enabled": #50019
  • fix: warning fetch for [object Request] specified: #50003
  • Remove custom handling for prebundled react env: #49954
  • fix: set cookies followed by redirect(): #49965

Example Changes

  • chore: update examples to use draft mode: #49720
  • Add mdx page example to examples/app-dir-mdx: #47082
  • Update with-supertokens example: #49804
  • with-clerk example updated to app router: #49717
  • Upgrading react-ga to react-ga4: #48932
  • update with-turbopack example: #49332

Misc Changes

  • Add trace-to-jaeger to workspace: #49692
  • refactor(scripts): apply fmt: #49716
  • refactor(scripts): fix clippy errors: #49719
  • chore(turbopack): Update swc_core to v0.76.6: #49792
  • Fix going back to page after applying hash link: #50006
  • build(cargo): update turbopack: #50013

... (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.2 to 13.4.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.4.3</h2> <h3>Core Changes</h3> <ul> <li>Optimize trace span relationships: <a href="https://redirect.github.com/vercel/next.js/issues/49697">#49697</a></li> <li>refactor(next-core): deprecate custom_ecmascript_transforms: <a href="https://redirect.github.com/vercel/next.js/issues/49629">#49629</a></li> <li>Remove old-space-size filtering from dev server: <a href="https://redirect.github.com/vercel/next.js/issues/49727">#49727</a></li> <li>Rework client router filter handling: <a href="https://redirect.github.com/vercel/next.js/issues/49741">#49741</a></li> <li>fix(image): preload should respect referrerPolicy: <a href="https://redirect.github.com/vercel/next.js/issues/49584">#49584</a></li> <li>Fix cookies().set missing in types: <a href="https://redirect.github.com/vercel/next.js/issues/49806">#49806</a></li> <li>fix: Disable <code>tracing/release_max_level_off</code> for wasm, too: <a href="https://redirect.github.com/vercel/next.js/issues/49639">#49639</a></li> <li>Apply user-defined PostCSS transforms to foreign code: <a href="https://redirect.github.com/vercel/next.js/issues/49463">#49463</a></li> <li>add <code>@​swc/core</code> to server external packages: <a href="https://redirect.github.com/vercel/next.js/issues/49721">#49721</a></li> <li><code>turbo-binding</code> -&gt; <code>turbopack-binding</code>: <a href="https://redirect.github.com/vercel/next.js/issues/49816">#49816</a></li> <li>refactor(next-core): consolidate react_refresh options: <a href="https://redirect.github.com/vercel/next.js/issues/49822">#49822</a></li> <li>add support for globally providing mdx components to turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/49818">#49818</a></li> <li>Refactor pages structure: <a href="https://redirect.github.com/vercel/next.js/issues/49802">#49802</a></li> <li>Fix conflict when re-exporting multiple Client References: <a href="https://redirect.github.com/vercel/next.js/issues/49468">#49468</a></li> <li>refactor(next-core): move transforms to plugin: <a href="https://redirect.github.com/vercel/next.js/issues/49621">#49621</a></li> <li>Fix chained <code>.bind</code> of Server Actions: <a href="https://redirect.github.com/vercel/next.js/issues/49874">#49874</a></li> <li>Fix port value for metadataBase: <a href="https://redirect.github.com/vercel/next.js/issues/49924">#49924</a></li> <li>Introduce NextMode: <a href="https://redirect.github.com/vercel/next.js/issues/49852">#49852</a></li> <li>Port sorted-routes.ts to Rust: <a href="https://redirect.github.com/vercel/next.js/issues/48334">#48334</a></li> <li>Move build workers count change behind flag: <a href="https://redirect.github.com/vercel/next.js/issues/49937">#49937</a></li> <li>Update default for appDocumentPreloading config for minimalMode: <a href="https://redirect.github.com/vercel/next.js/issues/49952">#49952</a></li> <li>Add <code>@​vercel/og</code> to external server packages: <a href="https://redirect.github.com/vercel/next.js/issues/49944">#49944</a></li> <li>Fix custom server React resolution with app dir and pages both presented: <a href="https://redirect.github.com/vercel/next.js/issues/49805">#49805</a></li> <li>Error in <code>next export</code> when <code>serverActions</code> is enabled: <a href="https://redirect.github.com/vercel/next.js/issues/49959">#49959</a></li> <li>Reset not-found and error boundary when navigating: <a href="https://redirect.github.com/vercel/next.js/issues/49855">#49855</a></li> <li>Revert &quot;Error in <code>next export</code> when <code>serverActions</code> is enabled&quot;: <a href="https://redirect.github.com/vercel/next.js/issues/50019">#50019</a></li> <li>fix: warning fetch for <code>[object Request]</code> specified: <a href="https://redirect.github.com/vercel/next.js/issues/50003">#50003</a></li> <li>Remove custom handling for prebundled react env: <a href="https://redirect.github.com/vercel/next.js/issues/49954">#49954</a></li> <li>fix: set cookies followed by <code>redirect()</code>: <a href="https://redirect.github.com/vercel/next.js/issues/49965">#49965</a></li> </ul> <h3>Example Changes</h3> <ul> <li>chore: update examples to use draft mode: <a href="https://redirect.github.com/vercel/next.js/issues/49720">#49720</a></li> <li>Add mdx page example to examples/app-dir-mdx: <a href="https://redirect.github.com/vercel/next.js/issues/47082">#47082</a></li> <li>Update with-supertokens example: <a href="https://redirect.github.com/vercel/next.js/issues/49804">#49804</a></li> <li>with-clerk example updated to app router: <a href="https://redirect.github.com/vercel/next.js/issues/49717">#49717</a></li> <li>Upgrading react-ga to react-ga4: <a href="https://redirect.github.com/vercel/next.js/issues/48932">#48932</a></li> <li>update with-turbopack example: <a href="https://redirect.github.com/vercel/next.js/issues/49332">#49332</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>Add trace-to-jaeger to workspace: <a href="https://redirect.github.com/vercel/next.js/issues/49692">#49692</a></li> <li>refactor(scripts): apply fmt: <a href="https://redirect.github.com/vercel/next.js/issues/49716">#49716</a></li> <li>refactor(scripts): fix clippy errors: <a href="https://redirect.github.com/vercel/next.js/issues/49719">#49719</a></li> <li>chore(turbopack): Update <code>swc_core</code> to <code>v0.76.6</code>: <a href="https://redirect.github.com/vercel/next.js/issues/49792">#49792</a></li> <li>Fix going back to page after applying hash link: <a href="https://redirect.github.com/vercel/next.js/issues/50006">#50006</a></li> <li>build(cargo): update turbopack: <a href="https://redirect.github.com/vercel/next.js/issues/50013">#50013</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/66a0083235019314e3a9d3637507eb7ac330141d"><code>66a0083</code></a> v13.4.3</li> <li><a href="https://github.com/vercel/next.js/commit/f299b0d86efccd66b430cadcbbb73c0b5fa49e40"><code>f299b0d</code></a> v13.4.3-canary.3</li> <li><a href="https://github.com/vercel/next.js/commit/9b0af737b887123177fb84226d2976d18a82b2d9"><code>9b0af73</code></a> Suggest a replay in the bug issue template (<a href="https://redirect.github.com/vercel/next.js/issues/50022">#50022</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/eb2650ae683f472997c69ad952925eda5bff1195"><code>eb2650a</code></a> build(cargo): update turbopack (<a href="https://redirect.github.com/vercel/next.js/issues/50013">#50013</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/4b4925f4e8cf1d386ffa3f161c06fc60aa136d77"><code>4b4925f</code></a> fix: set cookies followed by <code>redirect()</code> (<a href="https://redirect.github.com/vercel/next.js/issues/49965">#49965</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/ea9b1f5ebcbdc0dbcce5aad38a51fec4908a4680"><code>ea9b1f5</code></a> Remove custom handling for prebundled react env (<a href="https://redirect.github.com/vercel/next.js/issues/49954">#49954</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/c2da56e1941e8dc09bf3c1352474ecd0ce973d04"><code>c2da56e</code></a> Fix going back to page after applying hash link (<a href="https://redirect.github.com/vercel/next.js/issues/50006">#50006</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/783acc59a0cfa204e5e07d0f54698e1aef17d325"><code>783acc5</code></a> fix: warning fetch for <code>[object Request]</code> specified (<a href="https://redirect.github.com/vercel/next.js/issues/50003">#50003</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/0a81cc0f1698077cc7e771ce4620346dcd417c77"><code>0a81cc0</code></a> Revert &quot;Error in <code>next export</code> when <code>serverActions</code> is enabled&quot; (<a href="https://redirect.github.com/vercel/next.js/issues/50019">#50019</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/babe50364e2c1d71890da1617546aa50d25610dd"><code>babe503</code></a> Reset not-found and error boundary when navigating (<a href="https://redirect.github.com/vercel/next.js/issues/49855">#49855</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v13.4.2...v13.4.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.4.2&new-version=13.4.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 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-05-22 10:08:44 +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) May 22, 2023 8:08am
[vc]: #SCl1Cv6PXEmRUMDN7wlvoWDSd7rmgo44OAOuR4+GIj0=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ0eWdyLWRldiIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiIifSwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL3R5Z2VyeHF0L3R5Z3ItZGV2L0NLU2NSdVd6S2pHMkFpa1RacUFpZ0UzaVBqVWUiLCJuZXh0Q29tbWl0U3RhdHVzIjoiRkFJTEVEIiwicm9vdERpcmVjdG9yeSI6bnVsbCwicHJldmlld1VybCI6IiJ9XX0= **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/CKScRuWzKjG2AikTZqAigE3iPjUe)) | | | May 22, 2023 8:08am |
dependabot[bot] commented 2023-05-26 18:27:07 +02:00 (Migrated from github.com)

Looks like next is up-to-date now, so this is no longer needed.

Looks like next is up-to-date now, so this is no longer needed.
Commenting is not possible because the repository is archived.
No description provided.