117.md (12491B)
1 # PR #117 Bump eslint-config-next from 12.1.0 to 12.1.1 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-03-28T08:42:34Z 6 - **Branch:** dependabot/npm_and_yarn/eslint-config-next-12.1.1 → main 7 - **Closed:** 2022-03-29T08:30:17Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [117.diff](./117.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.1. 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.1</h2> 21 <h3>Core Changes</h3> 22 <ul> 23 <li>refactor: move <code>HtmlContext</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34482">#34482</a></li> 24 <li>rsc: clean client buffer cache after flushed: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34475">#34475</a></li> 25 <li>Ensure config's <code>experimental</code> field exists: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34500">#34500</a></li> 26 <li>Only log experiments warning if user actually opted in to an experiment(s): <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34413">#34413</a></li> 27 <li>Add <code>unstable_useFlushEffects</code> hook: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34117">#34117</a></li> 28 <li>fix: mock image path as <code>next/image</code> expects it: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34350">#34350</a></li> 29 <li>fix process polyfill on middleware: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34426">#34426</a></li> 30 <li>Ensure workers are not left open: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34503">#34503</a></li> 31 <li>Leverage existing component checking warning for streaming: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34526">#34526</a></li> 32 <li>build(next-swc): linux glibc compatible issue: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34481">#34481</a></li> 33 <li>Fix <code>next/image</code> incorrectly warning for <code>position: absolute</code> parent: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34551">#34551</a></li> 34 <li>Remove <code>useMaybeDeferContent</code> hook: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34506">#34506</a></li> 35 <li>Allow reading request bodies in middlewares (<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34294">#34294</a>): <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34519">#34519</a></li> 36 <li>Update swc crates: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34491">#34491</a></li> 37 <li>feat(react-dev-overlay): export getErrorByType and add preventDisplay prop: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34237">#34237</a></li> 38 <li>Improve <code>next/image</code> warnings to avoid printing more than once: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34562">#34562</a></li> 39 <li>Support trailingSlash in middleware SSR: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34544">#34544</a></li> 40 <li>Update to latest version of jscodeshift: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34563">#34563</a></li> 41 <li>Don't import internally from types in <code>next-env.d.ts</code>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34394">#34394</a></li> 42 <li>Improve type imports in server/render and optimize the Edge SSR loader: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34552">#34552</a></li> 43 <li>remove commons chunk config: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34445">#34445</a></li> 44 <li>Add <code>cargo clippy</code> and <code>cargo fmt</code> to CI: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34625">#34625</a></li> 45 <li>Fix rsc bootstrap buffer missing in the future renders: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34631">#34631</a></li> 46 <li>fix: match <code>redirect</code> and <code>rewrite</code> destination types: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34617">#34617</a></li> 47 <li>fix: make sure <code>image-config.ts</code> gets transpiled to ES5: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34677">#34677</a></li> 48 <li>Normalize image optimizer error status codes: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34699">#34699</a></li> 49 <li>Fix CSS Loader Detection False Positives: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34584">#34584</a></li> 50 <li>Upgrade <code>@napi-rs/triples</code> to support android arm platform: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34752">#34752</a></li> 51 <li>Add proper headers to responses in web server: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34723">#34723</a></li> 52 <li>produce source maps for middlewares: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34409">#34409</a></li> 53 <li>Reduce the size of web server: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34767">#34767</a></li> 54 <li>collect telemetry for ESLint rules: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34564">#34564</a></li> 55 <li>Refactor entries generation in hot-reloader: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34733">#34733</a></li> 56 <li>Integrate tsec into the linting process: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33746">#33746</a></li> 57 <li>Add API config to allow disabling response size warning: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34700">#34700</a></li> 58 <li>fix(<a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34030">#34030</a>): ignore non-checkable jsx spread attribute: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34473">#34473</a></li> 59 <li>fix eslint-plugin-react version to avoid jsx-key error: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34800">#34800</a></li> 60 <li>fix: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34711">#34711</a> ensure distDir inside project folder: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34795">#34795</a></li> 61 <li>Update to ncc dev overlay during build instead of pre-compile: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34813">#34813</a></li> 62 <li>Add warning for Yarn PnP v3 with Node.js < 16.14: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34818">#34818</a></li> 63 <li>lock eslint-config-next dependencies: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34823">#34823</a></li> 64 <li>Clean-up error when starting next with non-existent dir: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34830">#34830</a></li> 65 <li>Ensure unstable_revalidate does not error from notFound: true: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34826">#34826</a></li> 66 <li>Update eslint-plugin-react to latest version: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34819">#34819</a></li> 67 <li>Add CLI command typo detection: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34836">#34836</a></li> 68 <li>Fix flight loader for shared components: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34692">#34692</a></li> 69 <li>refactor: re-use existed escapeRegex: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/34470">#34470</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/79a8651bc454c0d2be6e805237bbe93ad6bf02ab"><code>79a8651</code></a> v12.1.1</li> 79 <li><a href="https://github.com/vercel/next.js/commit/a5540e8fda35735349fe37d0683fc424bbffcbbf"><code>a5540e8</code></a> v12.1.1-canary.18</li> 80 <li><a href="https://github.com/vercel/next.js/commit/78831c3c8490e2142aedfce34420085f49ba9e73"><code>78831c3</code></a> v12.1.1-canary.17</li> 81 <li><a href="https://github.com/vercel/next.js/commit/92da36f1e0a92293112281ad8d0d428ba972c05f"><code>92da36f</code></a> v12.1.1-canary.16</li> 82 <li><a href="https://github.com/vercel/next.js/commit/f62766f3641c62043ceaa7cdb60c23af9d550f3c"><code>f62766f</code></a> v12.1.1-canary.15</li> 83 <li><a href="https://github.com/vercel/next.js/commit/9129bb9a054f36890d3138fd751c358b57534a07"><code>9129bb9</code></a> v12.1.1-canary.14</li> 84 <li><a href="https://github.com/vercel/next.js/commit/52e34cede8e9b0ac6daec727212b95377b340a85"><code>52e34ce</code></a> v12.1.1-canary.13</li> 85 <li><a href="https://github.com/vercel/next.js/commit/4c6443ba1c321eabef61d442c2dce45b39c37fc1"><code>4c6443b</code></a> v12.1.1-canary.12</li> 86 <li><a href="https://github.com/vercel/next.js/commit/6611bfd31cf236342e6d31a33cf3ce50c44b2e59"><code>6611bfd</code></a> v12.1.1-canary.11</li> 87 <li><a href="https://github.com/vercel/next.js/commit/d7deb852bd91e0fc2246d645e0087af648c97dbc"><code>d7deb85</code></a> v12.1.1-canary.10</li> 88 <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/commits/v12.1.1/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 122 123 ## Comments 124 125 ### @dependabot[bot] — 2022-03-29T08:30:17Z 126 127 Superseded by #119. 128