Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1de12b0

Browse files
chore: bump eslint-config-next from 14.2.7 to 14.2.13 in /offlinedocs (#14902)
Bumps[eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next)from 14.2.7 to 14.2.13.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/vercel/next.js/releases">eslint-config-next'sreleases</a>.</em></p><blockquote><h2>v14.2.13</h2><blockquote><p>[!NOTE]<br />This release is backporting bug fixes. It does <strong>not</strong>include all pending features/changes on canary.</p></blockquote><h3>Core Changes</h3><ul><li>Fix missing cache-control on SSR app route (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70265">#70265</a>)</li><li>feat: add polyfill of URL.canParse for browser compatibility (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70228">#70228</a>)</li><li>Fix vercel og package memory leak (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70214">#70214</a>)</li><li>Fix startTime error on Android 9 with Chrome 74 (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/67391">#67391</a>)</li></ul><h3>Credits</h3><p>Huge thanks to <ahref="https://github.com/raeyoung-kim"><code>@​raeyoung-kim</code></a>,<a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <ahref="https://github.com/devjiwonchoi"><code>@​devjiwonchoi</code></a>,and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> forhelping!</p><h2>v14.2.12</h2><blockquote><p>[!NOTE]<br />This release is backporting bug fixes. It does <strong>not</strong>include all pending features/changes on canary.</p></blockquote><h3>Core Changes</h3><ul><li>update prefetching jsdoc &amp; documentation (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/68047">#68047</a>)</li><li>Ensure we chunk revalidate tag requests (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70189">#70189</a>)</li><li>(backport) fix(eslint): allow typescript-eslint v8 (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70090">#70090</a>)</li><li>[ppr] Don't mark RSC requests as /_next/data requests (backport of<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/66249">#66249</a>)(<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70083">#70083</a>)</li></ul><h3>Credits</h3><p>Huge thanks to <ahref="https://github.com/alvarlagerlof"><code>@​alvarlagerlof</code></a>,<a href="https://github.com/wyattjoh"><code>@​wyattjoh</code></a>, <ahref="https://github.com/delbaoliveira"><code>@​delbaoliveira</code></a>,and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> forhelping!</p><h2>v14.2.11</h2><blockquote><p>[!NOTE]<br />This release is backporting bug fixes. It does <strong>not</strong>include all pending features/changes on canary.</p></blockquote><h3>Core Changes</h3><ul><li>fix: correct metadata url suffix (<ahref="https://redirect.github.com/vercel/next.js/pull/69959">vercel/next.js#69959</a>)</li><li>fix: setting assetPrefix to URL format breaks HMR (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70040">#70040</a>)</li><li>Update revalidateTag to batch tags in one request (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/65296">#65296</a>)</li></ul><h3>Credits</h3><p>Huge thanks to <ahref="https://github.com/huozhi"><code>@​huozhi</code></a>, <ahref="https://github.com/devjiwonchoi"><code>@​devjiwonchoi</code></a>,and <a href="https://github.com/ijjk"><code>@​ijjk</code></a> forhelping!</p><h2>v14.2.10</h2><blockquote><p>[!NOTE]<br />This release is backporting bug fixes. It does <strong>not</strong>include all pending features/changes on canary.</p></blockquote><h3>Core Changes</h3><ul><li>Remove invalid fallback revalidate value (<ahref="https://redirect.github.com/vercel/next.js/pull/69990">vercel/next.js#69990</a>)</li><li>Revert server action optimization (<ahref="https://redirect.github.com/vercel/next.js/pull/69925">vercel/next.js#69925</a>)</li><li>Add ability to customize Cache-Control (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/69802">#69802</a>)</li></ul><h3>Credits</h3><p>Huge thanks to <ahref="https://github.com/huozhi"><code>@​huozhi</code></a> and <ahref="https://github.com/ijjk"><code>@​ijjk</code></a> for helping!</p><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/vercel/next.js/commit/f550237aa564bd59bfef7462350ac6c502f0206d"><code>f550237</code></a>v14.2.13</li><li><ahref="https://github.com/vercel/next.js/commit/6d7ced47babace09f5ab1cf5a43ba26d88d984ac"><code>6d7ced4</code></a>v14.2.12</li><li><ahref="https://github.com/vercel/next.js/commit/77910c84be4dfb867fe127089c077c05e8a4225c"><code>77910c8</code></a>(backport) fix(eslint): allow typescript-eslint v8 (<ahref="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/70090">#70090</a>)</li><li><ahref="https://github.com/vercel/next.js/commit/bfbc92aab5c727444ed21e0b84bd55cda2e22067"><code>bfbc92a</code></a>v14.2.11</li><li><ahref="https://github.com/vercel/next.js/commit/937651fede26a1cdd8a83aa4636719e466fa7f20"><code>937651f</code></a>v14.2.10</li><li><ahref="https://github.com/vercel/next.js/commit/6fa8982f8eb766663fd1e11e43621e53fd8e016c"><code>6fa8982</code></a>v14.2.9</li><li><ahref="https://github.com/vercel/next.js/commit/63b999c3ba9fda5ed577d56438200b60b07085e1"><code>63b999c</code></a>v14.2.8</li><li><ahref="https://github.com/vercel/next.js/commit/c021c2f7f72485482d4fac870f0dbd5be369dedb"><code>c021c2f</code></a>feat: enable <code>@​typescript-eslint/recommended</code> increate-next-app --typescript (...</li><li>See full diff in <ahref="https://github.com/vercel/next.js/commits/v14.2.13/packages/eslint-config-next">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-next&package-manager=npm_and_yarn&previous-version=14.2.7&new-version=14.2.13)](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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>
1 parentdc40231 commit1de12b0

File tree

2 files changed

+180
-51
lines changed

2 files changed

+180
-51
lines changed

‎offlinedocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@types/react":"18.3.3",
3535
"@types/react-dom":"18.3.0",
3636
"eslint":"8.57.0",
37-
"eslint-config-next":"14.2.7",
37+
"eslint-config-next":"14.2.13",
3838
"prettier":"3.3.3",
3939
"typescript":"5.5.4"
4040
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp