Bump eslint-config-next from 13.4.2 to 13.4.3 #2

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

Bumps eslint-config-next from 13.4.2 to 13.4.3.

Release notes

Sourced from eslint-config-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 [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) 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">eslint-config-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://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49697">#49697</a></li> <li>refactor(next-core): deprecate custom_ecmascript_transforms: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49629">#49629</a></li> <li>Remove old-space-size filtering from dev server: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49727">#49727</a></li> <li>Rework client router filter handling: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49741">#49741</a></li> <li>fix(image): preload should respect referrerPolicy: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49584">#49584</a></li> <li>Fix cookies().set missing in types: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49806">#49806</a></li> <li>fix: Disable <code>tracing/release_max_level_off</code> for wasm, too: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49639">#49639</a></li> <li>Apply user-defined PostCSS transforms to foreign code: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49463">#49463</a></li> <li>add <code>@​swc/core</code> to server external packages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49721">#49721</a></li> <li><code>turbo-binding</code> -&gt; <code>turbopack-binding</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49816">#49816</a></li> <li>refactor(next-core): consolidate react_refresh options: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49822">#49822</a></li> <li>add support for globally providing mdx components to turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49818">#49818</a></li> <li>Refactor pages structure: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49802">#49802</a></li> <li>Fix conflict when re-exporting multiple Client References: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49468">#49468</a></li> <li>refactor(next-core): move transforms to plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49621">#49621</a></li> <li>Fix chained <code>.bind</code> of Server Actions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49874">#49874</a></li> <li>Fix port value for metadataBase: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49924">#49924</a></li> <li>Introduce NextMode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49852">#49852</a></li> <li>Port sorted-routes.ts to Rust: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/48334">#48334</a></li> <li>Move build workers count change behind flag: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49937">#49937</a></li> <li>Update default for appDocumentPreloading config for minimalMode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49952">#49952</a></li> <li>Add <code>@​vercel/og</code> to external server packages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49944">#49944</a></li> <li>Fix custom server React resolution with app dir and pages both presented: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49805">#49805</a></li> <li>Error in <code>next export</code> when <code>serverActions</code> is enabled: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49959">#49959</a></li> <li>Reset not-found and error boundary when navigating: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49855">#49855</a></li> <li>Revert &quot;Error in <code>next export</code> when <code>serverActions</code> is enabled&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50019">#50019</a></li> <li>fix: warning fetch for <code>[object Request]</code> specified: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50003">#50003</a></li> <li>Remove custom handling for prebundled react env: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49954">#49954</a></li> <li>fix: set cookies followed by <code>redirect()</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49965">#49965</a></li> </ul> <h3>Example Changes</h3> <ul> <li>chore: update examples to use draft mode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49720">#49720</a></li> <li>Add mdx page example to examples/app-dir-mdx: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/47082">#47082</a></li> <li>Update with-supertokens example: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49804">#49804</a></li> <li>with-clerk example updated to app router: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49717">#49717</a></li> <li>Upgrading react-ga to react-ga4: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/48932">#48932</a></li> <li>update with-turbopack example: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49332">#49332</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>Add trace-to-jaeger to workspace: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49692">#49692</a></li> <li>refactor(scripts): apply fmt: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49716">#49716</a></li> <li>refactor(scripts): fix clippy errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49719">#49719</a></li> <li>chore(turbopack): Update <code>swc_core</code> to <code>v0.76.6</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49792">#49792</a></li> <li>Fix going back to page after applying hash link: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50006">#50006</a></li> <li>build(cargo): update turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/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/20db2f3b0d5651abda44c29dce5e84fb44c05187"><code>20db2f3</code></a> v13.4.3-canary.2</li> <li><a href="https://github.com/vercel/next.js/commit/33bdf6105c8c8ae7435e945e29fae974afa3949e"><code>33bdf61</code></a> v13.4.3-canary.1</li> <li><a href="https://github.com/vercel/next.js/commit/a9e204ca8cd0879ee38f9ef9c3fd06bb531b6de3"><code>a9e204c</code></a> v13.4.3-canary.0</li> <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v13.4.3/packages/eslint-config-next">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-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:06:58 +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:07am
[vc]: #1AwsO0irX3ix8VcbWnG1JKYcVskdQiMWJ4afbHEiNmw=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ0eWdyLWRldiIsInJvb3REaXJlY3RvcnkiOm51bGwsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiIifSwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL3R5Z2VyeHF0L3R5Z3ItZGV2LzZiOFZFcEoyM1BkOGU5VzE0WkhxRUFYNGpmZ2MiLCJuZXh0Q29tbWl0U3RhdHVzIjoiRkFJTEVEIiwicHJldmlld1VybCI6IiJ9XX0= **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/6b8VEpJ23Pd8e9W14ZHqEAX4jfgc)) | | | May 22, 2023 8:07am |
dependabot[bot] commented 2023-05-26 18:26:59 +02:00 (Migrated from github.com)

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

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