Skip to content

Commit

Permalink
Bump eslint-config-next from 13.4.2 to 13.4.6 in /website (#3500)
Browse files Browse the repository at this point in the history
Bumps
[eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)
from 13.4.2 to 13.4.6.
<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.6</h2>
<h3>Core Changes</h3>
<ul>
<li>Fix windows metadata slashes: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51088">#51088</a></li>
<li>Do not merge chunkGroups' CSS files: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51103">#51103</a></li>
<li>Add unique search query for RSC requests to be cacable on CDN: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50970">#50970</a></li>
<li>add turbopack integration tests to CI: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50904">#50904</a></li>
<li>Add option for debugging CPU usage: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51174">#51174</a></li>
<li>Prefer module fields for RSC server layer: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51179">#51179</a></li>
<li>Update <code>next/head</code> warning to link to the correct docs
page: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51013">#51013</a></li>
<li>Revert &quot;Do not merge chunkGroups' CSS files&quot;: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51193">#51193</a></li>
<li>fix: helpful error when <code>output: export</code> and <code>next
export -o</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51191">#51191</a></li>
<li>Strip _rsc query for navigation between app and page: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51195">#51195</a></li>
<li>Fix standalone not found: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51172">#51172</a></li>
<li>fix(cli): add all available options to cli commands, format them
consistently: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/48708">#48708</a></li>
<li>update storybook example (copy from vercel/vercel): <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50865">#50865</a></li>
<li>chore: remove useless duplicate code: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50705">#50705</a></li>
<li>fix: app router hash scrolling should respect scroll-padding: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51268">#51268</a></li>
<li>Fix build error about trace file and edge route: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50808">#50808</a></li>
<li>chore(router): fix typo in comment: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50581">#50581</a></li>
<li>Add mikroORM to external package list: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50487">#50487</a></li>
<li>[docs] Clarify that merely changing <code>extension</code> does not
load <code>.md</code> f…: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49785">#49785</a></li>
<li>Correct build workers perf issue: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51271">#51271</a></li>
<li>Remove edge functions tracking in dev server: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51122">#51122</a></li>
<li>app router: fix double fetch on prefetch={false}: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51292">#51292</a></li>
<li>Invalidate client cache when cookies have changed in Server Actions:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51290">#51290</a></li>
<li>feat(turbopack): enable sassOptions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51259">#51259</a></li>
<li>Route Module Cleanup: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50936">#50936</a></li>
<li>Validate i18n locale domain: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50220">#50220</a></li>
<li>chore: add dark mode for dev overlay: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/48601">#48601</a></li>
<li>chore: update next/font/google font list: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49969">#49969</a></li>
<li>fix: Incorrect build size outputs for app dir: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/50768">#50768</a></li>
<li>Simplify server CSS handling: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51018">#51018</a></li>
<li>Allow configuring analyzerMode in bundle-analyzer: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/47468">#47468</a></li>
<li>Revert &quot;Prefer module fields for RSC server layer&quot;: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51316">#51316</a></li>
<li>Fix Server Actions compiler: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51318">#51318</a></li>
<li>Revert &quot;Route Module Cleanup&quot;: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51322">#51322</a></li>
<li>test(next-dev): hard fail if next-dev runs with turbopack intenral
flag: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51308">#51308</a></li>
<li>Revert &quot;test(next-dev): hard fail if next-dev runs with
turbopack intenral flag&quot;: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51327">#51327</a></li>
<li>Update Next.js code owners: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51319">#51319</a></li>
<li>Fix CSS deploy id case: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51325">#51325</a></li>
<li>Update turbopack: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51336">#51336</a></li>
<li>Fix shared layer bundling in Edge Runtime: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51348">#51348</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>Update 01-images.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51133">#51133</a></li>
<li>Update next-image-unconfigured-host.md with correct Remote Patterns
Documentation link to new docs: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/49750">#49750</a></li>
<li>Fixes the link from components/fonts to api/fonts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51169">#51169</a></li>
<li>Docs: Fix useSearchParams link: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51151">#51151</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/ce4aa787e8fade5f8214817f8ad9db02ca807a95"><code>ce4aa78</code></a>
v13.4.6</li>
<li><a
href="https://github.com/vercel/next.js/commit/019ed1c39b255e7ed0176e94add52b1e7685063e"><code>019ed1c</code></a>
v13.4.6-canary.8</li>
<li><a
href="https://github.com/vercel/next.js/commit/c59c39a431c641aeef76f08d4048c1e039174f6f"><code>c59c39a</code></a>
v13.4.6-canary.7</li>
<li><a
href="https://github.com/vercel/next.js/commit/dde67aec5aa8d9df499152d1194b826cf86e967d"><code>dde67ae</code></a>
v13.4.6-canary.6</li>
<li><a
href="https://github.com/vercel/next.js/commit/40ce621901343b4a8f830d47a7ec883d1dba39a6"><code>40ce621</code></a>
v13.4.6-canary.5</li>
<li><a
href="https://github.com/vercel/next.js/commit/cbeecba83bdc7c749806cb1ac08776ddf7f1174a"><code>cbeecba</code></a>
v13.4.6-canary.4</li>
<li><a
href="https://github.com/vercel/next.js/commit/c8f65ede874ff8ae6e049a93882e7d2374d8e5fe"><code>c8f65ed</code></a>
v13.4.6-canary.3</li>
<li><a
href="https://github.com/vercel/next.js/commit/94accfacf1070e2e412d3b9348f8a65b5fb9f977"><code>94accfa</code></a>
Adds homepage to <code>eslint-config-next</code> package (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/51059">#51059</a>)</li>
<li><a
href="https://github.com/vercel/next.js/commit/b80dc83b23fe9af27699e9305137740b4ac523f5"><code>b80dc83</code></a>
v13.4.6-canary.2</li>
<li><a
href="https://github.com/vercel/next.js/commit/6e9113fe59170487f5371aad5c3be3b05cb627d6"><code>6e9113f</code></a>
v13.4.6-canary.1</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v13.4.6/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.6)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 19, 2023
1 parent 8dffdaa commit 0ea3b87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.2",
"eslint-config-next": "^13.4.6",
"eslint-plugin-simple-import-sort": "^10.0.0",
"focus-visible": "^5.2.0",
"framer-motion": "^6.5.1",
Expand Down

0 comments on commit 0ea3b87

Please sign in to comment.