180.md (11966B)
1 # PR #180 Bump next from 12.1.5 to 12.1.6 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-05-03T08:32:33Z 6 - **Branch:** dependabot/npm_and_yarn/next-12.1.6 → main 7 - **Merged:** 2022-05-23T11:28:58Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [180.diff](./180.diff) 12 13 --- 14 15 Bumps [next](https://github.com/vercel/next.js) from 12.1.5 to 12.1.6. 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.1.6</h2> 21 <h3>Core Changes</h3> 22 <ul> 23 <li>rsc: remove router injection: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36101">#36101</a></li> 24 <li>Fix <code>export from</code> and native modules in server component: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36072">#36072</a></li> 25 <li>feat(next-swc): Update css parser: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36114">#36114</a></li> 26 <li>fix: do not add locale prefix to api route on NextURL: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36118">#36118</a></li> 27 <li>Add experimental onlyGenereated flag for unstable_revalidate: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36108">#36108</a></li> 28 <li>Support necessary headers in the web server response: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36122">#36122</a></li> 29 <li>Fix only generated case in minimal mode: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36130">#36130</a></li> 30 <li>Fix req.url of rsc dynamic routes pages gSSP in edge runtime: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36134">#36134</a></li> 31 <li>Reogranize the client component detection utils: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36135">#36135</a></li> 32 <li>Add support for catch-all route params in NextRequest page type declaration: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36137">#36137</a></li> 33 <li>rsc: mark next head as client component: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36138">#36138</a></li> 34 <li>rsc: keep static page props: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36157">#36157</a></li> 35 <li>Update to target es5 for use-subscription: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36159">#36159</a></li> 36 <li>Fix text decoding for chunk: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36165">#36165</a></li> 37 <li>Fix symlink and copy logic to <code>standalone</code> directory when using <code>outputStandalone</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35535">#35535</a></li> 38 <li>Adds linting rule to avoid assignment to 'module' variable: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35279">#35279</a></li> 39 <li>Fix res.json support for string / null: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36186">#36186</a></li> 40 <li>Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36187">#36187</a></li> 41 <li>Fix <code>next/image</code> usage in most cases of <code>onLoad()</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36176">#36176</a></li> 42 <li>[eslint-config-next] Update <code>@typescript-eslint/parser</code> to v5.19.0: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36156">#36156</a></li> 43 <li>Add support for tsconfig moduleResolution <code>node | node12 | nodenext</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36189">#36189</a></li> 44 <li>Fix missing _app component of AppTree in gIP context: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36206">#36206</a></li> 45 <li>refactor(build): no force transpile optional chaining: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35976">#35976</a></li> 46 <li>NextResponse.json: pass options to Response: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35367">#35367</a></li> 47 <li>Improve NextApiHandler type for early returns: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/35166">#35166</a></li> 48 <li>Fix build activity indicator position: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36208">#36208</a></li> 49 <li>404 page - Responsive color scheme: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/32113">#32113</a></li> 50 <li>perf(escapeStringRegexp): test before replace: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/34472">#34472</a></li> 51 <li>rsc: skip next builtin module when apply loaders: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36202">#36202</a></li> 52 <li>Use finally to clean up seen requests: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36222">#36222</a></li> 53 <li>fix(next-swc/ssg): less aggressive exports drop: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36199">#36199</a></li> 54 <li>fix type definition for defaultGetInitialProps: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36252">#36252</a></li> 55 <li>Use renderToStaticMarkup to render documentHTML: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36213">#36213</a></li> 56 <li>Fix flight loader: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36282">#36282</a></li> 57 <li>Add telemetry for image config formats (avif/webp): <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36289">#36289</a></li> 58 <li>Ensure error is cleared for missing global css: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36292">#36292</a></li> 59 <li>next/jest: Allow moduleNameMapper to match before Next.js internal mappings: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36312">#36312</a></li> 60 <li>Add client HMR tracing for debugging: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36328">#36328</a></li> 61 <li>feat:Add support for useDefineForClassFields typescript option: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36335">#36335</a></li> 62 <li>Use fallbackable path module for node and edge runtime: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36306">#36306</a></li> 63 <li>Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36269">#36269</a></li> 64 <li>fix(next): use moduleGraph.getIssuer to avoid deprecation warning (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36329">#36329</a>): <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36330">#36330</a></li> 65 <li>Ensure beforeFiles client-side resolving handles dynamic routes: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36317">#36317</a></li> 66 <li>Ensure there is only 1 render pass in concurrent rendering with getInitialProps in <code>_document</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36352">#36352</a></li> 67 <li>Changes to the beforeInteractive strategy to make it work for streaming: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/31936">#31936</a></li> 68 <li>Update swc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36351">#36351</a></li> 69 <li>Fix failing E2E deployment test cases: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36368">#36368</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/b188fab3360855c28fd9407bd07c4ee9f5de16a6"><code>b188fab</code></a> v12.1.6</li> 79 <li><a href="https://github.com/vercel/next.js/commit/f492962a82863c8f463ff343038dd980fe082012"><code>f492962</code></a> Update codeowners image pattern (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36631">#36631</a>)</li> 80 <li><a href="https://github.com/vercel/next.js/commit/0c23f5d1d2551fc13a09d85e83b55ab5f537ee61"><code>0c23f5d</code></a> v12.1.6-canary.17</li> 81 <li><a href="https://github.com/vercel/next.js/commit/cb4eaaab6d5477c2ef54b43624820c526f57e725"><code>cb4eaaa</code></a> add Script key for cache (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36627">#36627</a>)</li> 82 <li><a href="https://github.com/vercel/next.js/commit/20e5fed1cf9973df5d4ea31b2193e77d8ac6140f"><code>20e5fed</code></a> Handle styled-jsx in newLinkBehavior codemod (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36628">#36628</a>)</li> 83 <li><a href="https://github.com/vercel/next.js/commit/9e53af8e30f200902f675415e19d0a6a588e301e"><code>9e53af8</code></a> Fix next node buildin module error message for edge runtime (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36434">#36434</a>)</li> 84 <li><a href="https://github.com/vercel/next.js/commit/c905fda59060d0f485938851a1d493d491b06c5a"><code>c905fda</code></a> Fix swc jest pagesDir config (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36623">#36623</a>)</li> 85 <li><a href="https://github.com/vercel/next.js/commit/4eee0e32f3e78a0ba75f1915f76bd54f5bbd3757"><code>4eee0e3</code></a> Update findPagesDir (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36619">#36619</a>)</li> 86 <li><a href="https://github.com/vercel/next.js/commit/6bb0e91a0c71ef2bb3d2b932ce81fbff53028393"><code>6bb0e91</code></a> Add tests for routing experiment (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/36618">#36618</a>)</li> 87 <li><a href="https://github.com/vercel/next.js/commit/ddba1aab1f220b646319d605c30dc87daddef9d5"><code>ddba1aa</code></a> v12.1.6-canary.16</li> 88 <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v12.1.5...v12.1.6">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