26.md (11275B)
1 # PR #26 Bump next from 12.0.8 to 12.0.9 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-01-27T08:28:14Z 6 - **Branch:** dependabot/npm_and_yarn/next-12.0.9 → main 7 - **Merged:** 2022-01-27T11:34:09Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [26.diff](./26.diff) 12 13 --- 14 15 Bumps [next](https://github.com/vercel/next.js) from 12.0.8 to 12.0.9. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> 19 <blockquote> 20 <h2>v12.0.9</h2> 21 <h3>Core Changes</h3> 22 <ul> 23 <li>middlewares: limit <code>process.env</code> to inferred usage: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33186">#33186</a></li> 24 <li>update webpack: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33207">#33207</a></li> 25 <li>Abstract out native filesystem usage from the base server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33226">#33226</a></li> 26 <li>use text data url instead of base64 for shorter encoding: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33218">#33218</a></li> 27 <li>chore(deps): upgrade <code>postcss</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33142">#33142</a></li> 28 <li>Fix global process testing for the process polyfill: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33220">#33220</a></li> 29 <li>Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33201">#33201</a></li> 30 <li>improve full refresh overlay: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33301">#33301</a></li> 31 <li>Custom app for server components: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33149">#33149</a></li> 32 <li>Update yarn PnP tests and disable swc file reading for PnP: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33236">#33236</a></li> 33 <li>Base Http for BaseServer: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32999">#32999</a></li> 34 <li>Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33342">#33342</a></li> 35 <li>Update check for fallback pages during export: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33323">#33323</a></li> 36 <li>Pre-compile more dependencies: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32742">#32742</a></li> 37 <li>Remove node fetch polyfill from base server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33395">#33395</a></li> 38 <li>Replace regexp to plain string for optimization render HTML: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33306">#33306</a></li> 39 <li>Fix broken html on streaming render for error page: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33399">#33399</a></li> 40 <li>Disable cache for rsc pages: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33438">#33438</a></li> 41 <li>Fix pre-compiled check from copying react-refresh-utils: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33442">#33442</a></li> 42 <li>fix(next-swc): Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33427">#33427</a></li> 43 <li>Move middleware handling to node server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33448">#33448</a></li> 44 <li>Enforce absolute URLs in Edge Functions runtime: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33410">#33410</a></li> 45 <li>feat(next-swc): Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33461">#33461</a></li> 46 <li>Update main field for nccd jest-worker: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33465">#33465</a></li> 47 <li>chore(deps): upgrade <code>node-fetch</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33466">#33466</a></li> 48 <li>Move static serving to next server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33475">#33475</a></li> 49 <li>feat(next-swc): Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33485">#33485</a></li> 50 <li>Fix multiple calls to image <code>onLoadingComplete()</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33474">#33474</a></li> 51 <li>Refactor base server to remove native dependencies: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33499">#33499</a></li> 52 <li>Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33514">#33514</a></li> 53 <li>Implement abstract methods to get manifest files in the base server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33537">#33537</a></li> 54 <li>Simplify getMiddlewareInfo calls: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33542">#33542</a></li> 55 <li>Fix static file check with i18n: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33503">#33503</a></li> 56 <li>Bump styled-jsx: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33546">#33546</a></li> 57 <li>Ensure optional value normalizing is correct for index: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33547">#33547</a></li> 58 <li>Bump nft to 0.17.4: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33548">#33548</a></li> 59 <li>Add <code>next-multilingual</code> example: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/29386">#29386</a></li> 60 <li>Removed the s from NextConfig: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33560">#33560</a></li> 61 <li>feat(next-swc): Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33595">#33595</a></li> 62 <li>Fix rsc export component name detection: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33608">#33608</a></li> 63 <li>upgrade webpack: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33549">#33549</a></li> 64 <li>Ensure fetch polyfill is loaded in next-server: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33616">#33616</a></li> 65 <li>feat(next-swc): Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33628">#33628</a></li> 66 <li>Add <code>lazyRoot</code> optional property to <code>next/image</code> component : <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33290">#33290</a></li> 67 <li>feat(next-swc): Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33675">#33675</a></li> 68 <li>Implement web server as the request handler for edge SSR: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33635">#33635</a></li> 69 <li>Relay Support in Rust Compiler: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33240">#33240</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/07431d3e0f057a0bd58af6d456e4bee646fd8b42"><code>07431d3</code></a> v12.0.9</li> 79 <li><a href="https://github.com/vercel/next.js/commit/c938e20077e40ec5ea63ad24cde4cb3c5e17ad21"><code>c938e20</code></a> v12.0.9-canary.12</li> 80 <li><a href="https://github.com/vercel/next.js/commit/c385d1b8c446b60c60ffe3fbdf4818b3e760e1c0"><code>c385d1b</code></a> REMOVE: duplicate key in docs/testing.md (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33681">#33681</a>)</li> 81 <li><a href="https://github.com/vercel/next.js/commit/9b98c5a0e0004663f5ccd993b10807fc1646cb09"><code>9b98c5a</code></a> chore(docs): update security headers specification (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33673">#33673</a>)</li> 82 <li><a href="https://github.com/vercel/next.js/commit/865a079923d179a9a71bb5f30313f3327d3a59cf"><code>865a079</code></a> v12.0.9-canary.11</li> 83 <li><a href="https://github.com/vercel/next.js/commit/b5d4564cca27dac6b588f26fe21a2439ead89a46"><code>b5d4564</code></a> Revert "Relay Support in Rust Compiler" (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33699">#33699</a>)</li> 84 <li><a href="https://github.com/vercel/next.js/commit/5c6c3851006a2fd43a8ec9518c1be7f723bbf2e3"><code>5c6c385</code></a> Use relative path for example (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33565">#33565</a>)</li> 85 <li><a href="https://github.com/vercel/next.js/commit/65c63c94349a4ef2bb53fe412f021b4b0a5c26c2"><code>65c63c9</code></a> v12.0.9-canary.10</li> 86 <li><a href="https://github.com/vercel/next.js/commit/b20eb99a4d11c2622ea0bbb06c68c895fc6faac1"><code>b20eb99</code></a> Relay Support in Rust Compiler (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33240">#33240</a>)</li> 87 <li><a href="https://github.com/vercel/next.js/commit/99d4d6c5a41003338f62fd20bdcafe78e02f7a1a"><code>99d4d6c</code></a> Implement web server as the request handler for edge SSR (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/33635">#33635</a>)</li> 88 <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v12.0.8...v12.0.9">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