140.json (12090B)
1 { 2 "number": 140, 3 "title": "Bump eslint-config-next from 12.1.0 to 12.1.5", 4 "state": "merged", 5 "diff_file": "140.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2022-04-13T08:32:55Z", 8 "closed_at": "2022-04-18T09:54:48Z", 9 "merged_at": "2022-04-18T09:54:48Z", 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/eslint-config-next-12.1.5", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [ 17 "MTRNord" 18 ], 19 "requested_reviewers": [ 20 "MTRNord" 21 ], 22 "body": "Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.1.0 to 12.1.5.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/vercel/next.js/releases\">eslint-config-next's releases</a>.</em></p>\n<blockquote>\n<h2>v12.1.5</h2>\n<h3>Core Changes</h3>\n<ul>\n<li>[Script] Use <code>__non_webpack_require__</code> to fetch partytown server-side: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35793\">#35793</a></li>\n<li>Use ReadableStream in client hydration for Firefox compatibility: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35796\">#35796</a></li>\n<li>Continue testing react v17 with e2e tests: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35787\">#35787</a></li>\n<li>Collect packages are used and eliminated in getServerSideProps: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35404\">#35404</a></li>\n<li>Initial implementation of statically optimized flight data of server component pages: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35619\">#35619</a></li>\n<li>Fix <code>layout="raw"</code> image element sizes prop: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35809\">#35809</a></li>\n<li>fix: reset visible state when src/href changed: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35287\">#35287</a></li>\n<li>Add warning when importing "next" directly: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35884\">#35884</a></li>\n<li>Custom app for switchable runtime: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35666\">#35666</a></li>\n<li>Update repo to use react 18 by default: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35888\">#35888</a></li>\n<li>Fix Firefox flash of white on <code>next/image</code> with <code>placeholder=blur</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35889\">#35889</a></li>\n<li>Fix data encoder and decoder to use <code>stream</code> in renderer: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35936\">#35936</a></li>\n<li>Revert "fix the dynamic routing of middleware": <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35932\">#35932</a></li>\n<li>Update: Add error message when for getServerSideProps invalid return value: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35887\">#35887</a></li>\n<li>Code refactoring: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35937\">#35937</a></li>\n<li>fix: add locale prefix to middleware preflight url: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35911\">#35911</a></li>\n<li>Emotion SWC Plugin - Allow for jsxImportSource to be configurable: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35963\">#35963</a></li>\n<li>Update polyfill of web streams: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35571\">#35571</a></li>\n<li>Add <code>.eslintrc.cjs</code> to list of supported <code>next lint</code> config files: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35440\">#35440</a></li>\n<li>update webpack: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35867\">#35867</a></li>\n<li>Ensure minimalMode previousCache expire time is capped: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35954\">#35954</a></li>\n<li>Add test case for module resolution in node_modules from different contexts: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35978\">#35978</a></li>\n<li>Support shared component with next built-in client components: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35975\">#35975</a></li>\n<li>Use eager import to include client modules: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35979\">#35979</a></li>\n<li>Use renderToString for flush effects: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35999\">#35999</a></li>\n<li>test: organize react 18 tests: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36003\">#36003</a></li>\n<li>allow to provide postcss plugin options as a string: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35173\">#35173</a></li>\n<li>Fix leaking internal config to user-defined <code>loader</code> prop in <code>next/image</code>: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36013\">#36013</a></li>\n<li>Support export all syntax in client components: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36027\">#36027</a></li>\n<li>Interpolate default exports: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35933\">#35933</a></li>\n<li>feat(next-swc): Update swc crates: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35996\">#35996</a></li>\n<li>Interpolate default exports is now unnecessary: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36065\">#36065</a></li>\n<li>Do not add locale to link for api route and middleware preflight: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35994\">#35994</a></li>\n<li>update <code>@\u200bvercel/nft</code> to 0.18.1: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36075\">#36075</a></li>\n<li>Fix outputStandalone with optimizeCss: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36028\">#36028</a></li>\n<li>Interpolate module.exports as default import : <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36082\">#36082</a></li>\n<li>fix(next-url): print properly using logger symbol: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36097\">#36097</a></li>\n</ul>\n<h3>Documentation Changes</h3>\n<ul>\n<li>Docs: update react 18's overview: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35766\">#35766</a></li>\n<li>Update dead link for getStaticPaths in error docs: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35814\">#35814</a></li>\n<li>Link to <code>with-docker-multi-env</code> example.: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35820\">#35820</a></li>\n<li>Add Vitest example.: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35858\">#35858</a></li>\n<li>Docs: Add useful link to invalid-getstaticprops-value error message: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35915\">#35915</a></li>\n<li>Update Manual Steps in Getting Started guide: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35898\">#35898</a></li>\n<li>fix: toBeInTheDocument is not a function: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35930\">#35930</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/vercel/next.js/commit/38d17bca0c34ebcc3055dbdfc42bfff26f88f62e\"><code>38d17bc</code></a> v12.1.5</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/9c613aaa66c78b53f026decda9ee8309279da293\"><code>9c613aa</code></a> v12.1.5-canary.7</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/a9d6d9f71acb17a92a3c0965df342049c0dec115\"><code>a9d6d9f</code></a> v12.1.5-canary.6</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/da39e29c27dbb070707b4353689554d626147a5c\"><code>da39e29</code></a> v12.1.5-canary.5</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/345f5cc351f807b3bf4b97fda915c06521c71902\"><code>345f5cc</code></a> v12.1.5-canary.4</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/211ce73c87780d3d51fc724135fd366aa994929a\"><code>211ce73</code></a> v12.1.5-canary.3</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/e146168c3bf2056c6e722a949bf67c0affeac118\"><code>e146168</code></a> v12.1.5-canary.2</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/4db8c49cc31e4fc182391fae6903fb5ef4e8c66e\"><code>4db8c49</code></a> v12.1.5-canary.1</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/3069d4b77017228c86ec87238864a226efb092ae\"><code>3069d4b</code></a> v12.1.5-canary.0</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/48a3222ccc8dea2d1fa02926ee538fe301269d18\"><code>48a3222</code></a> v12.1.4</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vercel/next.js/commits/v12.1.5/packages/eslint-config-next\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 23 "comments": [], 24 "review_comments": [] 25 }