Skip to content

Commit

Permalink
deps: Bump eslint-config-next from 14.1.0 to 14.1.1 (#279)
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.1.0 to 14.1.1.
<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.1</h2>
<p><em>Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary</em></p>
<h3>Core Changes</h3>
<ul>
<li>Should not warn metadataBase missing if only absolute urls are present: <a href="https://github.com/vercel/next.js/pull/61898">vercel/next.js#61898</a></li>
<li>Fix trailing slash for canonical url: <a href="https://github.com/vercel/next.js/pull/62109">vercel/next.js#62109</a></li>
<li>Fix metadata json manifest convention: <a href="https://github.com/vercel/next.js/pull/62615">vercel/next.js#62615</a></li>
<li>Improve the Server Actions SWC transform: <a href="https://github.com/vercel/next.js/pull/61001">vercel/next.js#61001</a></li>
<li>Fix Server Reference being double registered: <a href="https://github.com/vercel/next.js/pull/61244">vercel/next.js#61244</a></li>
<li>Improve the Server Actions SWC transform (part 2): <a href="https://github.com/vercel/next.js/pull/62052">vercel/next.js#62052</a></li>
<li>Fix module-level Server Action creation with closure-closed values: <a href="https://github.com/vercel/next.js/pull/62437">vercel/next.js#62437</a></li>
<li>Fix draft mode invariant: <a href="https://github.com/vercel/next.js/pull/62121">vercel/next.js#62121</a></li>
<li>fix: babel usage with next/image: <a href="https://github.com/vercel/next.js/pull/61835">vercel/next.js#61835</a></li>
<li>Fix next/server api alias for ESM pkg: <a href="https://github.com/vercel/next.js/pull/61721">vercel/next.js#61721</a></li>
<li>Replace image optimizer IPC call with request handler: <a href="https://github.com/vercel/next.js/pull/61471">vercel/next.js#61471</a></li>
<li>chore: refactor image optimization to separate external/internal urls: <a href="https://github.com/vercel/next.js/pull/61172">vercel/next.js#61172</a></li>
<li>fix(image): warn when animated image is missing unoptimized prop: <a href="https://github.com/vercel/next.js/pull/61045">vercel/next.js#61045</a></li>
<li>fix(build-output): show stack during CSR bailout warning: <a href="https://github.com/vercel/next.js/pull/62594">vercel/next.js#62594</a></li>
<li>Fix extra swc optimizer applied to node_modules in browser layer: <a href="https://github.com/vercel/next.js/pull/62051">vercel/next.js#62051</a></li>
<li>fix(next-swc): Detect exports.foo from cjs_finder: <a href="https://github.com/vercel/next.js/pull/61795">vercel/next.js#61795</a></li>
<li>Fix attempted import error for react: <a href="https://github.com/vercel/next.js/pull/61791">vercel/next.js#61791</a></li>
<li>Add stack trace to client rendering bailout error: <a href="https://github.com/vercel/next.js/pull/61200">vercel/next.js#61200</a></li>
<li>fix router crash on revalidate + popstate: <a href="https://github.com/vercel/next.js/pull/62383">vercel/next.js#62383</a></li>
<li>fix loading issue when navigating to page with async metadata: <a href="https://github.com/vercel/next.js/pull/61687">vercel/next.js#61687</a></li>
<li>revert changes to process default routes at build: <a href="https://github.com/vercel/next.js/pull/61241">vercel/next.js#61241</a></li>
<li>fix parallel route top-level catch-all normalization logic to support nested explicit (non-catchall) slot routes: <a href="https://github.com/vercel/next.js/pull/60776">vercel/next.js#60776</a></li>
<li>Improve redirection handling: <a href="https://github.com/vercel/next.js/pull/62561">vercel/next.js#62561</a></li>
<li>Simplify node/edge server chunking some: <a href="https://github.com/vercel/next.js/pull/62424">vercel/next.js#62424</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/huozhi"><code>@​huozhi</code></a>, <a href="https://github.com/shuding"><code>@​shuding</code></a>, <a href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a>, <a href="https://github.com/styfle"><code>@​styfle</code></a>, <a href="https://github.com/ijjk"><code>@​ijjk</code></a>, <a href="https://github.com/ztanner"><code>@​ztanner</code></a>, <a href="https://github.com/balazsorban44"><code>@​balazsorban44</code></a>, <a href="https://github.com/kdy1"><code>@​kdy1</code></a>,  and <a href="https://github.com/williamli"><code>@​williamli</code></a> for helping!</p>
<h2>v14.1.1-canary.82</h2>
<h3>Core Changes</h3>
<ul>
<li>fix(turbopack): don't emit issues for deleted pages: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62012">#62012</a></li>
<li>perf: don't emit issues via websocket for now: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/59024">#59024</a></li>
<li>add native css nesting support: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62644">#62644</a></li>
<li>refactor(next-swc): remove unused features: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62696">#62696</a></li>
<li>Upgrade mini-css-extract-plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62698">#62698</a></li>
<li>Update precompiled for mini-css-extract-plugin: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62699">#62699</a></li>
<li>feat: display text diff for text mismatch hydration errors: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62684">#62684</a></li>
<li>Fix lint check: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62702">#62702</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>Correct format for autoplay attribute in NextJS video docs : <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62695">#62695</a></li>
<li>Update unstable_cache docs for revalidate option: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/62689">#62689</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/5f59ee5f197a09275da7a9fa876986f22f4b7711"><code>5f59ee5</code></a> v14.1.1</li>
<li>See full diff in <a href="https://github.com/vercel/next.js/commits/v14.1.1/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.1.0&new-version=14.1.1)](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 Mar 4, 2024
1 parent e681904 commit 0e0e1ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "eslint ."
},
"dependencies": {
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.1.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "1.12.4",
"eslint-plugin-react": "7.33.2",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

0 comments on commit 0e0e1ab

Please sign in to comment.