42.json (10866B)
1 { 2 "number": 42, 3 "title": "Bump next from 12.0.9 to 12.0.10", 4 "state": "merged", 5 "diff_file": "42.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2022-02-01T08:26:47Z", 8 "closed_at": "2022-02-01T09:56:53Z", 9 "merged_at": "2022-02-01T09:56:53Z", 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/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 [next](https://github.com/vercel/next.js) 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\">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-redirect.dependabot.com/vercel/next.js/issues/33719\">#33719</a></li>\n<li>feat: make <code>compress</code> configurable in standalone mode: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33717\">#33717</a></li>\n<li>fix: allow certain variable names in development: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33638\">#33638</a></li>\n<li>Use swc parse for flight server and client loaders: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33713\">#33713</a></li>\n<li>Properly support custom 500 page in the web server: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33729\">#33729</a></li>\n<li>chore: deprecate process.browser: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/32862\">#32862</a></li>\n<li>Improve tests for streaming and server components: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33740\">#33740</a></li>\n<li>fix: fixes <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33314\">#33314</a> move is-plain-object for es5 compilation: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33690\">#33690</a></li>\n<li>Add <code>stale-while-revalidate</code> pattern to Image Optimization API: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33735\">#33735</a></li>\n<li>Allow to delete URL search params in middleware rewrites: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33725\">#33725</a></li>\n<li>Ensure all CSS files are included for experimental critical CSS: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33752\">#33752</a></li>\n<li>Ensure non-error thrown in getStaticPaths shows correctly: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33753\">#33753</a></li>\n<li>Fix encoding error with location and refresh headers: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33763\">#33763</a></li>\n<li>Fix duplicate image src causing canceled request: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33776\">#33776</a></li>\n<li>Generate functions manifest: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33770\">#33770</a></li>\n<li>Enable jest hoist transform when using next/jest: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33731\">#33731</a></li>\n<li>fix typo: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33840\">#33840</a></li>\n<li>fix(next/image): render valid html according to W3C: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/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-redirect.dependabot.com/vercel/next.js/issues/33715\">#33715</a></li>\n<li>Changed data fetching file name to overview to fix meta data title: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33232\">#33232</a></li>\n<li>Correct misspelling in testing documentation <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33754\">#33754</a>: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33755\">#33755</a></li>\n<li>Move custom server note from middleware doc: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33744\">#33744</a></li>\n<li>Fixed duplicate data fetching overview page + links: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33774\">#33774</a></li>\n<li>[docs] Mention SWC in TypeScript documentation.: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33801\">#33801</a></li>\n<li>Testing docs: Comment out optional config that points to a file: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33827\">#33827</a></li>\n<li>Update Content-Security-Policy header usage explanation: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/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-redirect.dependabot.com/vercel/next.js/issues/33695\">#33695</a></li>\n<li>Added next.config.js with datocms-assets domain in allow list: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33647\">#33647</a></li>\n<li>Fix: broken npm install: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33767\">#33767</a></li>\n<li>[example] Upgrade the with-stripe-typescript example app: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33761\">#33761</a></li>\n<li>Upgrade to <code>@\u200bstitches/react</code> 1.2.6: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33817\">#33817</a></li>\n<li>Doc: fix broken link to api routes doc: <a href=\"https://github-redirect.dependabot.com/vercel/next.js/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-redirect.dependabot.com/vercel/next.js/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-redirect.dependabot.com/vercel/next.js/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/e0095faf23797d537a2ce9cbc57235cf9306931c\"><code>e0095fa</code></a> fix(next/image): render valid html according to W3C (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33825\">#33825</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/b00270b1abcabf5ef463553bd868f5b3d233d8ca\"><code>b00270b</code></a> fix typo (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33840\">#33840</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/ad79c04d6bfe91cb25f2a85e7b170e75ac769ed4\"><code>ad79c04</code></a> Update Content-Security-Policy header usage explanation (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33833\">#33833</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/4f5975ffc49967f49acb7ea595b75723aa1356df\"><code>4f5975f</code></a> Doc: fix broken link to api routes doc (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33836\">#33836</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/3bac02e032792b07726ba795e5b07b502185667a\"><code>3bac02e</code></a> Enable jest hoist transform when using next/jest (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33731\">#33731</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/5b31c18e76754837fb6732bc1fc56fef9d3b7ad2\"><code>5b31c18</code></a> Generate functions manifest (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33770\">#33770</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/030666b5bf46783ab7d79d53ec2f0a7fc365ed02\"><code>030666b</code></a> [Docs] Testing docs: Comment out optional config that points to a file (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33827\">#33827</a>)</li>\n<li><a href=\"https://github.com/vercel/next.js/commit/a410155b936232e1137ae2c745e452e675060eda\"><code>a410155</code></a> Upgrade to <code>@\u200bstitches/react</code> 1.2.6 (<a href=\"https://github-redirect.dependabot.com/vercel/next.js/issues/33817\">#33817</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vercel/next.js/compare/v12.0.9...v12.0.10\">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 }