76.md (12278B)
1 # PR #76 Bump eslint-config-next from 12.0.10 to 12.1.0 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-02-18T08:37:59Z 6 - **Branch:** dependabot/npm_and_yarn/eslint-config-next-12.1.0 → main 7 - **Merged:** 2022-02-19T13:40:18Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [76.diff](./76.diff) 12 13 --- 14 15 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.0.10 to 12.1.0. 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.0</h2> 21 <h3>Core Changes</h3> 22 <ul> 23 <li>Relay Support in Rust Compiler: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33702">#33702</a></li> 24 <li>fix eslint link-passhref rule: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33857">#33857</a></li> 25 <li>update webpack: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33831">#33831</a></li> 26 <li>Flush buffered vitals metrics on page mount: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33867">#33867</a></li> 27 <li>fix problem with HMR when middleware and page reference the same node_module: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33873">#33873</a></li> 28 <li>Refactor page component getter in web server: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33759">#33759</a></li> 29 <li>update NextResponse default redirect status to 307 to match docs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33505">#33505</a></li> 30 <li>Bug fix: dynamic page should not be interpreted as predefined page: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33808">#33808</a></li> 31 <li>Group streaming experimental apis: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33878">#33878</a></li> 32 <li>Encapsulate routing and initial hydration: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33875">#33875</a></li> 33 <li>Optimize offline condition judgment: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33238">#33238</a></li> 34 <li>Ensure external beforeFiles rewrites are handled with next/link: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33888">#33888</a></li> 35 <li>Fix parsing params for i18n optional route in minimal mode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33896">#33896</a></li> 36 <li>Ensure browserslist extends works properly: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33890">#33890</a></li> 37 <li>Fix image cache race condition: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33883">#33883</a></li> 38 <li>Add support for Relay projects without <code>artifactDirectory</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33918">#33918</a></li> 39 <li>fix: handle jsxspreadattribute in inline-script-id eslint rule: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32421">#32421</a></li> 40 <li>feat(next-swc): Update swc: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33724">#33724</a></li> 41 <li>Update to latest version of amphtml-validator: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33967">#33967</a></li> 42 <li>Warn in dev mode when script tags are added with next/head: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33968">#33968</a></li> 43 <li>Ensure optional chaining in swc matches babel: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33995">#33995</a></li> 44 <li>Use <code>react-dom/server.browser</code> in Node.js: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33950">#33950</a></li> 45 <li>Ensure external middleware rewrite is handled correctly: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33962">#33962</a></li> 46 <li>Update Terser to v5.10.0, fix minification issues: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33045">#33045</a></li> 47 <li>Warn in dev mode when stylesheets are added using next/head: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34004">#34004</a></li> 48 <li>Use <code>ReadableStream</code> in <code>RenderResult</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34005">#34005</a></li> 49 <li>Fix suffix ordering while streaming: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34011">#34011</a></li> 50 <li>Don't use yarn if a package-lock.json file is found: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/31926">#31926</a></li> 51 <li>Do not warn when application/ld+json scripts are used with next/head: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34021">#34021</a></li> 52 <li>Babel & next-swc: Fix exporting page config with AsExpression: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32702">#32702</a></li> 53 <li>Detect per page runtime config for functions manifest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33945">#33945</a></li> 54 <li>Add JSDoc to config options: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32915">#32915</a></li> 55 <li>Update font-stylesheet-gathering-plugin.ts: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/30709">#30709</a></li> 56 <li>Add decoratorMetadata flag if enabled by tsconfig: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32914">#32914</a></li> 57 <li>fix: data url handling in css-loader: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34034">#34034</a></li> 58 <li>Place 'charset' element at the top of <!-- raw HTML omitted -->: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/28119">#28119</a></li> 59 <li>Fix detection of anchor click events inside svg: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/23272">#23272</a></li> 60 <li>Allow passing nothing as custom jest config: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32328">#32328</a></li> 61 <li>Fixes <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/31240">#31240</a>: Adding a recursive addPackagePath function in webpack-config: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/31264">#31264</a></li> 62 <li>Require component rendered as child of <code>Link</code> to pass event to <code>onClick</code> handler: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/27723">#27723</a></li> 63 <li>Allow scroll prevention on hash change: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/31921">#31921</a></li> 64 <li>Add support for async fn / promise in next.config.js/.mjs: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33662">#33662</a></li> 65 <li>Fix <code>lazyRoot</code> functionality for <code>next/image</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33933">#33933</a></li> 66 <li>Change SWC minify from beta to release candidate: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34056">#34056</a></li> 67 <li>Make <code>Router</code> state immutable: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33925">#33925</a></li> 68 <li>Stop exposing internal <code>render</code> and <code>renderError</code> methods from <code>next/client</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34069">#34069</a></li> 69 <li>Add api-utils helper for testing: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34078">#34078</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/8545fd1bb02244ced9e8dc9584a764aeae296cd0"><code>8545fd1</code></a> v12.1.0</li> 79 <li><a href="https://github.com/vercel/next.js/commit/1605f3059c7773a346998da5e1de416d106d8f32"><code>1605f30</code></a> v12.0.11-canary.21</li> 80 <li><a href="https://github.com/vercel/next.js/commit/49da8c016cabd5c5b9703d66294db4be2dbce926"><code>49da8c0</code></a> v12.0.11-canary.20</li> 81 <li><a href="https://github.com/vercel/next.js/commit/732b4052bda5d10b42ceaa87ba0067f74075971a"><code>732b405</code></a> v12.0.11-canary.19</li> 82 <li><a href="https://github.com/vercel/next.js/commit/07fe5412c7e53424457f6c6087e92fb371f67f07"><code>07fe541</code></a> v12.0.11-canary.18</li> 83 <li><a href="https://github.com/vercel/next.js/commit/4f05426053539f3d19224d7af2936fc3c638298a"><code>4f05426</code></a> v12.0.11-canary.17</li> 84 <li><a href="https://github.com/vercel/next.js/commit/019981882d5e5db0f76f9841329d295c7bedf99f"><code>0199818</code></a> v12.0.11-canary.16</li> 85 <li><a href="https://github.com/vercel/next.js/commit/c051af85289a67856d692cf3db2540495718e87c"><code>c051af8</code></a> v12.0.11-canary.15</li> 86 <li><a href="https://github.com/vercel/next.js/commit/76d274dbec6d970669107f1945be620bdb919b2b"><code>76d274d</code></a> v12.0.11-canary.14</li> 87 <li><a href="https://github.com/vercel/next.js/commit/516e113d256d7f80731945f80563c3b815a2c1f6"><code>516e113</code></a> v12.0.11-canary.13</li> 88 <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v12.1.0/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