Skip to content

Commit

Permalink
deps: bump eslint-config-next from 14.0.4 to 14.1.0 (#147)
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 14.0.4 to 14.1.0.
<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>v14.1.0</h2>
<h3>Core Changes</h3>
<ul>
<li>Turbopack: switch to a single client components entrypoint: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59352">#59352</a></li>
<li>Update <code>swc_core</code> to <code>v0.86.98</code> and turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59393">#59393</a></li>
<li>Fix cases for the <code>optimize_server_react</code> transform: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59390">#59390</a></li>
<li>Use new JSX transform: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/56294">#56294</a></li>
<li>loading.tsx should have no effect on partial rendering when PPR is enabled: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59196">#59196</a></li>
<li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59426">#59426</a></li>
<li>Remove CacheNode.status field: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59472">#59472</a></li>
<li>Rename CacheNode.data → .lazyData : <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59473">#59473</a></li>
<li>Generate Params Cleanup: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59431">#59431</a></li>
<li>Fix webpack chunks handling in traces: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59498">#59498</a></li>
<li>Rename CacheNode.subTreeData -&gt; .rsc : <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59491">#59491</a></li>
<li>fix NODE_OPTIONS=inspect: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59530">#59530</a></li>
<li>Add CacheNode.prefetchRsc field: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59537">#59537</a></li>
<li>allow passing wildcard domains in serverActions.allowedDomains: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59428">#59428</a></li>
<li>Page Info Cleanup: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59430">#59430</a></li>
<li>Fix force-static and fetch no-store cases: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59549">#59549</a></li>
<li>Should not show no index for client rendering bailout: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59531">#59531</a></li>
<li>Enable build worker by default: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59405">#59405</a></li>
<li>Fork navigateReducer into PPR and non-PPR versions: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59538">#59538</a></li>
<li>cleanup magic segment strings: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59552">#59552</a></li>
<li>chore: update Turbopack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59589">#59589</a></li>
<li>Fix another magic segment string constant: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59591">#59591</a></li>
<li>Make CacheNodeSeedData match FlightRouterState more closely: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59590">#59590</a></li>
<li>transpilePackages should override default settings for external packages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59385">#59385</a></li>
<li>move segment constants to separate file: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59587">#59587</a></li>
<li>Revert &quot;Page Info Cleanup (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59430">#59430</a>)&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59592">#59592</a></li>
<li>Fix useOptimistic in server components bug. Add tests for invalid React server APIs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59621">#59621</a></li>
<li>Partial Pre Rendering Headers: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59447">#59447</a></li>
<li>Add tests for invalid React server APIs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59622">#59622</a></li>
<li>Refactor setup-dev-bundler to make Turbopack/Webpack split clearer: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59650">#59650</a></li>
<li>refactor and simplify app dynamic components: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59658">#59658</a></li>
<li>Change manifestPath to pagesManifestPath: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59657">#59657</a></li>
<li>Fix issue with outputFileTracingExcludes and pages/api edge runtime: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59157">#59157</a></li>
<li>Update font data: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59722">#59722</a></li>
<li>Remove path normalization logic when uploading .next/trace traces: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59305">#59305</a></li>
<li>LayoutRouter: Support segment value of Promise<!-- raw HTML omitted --> to asynchronously bail out and trigger a server patch: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59724">#59724</a></li>
<li>fix: Allow start turbopack dev server for a project using middleware: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59759">#59759</a></li>
<li>fix: gracefully shutdown server: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59551">#59551</a></li>
<li>Revert &quot;fix: gracefully shutdown server (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59551">#59551</a>)&quot;: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59792">#59792</a></li>
<li>Optionally bundle legacy react-dom/server APIs based on usage: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59737">#59737</a></li>
<li>fix <code>default</code> handling in route groups that handle interception: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59752">#59752</a></li>
<li>Transpile all code on app browser layer: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59569">#59569</a></li>
<li>Initial implementation of PPR client navigations: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59725">#59725</a></li>
<li>fix(turbopack): prevent edge entrypoint from becoming an async module: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59818">#59818</a></li>
<li>Ensure we validate revalidate configs properly: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59822">#59822</a></li>
<li>Update error check in validateRevalidate: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59826">#59826</a></li>
<li>Rename confusing loaders: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59827">#59827</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/16e7a5bd9323a49a0b3770a6636bfe9970af5fd1"><code>16e7a5b</code></a> v14.1.0</li>
<li><a href="https://github.com/vercel/next.js/commit/1b255a6c5b506f03f1294e937d961f1a1974bd23"><code>1b255a6</code></a> v14.0.5-canary.68</li>
<li><a href="https://github.com/vercel/next.js/commit/2096dfa687be61953fe7ccc6b54deea313a517d9"><code>2096dfa</code></a> v14.0.5-canary.67</li>
<li><a href="https://github.com/vercel/next.js/commit/8179e7008eb262ee1152bfb6b01f2d81e22760d6"><code>8179e70</code></a> v14.0.5-canary.66</li>
<li><a href="https://github.com/vercel/next.js/commit/70fc4028ebaca73781f605bac197cce633cbc811"><code>70fc402</code></a> v14.0.5-canary.65</li>
<li><a href="https://github.com/vercel/next.js/commit/8d4e5be736d5615b27e247c990f26445b5c7c293"><code>8d4e5be</code></a> v14.0.5-canary.64</li>
<li><a href="https://github.com/vercel/next.js/commit/a211566655fe9e5cdfb12bf564dc707b5079ad6c"><code>a211566</code></a> v14.0.5-canary.63</li>
<li><a href="https://github.com/vercel/next.js/commit/c5835281168c7e49bdac96ca666cc957ee748241"><code>c583528</code></a> v14.0.5-canary.62</li>
<li><a href="https://github.com/vercel/next.js/commit/7f3d9099c247e618cd43e4c705d3eb784d854b42"><code>7f3d909</code></a> v14.0.5-canary.61</li>
<li><a href="https://github.com/vercel/next.js/commit/7341149c2136144e17e40f746c7b29a8a9440c7b"><code>7341149</code></a> v14.0.5-canary.60</li>
<li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v14.1.0/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=14.0.4&new-version=14.1.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 9c4ed39 commit a44b3f6
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 14 deletions.
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint": "eslint ."
},
"dependencies": {
"eslint-config-next": "14.0.4",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.11.3",
"eslint-plugin-react": "7.33.2",
Expand Down
Loading

0 comments on commit a44b3f6

Please sign in to comment.