43.md (9436B)
1 # PR #43 Bump eslint-config-next from 12.0.9 to 12.0.10 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-02-01T08:27:25Z 6 - **Branch:** dependabot/npm_and_yarn/eslint-config-next-12.0.10 → main 7 - **Merged:** 2022-02-01T09:57:12Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [43.diff](./43.diff) 12 13 --- 14 15 Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 12.0.9 to 12.0.10. 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.0.10</h2> 21 <h3>Core Changes</h3> 22 <ul> 23 <li>fix: image optimizer hangs when invalid image is requested: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33719">#33719</a></li> 24 <li>feat: make <code>compress</code> configurable in standalone mode: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33717">#33717</a></li> 25 <li>fix: allow certain variable names in development: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33638">#33638</a></li> 26 <li>Use swc parse for flight server and client loaders: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33713">#33713</a></li> 27 <li>Properly support custom 500 page in the web server: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33729">#33729</a></li> 28 <li>chore: deprecate process.browser: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32862">#32862</a></li> 29 <li>Improve tests for streaming and server components: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33740">#33740</a></li> 30 <li>fix: fixes <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33314">#33314</a> move is-plain-object for es5 compilation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33690">#33690</a></li> 31 <li>Add <code>stale-while-revalidate</code> pattern to Image Optimization API: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33735">#33735</a></li> 32 <li>Allow to delete URL search params in middleware rewrites: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33725">#33725</a></li> 33 <li>Ensure all CSS files are included for experimental critical CSS: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33752">#33752</a></li> 34 <li>Ensure non-error thrown in getStaticPaths shows correctly: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33753">#33753</a></li> 35 <li>Fix encoding error with location and refresh headers: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33763">#33763</a></li> 36 <li>Fix duplicate image src causing canceled request: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33776">#33776</a></li> 37 <li>Generate functions manifest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33770">#33770</a></li> 38 <li>Enable jest hoist transform when using next/jest: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33731">#33731</a></li> 39 <li>fix typo: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33840">#33840</a></li> 40 <li>fix(next/image): render valid html according to W3C: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33825">#33825</a></li> 41 </ul> 42 <h3>Documentation Changes</h3> 43 <ul> 44 <li>Update Time to First Byte (TTFB) link: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33715">#33715</a></li> 45 <li>Changed data fetching file name to overview to fix meta data title: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33232">#33232</a></li> 46 <li>Correct misspelling in testing documentation <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33754">#33754</a>: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33755">#33755</a></li> 47 <li>Move custom server note from middleware doc: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33744">#33744</a></li> 48 <li>Fixed duplicate data fetching overview page + links: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33774">#33774</a></li> 49 <li>[docs] Mention SWC in TypeScript documentation.: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33801">#33801</a></li> 50 <li>Testing docs: Comment out optional config that points to a file: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33827">#33827</a></li> 51 <li>Update Content-Security-Policy header usage explanation: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33833">#33833</a></li> 52 </ul> 53 <h3>Example Changes</h3> 54 <ul> 55 <li>Fix <code>with-docker</code> example dockerfile: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33695">#33695</a></li> 56 <li>Added next.config.js with datocms-assets domain in allow list: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33647">#33647</a></li> 57 <li>Fix: broken npm install: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33767">#33767</a></li> 58 <li>[example] Upgrade the with-stripe-typescript example app: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33761">#33761</a></li> 59 <li>Upgrade to <code>@stitches/react</code> 1.2.6: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33817">#33817</a></li> 60 <li>Doc: fix broken link to api routes doc: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33836">#33836</a></li> 61 </ul> 62 <h3>Misc Changes</h3> 63 <ul> 64 <li>run stale 20 minutes earlier</li> 65 <li>fix: use github action instead of bot: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33718">#33718</a></li> 66 <li>fix syntax error in <code>lock.yml</code></li> 67 <li>fix rsc test suite runner: <a href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33745">#33745</a></li> 68 </ul> 69 <h3>Credits</h3> 70 <!-- raw HTML omitted --> 71 </blockquote> 72 <p>... (truncated)</p> 73 </details> 74 <details> 75 <summary>Commits</summary> 76 <ul> 77 <li><a href="https://github.com/vercel/next.js/commit/4c28177c15e7b90229e70d5030aa9a5b60918005"><code>4c28177</code></a> v12.0.10</li> 78 <li><a href="https://github.com/vercel/next.js/commit/94989461ffd2a731bb43d1ebd628f7e93fc9a480"><code>9498946</code></a> v12.0.10-canary.2</li> 79 <li><a href="https://github.com/vercel/next.js/commit/48dee57ff5273456bf8f680cd32298bb2638bca2"><code>48dee57</code></a> v12.0.10-canary.1</li> 80 <li><a href="https://github.com/vercel/next.js/commit/b314c9886c92054030f2b6831964237867045096"><code>b314c98</code></a> v12.0.10-canary.0</li> 81 <li>See full diff in <a href="https://github.com/vercel/next.js/commits/v12.0.10/packages/eslint-config-next">compare view</a></li> 82 </ul> 83 </details> 84 <br /> 85 86 87 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 88 89 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`. 90 91 [//]: # (dependabot-automerge-start) 92 [//]: # (dependabot-automerge-end) 93 94 --- 95 96 <details> 97 <summary>Dependabot commands and options</summary> 98 <br /> 99 100 You can trigger Dependabot actions by commenting on this PR: 101 - `@dependabot rebase` will rebase this PR 102 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 103 - `@dependabot merge` will merge this PR after your CI passes on it 104 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 105 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 106 - `@dependabot reopen` will reopen this PR if it is closed 107 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 108 - `@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) 109 - `@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) 110 - `@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) 111 112 113 </details> 114