43.json (9796B)
1 { 2 "number": 43, 3 "title": "Bump eslint-config-next from 12.0.9 to 12.0.10", 4 "state": "merged", 5 "diff_file": "43.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2022-02-01T08:27:25Z", 8 "closed_at": "2022-02-01T09:57:13Z", 9 "merged_at": "2022-02-01T09:57:12Z", 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/eslint-config-next-12.0.10", 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.0.9 to 12.0.10.\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.0.10</h2>\n<h3>Core Changes</h3>\n<ul>\n<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>\n<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>\n<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>\n<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>\n<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>\n<li>chore: deprecate process.browser: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/32862\">#32862</a></li>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<li>Generate functions manifest: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33770\">#33770</a></li>\n<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>\n<li>fix typo: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33840\">#33840</a></li>\n<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>\n</ul>\n<h3>Documentation Changes</h3>\n<ul>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n</ul>\n<h3>Example Changes</h3>\n<ul>\n<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>\n<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>\n<li>Fix: broken npm install: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33767\">#33767</a></li>\n<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>\n<li>Upgrade to <code>@\u200bstitches/react</code> 1.2.6: <a href=\"https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next/issues/33817\">#33817</a></li>\n<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>\n</ul>\n<h3>Misc Changes</h3>\n<ul>\n<li>run stale 20 minutes earlier</li>\n<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>\n<li>fix syntax error in <code>lock.yml</code></li>\n<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>\n</ul>\n<h3>Credits</h3>\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/4c28177c15e7b90229e70d5030aa9a5b60918005\"><code>4c28177</code></a> v12.0.10</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/94989461ffd2a731bb43d1ebd628f7e93fc9a480\"><code>9498946</code></a> v12.0.10-canary.2</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/48dee57ff5273456bf8f680cd32298bb2638bca2\"><code>48dee57</code></a> v12.0.10-canary.1</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/b314c9886c92054030f2b6831964237867045096\"><code>b314c98</code></a> v12.0.10-canary.0</li>\n<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>\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 }