140.md (11696B)
1 # PR #140 Bump eslint-config-next from 12.1.0 to 12.1.5 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-04-13T08:32:55Z 6 - **Branch:** dependabot/npm_and_yarn/eslint-config-next-12.1.5 → main 7 - **Merged:** 2022-04-18T09:54:48Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [140.diff](./140.diff) 12 13 --- 14 15 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.1.0 to 12.1.5. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">eslint-config-next's releases</a>.</em></p> 19 <blockquote> 20 <h2>v12.1.5</h2> 21 <h3>Core Changes</h3> 22 <ul> 23 <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> 24 <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> 25 <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> 26 <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> 27 <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> 28 <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> 29 <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> 30 <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> 31 <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> 32 <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> 33 <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> 34 <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> 35 <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> 36 <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> 37 <li>Code refactoring: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35937">#35937</a></li> 38 <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> 39 <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> 40 <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> 41 <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> 42 <li>update webpack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35867">#35867</a></li> 43 <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> 44 <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> 45 <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> 46 <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> 47 <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> 48 <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> 49 <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> 50 <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> 51 <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> 52 <li>Interpolate default exports: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35933">#35933</a></li> 53 <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> 54 <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> 55 <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> 56 <li>update <code>@vercel/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> 57 <li>Fix outputStandalone with optimizeCss: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/36028">#36028</a></li> 58 <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> 59 <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> 60 </ul> 61 <h3>Documentation Changes</h3> 62 <ul> 63 <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> 64 <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> 65 <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> 66 <li>Add Vitest example.: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/35858">#35858</a></li> 67 <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> 68 <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> 69 <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> 70 </ul> 71 <!-- raw HTML omitted --> 72 </blockquote> 73 <p>... (truncated)</p> 74 </details> 75 <details> 76 <summary>Commits</summary> 77 <ul> 78 <li><a href="https://github.com/vercel/next.js/commit/38d17bca0c34ebcc3055dbdfc42bfff26f88f62e"><code>38d17bc</code></a> v12.1.5</li> 79 <li><a href="https://github.com/vercel/next.js/commit/9c613aaa66c78b53f026decda9ee8309279da293"><code>9c613aa</code></a> v12.1.5-canary.7</li> 80 <li><a href="https://github.com/vercel/next.js/commit/a9d6d9f71acb17a92a3c0965df342049c0dec115"><code>a9d6d9f</code></a> v12.1.5-canary.6</li> 81 <li><a href="https://github.com/vercel/next.js/commit/da39e29c27dbb070707b4353689554d626147a5c"><code>da39e29</code></a> v12.1.5-canary.5</li> 82 <li><a href="https://github.com/vercel/next.js/commit/345f5cc351f807b3bf4b97fda915c06521c71902"><code>345f5cc</code></a> v12.1.5-canary.4</li> 83 <li><a href="https://github.com/vercel/next.js/commit/211ce73c87780d3d51fc724135fd366aa994929a"><code>211ce73</code></a> v12.1.5-canary.3</li> 84 <li><a href="https://github.com/vercel/next.js/commit/e146168c3bf2056c6e722a949bf67c0affeac118"><code>e146168</code></a> v12.1.5-canary.2</li> 85 <li><a href="https://github.com/vercel/next.js/commit/4db8c49cc31e4fc182391fae6903fb5ef4e8c66e"><code>4db8c49</code></a> v12.1.5-canary.1</li> 86 <li><a href="https://github.com/vercel/next.js/commit/3069d4b77017228c86ec87238864a226efb092ae"><code>3069d4b</code></a> v12.1.5-canary.0</li> 87 <li><a href="https://github.com/vercel/next.js/commit/48a3222ccc8dea2d1fa02926ee538fe301269d18"><code>48a3222</code></a> v12.1.4</li> 88 <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> 89 </ul> 90 </details> 91 <br /> 92 93 94 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 95 96 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`. 97 98 [//]: # (dependabot-automerge-start) 99 [//]: # (dependabot-automerge-end) 100 101 --- 102 103 <details> 104 <summary>Dependabot commands and options</summary> 105 <br /> 106 107 You can trigger Dependabot actions by commenting on this PR: 108 - `@dependabot rebase` will rebase this PR 109 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 110 - `@dependabot merge` will merge this PR after your CI passes on it 111 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 112 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 113 - `@dependabot reopen` will reopen this PR if it is closed 114 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 115 - `@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) 116 - `@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) 117 - `@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) 118 119 120 </details> 121