chore(deps-dev): bump eslint-config-next from 13.4.4 to 13.4.5 #11

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

Bumps eslint-config-next from 13.4.4 to 13.4.5.

Release notes

Sourced from eslint-config-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 [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) 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">eslint-config-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://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50351">#50351</a></li> <li>Ensure App Router and Pages Router modules can't share chunks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50327">#50327</a></li> <li>Fix CJS optimizer: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50376">#50376</a></li> <li>fix: edge runtime with <code>next/legacy/image</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50343">#50343</a></li> <li>Next.js Turbo build: turbopack-ecmascript-runtime and ChunkData: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50375">#50375</a></li> <li>fix: eslint not ignoring &quot;/app&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50261">#50261</a></li> <li>Pages Route Module: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50070">#50070</a></li> <li>Upgrade vendored <code>@​vercel/og</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50395">#50395</a></li> <li>Fix runtime:edge with large next.config.js: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50396">#50396</a></li> <li>Rename header conversion functions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50389">#50389</a></li> <li>Refactor internal modules: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50338">#50338</a></li> <li>Add new build and test workflow: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50436">#50436</a></li> <li>Add <code>cache-control</code> header on 304 response: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/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://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49521">#49521</a></li> <li>Revert &quot;land: Include charset=utf-8 with x-component Content-Type header&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50472">#50472</a></li> <li>Optimize Next.js bootup compilation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50379">#50379</a></li> <li>Fix CSS duplication related problems: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50406">#50406</a></li> <li>update swc_core and turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50519">#50519</a></li> <li>Fix global SCSS on Node.js &lt;= 14: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50185">#50185</a></li> <li>[edge] bump @edge-runtime/* package suite: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49092">#49092</a></li> <li>packages/font: run update-google-fonts script: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50608">#50608</a></li> <li>[turbopack]: Fix HEAD requests: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50366">#50366</a></li> <li>Add experimental id handling: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50470">#50470</a></li> <li>fix <code>@vercel/turbopack-node</code> types (and more turbopack updates): <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50605">#50605</a></li> <li>Add new <code>Google-InspectionTool</code> token to known bot UA list: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50467">#50467</a></li> <li>Ensure user-installed opentelemetry package has the minimal required version: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50554">#50554</a></li> <li>Remove <code>cssFiles</code> field: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50610">#50610</a></li> <li>Perf: reduce metadata RSC payload: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50678">#50678</a></li> <li>Fix image loader file emission path for edge runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50683">#50683</a></li> <li>fix: a11y issues in the overlay component (HMR): <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49782">#49782</a></li> <li>next/font: tolerate missing unused fields in capsize map: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50708">#50708</a></li> <li>fix: conditional cookies in draft mode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50660">#50660</a></li> <li>Optimize next-app-loader resolving speed: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50745">#50745</a></li> <li>Improve compile time on large application: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50792">#50792</a></li> <li>fix(next-swc): reenable filesystem cache: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50651">#50651</a></li> <li>Update fetch dynamic error handling: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50822">#50822</a></li> <li>Shrink the react key size in metadata RSC payload: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50739">#50739</a></li> <li>Bail out of 404 page when favicon.ico doesn't exist: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50795">#50795</a></li> <li>Pages Route Module Rendering: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50404">#50404</a></li> <li>upgrade edge-runtime dependency: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50636">#50636</a></li> <li>Update id config handling: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50847">#50847</a></li> <li>[turbopack]: Use tip-of-branch for benchmarks: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50615">#50615</a></li> <li>Fill basic twitter metadata with opengraph when missing: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50854">#50854</a></li> <li>Add layer to module trace: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50851">#50851</a></li> <li>Add additional font-loader spans for tracing: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50889">#50889</a></li> <li>Update react to latest versions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50604">#50604</a></li> <li>fix: App Router with assetPrefix: /: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/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/41d92fe3fd3584f6009c1dcb3907265d94aedc6f"><code>41d92fe</code></a> v13.4.5-canary.11</li> <li><a href="https://github.com/vercel/next.js/commit/387430c659f12189f9a36b55570820954f9b3a5c"><code>387430c</code></a> v13.4.5-canary.10</li> <li><a href="https://github.com/vercel/next.js/commit/f2dfa1a92a8502131f9102fdcb73c37e88f961e8"><code>f2dfa1a</code></a> v13.4.5-canary.9</li> <li><a href="https://github.com/vercel/next.js/commit/d52c030d945c199da818d363244b32a50ad1dc15"><code>d52c030</code></a> v13.4.5-canary.8</li> <li><a href="https://github.com/vercel/next.js/commit/e19007df427c04b7c0978821a58d446cb438d8cc"><code>e19007d</code></a> v13.4.5-canary.7</li> <li><a href="https://github.com/vercel/next.js/commit/b04c70573ac199a9bb3ea42201e0865e610d5b67"><code>b04c705</code></a> v13.4.5-canary.6</li> <li><a href="https://github.com/vercel/next.js/commit/ccee374e2ad6858d7c3ef74e0360cd758cfd0699"><code>ccee374</code></a> v13.4.5-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/793d9bfc6ac941c7281fc140082512284a5780af"><code>793d9bf</code></a> v13.4.5-canary.4</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v13.4.5/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.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:11:32 +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 Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2023 8:13am
[vc]: #vsKUTLlUIXkjCVui1zfHxD/B6UsNUv9A6siQCTJplEk=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJ0eWdyLWRldiIsInJvb3REaXJlY3RvcnkiOm51bGwsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJ0eWdyLWRldi1naXQtZGVwZW5kYWJvdC1ucG1hbmR5YXJuZXNsaW50LWNvbmZpZy01YzgwNWItdHlnZXJ4cXQudmVyY2VsLmFwcCJ9LCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vdHlnZXJ4cXQvdHlnci1kZXYvQTFYUW1ndTc2ZUNNaE5UWWF5VllCSm4xOFloMiIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsInByZXZpZXdVcmwiOiJ0eWdyLWRldi1naXQtZGVwZW5kYWJvdC1ucG1hbmR5YXJuZXNsaW50LWNvbmZpZy01YzgwNWItdHlnZXJ4cXQudmVyY2VsLmFwcCJ9XX0= **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** | ✅ Ready ([Inspect](https://vercel.com/tygerxqt/tygr-dev/A1XQmgu76eCMhNTYayVYBJn18Yh2)) | [Visit Preview](https://tygr-dev-git-dependabot-npmandyarneslint-config-5c805b-tygerxqt.vercel.app) | 💬 [**Add feedback**](https://vercel.live/open-feedback/tygr-dev-git-dependabot-npmandyarneslint-config-5c805b-tygerxqt.vercel.app) | Jun 12, 2023 8:13am |
socket-security[bot] commented 2023-06-12 10:12:39 +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
eslint-config-next ⬆️ 13.4.4...13.4.5 None +1/-1 79.2 kB 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 | | --- | --- | --- | --- | --- | --- | --- | | [eslint-config-next](https://socket.dev/npm/package/eslint-config-next/overview/13.4.5) | ⬆️ | [13.4.4...13.4.5](https://socket.dev/npm/package/eslint-config-next/diff/13.4.5?from=13.4.4) | None | `+1/-1` | 79.2 kB | [vercel-release-bot](https://socket.dev/npm/user/vercel-release-bot) | [^1]: https://docs.socket.dev
dependabot[bot] commented 2023-06-13 23:19:41 +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.